Build the container config from legacy DCA syntax.

Abstract base class for an data definition builder. To use it, implement the method build() and register the class to the event dispatcher.

 Methods

{@inheritdoc}

loadDca($dcaName, \Symfony\Component\EventDispatcher\EventDispatcherInterface $dispatcher) 
SuppressWarnings (PHPMD.Superglobals)
SuppressWarnings (PHPMD.CamelCaseVariableName)

Parameters

$dcaName

$dispatcher

Read the specified sub path from the dca.

getFromDca(string $path) : mixed

Parameters

$path

string

The path from the Dca to read.

Returns

mixed

 Properties

 

Buffer for the DCA.

$dca : array