AbstractGridObject
AbstractYes
Base class for objects which constitute a page layout grid.
Contains shared properties and functions available to all such objects.
this is experimental and subject to change in TYPO3 v10 / v11
Tags
Table of Contents
Properties
Methods
- __construct() : mixed
- getContext() : PageLayoutContext
- getUniqueId() : string
- getBackendUser() : BackendUserAuthentication
- getLanguageService() : LanguageService
Properties
$context
protected
PageLayoutContext
$context
$iconFactory
protected
IconFactory
$iconFactory
Methods
__construct()
public
__construct(PageLayoutContext $context) : mixed
Parameters
- $context : PageLayoutContext
getContext()
public
getContext() : PageLayoutContext
Return values
PageLayoutContextgetUniqueId()
public
getUniqueId() : string
Return values
stringgetBackendUser()
protected
getBackendUser() : BackendUserAuthentication
Return values
BackendUserAuthenticationgetLanguageService()
protected
getLanguageService() : LanguageService