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