コード例 #1
0
ファイル: ConfigEntityBase.php プロジェクト: ddrozdik/dmaps
 /**
  * {@inheritdoc}
  */
 public function link($text = NULL, $rel = 'edit-form', array $options = [])
 {
     // Do not remove this override: the default value of $rel is different.
     return parent::link($text, $rel, $options);
 }
コード例 #2
0
 /**
  * {@inheritdoc}
  */
 public function link($text = NULL, $rel = 'edit-form', array $options = [])
 {
     return parent::link($text, $rel, $options);
 }