public function TwigSandboxPolicy::checkPropertyAllowed

public TwigSandboxPolicy::checkPropertyAllowed($obj, $property)

Overrides Twig_Sandbox_SecurityPolicyInterface::checkPropertyAllowed

File

core/lib/Drupal/Core/Template/TwigSandboxPolicy.php, line 74

Class

TwigSandboxPolicy
Default sandbox policy for Twig templates.

Namespace

Drupal\Core\Template

Code

public function checkPropertyAllowed($obj, $property) {
}

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Template!TwigSandboxPolicy.php/function/TwigSandboxPolicy::checkPropertyAllowed/8.1.x