Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. Attribute.php

function Attribute::getClass

Gets the class attribute value if set.

This method is implemented to take precedence over hasClass() for Twig 2.0.

Return value

\Drupal\Core\Template\AttributeValueBase The class attribute value if set.

See also

twig_get_attribute()

File

core/lib/Drupal/Core/Template/Attribute.php, line 298

Class

Attribute
Collects, sanitizes, and renders HTML attributes.

Namespace

Drupal\Core\Template

Code

public function getClass() {
    return $this->offsetGet('class');
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal