You are here

PresentationInterface.php in Isotope (with Masonry and Packery) 8

Namespace

Drupal\isotope

File

src/PresentationInterface.php
View source
<?php

/**
 * @file
 * Contains \Drupal\isotope\PresentationInterface.
 */
namespace Drupal\isotope;

use Drupal\Core\Config\Entity\ConfigEntityInterface;

/**
 * Provides an interface defining my configurable data object.
 */
interface PresentationInterface extends ConfigEntityInterface {

}

Interfaces

Namesort descending Description
PresentationInterface Provides an interface defining my configurable data object.