You are here

ConfigPagesContextManagerInterface.php in Config Pages 8.2

File

src/ConfigPagesContextManagerInterface.php
View source
<?php

namespace Drupal\config_pages;

use Drupal\Component\Plugin\PluginManagerInterface;

/**
 * Provides an interface defining a context manager config page.
 */
interface ConfigPagesContextManagerInterface extends PluginManagerInterface {

}

Interfaces

Namesort descending Description
ConfigPagesContextManagerInterface Provides an interface defining a context manager config page.