You are here

public function FormComponentTypeBase::componentRows in Flexiform 8

4 methods override FormComponentTypeBase::componentRows()
CustomTextComponentType::componentRows in src/Plugin/FormComponentType/CustomTextComponentType.php
ExtraFieldComponentType::componentRows in src/Plugin/FormComponentType/ExtraFieldComponentType.php
FieldWidgetComponentType::componentRows in src/Plugin/FormComponentType/FieldWidgetComponentType.php
FormElementComponentType::componentRows in src/Plugin/FormComponentType/FormElementComponentType.php

File

src/FormComponent/FormComponentTypeBase.php, line 100

Class

FormComponentTypeBase
Base class for form component types.

Namespace

Drupal\flexiform\FormComponent

Code

public function componentRows(EntityDisplayFormBase $form_object, array $form, FormStateInterface $form_state) {
  return [];
}