Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. SecurityPolicy.php

function SecurityPolicy::setAllowedProperties

File

vendor/twig/twig/src/Sandbox/SecurityPolicy.php, line 57

Class

SecurityPolicy
Represents a security policy which need to be enforced when sandbox mode is enabled.

Namespace

Twig\Sandbox

Code

public function setAllowedProperties(array $properties) : void {
    $this->allowedProperties = $properties;
}
RSS feed
Powered by Drupal