コード例 #1
0
ファイル: Current.php プロジェクト: papillon-cendre/d8
 /**
  * {@inheritdoc}
  */
 public function init(ViewExecutable $view, DisplayPluginBase $display, array &$options = NULL)
 {
     parent::init($view, $display, $options);
     $this->value_value = $this->t('Is the logged in user');
 }