public function DerivativeInspectionInterface::getBaseId in Service Container 7.2
Same name and namespace in other branches
- 7 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 lib/
Drupal/ Component/ Plugin/ PluginBase.php - Gets the base_plugin_id of the plugin instance.
File
- lib/
Drupal/ Component/ Plugin/ DerivativeInspectionInterface.php, line 21 - Contains \Drupal\Component\Plugin\DerivativeInspectionInterface.
Class
- DerivativeInspectionInterface
- Provides a plugin interface for providing derivative metadata inspection.
Namespace
Drupal\Component\PluginCode
public function getBaseId();