PropertyInfoPass
class PropertyInfoPass implements CompilerPassInterface
Adds extractors to the property_info service.
Traits
Trait that allows a generic method to find and sort service by priority option in the tag.
Methods
__construct(string $propertyInfoService = 'property_info', string $listExtractorTag = 'property_info.list_extractor', string $typeExtractorTag = 'property_info.type_extractor', string $descriptionExtractorTag = 'property_info.description_extractor', string $accessExtractorTag = 'property_info.access_extractor', string $initializableExtractorTag = 'property_info.initializable_extractor')
No description
process(ContainerBuilder $container)
You can modify the container here before it is dumped to PHP code.
Details
__construct(string $propertyInfoService = 'property_info', string $listExtractorTag = 'property_info.list_extractor', string $typeExtractorTag = 'property_info.type_extractor', string $descriptionExtractorTag = 'property_info.description_extractor', string $accessExtractorTag = 'property_info.access_extractor', string $initializableExtractorTag = 'property_info.initializable_extractor')
process(ContainerBuilder $container)
You can modify the container here before it is dumped to PHP code.