You are here

public function ConfigPagesContextBase::getLinks in Config Pages 8.3

Same name and namespace in other branches
  1. 8.2 src/ConfigPagesContextBase.php \Drupal\config_pages\ConfigPagesContextBase::getLinks()

Return array of available links to switch on given context.

Return value

array Return links.

Overrides ConfigPagesContextInterface::getLinks

1 method overrides ConfigPagesContextBase::getLinks()
Language::getLinks in src/Plugin/ConfigPagesContext/Language.php
Get array of available links to switch on given context.

File

src/ConfigPagesContextBase.php, line 60

Class

ConfigPagesContextBase
Class ConfigPagesContextBase.

Namespace

Drupal\config_pages

Code

public function getLinks() {
  return [];
}