You are here

protected property InvalidPluginDefinitionException::$pluginId in Drupal 9

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Component/Plugin/Exception/InvalidPluginDefinitionException.php \Drupal\Component\Plugin\Exception\InvalidPluginDefinitionException::pluginId

The plugin ID of the mapper.

Type: string

File

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

Class

InvalidPluginDefinitionException
Defines a class for invalid plugin definition exceptions.

Namespace

Drupal\Component\Plugin\Exception

Code

protected $pluginId;