‪TYPO3CMS  10.4
TYPO3\CMS\Backend\Tree\View\ContentCreationPagePositionMap Class Reference
Inheritance diagram for TYPO3\CMS\Backend\Tree\View\ContentCreationPagePositionMap:
TYPO3\CMS\Backend\Tree\View\PagePositionMap

Public Member Functions

string wrapRecordTitle ($str, $row)
 
string onClickInsertRecord ($row, $vv, $moveUid, $pid, $sys_lang=0)
 
- ‪Public Member Functions inherited from ‪TYPO3\CMS\Backend\Tree\View\PagePositionMap
 __construct (string $pageTreeClassName=null, string $clientContext='window')
 
string positionTree ($id, $pageinfo, $perms_clause, $R_URI)
 
string boldTitle ($t_code, $dat, $id)
 
string getActionLink ($pid, $newPagePID)
 
string insertlabel ()
 
string linkPageTitle ($str, $rec)
 
bool checkNewPageInPid ($pid)
 
string printContentElementColumns ($pid, $moveUid, $colPosList, $showHidden, $R_URI)
 
string printRecordMap ($lines, $colPosArray, $pid=0)
 
string insertPositionIcon ($row, $vv, $kk, $moveUid, $pid)
 
string getRecordHeader ($row)
 

Public Attributes

int $dontPrintPageInsertIcons = 1
 
- ‪Public Attributes inherited from ‪TYPO3\CMS\Backend\Tree\View\PagePositionMap
string $moveOrCopy = 'move'
 
int $dontPrintPageInsertIcons = 0
 
int $depth = 2
 
int $cur_sys_language
 
string $R_URI = ''
 
string $elUid = ''
 
string $moveUid = ''
 
array $checkNewPageCache = array( )
 
string $l_insertNewPageHere = 'insertNewPageHere'
 
string $l_insertNewRecordHere = 'insertNewRecordHere'
 

Additional Inherited Members

- ‪Protected Member Functions inherited from ‪TYPO3\CMS\Backend\Tree\View\PagePositionMap
BackendUserAuthentication getBackendUser ()
 
LanguageService getLanguageService ()
 
- ‪Protected Attributes inherited from ‪TYPO3\CMS\Backend\Tree\View\PagePositionMap
string $pageTreeClassName = ElementBrowserPageTreeView::class
 
IconFactory $iconFactory
 
string $clientContext
 

Detailed Description

Local position map class when creating new Content Elements

This class is a TYPO3 Backend implementation and is not considered part of the Public TYPO3 API.

Definition at line 26 of file ContentCreationPagePositionMap.php.

Member Function Documentation

◆ onClickInsertRecord()

string TYPO3\CMS\Backend\Tree\View\ContentCreationPagePositionMap::onClickInsertRecord (   $row,
  $vv,
  $moveUid,
  $pid,
  $sys_lang = 0 
)

Create on-click event value.

Parameters
array$row‪The record.
string$vv‪Column position value.
int$moveUid‪Move uid
int$pid‪PID value.
int$sys_lang‪System language
Returns
‪string

Reimplemented from TYPO3\CMS\Backend\Tree\View\PagePositionMap.

Definition at line 54 of file ContentCreationPagePositionMap.php.

◆ wrapRecordTitle()

string TYPO3\CMS\Backend\Tree\View\ContentCreationPagePositionMap::wrapRecordTitle (   $str,
  $row 
)

Wrapping the title of the record - here we just return it.

Parameters
string$str‪The title value.
array$row‪The record row.
Returns
‪string Wrapped title string.

Reimplemented from TYPO3\CMS\Backend\Tree\View\PagePositionMap.

Definition at line 39 of file ContentCreationPagePositionMap.php.

Member Data Documentation

◆ $dontPrintPageInsertIcons

int TYPO3\CMS\Backend\Tree\View\ContentCreationPagePositionMap::$dontPrintPageInsertIcons = 1

Definition at line 30 of file ContentCreationPagePositionMap.php.