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

Public Member Functions

string linkPageTitle ($str, $rec)
 
string wrapRecordTitle ($str, $row)
 
- ‪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 ()
 
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 onClickInsertRecord ($row, $vv, $moveUid, $pid, $sys_lang=0)
 
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'
 

Protected Attributes

string $pageTreeClassName = PageTreeView::class
 
- ‪Protected Attributes inherited from ‪TYPO3\CMS\Backend\Tree\View\PagePositionMap
string $pageTreeClassName = ElementBrowserPageTreeView::class
 
IconFactory $iconFactory
 
string $clientContext
 

Additional Inherited Members

- ‪Protected Member Functions inherited from ‪TYPO3\CMS\Backend\Tree\View\PagePositionMap
BackendUserAuthentication getBackendUser ()
 
LanguageService getLanguageService ()
 

Detailed Description

Position map class for moving content elements.

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

Definition at line 25 of file ContentMovingPagePositionMap.php.

Member Function Documentation

◆ linkPageTitle()

string TYPO3\CMS\Backend\Tree\View\ContentMovingPagePositionMap::linkPageTitle (   $str,
  $rec 
)

Wrapping page title.

Parameters
string$str‪Page title.
array$rec‪Page record (?)
Returns
‪string Wrapped title.

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

Definition at line 44 of file ContentMovingPagePositionMap.php.

◆ wrapRecordTitle()

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

Wrapping the title of the record.

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 57 of file ContentMovingPagePositionMap.php.

Member Data Documentation

◆ $dontPrintPageInsertIcons

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

Definition at line 29 of file ContentMovingPagePositionMap.php.

◆ $pageTreeClassName

string TYPO3\CMS\Backend\Tree\View\ContentMovingPagePositionMap::$pageTreeClassName = PageTreeView::class
protected

Page tree implementation class name

Definition at line 35 of file ContentMovingPagePositionMap.php.