You are here

public function LanguageSelectionPageConditionInterface::getDescription in Language Selection Page 8.2

Returns the description of the plugin.

If the description is not set, returns NULL.

Return value

string|null The description of the plugin.

1 method overrides LanguageSelectionPageConditionInterface::getDescription()
LanguageSelectionPageConditionBase::getDescription in src/LanguageSelectionPageConditionBase.php
Returns the description of the plugin.

File

src/LanguageSelectionPageConditionInterface.php, line 52

Class

LanguageSelectionPageConditionInterface
The LanguageSelectionPageConditionInterface interface.

Namespace

Drupal\language_selection_page

Code

public function getDescription();