function ElementInfoManagerInterface::getInfoProperty
Same name in other branches
- 8.9.x core/lib/Drupal/Core/Render/ElementInfoManagerInterface.php \Drupal\Core\Render\ElementInfoManagerInterface::getInfoProperty()
- 10 core/lib/Drupal/Core/Render/ElementInfoManagerInterface.php \Drupal\Core\Render\ElementInfoManagerInterface::getInfoProperty()
- 11.x core/lib/Drupal/Core/Render/ElementInfoManagerInterface.php \Drupal\Core\Render\ElementInfoManagerInterface::getInfoProperty()
Retrieves a single property for the defined element type.
Parameters
string $type: An element type as defined by an element plugin.
string $property_name: The property within the element type that should be returned.
$default: (Optional) The value to return if the element type does not specify a value for the property. Defaults to NULL.
Return value
mixed The property value of the defined element type. Or the provided default value, which can be NULL.
1 method overrides ElementInfoManagerInterface::getInfoProperty()
- ElementInfoManager::getInfoProperty in core/
lib/ Drupal/ Core/ Render/ ElementInfoManager.php - Retrieves a single property for the defined element type.
File
-
core/
lib/ Drupal/ Core/ Render/ ElementInfoManagerInterface.php, line 64
Class
- ElementInfoManagerInterface
- Collects available render array element types.
Namespace
Drupal\Core\RenderCode
public function getInfoProperty($type, $property_name, $default = NULL);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.