‪TYPO3CMS  10.4
TYPO3\CMS\Core\Package\ComposerDeficitDetector Class Reference

Public Member Functions

 getExtensionsWithComposerDeficit ()
 
 checkExtensionComposerDeficit (string $extensionKey)
 

Public Attributes

const EXTENSION_COMPOSER_MANIFEST_VALID = 0
 
const EXTENSION_COMPOSER_MANIFEST_MISSING = 1
 
const EXTENSION_KEY_MISSING = 2
 

Protected Member Functions

 isValidExtensionKey (string $extensionKey)
 

Detailed Description

Detects extensions with composer deficits, e.g. missing composer.json file or missing extension-key property.

Definition at line 28 of file ComposerDeficitDetector.php.

Member Function Documentation

◆ checkExtensionComposerDeficit()

◆ getExtensionsWithComposerDeficit()

TYPO3\CMS\Core\Package\ComposerDeficitDetector::getExtensionsWithComposerDeficit ( )

◆ isValidExtensionKey()

TYPO3\CMS\Core\Package\ComposerDeficitDetector::isValidExtensionKey ( string  $extensionKey)
protected

Member Data Documentation

◆ EXTENSION_COMPOSER_MANIFEST_MISSING

const TYPO3\CMS\Core\Package\ComposerDeficitDetector::EXTENSION_COMPOSER_MANIFEST_MISSING = 1

◆ EXTENSION_COMPOSER_MANIFEST_VALID

const TYPO3\CMS\Core\Package\ComposerDeficitDetector::EXTENSION_COMPOSER_MANIFEST_VALID = 0

◆ EXTENSION_KEY_MISSING

const TYPO3\CMS\Core\Package\ComposerDeficitDetector::EXTENSION_KEY_MISSING = 2