public function AttributeValueBase::value in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/lib/Drupal/Core/Template/AttributeValueBase.php \Drupal\Core\Template\AttributeValueBase::value()
Returns the raw value.
File
- core/
lib/ Drupal/ Core/ Template/ AttributeValueBase.php, line 66 - Contains \Drupal\Core\Template\AttributeValueBase.
Class
- AttributeValueBase
- Defines the base class for an attribute type.
Namespace
Drupal\Core\TemplateCode
public function value() {
return $this->value;
}