You are here

public function ConditionCreatorInterface::getNewConditionLabel in Block Visibility Groups 8

Get the label when creating a new condition.

Return value

string A new condition label.

1 call to ConditionCreatorInterface::getNewConditionLabel()
ConditionCreatorBase::createConditionElements in block_visibility_groups_admin/src/Plugin/ConditionCreatorBase.php
Create condition elements for form.
3 methods override ConditionCreatorInterface::getNewConditionLabel()
NodeTypeConditionCreator::getNewConditionLabel in block_visibility_groups_admin/src/Plugin/ConditionCreator/NodeTypeConditionCreator.php
Get the label when creating a new condition.
RolesConditionCreator::getNewConditionLabel in block_visibility_groups_admin/src/Plugin/ConditionCreator/RolesConditionCreator.php
Get the label when creating a new condition.
RouteConditionCreator::getNewConditionLabel in block_visibility_groups_admin/src/Plugin/ConditionCreator/RouteConditionCreator.php
Get the label when creating a new condition.

File

block_visibility_groups_admin/src/Plugin/ConditionCreatorInterface.php, line 34

Class

ConditionCreatorInterface

Namespace

Drupal\block_visibility_groups_admin\Plugin

Code

public function getNewConditionLabel();