You are here

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

Get Enhancer ID.

Return value

string The ID of the Enhancer.

File

src/EntityBrowserEnhancedPluginManager.php, line 87

Class

EntityBrowserEnhancedPluginManager
Provides the default entity_browser_enhanced_plugin manager.

Namespace

Drupal\entity_browser_enhanced

Code

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