function EntityDisplayRepository::getAllViewModes

Gets the entity view mode info for all entity types.

Return value

array The view mode info for all entity types.

Overrides EntityDisplayRepositoryInterface::getAllViewModes

File

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

Class

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

Namespace

Drupal\Core\Entity

Code

public function getAllViewModes() {
  return $this->getAllDisplayModesByEntityType('view_mode');
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.