interface ConfigPagesContextInterface in Config Pages 8
Same name and namespace in other branches
- 8.3 src/ConfigPagesContextInterface.php \Drupal\config_pages\ConfigPagesContextInterface
- 8.2 src/ConfigPagesContextInterface.php \Drupal\config_pages\ConfigPagesContextInterface
Hierarchy
- interface \Drupal\Component\Plugin\PluginInspectionInterface
- interface \Drupal\config_pages\ConfigPagesContextInterface
Expanded class hierarchy of ConfigPagesContextInterface
All classes that implement ConfigPagesContextInterface
1 file declares its use of ConfigPagesContextInterface
File
- src/
ConfigPagesContextInterface.php, line 7
Namespace
Drupal\config_pagesView 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
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
ConfigPagesContextInterface:: |
public | function | Return the label of the context. | 1 |
ConfigPagesContextInterface:: |
public static | function | Return the value of the context. | 1 |
PluginInspectionInterface:: |
public | function | Gets the definition of the plugin implementation. | 4 |
PluginInspectionInterface:: |
public | function | Gets the plugin_id of the plugin instance. | 2 |