You are here

protected property AddAssetsCommand::$assets in Content-Security-Policy 8

An array of assets keyed by their type (either 'script' or 'style').

Type: array[]

File

csp_extras/src/Ajax/AddAssetsCommand.php, line 24

Class

AddAssetsCommand
AJAX command for including additional assets.

Namespace

Drupal\csp_extras\Ajax

Code

protected $assets;