Наследование: extends AbstractFormField, implements FluidTYPO3\Flux\Form\MultiValueFieldInterface
Пример #1
0
 /**
  * @return array
  */
 public function buildConfiguration()
 {
     $configuration = parent::prepareConfiguration('select');
     $configuration['items'] = $this->getItems();
     $configuration['showIconTable'] = $this->getShowIconTable();
     return $configuration;
 }