AsAvatarProvider
Read onlyYes
FinalYes
Service tag to autoconfigure Backend avatar providers
Attributes
- #[Attribute]
- \Attribute::TARGET_CLASS
Table of Contents
Constants
- TAG_NAME = 'backend.avatar_provider'
Properties
- $after : array<string|int, mixed>
- $before : array<string|int, mixed>
- $identifier : string
Methods
- __construct() : mixed
Constants
TAG_NAME
public
mixed
TAG_NAME
= 'backend.avatar_provider'
Properties
$after
public
array<string|int, mixed>
$after
= []
$before
public
array<string|int, mixed>
$before
= []
$identifier
public
string
$identifier
Methods
__construct()
public
__construct(non-empty-string $identifier[, array<int, non-empty-string> $before = [] ][, array<int, non-empty-string> $after = [] ]) : mixed
Parameters
- $identifier : non-empty-string
- $before : array<int, non-empty-string> = []
- $after : array<int, non-empty-string> = []