EntityDisplayRepository::getAllFormModes

public EntityDisplayRepository::getAllFormModes()

Gets the entity form mode info for all entity types.

Return value

array The form mode info for all entity types.

Overrides EntityDisplayRepositoryInterface::getAllFormModes

File

core/lib/Drupal/Core/Entity/EntityDisplayRepository.php, line 84

Class

EntityDisplayRepository
Provides a repository for entity display objects (view modes and form modes).

Namespace

Drupal\Core\Entity

Code

public function getAllFormModes() {
  return $this->getAllDisplayModesByEntityType('form_mode');
}
doc_Drupal
2016-10-29 09:05:52
Comments
Leave a Comment

Please login to continue.