ElevateZoomPlusInterface.php in ElevateZoom Plus 8
Same filename and directory in other branches
Namespace
Drupal\elevatezoomplus\EntityFile
src/Entity/ElevateZoomPlusInterface.phpView source
<?php
namespace Drupal\elevatezoomplus\Entity;
use Drupal\blazy\Dejavu\BlazyConfigEntityBaseInterface;
/**
* Provides an interface defining ElevateZoomPlus entity.
*/
interface ElevateZoomPlusInterface extends BlazyConfigEntityBaseInterface {
}
Interfaces
Name | Description |
---|---|
ElevateZoomPlusInterface | Provides an interface defining ElevateZoomPlus entity. |