public function InvalidPluginDefinitionException::getPluginId in Service Container 7
Same name and namespace in other branches
- 7.2 lib/Drupal/Component/Plugin/Exception/InvalidPluginDefinitionException.php \Drupal\Component\Plugin\Exception\InvalidPluginDefinitionException::getPluginId()
Gets the plugin ID of the mapper that raised the exception.
Return value
string The plugin ID.
File
- lib/
Drupal/ Component/ Plugin/ Exception/ InvalidPluginDefinitionException.php, line 41 - Contains \Drupal\Component\Plugin\Exception\InvalidPluginDefinitionException.
Class
- InvalidPluginDefinitionException
- Defines a class for invalid plugin definition exceptions.
Namespace
Drupal\Component\Plugin\ExceptionCode
public function getPluginId() {
return $this->pluginId;
}