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

Table of Contents

Interfaces

CompilerPassInterface
Interface that must be implemented by compilation passes.

Constants

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

Properties

$extensionConfig  : array<string|int, mixed>

Methods

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


        
On this page

Search results