DatabaseService

This class is subjected to change.

Do NOT subclass

Scope: frontend / backend

Internal

Table of Contents

Methods

getAllReferencesForFileUid()  : array<string|int, mixed>
Returns an array with all form definition file uids as keys and their reference counts as values.
getAllReferencesForPersistenceIdentifier()  : array<string|int, mixed>
Returns an array with all form definition persistenceIdentifiers as keys and their reference counts as values.
getReferencesByPersistenceIdentifier()  : array<string|int, mixed>
Returns an array with all sys_refindex database rows which be connected to a formDefinition identified by $persistenceIdentifier
getAllReferences()  : array<string|int, mixed>

Methods

getAllReferencesForFileUid()

Returns an array with all form definition file uids as keys and their reference counts as values.

public getAllReferencesForFileUid() : array<string|int, mixed>
Internal
Return values
array<string|int, mixed>

getAllReferencesForPersistenceIdentifier()

Returns an array with all form definition persistenceIdentifiers as keys and their reference counts as values.

public getAllReferencesForPersistenceIdentifier() : array<string|int, mixed>
Internal
Return values
array<string|int, mixed>

getReferencesByPersistenceIdentifier()

Returns an array with all sys_refindex database rows which be connected to a formDefinition identified by $persistenceIdentifier

public getReferencesByPersistenceIdentifier(string $persistenceIdentifier) : array<string|int, mixed>
Parameters
$persistenceIdentifier : string
Internal
Return values
array<string|int, mixed>

getAllReferences()

protected getAllReferences(string $column) : array<string|int, mixed>
Parameters
$column : string
Return values
array<string|int, mixed>

        
On this page

Search results