PageTsBackendLayoutDataProvider extends PageTsBackendLayoutDataProvider
This Provider adds Backend Layouts based on page TSconfig
since TYPO3 v12, will be removed in TYPO3 v13
Table of Contents
Properties
- $backendLayouts : array<string|int, mixed>
- Internal Backend Layout stack
Methods
- addBackendLayouts() : void
- Adds backend layouts to the given backend layout collection.
- getBackendLayout() : BackendLayout|null
- Gets a backend layout by (regular) identifier.
- attachBackendLayout() : mixed
- Attach Backend Layout to internal Stack
- createBackendLayout() : BackendLayout
- Creates a new backend layout using the given record data.
- generateBackendLayoutFromTsConfig() : mixed
- Generates a Backend Layout from page TSconfig array
- generateBackendLayouts() : mixed
- Generate the Backend Layout configs
- getIconPath() : string
- Gets and sanitizes the icon path.
- getPageTsConfig() : array<string|int, mixed>
- Gets page TSconfig from DataProviderContext if available from context, else fetch from BackendUtility by pageId.
Properties
$backendLayouts
Internal Backend Layout stack
protected
array<string|int, mixed>
$backendLayouts
= []
Methods
addBackendLayouts()
Adds backend layouts to the given backend layout collection.
public
addBackendLayouts(DataProviderContext $dataProviderContext, BackendLayoutCollection $backendLayoutCollection) : void
Parameters
- $dataProviderContext : DataProviderContext
- $backendLayoutCollection : BackendLayoutCollection
getBackendLayout()
Gets a backend layout by (regular) identifier.
public
getBackendLayout(string $identifier, int $pageId) : BackendLayout|null
Parameters
- $identifier : string
- $pageId : int
Return values
BackendLayout|nullattachBackendLayout()
Attach Backend Layout to internal Stack
protected
attachBackendLayout([mixed $backendLayout = null ]) : mixed
Parameters
- $backendLayout : mixed = null
createBackendLayout()
Creates a new backend layout using the given record data.
protected
createBackendLayout(array<string|int, mixed> $data) : BackendLayout
Parameters
- $data : array<string|int, mixed>
Return values
BackendLayoutgenerateBackendLayoutFromTsConfig()
Generates a Backend Layout from page TSconfig array
protected
generateBackendLayoutFromTsConfig(string $identifier, array<string|int, mixed> $data) : mixed
Parameters
- $identifier : string
- $data : array<string|int, mixed>
generateBackendLayouts()
Generate the Backend Layout configs
protected
generateBackendLayouts(DataProviderContext|null $dataProviderContext, int|null $pageId) : mixed
Parameters
- $dataProviderContext : DataProviderContext|null
- $pageId : int|null
getIconPath()
Gets and sanitizes the icon path.
protected
getIconPath(string $icon) : string
Parameters
- $icon : string
-
Name of the icon file
Return values
stringgetPageTsConfig()
Gets page TSconfig from DataProviderContext if available from context, else fetch from BackendUtility by pageId.
protected
getPageTsConfig(DataProviderContext|null $dataProviderContext, int|null $pageId) : array<string|int, mixed>
Parameters
- $dataProviderContext : DataProviderContext|null
- $pageId : int|null