interface TinyPngImageHandlerInterface in TinyPNG 8
Interface TinyPngImageHandlerInterface.
@package Drupal\tinypng
Hierarchy
- interface \Drupal\tinypng\TinyPngImageHandlerInterface
Expanded class hierarchy of TinyPngImageHandlerInterface
All classes that implement TinyPngImageHandlerInterface
File
- src/
TinyPngImageHandlerInterface.php, line 12
Namespace
Drupal\tinypngView source
interface TinyPngImageHandlerInterface {
/**
* Implements hook_entity_presave().
*
* Process the image with TinyPNG service.
*/
public function hookEntityPresave(EntityInterface $entity);
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
TinyPngImageHandlerInterface:: |
public | function | Implements hook_entity_presave(). | 1 |