You are here

public function FieldHandlerInterface::elementLabelType 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::elementLabelType()
  2. 10 core/modules/views/src/Plugin/views/field/FieldHandlerInterface.php \Drupal\views\Plugin\views\field\FieldHandlerInterface::elementLabelType()

Returns an HTML element for the label based upon the field's element type.

Parameters

bool $none_supported: Whether or not this HTML element is supported.

bool $default_empty: Whether or not this HTML element is empty by default.

1 method overrides FieldHandlerInterface::elementLabelType()
FieldPluginBase::elementLabelType in core/modules/views/src/Plugin/views/field/FieldPluginBase.php
Returns an HTML element for the label based upon the field's element type.

File

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

Class

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

Namespace

Drupal\views\Plugin\views\field

Code

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