public function StyleDiscoveryInterface::getGroupLabel

Gets group label.

Parameters

string $group_id: The group id.

Return value

string The translatable group label.

1 method overrides StyleDiscoveryInterface::getGroupLabel()
StyleDiscovery::getGroupLabel in paragraphs_collection/src/StyleDiscovery.php
Gets group label.

File

paragraphs_collection/src/StyleDiscoveryInterface.php, line 98

Class

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

Namespace

Drupal\paragraphs_collection

Code

public function getGroupLabel($group_id);