Home
last modified time | relevance | path

Searched refs:toAssociativeArray (Results 1 – 4 of 4) sorted by relevance

/plugin/combo/ComboStrap/Meta/Form/
H A DFormMeta.php80 public function toAssociativeArray(): array function in ComboStrap\\Meta\\Form\\FormMeta
88 $fieldsArray[$element->getName()] = $element->toAssociativeArray();
100 $tabs[$tab->getName()] = $tab->toAssociativeArray();
H A DFormMetaTab.php62 public function toAssociativeArray(): array function in ComboStrap\\Meta\\Form\\FormMetaTab
H A DFormMetaField.php266 function toAssociativeArray(): array function in ComboStrap\\Meta\\Form\\FormMetaField
299 $associative[self::CHILDREN_ATTRIBUTE][] = $column->toAssociativeArray();
/plugin/combo/ComboStrap/Api/
H A DMetaManagerHandler.php246 $formMetaAssociativeArray = $formMeta->toAssociativeArray();
292 ->toAssociativeArray();