You are here

public function BackgroundImageManagerInterface::getEntityTypeBundleEntityType in Background Image 2.0.x

Same name and namespace in other branches
  1. 8 src/BackgroundImageManagerInterface.php \Drupal\background_image\BackgroundImageManagerInterface::getEntityTypeBundleEntityType()
  2. 2.x src/BackgroundImageManagerInterface.php \Drupal\background_image\BackgroundImageManagerInterface::getEntityTypeBundleEntityType()

Retrieves the bundle info for a given entity type.

Parameters

\Drupal\Core\Entity\EntityTypeInterface $entity_type: An EntityTypeInterface object.

Return value

\Drupal\Core\Entity\EntityTypeInterface|null The bundle entity type associated with provided entity type.

1 method overrides BackgroundImageManagerInterface::getEntityTypeBundleEntityType()
BackgroundImageManager::getEntityTypeBundleEntityType in src/BackgroundImageManager.php
Retrieves the bundle info for a given entity type.

File

src/BackgroundImageManagerInterface.php, line 226

Class

BackgroundImageManagerInterface

Namespace

Drupal\background_image

Code

public function getEntityTypeBundleEntityType(EntityTypeInterface $entity_type);