You are here

public function ConfigPagesContextInterface::getLinks in Config Pages 8.2

Same name and namespace in other branches
  1. 8.3 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_pages

Code

public function getLinks();