function FieldHandlerInterface::elementWrapperType

Same name in other branches
  1. 9 core/modules/views/src/Plugin/views/field/FieldHandlerInterface.php \Drupal\views\Plugin\views\field\FieldHandlerInterface::elementWrapperType()
  2. 8.9.x core/modules/views/src/Plugin/views/field/FieldHandlerInterface.php \Drupal\views\Plugin\views\field\FieldHandlerInterface::elementWrapperType()
  3. 11.x core/modules/views/src/Plugin/views/field/FieldHandlerInterface.php \Drupal\views\Plugin\views\field\FieldHandlerInterface::elementWrapperType()

Returns a wrapper HTML element for the field..

Parameters

bool $none_supported: (optional) Whether or not this HTML element is supported. Defaults to FALSE.

bool $default_empty: (optional) Whether or not this HTML element is empty by default. Defaults to FALSE.

1 method overrides FieldHandlerInterface::elementWrapperType()
FieldPluginBase::elementWrapperType in core/modules/views/src/Plugin/views/field/FieldPluginBase.php
Returns a wrapper HTML element for the field..

File

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

Class

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

Namespace

Drupal\views\Plugin\views\field

Code

public function elementWrapperType($none_supported = FALSE, $default_empty = FALSE);

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.