You are here

public function ImageEffectsPluginManager::getType in Image Effects 8

Same name and namespace in other branches
  1. 8.3 src/Plugin/ImageEffectsPluginManager.php \Drupal\image_effects\Plugin\ImageEffectsPluginManager::getType()
  2. 8.2 src/Plugin/ImageEffectsPluginManager.php \Drupal\image_effects\Plugin\ImageEffectsPluginManager::getType()

Get the 'image_effects' plugin type.

Return value

string The plugin type.

1 call to ImageEffectsPluginManager::getType()
ImageEffectsPluginManager::getPlugin in src/Plugin/ImageEffectsPluginManager.php
Returns an instance of the specified 'image_effects' plugin.

File

src/Plugin/ImageEffectsPluginManager.php, line 56

Class

ImageEffectsPluginManager
Plugin manager for image_effects plugins.

Namespace

Drupal\image_effects\Plugin

Code

public function getType() {
  return $this->defaults['plugin_type'];
}