CacheWarmupEvent
FinalYes
Event fired when caches are to be warmed up
Table of Contents
Methods
- __construct() : mixed
- addError() : void
- getErrors() : array<string|int, mixed>
- getGroups() : array<string|int, mixed>
- hasGroup() : bool
Methods
__construct()
    public
                    __construct(array<string|int, mixed> $groups) : mixed
    Parameters
- $groups : array<string|int, mixed>
addError()
    public
                    addError(string $error) : void
    Parameters
- $error : string
getErrors()
    public
                    getErrors() : array<string|int, mixed>
    Return values
array<string|int, mixed>getGroups()
    public
                    getGroups() : array<string|int, mixed>
    Return values
array<string|int, mixed>hasGroup()
    public
                    hasGroup(string $group) : bool
    Parameters
- $group : string