namespace Twig\Sandbox
Object name | File name | Summary |
---|---|---|
SecurityError | vendor/twig/twig/src/Sandbox/SecurityError.php | Exception thrown when a security error occurs at runtime. |
SecurityNotAllowedFilterError | vendor/twig/twig/src/Sandbox/SecurityNotAllowedFilterError.php | Exception thrown when a not allowed filter is used in a template. |
SecurityNotAllowedFunctionError | vendor/twig/twig/src/Sandbox/SecurityNotAllowedFunctionError.php | Exception thrown when a not allowed function is used in a template. |
SecurityNotAllowedMethodError | vendor/twig/twig/src/Sandbox/SecurityNotAllowedMethodError.php | Exception thrown when a not allowed class method is used in a template. |
SecurityNotAllowedPropertyError | vendor/twig/twig/src/Sandbox/SecurityNotAllowedPropertyError.php | Exception thrown when a not allowed class property is used in a template. |
SecurityNotAllowedTagError | vendor/twig/twig/src/Sandbox/SecurityNotAllowedTagError.php | Exception thrown when a not allowed tag is used in a template. |
SecurityPolicy | vendor/twig/twig/src/Sandbox/SecurityPolicy.php | Represents a security policy which need to be enforced when sandbox mode is enabled. |
SecurityPolicyInterface | vendor/twig/twig/src/Sandbox/SecurityPolicyInterface.php | Interface that all security policy classes must implements. |
SourcePolicyInterface | vendor/twig/twig/src/Sandbox/SourcePolicyInterface.php | Interface for a class that can optionally enable the sandbox mode based on a template's Twig\Source. |