class AbstractCompilerPass implements CompilerPassInterface

Class AbstractCompilerPass.

Methods

string
getRegistrarService()

Return the name of the service that handles the collection of tagged items found (the chain manager).

string
getAttendantTagName()

Return the name of the search tag to find services to be attached to the chain (the chain subscribers).

string
$this
process( ContainerBuilder $container)

No description

Details

at line line 29
abstract string getRegistrarService()

Return the name of the service that handles the collection of tagged items found (the chain manager).

Return Value

string

at line line 36
abstract string getAttendantTagName()

Return the name of the search tag to find services to be attached to the chain (the chain subscribers).

Return Value

string

at line line 41
string getRegistrarAddAttendantMethodName()

Return Value

string

at line line 51
$this process( ContainerBuilder $container)

Parameters

ContainerBuilder $container

Return Value

$this