function AjaxTestImageEffect::applyEffect

Same name and namespace in other branches
  1. 8.9.x core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/AjaxTestImageEffect.php \Drupal\image_module_test\Plugin\ImageEffect\AjaxTestImageEffect::applyEffect()
  2. 10 core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/AjaxTestImageEffect.php \Drupal\image_module_test\Plugin\ImageEffect\AjaxTestImageEffect::applyEffect()
  3. 11.x core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/AjaxTestImageEffect.php \Drupal\image_module_test\Plugin\ImageEffect\AjaxTestImageEffect::applyEffect()

Overrides ImageEffectInterface::applyEffect

File

core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/AjaxTestImageEffect.php, line 80

Class

AjaxTestImageEffect
Provides a test effect using Ajax in the configuration form.

Namespace

Drupal\image_module_test\Plugin\ImageEffect

Code

public function applyEffect(ImageInterface $image) {
    return TRUE;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.