class DefinitionSchema implements Schema

Service configuration schema.

Methods

__construct(ContainerBuilder $builder)

No description

complete($def, Context $context)

No description

merge($def, $base)

No description

normalize($def, Context $context)

Normalizes configuration of service definitions.

completeDefault(Context $context)

No description

Details

at line 29
__construct(ContainerBuilder $builder)

No description

Parameters

ContainerBuilder $builder

at line 35
complete($def, Context $context)

No description

Parameters

$def
Context $context

at line 61
merge($def, $base)

No description

Parameters

$def
$base

at line 74
normalize($def, Context $context)

Normalizes configuration of service definitions.

Parameters

$def
Context $context

at line 113
completeDefault(Context $context)

No description

Parameters

Context $context