Lines Matching defs:tab
67 $tab = $formField->getTab();
68 if (!empty($tab) && !isset($this->tabs[$tab])) {
69 $this->tabs[$tab] = $tab;
74 public function addTab(FormMetaTab $tab): FormMeta
76 $this->tabs[$tab->getName()] = $tab;
93 $tab = FormMetaTab::create($element);
95 $tab = $element;
100 $tabs[$tab->getName()] = $tab->toAssociativeArray();