You are here

public function FormModeManagerInterface::getFormModeExcluded in Form mode manager 8.2

Same name and namespace in other branches
  1. 8 src/FormModeManagerInterface.php \Drupal\form_mode_manager\FormModeManagerInterface::getFormModeExcluded()

Retrieve the list of form_modes unavailable to expose by Form Mode Manager.

Parameters

string $entity_type_id: The entity type ID of entity.

Return value

array[] The list of form modes to exclude.

1 method overrides FormModeManagerInterface::getFormModeExcluded()
FormModeManager::getFormModeExcluded in src/FormModeManager.php
Retrieve the list of form_modes unavailable to expose by Form Mode Manager.

File

src/FormModeManagerInterface.php, line 124

Class

FormModeManagerInterface
Interface FormModeManagerInterface.

Namespace

Drupal\form_mode_manager

Code

public function getFormModeExcluded($entity_type_id);