You are here

public function Fz152PluginInterface::getSettingsPage in FZ152 8

If you want to add settings as tab to main settings you can define it here.

Otherwise define the page by yourself.

Return value

array Possible values:

  • "path": The tab path additional: /admin/config/fz152/[PATH].
  • "title": String with title for tab and page with settings.
  • "form": As in routing.yml file must contains form Class.
  • "weight": Weight for tab on page.
1 method overrides Fz152PluginInterface::getSettingsPage()
Fz152PluginBase::getSettingsPage in src/Fz152PluginBase.php
If you want to add settings as tab to main settings you can define it here.

File

src/Fz152PluginInterface.php, line 31

Class

Fz152PluginInterface
Provides an interface for fz152 settings plugins.

Namespace

Drupal\fz152

Code

public function getSettingsPage();