function PluginInspectionInterface::getPluginId
Same name in other branches
- 9 core/lib/Drupal/Component/Plugin/PluginInspectionInterface.php \Drupal\Component\Plugin\PluginInspectionInterface::getPluginId()
- 8.9.x core/lib/Drupal/Component/Plugin/PluginInspectionInterface.php \Drupal\Component\Plugin\PluginInspectionInterface::getPluginId()
- 10 core/lib/Drupal/Component/Plugin/PluginInspectionInterface.php \Drupal\Component\Plugin\PluginInspectionInterface::getPluginId()
Gets the plugin ID of the plugin instance.
Return value
string The plugin ID of the plugin instance.
36 calls to PluginInspectionInterface::getPluginId()
- ConditionPluginBase::getConfiguration in core/
lib/ Drupal/ Core/ Condition/ ConditionPluginBase.php - Gets this plugin's configuration.
- FileMediaFormatterBase::viewElements in core/
modules/ file/ src/ Plugin/ Field/ FieldFormatter/ FileMediaFormatterBase.php - Builds a renderable array for a field value.
- FilterBase::getConfiguration in core/
modules/ filter/ src/ Plugin/ FilterBase.php - Gets this plugin's configuration.
- FilterTestReplace::process in core/
modules/ filter/ tests/ filter_test/ src/ Plugin/ Filter/ FilterTestReplace.php - Performs the filter processing.
- FormatterBase::view in core/
lib/ Drupal/ Core/ Field/ FormatterBase.php - Builds a renderable array for a fully themed field.
2 methods override PluginInspectionInterface::getPluginId()
- PluginBase::getPluginId in core/
lib/ Drupal/ Component/ Plugin/ PluginBase.php - Gets the plugin ID of the plugin instance.
- TypedData::getPluginId in core/
lib/ Drupal/ Core/ TypedData/ TypedData.php - Gets the plugin ID of the plugin instance.
File
-
core/
lib/ Drupal/ Component/ Plugin/ PluginInspectionInterface.php, line 21
Class
- PluginInspectionInterface
- Plugin interface for providing some metadata inspection.
Namespace
Drupal\Component\PluginCode
public function getPluginId();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.