\Symfony\Component\PropertyInfo\DependencyInjectionPropertyInfoPass

Adds extractors to the property_info service.

Summary

Methods
Properties
Constants
__construct()
process()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$propertyInfoService
$listExtractorTag
$typeExtractorTag
$descriptionExtractorTag
$accessExtractorTag
$initializableExtractorTag
N/A

Properties

$propertyInfoService

$propertyInfoService

$listExtractorTag

$listExtractorTag

$typeExtractorTag

$typeExtractorTag

$descriptionExtractorTag

$descriptionExtractorTag

$accessExtractorTag

$accessExtractorTag

$initializableExtractorTag

$initializableExtractorTag

Methods

__construct()

__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') : mixed

Parameters

string $propertyInfoService
string $listExtractorTag
string $typeExtractorTag
string $descriptionExtractorTag
string $accessExtractorTag
string $initializableExtractorTag

Returns

mixed —

process()

process(\Symfony\Component\DependencyInjection\ContainerBuilder  $container) : mixed

{@inheritdoc}

Parameters

\Symfony\Component\DependencyInjection\ContainerBuilder $container

Returns

mixed —