config_pages-8.x-2.8/src/ConfigPagesContextManagerInterface.php
src/ConfigPagesContextManagerInterface.php
<?php
namespace Drupal\config_pages;
use Drupal\Component\Plugin\PluginManagerInterface;
/**
* Provides an interface defining a context manager config page.
*/
interface ConfigPagesContextManagerInterface extends PluginManagerInterface {
}
