Documentation

ConfigBuilderInterface

A ConfigBuilder provides helper methods to build a large complex array.

Tags
author

Tobias Nyholm tobias.nyholm@gmail.com

Table of Contents

getExtensionAlias()  : string
Gets the alias for the extension which config we are building.
toArray()  : array<string|int, mixed>
Gets all configuration represented as an array.

Methods

getExtensionAlias()

Gets the alias for the extension which config we are building.

public getExtensionAlias() : string
Return values
string

toArray()

Gets all configuration represented as an array.

public toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>

Search results