You are here

public function FieldHandlerInterface::elementLabelClasses in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/views/src/Plugin/views/field/FieldHandlerInterface.php \Drupal\views\Plugin\views\field\FieldHandlerInterface::elementLabelClasses()

Returns the class of the field's label.

Parameters

bool $row_index: The index of current row.

1 method overrides FieldHandlerInterface::elementLabelClasses()
FieldPluginBase::elementLabelClasses in core/modules/views/src/Plugin/views/field/FieldPluginBase.php
Returns the class of the field's label.

File

core/modules/views/src/Plugin/views/field/FieldHandlerInterface.php, line 108
Contains \Drupal\views\Plugin\views\field\FieldHandlerInterface.

Class

FieldHandlerInterface
Base field handler that has no options and renders an unformatted field.

Namespace

Drupal\views\Plugin\views\field

Code

public function elementLabelClasses($row_index = NULL);