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();
Please login to continue.