public function FieldHandlerInterface::label in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/views/src/Plugin/views/field/FieldHandlerInterface.php \Drupal\views\Plugin\views\field\FieldHandlerInterface::label()
Gets this field's label.
1 method overrides FieldHandlerInterface::label()
- FieldPluginBase::label in core/
modules/ views/ src/ Plugin/ views/ field/ FieldPluginBase.php - Gets this field's label.
File
- core/
modules/ views/ src/ Plugin/ views/ field/ FieldHandlerInterface.php, line 38 - Contains \Drupal\views\Plugin\views\field\FieldHandlerInterface.
Class
- FieldHandlerInterface
- Base field handler that has no options and renders an unformatted field.
Namespace
Drupal\views\Plugin\views\fieldCode
public function label();