You are here

public function UserRestrictionTypeInterface::getLabel in User restrictions 8

Get the plugin label.

Return value

string The plugin label.

1 method overrides UserRestrictionTypeInterface::getLabel()
UserRestrictionTypeBase::getLabel in src/Plugin/UserRestrictionType/UserRestrictionTypeBase.php
Get the plugin label.

File

src/Plugin/UserRestrictionTypeInterface.php, line 37

Class

UserRestrictionTypeInterface
Defines the interface for UserRestrictionType plugins.

Namespace

Drupal\user_restrictions\Plugin

Code

public function getLabel();