AttributeValueBase::value

public AttributeValueBase::value()

Returns the raw value.

File

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

Class

AttributeValueBase
Defines the base class for an attribute type.

Namespace

Drupal\Core\Template

Code

public function value() {
  return $this->value;
}
doc_Drupal
2016-10-29 08:45:08
Comments
Leave a Comment

Please login to continue.