interface ConfigBuilderInterface

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

Methods

array
toArray()

Gets all configuration represented as an array.

string
getExtensionAlias()

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

Details

array toArray()

Gets all configuration represented as an array.

Return Value

array

string getExtensionAlias()

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

Return Value

string