You are here

public function BackgroundImageManagerInterface::getEntityConfigArray in Background Image 8

Same name and namespace in other branches
  1. 2.x src/BackgroundImageManagerInterface.php \Drupal\background_image\BackgroundImageManagerInterface::getEntityConfigArray()
  2. 2.0.x src/BackgroundImageManagerInterface.php \Drupal\background_image\BackgroundImageManagerInterface::getEntityConfigArray()

Retrieves the entity configuration values from storage.

Parameters

string $entity_type: The entity type identifier.

string $bundle: The entity bundle identifier.

string $property: A nested property to pluck.

bool $filter: Flag indicating whether to filter empty results.

Return value

mixed

1 method overrides BackgroundImageManagerInterface::getEntityConfigArray()
BackgroundImageManager::getEntityConfigArray in src/BackgroundImageManager.php
Retrieves the entity configuration values from storage.

File

src/BackgroundImageManagerInterface.php, line 202

Class

BackgroundImageManagerInterface

Namespace

Drupal\background_image

Code

public function getEntityConfigArray($entity_type = NULL, $bundle = NULL, $property = NULL, $filter = TRUE);