public function BackgroundImageManagerInterface::getEntityConfigArray in Background Image 2.0.x
Same name and namespace in other branches
- 8 src/BackgroundImageManagerInterface.php \Drupal\background_image\BackgroundImageManagerInterface::getEntityConfigArray()
- 2.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
Namespace
Drupal\background_imageCode
public function getEntityConfigArray($entity_type = NULL, $bundle = NULL, $property = NULL, $filter = TRUE);