FilterFormatInterface::getPermissionName

public FilterFormatInterface::getPermissionName()

Returns the machine-readable permission name for the text format.

Return value

string|bool The machine-readable permission name, or FALSE if the text format is malformed or is the fallback format (which is available to all users).

File

core/modules/filter/src/FilterFormatInterface.php, line 54

Class

FilterFormatInterface
Provides an interface defining a filter format entity.

Namespace

Drupal\filter

Code

public function getPermissionName();
doc_Drupal
2016-10-29 09:14:45
Comments
Leave a Comment

Please login to continue.