BookmarkGroupVoter
Read onlyYes
FinalYes
This class is a specific Backend implementation and is not considered part of the Public TYPO3 API.
Attributes
- #[Autoconfigure]
- $public: true
Table of Contents
Constants
- CREATE : string = 'create'
- DELETE : string = 'delete'
- EDIT : string = 'edit'
- READ : string = 'read'
- SELECT : string = 'select'
Methods
- vote() : bool
Constants
CREATE
public
string
CREATE
= 'create'
DELETE
public
string
DELETE
= 'delete'
EDIT
public
string
EDIT
= 'edit'
READ
public
string
READ
= 'read'
SELECT
public
string
SELECT
= 'select'
Methods
vote()
public
vote(string $attribute, array<string|int, mixed> $group, BackendUserAuthentication $user) : bool
Parameters
- $attribute : string
- $group : array<string|int, mixed>
- $user : BackendUserAuthentication