function FieldHandlerInterface::elementWrapperClasses
Same name in other branches
- 9 core/modules/views/src/Plugin/views/field/FieldHandlerInterface.php \Drupal\views\Plugin\views\field\FieldHandlerInterface::elementWrapperClasses()
- 8.9.x core/modules/views/src/Plugin/views/field/FieldHandlerInterface.php \Drupal\views\Plugin\views\field\FieldHandlerInterface::elementWrapperClasses()
- 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
int|null $row_index: (optional) Index of the row element. If NULL the last row is used. Defaults to NULL.
1 method overrides FieldHandlerInterface::elementWrapperClasses()
- FieldPluginBase::elementWrapperClasses in core/
modules/ views/ src/ Plugin/ views/ field/ FieldPluginBase.php
File
-
core/
modules/ views/ src/ Plugin/ views/ field/ FieldHandlerInterface.php, line 121
Class
- FieldHandlerInterface
- Base field handler that has no options and renders an unformatted field.
Namespace
Drupal\views\Plugin\views\fieldCode
public function elementWrapperClasses($row_index = NULL);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.