You are here

public function ExtraFieldComponent::render in Flexiform 8

Render the component in the form.

Overrides FormComponentInterface::render

File

src/Plugin/FormComponentType/ExtraFieldComponent.php, line 31

Class

ExtraFieldComponent
Component class for extra fields.

Namespace

Drupal\flexiform\Plugin\FormComponentType

Code

public function render(array &$form, FormStateInterface $form_state, RendererInterface $renderer) {

  // Do nothing; extra fields are provided by the entity form handler.
}