DatabasePageLanguageOverlayRows implements FormDataProviderInterface
Read onlyYes
Fill the "pageLanguageOverlayRows" part of the result array
Table of Contents
Interfaces
- FormDataProviderInterface
- Interface must be implemented by form data provider classes.
Methods
- __construct() : mixed
- 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
__construct()
public
__construct(Context $context, ConnectionPool $connectionPool) : mixed
Parameters
- $context : Context
- $connectionPool : ConnectionPool
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