FileAccess Orion

ValidateEnvPlaceholdersPass
in package
implements CompilerPassInterface

Validates environment variable placeholders used in extension configuration with dummy values.

Tags
author

Roland Franssen franssen.roland@gmail.com

Interfaces, Classes, Traits and Enums

CompilerPassInterface
Interface that must be implemented by compilation passes.

Table of Contents

$extensionConfig  : mixed
$typeFixtures  : mixed
process()  : mixed
You can modify the container here before it is dumped to PHP code.
getType()  : string

Properties

$typeFixtures

private static mixed $typeFixtures = ['array' => [], 'bool' => false, 'float' => 0.0, 'int' => 0, 'string' => '']

Methods

Search results