AbstractCompilerPass
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
getRegistrarAddAttendantMethodName()
No description
$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).
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).