‪TYPO3CMS  10.4
TYPO3\CMS\Core\Resource\ResourceFactoryInterface Interface Reference
Inheritance diagram for TYPO3\CMS\Core\Resource\ResourceFactoryInterface:
TYPO3\CMS\Core\Resource\ResourceFactory

Public Attributes

const SIGNAL_PreProcessStorage = 'preProcessStorage'
 
const SIGNAL_PostProcessStorage = 'postProcessStorage'
 

Detailed Description

An interface containing constants for the resource factory

Deprecated:
‪This interface will be removed in TYPO3 v11 as it bears no use anymore due to PSR-14 events.

Definition at line 23 of file ResourceFactoryInterface.php.

Member Data Documentation

◆ SIGNAL_PostProcessStorage

const TYPO3\CMS\Core\Resource\ResourceFactoryInterface::SIGNAL_PostProcessStorage = 'postProcessStorage'

Definition at line 26 of file ResourceFactoryInterface.php.

◆ SIGNAL_PreProcessStorage

const TYPO3\CMS\Core\Resource\ResourceFactoryInterface::SIGNAL_PreProcessStorage = 'preProcessStorage'

Definition at line 25 of file ResourceFactoryInterface.php.