Documentation

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 and Traits

CompilerPassInterface
Interface that must be implemented by compilation passes.

Table of Contents

TYPE_FIXTURES  = ['array' => [], 'bool' => false, 'float' => 0.0, 'int' => 0, 'string' => '']
$extensionConfig  : mixed
process()  : mixed
You can modify the container here before it is dumped to PHP code.

Constants

TYPE_FIXTURES

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

Properties

Methods

Search results