Move into nested docroot
This commit is contained in:
parent
83a0d3a149
commit
c8b70abde9
13405 changed files with 0 additions and 0 deletions
|
@ -0,0 +1,18 @@
|
|||
<?php
|
||||
|
||||
namespace Drupal\image;
|
||||
|
||||
use Drupal\Core\Plugin\PluginFormInterface;
|
||||
|
||||
/**
|
||||
* Defines the interface for configurable image effects.
|
||||
*
|
||||
* @see \Drupal\image\Annotation\ImageEffect
|
||||
* @see \Drupal\image\ConfigurableImageEffectBase
|
||||
* @see \Drupal\image\ImageEffectInterface
|
||||
* @see \Drupal\image\ImageEffectBase
|
||||
* @see \Drupal\image\ImageEffectManager
|
||||
* @see plugin_api
|
||||
*/
|
||||
interface ConfigurableImageEffectInterface extends ImageEffectInterface, PluginFormInterface {
|
||||
}
|
Reference in a new issue