You are here

public function LanguageSelectionPageConditionInterface::getName in Language Selection Page 8.2

Returns the name of the plugin.

If the name is not set, returns its ID.

Return value

string The name of the plugin.

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

File

src/LanguageSelectionPageConditionInterface.php, line 73

Class

LanguageSelectionPageConditionInterface
The LanguageSelectionPageConditionInterface interface.

Namespace

Drupal\language_selection_page

Code

public function getName();