Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
SecurityNotAllowedMethodError.php
function SecurityNotAllowedMethodError::getMethodName
File
vendor/
twig/
twig/
src/
Sandbox/
SecurityNotAllowedMethodError.php
, line 36
Class
SecurityNotAllowedMethodError
Exception thrown when a not allowed class method is used in a template.
Namespace
Twig\Sandbox
Code
public
function
getMethodName
() {
return
$this
->
methodName
; }
RSS feed