You are here

public function ContentHubEntityTypeConfig::getBundles in Acquia Content Hub 8

Gets the list of bundles and their configuration.

Return value

array An array keyed by bundle.

Overrides ContentHubEntityTypeConfigInterface::getBundles

1 call to ContentHubEntityTypeConfig::getBundles()
ContentHubEntityTypeConfig::calculateDependencies in src/Entity/ContentHubEntityTypeConfig.php
Calculates dependencies and stores them in the dependency property.

File

src/Entity/ContentHubEntityTypeConfig.php, line 53

Class

ContentHubEntityTypeConfig
Defines a ContentHubEntityTypeConfig configuration entity class.

Namespace

Drupal\acquia_contenthub\Entity

Code

public function getBundles() {
  return $this->bundles;
}