コード例 #1
0
ファイル: ViewUI.php プロジェクト: anyforsoft/csua_d8
 /**
  * {@inheritdoc}
  */
 public function link($text = NULL, $rel = 'edit-form', array $options = [])
 {
     return $this->storage->link($text, $rel, $options);
 }