You are here

public function EntityBrowserEnhancedPluginManager::getLabel in Entity Browser Enhance(d|r) 8

Get Enhancer Label.

Return value

string The Label of the Enhancer.

File

src/EntityBrowserEnhancedPluginManager.php, line 97

Class

EntityBrowserEnhancedPluginManager
Provides the default entity_browser_enhanced_plugin manager.

Namespace

Drupal\entity_browser_enhanced

Code

public function getLabel() {
  return $this->pluginDefinition['label'];
}