PresentationInterface.php in Isotope (with Masonry and Packery) 8
Contains \Drupal\isotope\PresentationInterface.
Namespace
Drupal\isotopeFile
src/PresentationInterface.phpView 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
Name | Description |
---|---|
PresentationInterface | Provides an interface defining my configurable data object. |