function FieldTypeCategoryInterface::getLabel
Same name in other branches
- 11.x core/lib/Drupal/Core/Field/FieldTypeCategoryInterface.php \Drupal\Core\Field\FieldTypeCategoryInterface::getLabel()
Returns the field group label.
Return value
string|\Stringable The category label.
1 method overrides FieldTypeCategoryInterface::getLabel()
- FieldTypeCategory::getLabel in core/
lib/ Drupal/ Core/ Field/ FieldTypeCategory.php
File
-
core/
lib/ Drupal/ Core/ Field/ FieldTypeCategoryInterface.php, line 16
Class
- FieldTypeCategoryInterface
- Provides an object that returns the category info about the field type.
Namespace
Drupal\Core\FieldCode
public function getLabel() : string|\Stringable;
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.