‪TYPO3CMS  10.4
TYPO3\CMS\Backend\View\BackendLayout\Grid\AbstractGridObject Class Reference
Inheritance diagram for TYPO3\CMS\Backend\View\BackendLayout\Grid\AbstractGridObject:
TYPO3\CMS\Backend\View\BackendLayout\Grid\Grid TYPO3\CMS\Backend\View\BackendLayout\Grid\GridColumn TYPO3\CMS\Backend\View\BackendLayout\Grid\GridColumnItem TYPO3\CMS\Backend\View\BackendLayout\Grid\GridRow TYPO3\CMS\Backend\View\BackendLayout\Grid\LanguageColumn

Public Member Functions

 __construct (PageLayoutContext $context)
 
 getUniqueId ()
 
 getContext ()
 

Protected Member Functions

 getLanguageService ()
 
 getBackendUser ()
 

Protected Attributes

PageLayoutContext $context
 
IconFactory $iconFactory
 

Detailed Description

Base class for objects which constitute a page layout grid.

Contains shared properties and functions available to all such objects.

See also
Grid
GridRow
GridColumn
GridColumnItem
LanguageColumn

this is experimental and subject to change in TYPO3 v10 / v11

Definition at line 40 of file AbstractGridObject.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Backend\View\BackendLayout\Grid\AbstractGridObject::__construct ( PageLayoutContext  $context)

Member Function Documentation

◆ getBackendUser()

◆ getContext()

◆ getLanguageService()

◆ getUniqueId()

TYPO3\CMS\Backend\View\BackendLayout\Grid\AbstractGridObject::getUniqueId ( )

Member Data Documentation

◆ $context

◆ $iconFactory

IconFactory TYPO3\CMS\Backend\View\BackendLayout\Grid\AbstractGridObject::$iconFactory
protected

Definition at line 48 of file AbstractGridObject.php.