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

Breadcrumb

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

function InvalidPluginDefinitionException::getPluginId

Gets the plugin ID of the mapper that raised the exception.

Return value

string The plugin ID.

File

core/lib/Drupal/Component/Plugin/Exception/InvalidPluginDefinitionException.php, line 42

Class

InvalidPluginDefinitionException
Defines a class for invalid plugin definition exceptions.

Namespace

Drupal\Component\Plugin\Exception

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