TcaDisplayConditions

Various display conditions to check for e.g. installed extensions or configuration settings used.

Internal

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
bool

isRecordCurrentUser()

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
bool

        
On this page

Search results