Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 8.x
»
SecurityPolicyInterface.php
»
Twig_Sandbox_SecurityPolicyInterface
Search Drupal 8.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 8.x
Topics
Classes
Functions
Files
Namespaces
Services
Constants
Globals
Deprecated
public function Twig_Sandbox_SecurityPolicyInterface::checkPropertyAllowed
1 method overrides Twig_Sandbox_SecurityPolicyInterface::checkPropertyAllowed()
Twig_Sandbox_SecurityPolicy::checkPropertyAllowed
in drupal/
core/
vendor/
twig/
twig/
lib/
Twig/
Sandbox/
SecurityPolicy.php
File
drupal/
core/
vendor/
twig/
twig/
lib/
Twig/
Sandbox/
SecurityPolicyInterface.php
, line 23
Class
Twig_Sandbox_SecurityPolicyInterface
Interfaces that all security policy classes must implements.
Code
public
function
checkPropertyAllowed
(
$obj
,
$method
);