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