DataProviderInterface

Interface for classes which hook into BackendLayoutDataProvider to provide additional backend layouts from various sources.

Table of Contents

Methods

addBackendLayouts()  : mixed
Adds backend layouts to the given backend layout collection.
getBackendLayout()  : BackendLayout|null
Gets a backend layout by (regular) identifier.

Methods

getBackendLayout()

Gets a backend layout by (regular) identifier.

public getBackendLayout(string $identifier, int $pageId) : BackendLayout|null
Parameters
$identifier : string
$pageId : int
Return values
BackendLayout|null

        
On this page

Search results