You are here

public function PluginNotFoundException::getPluginId in Image Optimize (or ImageAPI Optimize) 8.3

Same name and namespace in other branches
  1. 8.2 src/Exception/PluginNotFoundException.php \Drupal\imageapi_optimize\Exception\PluginNotFoundException::getPluginId()
  2. 4.x src/Exception/PluginNotFoundException.php \Drupal\imageapi_optimize\Exception\PluginNotFoundException::getPluginId()

Return value

mixed

File

src/Exception/PluginNotFoundException.php, line 29

Class

PluginNotFoundException
Plugin not found exception so we can retrieve the plugin ID

Namespace

Drupal\imageapi_optimize\Exception

Code

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