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