You are here

public function ImageEffectsPluginBase::getType in Image Effects 8.2

Same name and namespace in other branches
  1. 8.3 src/Plugin/ImageEffectsPluginBase.php \Drupal\image_effects\Plugin\ImageEffectsPluginBase::getType()
  2. 8 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\Plugin

Code

public function getType() {
  return $this->pluginType;
}