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 : mixed = 'create'
- DELETE : mixed = 'delete'
- EDIT : mixed = 'edit'
- READ : mixed = 'read'
- SELECT : mixed = 'select'
Methods
- vote() : bool
Constants
CREATE
public
mixed
CREATE
= 'create'
DELETE
public
mixed
DELETE
= 'delete'
EDIT
public
mixed
EDIT
= 'edit'
READ
public
mixed
READ
= 'read'
SELECT
public
mixed
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