You are here

SingletonPluginInspectionInterface.php in ThemeKey 8

File

src/Plugin/SingletonPluginInspectionInterface.php
View source
<?php

/**
 * @file
 * Provides Drupal\themekey\PropertyInterface
 */
namespace Drupal\themekey\Plugin;

use Drupal\Component\Plugin\PluginInspectionInterface;

/**
 * Defines an interface for ThemeKey plugins using a singleton pattern.
 */
interface SingletonPluginInspectionInterface extends PluginInspectionInterface {

}

Interfaces

Namesort descending Description
SingletonPluginInspectionInterface Defines an interface for ThemeKey plugins using a singleton pattern.