You are here

interface TinyPngImageHandlerInterface in TinyPNG 8

Interface TinyPngImageHandlerInterface.

@package Drupal\tinypng

Hierarchy

Expanded class hierarchy of TinyPngImageHandlerInterface

All classes that implement TinyPngImageHandlerInterface

File

src/TinyPngImageHandlerInterface.php, line 12

Namespace

Drupal\tinypng
View source
interface TinyPngImageHandlerInterface {

  /**
   * Implements hook_entity_presave().
   *
   * Process the image with TinyPNG service.
   */
  public function hookEntityPresave(EntityInterface $entity);

}

Members