Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
AttributeValueBase.php
function AttributeValueBase::value
Returns the raw value.
File
core/
lib/
Drupal/
Core/
Template/
AttributeValueBase.php
, line 62
Class
AttributeValueBase
Defines the base class for an attribute type.
Namespace
Drupal\Core\Template
Code
public
function
value
() {
return
$this
->
value
; }
RSS feed