function FieldTypeCategory::getLibraries
Same name in other branches
- 10 core/lib/Drupal/Core/Field/FieldTypeCategory.php \Drupal\Core\Field\FieldTypeCategory::getLibraries()
Overrides FieldTypeCategoryInterface::getLibraries
File
-
core/
lib/ Drupal/ Core/ Field/ FieldTypeCategory.php, line 38
Class
- FieldTypeCategory
- Default object used for field_type_categories plugins.
Namespace
Drupal\Core\FieldCode
public function getLibraries() : array {
return $this->pluginDefinition['libraries'] ?? [];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.