Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. PluginBase.php

function PluginBase::getPluginId

Overrides PluginInspectionInterface::getPluginId

5 calls to PluginBase::getPluginId()
IconExtractorBase::createIcon in core/lib/Drupal/Core/Theme/Icon/IconExtractorBase.php
Create the icon definition from an extractor plugin.
IconExtractorWithFinder::checkRequiredConfigSources in core/lib/Drupal/Core/Theme/Icon/IconExtractorWithFinder.php
Check the required `config > sources` value from definition.
IconExtractorWithFinder::getFilesFromSources in core/lib/Drupal/Core/Theme/Icon/IconExtractorWithFinder.php
Create files data from sources config.
PluginBase::getBaseId in core/lib/Drupal/Component/Plugin/PluginBase.php
Gets the base_plugin_id of the plugin instance.
PluginBase::getDerivativeId in core/lib/Drupal/Component/Plugin/PluginBase.php
Gets the derivative_id of the plugin instance.

File

core/lib/Drupal/Component/Plugin/PluginBase.php, line 62

Class

PluginBase
Base class for plugins wishing to support metadata inspection.

Namespace

Drupal\Component\Plugin

Code

public function getPluginId() {
    return $this->pluginId;
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal