DatabasePageLanguageOverlayRows implements FormDataProviderInterface

Fill the "pageLanguageOverlayRows" part of the result array

Table of Contents

Interfaces

FormDataProviderInterface
Interface must be implemented by form data provider classes.

Methods

addData()  : array<string|int, mixed>
Fetch available page overlay records of page
getDatabaseRows()  : array<string|int, mixed>
Retrieve the requested overlay row from the database

Methods

addData()

Fetch available page overlay records of page

public addData(array<string|int, mixed> $result) : array<string|int, mixed>
Parameters
$result : array<string|int, mixed>

Initialized result array

Return values
array<string|int, mixed>

getDatabaseRows()

Retrieve the requested overlay row from the database

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

        
On this page

Search results