TcaDisplayConditions
Various display conditions to check for e.g. installed extensions or configuration settings used.
This class is a hook implementation and is not part of the TYPO3 Core API.
Table of Contents
Methods
- isExtensionInstalled() : bool
- Check if an extension is loaded.
- isRecordCurrentUser() : bool
- Check if the current record is the current backend user
- getBackendUser() : BackendUserAuthentication
Methods
isExtensionInstalled()
Check if an extension is loaded.
public
isExtensionInstalled(array<string|int, mixed> $parameters) : bool
Parameters
- $parameters : array<string|int, mixed>
Return values
boolisRecordCurrentUser()
Check if the current record is the current backend user
public
isRecordCurrentUser(array<string|int, mixed> $parameters) : bool
IMPORTANT: This only works for the be_users table.
Parameters
- $parameters : array<string|int, mixed>
Return values
boolgetBackendUser()
protected
getBackendUser() : BackendUserAuthentication