Beispiel #1
0
 /**
  * Return the _primary_ absolute URL for the node.
  *
  * @param ActiveRecord $record
  *
  * @return string The primary absolute URL for the node.
  */
 public static function get_absolute_url(ActiveRecord $record)
 {
     return $record->absolute_url('view');
 }