‪TYPO3CMS  ‪main
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 (protected PageLayoutContext $context)
 
 getContext ()
 

Protected Member Functions

 getLanguageService ()
 
 getBackendUser ()
 

Protected Attributes

readonly 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 39 of file AbstractGridObject.php.

Constructor & Destructor Documentation

◆ __construct()

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

Definition at line 43 of file AbstractGridObject.php.

Member Function Documentation

◆ getBackendUser()

◆ getContext()

◆ getLanguageService()

Member Data Documentation

◆ $iconFactory

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

Definition at line 41 of file AbstractGridObject.php.