function PluginBase::getPluginId
Same name and namespace in other branches
- 11.x core/lib/Drupal/Component/Plugin/PluginBase.php \Drupal\Component\Plugin\PluginBase::getPluginId()
- 10 core/lib/Drupal/Component/Plugin/PluginBase.php \Drupal\Component\Plugin\PluginBase::getPluginId()
- 8.9.x core/lib/Drupal/Component/Plugin/PluginBase.php \Drupal\Component\Plugin\PluginBase::getPluginId()
8 calls to PluginBase::getPluginId()
- ConfigEntityMapper::getOperations in core/
modules/ config_translation/ src/ ConfigEntityMapper.php - Provides an array of information to build a list of operation links.
- ConfigNamesMapper::getAddRoute in core/
modules/ config_translation/ src/ ConfigNamesMapper.php - Returns the route object for a translation add form route.
- ConfigNamesMapper::getDeleteRoute in core/
modules/ config_translation/ src/ ConfigNamesMapper.php - Returns the route object for the translation deletion route.
- ConfigNamesMapper::getEditRoute in core/
modules/ config_translation/ src/ ConfigNamesMapper.php - Returns the route object for a translation edit form route.
- ConfigNamesMapper::getOverviewRoute in core/
modules/ config_translation/ src/ ConfigNamesMapper.php - Returns the route object for a translation overview route.
File
-
core/
lib/ Drupal/ Component/ Plugin/ PluginBase.php, line 62
Class
- PluginBase
- Base class for plugins wishing to support metadata inspection.
Namespace
Drupal\Component\PluginCode
public function getPluginId() {
return $this->pluginId;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.