public function ConfigPagesContextInterface::getLinks in Config Pages 8.3
Same name and namespace in other branches
- 8.2 src/ConfigPagesContextInterface.php \Drupal\config_pages\ConfigPagesContextInterface::getLinks()
Get available links to switch on given context.
Return value
array Return array of available links to switch on given context.
1 method overrides ConfigPagesContextInterface::getLinks()
- ConfigPagesContextBase::getLinks in src/
ConfigPagesContextBase.php - Return array of available links to switch on given context.
File
- src/
ConfigPagesContextInterface.php, line 34
Class
- ConfigPagesContextInterface
- Provides an interface defining a context config page.
Namespace
Drupal\config_pagesCode
public function getLinks();