public function StyleDiscoveryInterface::getGroupWidgetLabel

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 paragraphs_collection/src/StyleDiscovery.php
Gets group label for a widget context.

File

paragraphs_collection/src/StyleDiscoveryInterface.php, line 109

Class

StyleDiscoveryInterface
Provides discovery for a YAML style files in specific directories.

Namespace

Drupal\paragraphs_collection

Code

public function getGroupWidgetLabel($group_id);