You are here

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

Same name and namespace in other branches
  1. 8 src/BackgroundImageManagerInterface.php \Drupal\background_image\BackgroundImageManagerInterface::getEnabledEntityTypes()
  2. 2.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

BackgroundImageManagerInterface

Namespace

Drupal\background_image

Code

public function getEnabledEntityTypes();