You are here

public function ConfigPagesInterface::setLabel in Config Pages 8.3

Same name and namespace in other branches
  1. 8 src/ConfigPagesInterface.php \Drupal\config_pages\ConfigPagesInterface::setLabel()
  2. 8.2 src/ConfigPagesInterface.php \Drupal\config_pages\ConfigPagesInterface::setLabel()

Sets the config page description.

Parameters

string $label: The config page description.

Return value

\Drupal\config_pages\ConfigPagesInterface The class instance that this method is called on.

1 method overrides ConfigPagesInterface::setLabel()
ConfigPages::setLabel in src/Entity/ConfigPages.php
Sets the config page description.

File

src/ConfigPagesInterface.php, line 22

Class

ConfigPagesInterface
Provides an interface defining a custom config page entity.

Namespace

Drupal\config_pages

Code

public function setLabel($label);