Example #1
0
 /**
  * {@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);
 }
Example #2
0
 /**
  * {@inheritdoc}
  */
 public function link($text = NULL, $rel = 'edit-form', array $options = [])
 {
     return parent::link($text, $rel, $options);
 }