You are here

public function FormModeManagerInterface::getAllFormModesDefinitions in Form mode manager 8

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

Gets the entity form mode info for all entity types used.

Parameters

bool $ignore_excluded: Joker to determine if form modes to exclude list are used or ignored.

Return value

array The collection without uneeded form modes.

1 method overrides FormModeManagerInterface::getAllFormModesDefinitions()
FormModeManager::getAllFormModesDefinitions in src/FormModeManager.php
Gets the entity form mode info for all entity types used.

File

src/FormModeManagerInterface.php, line 67

Class

FormModeManagerInterface
Interface FormModeManagerInterface.

Namespace

Drupal\form_mode_manager

Code

public function getAllFormModesDefinitions($ignore_excluded = FALSE);