PhpStormCompilePass
in package
implements
CompilerPassInterface
Generate metadata about dynamic CiviCRM services for use by PhpStorm.
Table of Contents
Interfaces
- CompilerPassInterface
Methods
- process() : void
- findServices() : array<string|int, mixed>
Methods
process()
public
process(ContainerBuilder $container) : void
Parameters
- $container : ContainerBuilder
findServices()
private
findServices(ContainerBuilder $c) : array<string|int, mixed>
Parameters
- $c : ContainerBuilder