You are here

service webp.webp in WebP 8

Class

Drupal\webp\Webp
6 string references to webp.webp
FileDownloadController::create in src/Controller/FileDownloadController.php
Instantiates a new instance of this class.
ImageStyleDownloadController::create in src/Controller/ImageStyleDownloadController.php
Instantiates a new instance of this class.
Webp::applyToImage in src/Plugin/ImageAPIOptimizeProcessor/Webp.php
webp_install in ./webp.install
Implements hook_install().
webp_preprocess_responsive_image in ./webp.module
Implements template_preprocess_responsive_image().

... See full list

File

./webp.services.yml
webp.services.yml

View source
  1. class: Drupal\webp\Webp
  2. arguments:
  3. - '@image.factory'
  4. - '@logger.factory'
  5. - '@string_translation'
  6. - '@config.factory'
  7. - '@file_system'