public function StyleDiscoveryInterface::getGroupWidgetLabel in Paragraphs Collection 8
Gets group label for a widget context.
Parameters
string $group_id: The group id.
Return value
\Drupal\Core\StringTranslation\TranslatableMarkup The translatable group label.
1 method overrides StyleDiscoveryInterface::getGroupWidgetLabel()
- StyleDiscovery::getGroupWidgetLabel in src/
StyleDiscovery.php - Gets group label for a widget context.
File
- src/
StyleDiscoveryInterface.php, line 109
Class
- StyleDiscoveryInterface
- Provides discovery for a YAML style files in specific directories.
Namespace
Drupal\paragraphs_collectionCode
public function getGroupWidgetLabel($group_id);