You are here

interface ConfigPagesContextInterface in Config Pages 8

Same name and namespace in other branches
  1. 8.3 src/ConfigPagesContextInterface.php \Drupal\config_pages\ConfigPagesContextInterface
  2. 8.2 src/ConfigPagesContextInterface.php \Drupal\config_pages\ConfigPagesContextInterface

Hierarchy

Expanded class hierarchy of ConfigPagesContextInterface

All classes that implement ConfigPagesContextInterface

1 file declares its use of ConfigPagesContextInterface
ConfigPagesListBuilder.php in src/ConfigPagesListBuilder.php

File

src/ConfigPagesContextInterface.php, line 7

Namespace

Drupal\config_pages
View source
interface ConfigPagesContextInterface extends PluginInspectionInterface {

  /**
   * Return the label of the context.
   *
   * @return string
   */
  public function getLabel();

  /**
   * Return the value of the context.
   *
   * @return mixed
   */
  public static function getValue();

}

Members

Namesort descending Modifiers Type Description Overrides
ConfigPagesContextInterface::getLabel public function Return the label of the context. 1
ConfigPagesContextInterface::getValue public static function Return the value of the context. 1
PluginInspectionInterface::getPluginDefinition public function Gets the definition of the plugin implementation. 4
PluginInspectionInterface::getPluginId public function Gets the plugin_id of the plugin instance. 2