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

Breadcrumb

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

function DerivativeInspectionInterface::getBaseId

Gets the base_plugin_id of the plugin instance.

Return value

string The base_plugin_id of the plugin instance.

1 call to DerivativeInspectionInterface::getBaseId()
Migration::findMigrationDependencies in core/modules/migrate/src/Plugin/Migration.php
Find migration dependencies from migration_lookup and sub_process plugins.
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\Plugin

Code

public function getBaseId();

API Navigation

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