public function ConfigPagesInterface::setLabel in Config Pages 8
Same name and namespace in other branches
- 8.3 src/ConfigPagesInterface.php \Drupal\config_pages\ConfigPagesInterface::setLabel()
- 8.2 src/ConfigPagesInterface.php \Drupal\config_pages\ConfigPagesInterface::setLabel()
Sets the config page description.
Parameters
string $info: 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_pagesCode
public function setLabel($label);