public function AttributeValueBase::printed

Whether this attribute hsa been printed already.

Return value

bool TRUE if this attribute has been printed, FALSE otherwise.

File

drupal/core/lib/Drupal/Core/Template/AttributeValueBase.php, line 65
Definition of Drupal\Core\Template\AttributeValueBase.

Class

AttributeValueBase
Defines the base class for an attribute type.

Namespace

Drupal\Core\Template

Code

public function printed() {
  return $this->printed;
}