public function FormModeManagerInterface::getFormModeExcluded in Form mode manager 8
Same name and namespace in other branches
- 8.2 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 93
Class
- FormModeManagerInterface
- Interface FormModeManagerInterface.
Namespace
Drupal\form_mode_managerCode
public function getFormModeExcluded($entity_type_id);