You are here

public function EntityTypeBundleInfoInterface::getAllBundleInfo in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Core/Entity/EntityTypeBundleInfoInterface.php \Drupal\Core\Entity\EntityTypeBundleInfoInterface::getAllBundleInfo()

Get the bundle info of all entity types.

Return value

array An array of all bundle information.

2 methods override EntityTypeBundleInfoInterface::getAllBundleInfo()
EntityManager::getAllBundleInfo in core/lib/Drupal/Core/Entity/EntityManager.php
EntityTypeBundleInfo::getAllBundleInfo in core/lib/Drupal/Core/Entity/EntityTypeBundleInfo.php
Get the bundle info of all entity types.

File

core/lib/Drupal/Core/Entity/EntityTypeBundleInfoInterface.php, line 21
Contains \Drupal\Core\Entity\EntityTypeBundleInfoInterface.

Class

EntityTypeBundleInfoInterface
Provides an interface for an entity type bundle info.

Namespace

Drupal\Core\Entity

Code

public function getAllBundleInfo();