function DerivativeInspectionInterface::getBaseId
Same name in other branches
- 9 core/lib/Drupal/Component/Plugin/DerivativeInspectionInterface.php \Drupal\Component\Plugin\DerivativeInspectionInterface::getBaseId()
- 10 core/lib/Drupal/Component/Plugin/DerivativeInspectionInterface.php \Drupal\Component\Plugin\DerivativeInspectionInterface::getBaseId()
- 11.x core/lib/Drupal/Component/Plugin/DerivativeInspectionInterface.php \Drupal\Component\Plugin\DerivativeInspectionInterface::getBaseId()
Gets the base_plugin_id of the plugin instance.
Return value
string The base_plugin_id of the plugin instance.
1 method overrides DerivativeInspectionInterface::getBaseId()
- PluginBase::getBaseId in core/
lib/ Drupal/ Component/ Plugin/ PluginBase.php - Gets the base_plugin_id of the plugin instance.
File
-
core/
lib/ Drupal/ Component/ Plugin/ DerivativeInspectionInterface.php, line 16
Class
- DerivativeInspectionInterface
- Provides a plugin interface for providing derivative metadata inspection.
Namespace
Drupal\Component\PluginCode
public function getBaseId();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.