‪TYPO3CMS  9.5
TYPO3\CMS\Core\Compatibility\PseudoSiteTcaDisplayCondition Class Reference

Public Member Functions

bool isInPseudoSite (array $parameters)
 

Detailed Description

A display condition that returns true if the page we are dealing with is in a page tree that is represented by a PseudoSite object.

This is used to suppress the 'slug' field in pseudo site page trees when editing page records and to show the alias field.

Both "Pseudo sites" and "alias" db field will bite the dust in TYPO3 v10.0, so this is a temporary display condition for v9 only and thus marked internal.

Implementation and class will probably vanish in TYPO3 v10.0 without further notice

Definition at line 34 of file PseudoSiteTcaDisplayCondition.php.

Member Function Documentation

◆ isInPseudoSite()

bool TYPO3\CMS\Core\Compatibility\PseudoSiteTcaDisplayCondition::isInPseudoSite ( array  $parameters)

Takes the given page id of the record and verifies if the page has a pseudo site object or a site object attached.

Parameters
array$parameters
Returns
‪bool
Exceptions

Definition at line 44 of file PseudoSiteTcaDisplayCondition.php.