public function BackgroundImageManagerInterface::getEntityConfig in Background Image 8
Same name and namespace in other branches
- 2.x src/BackgroundImageManagerInterface.php \Drupal\background_image\BackgroundImageManagerInterface::getEntityConfig()
- 2.0.x src/BackgroundImageManagerInterface.php \Drupal\background_image\BackgroundImageManagerInterface::getEntityConfig()
Retrieves an entity property value from the config.
Parameters
\Drupal\Core\Entity\EntityInterface $entity: An entity.
string $property: A nested property to pluck.
Return value
mixed
1 method overrides BackgroundImageManagerInterface::getEntityConfig()
- BackgroundImageManager::getEntityConfig in src/
BackgroundImageManager.php - Retrieves an entity property value from the config.
File
- src/
BackgroundImageManagerInterface.php, line 186
Class
Namespace
Drupal\background_imageCode
public function getEntityConfig(EntityInterface $entity, $property);