public function BackgroundImageManagerInterface::getEntityTypeBundleEntityType in Background Image 8
Same name and namespace in other branches
- 2.x src/BackgroundImageManagerInterface.php \Drupal\background_image\BackgroundImageManagerInterface::getEntityTypeBundleEntityType()
- 2.0.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
Namespace
Drupal\background_imageCode
public function getEntityTypeBundleEntityType(EntityTypeInterface $entity_type);