public function PluginBase::getPluginId in Drupal 10
Same name and namespace in other branches
- 8 core/lib/Drupal/Component/Plugin/PluginBase.php \Drupal\Component\Plugin\PluginBase::getPluginId()
- 9 core/lib/Drupal/Component/Plugin/PluginBase.php \Drupal\Component\Plugin\PluginBase::getPluginId()
12 calls to PluginBase::getPluginId()
- FileMediaFormatterBase::viewElements in core/
modules/ file/ src/ Plugin/ Field/ FieldFormatter/ FileMediaFormatterBase.php - Builds a renderable array for a field value.
- 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.
- LinkFormatter::settingsForm in core/
modules/ link/ src/ Plugin/ Field/ FieldFormatter/ LinkFormatter.php - Returns a form to configure settings for the formatter.
- LinkFormatter::settingsSummary in core/
modules/ link/ src/ Plugin/ Field/ FieldFormatter/ LinkFormatter.php - Returns a short summary for the current formatter settings.
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;
}