You are here

public function FormModeManagerLinksForm::buildFormPerFormMode in Form mode manager 8.2

Build form element per form modes linked by given entity type.

Parameters

array $form: An associative array containing the structure of the form.

array $form_mode: The form mode definition.

string $entity_type_id: The entity type ID of entity.

Return value

$this|false The form Object.

Overrides FormModeManagerFormBase::buildFormPerFormMode

File

src/Form/FormModeManagerLinksForm.php, line 103

Class

FormModeManagerLinksForm
Configure Form Mode Manager links.

Namespace

Drupal\form_mode_manager\Form

Code

public function buildFormPerFormMode(array &$form, array $form_mode, $entity_type_id) {
  return FALSE;
}