You are here

protected property AttributeValueBase::$value in Drupal 9

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Template/AttributeValueBase.php \Drupal\Core\Template\AttributeValueBase::value

The value itself.

Type: mixed

File

core/lib/Drupal/Core/Template/AttributeValueBase.php, line 26

Class

AttributeValueBase
Defines the base class for an attribute type.

Namespace

Drupal\Core\Template

Code

protected $value;