function Fieldgroup::preRenderAttachments
Adds the fieldgroup library.
File
-
core/
lib/ Drupal/ Core/ Render/ Element/ Fieldgroup.php, line 32
Class
- Fieldgroup
- Provides a render element for a group of form elements.
Namespace
Drupal\Core\Render\ElementCode
public static function preRenderAttachments($element) : array {
$element['#attached']['library'][] = 'core/drupal.fieldgroup';
return $element;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.