public function PluginNotFoundException::getPluginId in Image Optimize (or ImageAPI Optimize) 8.3
Same name and namespace in other branches
- 8.2 src/Exception/PluginNotFoundException.php \Drupal\imageapi_optimize\Exception\PluginNotFoundException::getPluginId()
- 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\ExceptionCode
public function getPluginId() {
return $this->pluginId;
}