You are here

public function BackgroundImageManagerInterface::getSupportedEntityTypes in Background Image 8

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

BackgroundImageManagerInterface

Namespace

Drupal\background_image

Code

public function getSupportedEntityTypes();