public function BackgroundImageManagerInterface::getEnabledEntityTypes in Background Image 8
Same name and namespace in other branches
- 2.x src/BackgroundImageManagerInterface.php \Drupal\background_image\BackgroundImageManagerInterface::getEnabledEntityTypes()
- 2.0.x src/BackgroundImageManagerInterface.php \Drupal\background_image\BackgroundImageManagerInterface::getEnabledEntityTypes()
Retrieves the enabled entity types.
Return value
\Drupal\Core\Entity\EntityTypeInterface[] An associative array of EntityTypeInterface objects, keyed by their machine name.
1 method overrides BackgroundImageManagerInterface::getEnabledEntityTypes()
- BackgroundImageManager::getEnabledEntityTypes in src/
BackgroundImageManager.php - Retrieves the enabled entity types.
File
- src/
BackgroundImageManagerInterface.php, line 115
Class
Namespace
Drupal\background_imageCode
public function getEnabledEntityTypes();