You are here

public function FieldHandlerInterface::elementWrapperClasses in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/views/src/Plugin/views/field/FieldHandlerInterface.php \Drupal\views\Plugin\views\field\FieldHandlerInterface::elementWrapperClasses()
  2. 10 core/modules/views/src/Plugin/views/field/FieldHandlerInterface.php \Drupal\views\Plugin\views\field\FieldHandlerInterface::elementWrapperClasses()

Returns the class of the field's wrapper.

Parameters

bool $row_index: The index of current row.

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

File

core/modules/views/src/Plugin/views/field/FieldHandlerInterface.php, line 111

Class

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

Namespace

Drupal\views\Plugin\views\field

Code

public function elementWrapperClasses($row_index = NULL);