You are here

ElevateZoomPlusInterface.php in ElevateZoom Plus 8

Same filename and directory in other branches
  1. 7 src/Entity/ElevateZoomPlusInterface.php

File

src/Entity/ElevateZoomPlusInterface.php
View source
<?php

namespace Drupal\elevatezoomplus\Entity;

use Drupal\blazy\Dejavu\BlazyConfigEntityBaseInterface;

/**
 * Provides an interface defining ElevateZoomPlus entity.
 */
interface ElevateZoomPlusInterface extends BlazyConfigEntityBaseInterface {

}

Interfaces

Namesort descending Description
ElevateZoomPlusInterface Provides an interface defining ElevateZoomPlus entity.