public function ImageEffectsPluginBase::getType in Image Effects 8
Same name and namespace in other branches
- 8.3 src/Plugin/ImageEffectsPluginBase.php \Drupal\image_effects\Plugin\ImageEffectsPluginBase::getType()
- 8.2 src/Plugin/ImageEffectsPluginBase.php \Drupal\image_effects\Plugin\ImageEffectsPluginBase::getType()
Get the image_effects plugin type.
Return value
string The plugin type.
Overrides ImageEffectsPluginBaseInterface::getType
File
- src/
Plugin/ ImageEffectsPluginBase.php, line 111
Class
- ImageEffectsPluginBase
- Base image_effects plugin.
Namespace
Drupal\image_effects\PluginCode
public function getType() {
return $this->pluginType;
}