You are here

public function BundlePluginHandlerInterface::getBundleInfo in Entity API 8

Gets the bundle info.

Return value

array An array of bundle information keyed by the bundle name. The format expected by hook_entity_bundle_info().

1 method overrides BundlePluginHandlerInterface::getBundleInfo()
BundlePluginHandler::getBundleInfo in src/BundlePlugin/BundlePluginHandler.php
Gets the bundle info.

File

src/BundlePlugin/BundlePluginHandlerInterface.php, line 19

Class

BundlePluginHandlerInterface
Handles plugin-provided bundles.

Namespace

Drupal\entity\BundlePlugin

Code

public function getBundleInfo();