function FieldTypeCategoryInterface::getLibraries

Same name and namespace in other branches
  1. 11.x core/lib/Drupal/Core/Field/FieldTypeCategoryInterface.php \Drupal\Core\Field\FieldTypeCategoryInterface::getLibraries()

Returns asset libraries for the field group.

Return value

array The asset libraries to attach.

1 method overrides FieldTypeCategoryInterface::getLibraries()
FieldTypeCategory::getLibraries in core/lib/Drupal/Core/Field/FieldTypeCategory.php
Returns asset libraries for the field group.

File

core/lib/Drupal/Core/Field/FieldTypeCategoryInterface.php, line 40

Class

FieldTypeCategoryInterface
Provides an object that returns the category info about the field type.

Namespace

Drupal\Core\Field

Code

public function getLibraries() : array;

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