Пример #1
0
 /**
  * {@inheritdoc}
  */
 protected function defineOptions()
 {
     $options = parent::defineOptions();
     $options['test_extender_test_option'] = ['default' => $this->t('Empty')];
     return $options;
 }