You are here

public function LanguageCookieConditionInterface::getName in Language Cookie 8

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 LanguageCookieConditionInterface::getName()
LanguageCookieConditionBase::getName in src/LanguageCookieConditionBase.php
Returns the name of the plugin.

File

src/LanguageCookieConditionInterface.php, line 39

Class

LanguageCookieConditionInterface
Interface LanguageCookieConditionInterface.

Namespace

Drupal\language_cookie

Code

public function getName();