function FieldHandlerInterface::elementLabelClasses
Returns the class of the field's label.
Parameters
int|null $row_index: (optional) Index of the row element. If NULL the last row is used. Defaults to NULL.
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 112
Class
- FieldHandlerInterface
- Base field handler that has no options and renders an unformatted field.
Namespace
Drupal\views\Plugin\views\fieldCode
public function elementLabelClasses($row_index = NULL);