namespace Symfony\Contracts\Service\Attribute
Object name | File name | Summary |
---|---|---|
Required | vendor/symfony/service-contracts/Attribute/Required.php | A required dependency. |
SubscribedService | vendor/symfony/service-contracts/Attribute/SubscribedService.php | For use as the return value for { @example new SubscribedService('http_client', HttpClientInterface::class, false, new Target('githubApi')) |