You are here

ConfigPagesContextManagerInterface.php in Config Pages 8

File

src/ConfigPagesContextManagerInterface.php
View source
<?php

namespace Drupal\config_pages;

use Drupal\Component\Plugin\PluginManagerInterface;
interface ConfigPagesContextManagerInterface extends PluginManagerInterface {

}

Interfaces