You are here

constant AttributeArray::RENDER_EMPTY_ATTRIBUTE in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Core/Template/AttributeArray.php \Drupal\Core\Template\AttributeArray::RENDER_EMPTY_ATTRIBUTE

Ensures empty array as a result of array_filter will not print '$name=""'.

Overrides AttributeValueBase::RENDER_EMPTY_ATTRIBUTE

See also

\Drupal\Core\Template\AttributeArray::__toString()

\Drupal\Core\Template\AttributeValueBase::render()

File

core/lib/Drupal/Core/Template/AttributeArray.php, line 38
Contains \Drupal\Core\Template\AttributeArray.

Class

AttributeArray
A class that defines a type of Attribute that can be added to as an array.

Namespace

Drupal\Core\Template

Code

const RENDER_EMPTY_ATTRIBUTE = FALSE;