Gets group label for a widget context.
Parameters
string $group_id:
The group id.
Return value
\Drupal\Core\StringTranslation\TranslatableMarkup
The translatable group label.
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);