You are here

public function FieldPermissionTypeInterface::getLabel in Field Permissions 8

Same name and namespace in other branches
  1. 8.2 src/Plugin/FieldPermissionTypeInterface.php \Drupal\field_permissions\Plugin\FieldPermissionTypeInterface::getLabel()

The permission type label.

Return value

string The field permission type label.

1 method overrides FieldPermissionTypeInterface::getLabel()
Base::getLabel in src/Plugin/FieldPermissionType/Base.php
The permission type label.

File

src/Plugin/FieldPermissionTypeInterface.php, line 57

Class

FieldPermissionTypeInterface
A field permission type plugin interface.

Namespace

Drupal\field_permissions\Plugin

Code

public function getLabel();