‪TYPO3CMS  10.4
header-comment.php File Reference

Go to the source code of this file.

Variables

if(PHP_SAPI !=='cli') $finder
 
 $headerComment =
 

Variable Documentation

◆ $finder

if (PHP_SAPI !=='cli') $finder
Initial value:
= PhpCsFixer\Finder::create()
->name('*.php')
->in(__DIR__ . '/../../typo3/sysext')
->exclude('Acceptance/Support/_generated')
->exclude('Configuration')
->notName('*locallang*.php')
->notName('AdditionalConfiguration.php')
->notName('ext_localconf.php')
->notName('ext_tables.php')
->notName('ext_emconf.php')
->notName('Rfc822AddressesParser.php')
->notName('ClassMapGenerator.php')

Definition at line 22 of file header-comment.php.

Referenced by TYPO3\CMS\Core\Utility\ExtensionManagementUtility\buildBaseTcaFromSingleFiles(), TYPO3\CMS\Install\Controller\UpgradeController\extensionScannerFilesAction(), TYPO3\CMS\Install\Controller\UpgradeController\extensionScannerMarkFullyScannedRestFilesAction(), TYPO3\CMS\Install\Controller\UpgradeController\extensionScannerScanFileAction(), ExtensionScannerRstFileReferencesChecker\fetchExistingRstFiles(), TYPO3\CMS\Install\UpgradeAnalysis\DocumentationFile\findDocumentationDirectories(), checkIntegrityComposer\findExtensionComposerJson(), validateRstFiles\findFiles(), TYPO3\CMS\Core\Configuration\SiteConfiguration\getAllSiteConfigurationFromFiles(), TYPO3\CMS\Frontend\Typolink\PageLinkBuilder\getCurrentSite(), TYPO3\CMS\Install\UpgradeAnalysis\DocumentationFile\getDocumentationFilesForVersion(), TYPO3\CMS\Install\UpgradeAnalysis\DocumentationFile\getDocumentFinder(), TYPO3\CMS\Install\Service\LanguagePackService\getExtensionLanguagePackDetails(), TYPO3\CMS\Core\Package\ComposerDeficitDetector\getExtensionsWithComposerDeficit(), TYPO3\CMS\Backend\Configuration\SiteTcaConfiguration\getTca(), TYPO3\CMS\Core\TypoScript\Parser\TypoScriptParser\importExternalTypoScriptFile(), TYPO3\CMS\Extensionmanager\Utility\InstallUtility\importSiteConfiguration(), validateRstFiles\validate(), and TYPO3\CMS\Install\UpgradeAnalysis\DocumentationFile\versionHasDocumentationFiles().

◆ $headerComment

$headerComment =