function FieldTypeCategoryInterface::getLabel

Same name and namespace in other branches
  1. 10 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
Returns the field group label.

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\Field

Code

public function getLabel() : string|\Stringable;

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