class Exclude
An attribute to tell the class should not be registered as service.
@author Grégoire Pineau <lyrixx@lyrixx.info>
Hierarchy
- class \Symfony\Component\DependencyInjection\Attribute\Exclude
Expanded class hierarchy of Exclude
1 file declares its use of Exclude
- FileLoader.php in vendor/
symfony/ dependency-injection/ Loader/ FileLoader.php
20 string references to 'Exclude'
- AssetControllerBase::deliver in core/
modules/ system/ src/ Controller/ AssetControllerBase.php - Generates an aggregate, given a filename.
- BulkForm::defineOptions in core/
modules/ views/ src/ Plugin/ views/ field/ BulkForm.php - Information about options for all kinds of purposes will be held here.
- BulkForm::getBulkOptions in core/
modules/ views/ src/ Plugin/ views/ field/ BulkForm.php - Returns the available operations for this form.
- LintCommand::execute in vendor/
symfony/ yaml/ Command/ LintCommand.php - Executes the current command.
- Loader::testSuite in vendor/
phpunit/ phpunit/ src/ TextUI/ Configuration/ Xml/ Loader.php
File
-
vendor/
symfony/ dependency-injection/ Attribute/ Exclude.php, line 19
Namespace
Symfony\Component\DependencyInjection\AttributeView source
class Exclude {
}