TYPO3 CMS  TYPO3_7-6
TYPO3\CMS\Frontend\Tests\Unit\Page\Fixtures\PageGeneratorFixture Class Reference
Inheritance diagram for TYPO3\CMS\Frontend\Tests\Unit\Page\Fixtures\PageGeneratorFixture:
TYPO3\CMS\Frontend\Page\PageGenerator

Public Member Functions

 callGenerateMetaTagHtml (array $metaTagTypoScript, $xhtml, ContentObjectRenderer $cObj)
 
 callInitializeSearchWordDataInTsfe ()
 

Additional Inherited Members

- Static Public Member Functions inherited from TYPO3\CMS\Frontend\Page\PageGenerator
static JSeventFunctions ()
 
static inline2TempFile ($str, $ext)
 
static isAllowedLinkVarValue ($haystack, $needle)
 
- Public Attributes inherited from TYPO3\CMS\Frontend\Page\PageGenerator
const NO_PAGE_TITLE = 2
 
- Static Protected Member Functions inherited from TYPO3\CMS\Frontend\Page\PageGenerator
static stripIntObjectPlaceholder (&$searchString, &$intObjects)
 
static getPageRenderer ()
 
static addCssToPageRenderer ($cssStyles, $excludeFromConcatenation=false, $inlineBlockName='TSFEinlineStyle')
 

Detailed Description

Fixture for PageGenerator

Definition at line 23 of file PageGeneratorFixture.php.

Member Function Documentation

◆ callGenerateMetaTagHtml()

TYPO3\CMS\Frontend\Tests\Unit\Page\Fixtures\PageGeneratorFixture::callGenerateMetaTagHtml ( array  $metaTagTypoScript,
  $xhtml,
ContentObjectRenderer  $cObj 
)

Public accessor for generateMetaTagHtml

Parameters
array$metaTagTypoScriptTypoScript configuration for meta tags (e.g. $GLOBALS['TSFE']->pSetup['meta.'])
bool$xhtmlWhether xhtml tag-style should be used. (e.g. pass $GLOBALS['TSFE']->xhtmlVersion here)
ContentObjectRenderer$cObj
Returns
array Array of HTML meta tags

Definition at line 33 of file PageGeneratorFixture.php.

◆ callInitializeSearchWordDataInTsfe()

TYPO3\CMS\Frontend\Tests\Unit\Page\Fixtures\PageGeneratorFixture::callInitializeSearchWordDataInTsfe ( )

Public accessor for the initializeSearchWordDataInTsfe() method.

Definition at line 41 of file PageGeneratorFixture.php.