‪TYPO3CMS  9.5
ResourceStorageInterface.php
Go to the documentation of this file.
1 <?php
3 
4 /*
5  * This file is part of the TYPO3 CMS project.
6  *
7  * It is free software; you can redistribute it and/or modify it under
8  * the terms of the GNU General Public License, either version 2
9  * of the License, or any later version.
10  *
11  * For the full copyright and license information, please read the
12  * LICENSE.txt file that was distributed with this source code.
13  *
14  * The TYPO3 project - inspiring people to share!
15  */
16 
21 {
22  const ‪SIGNAL_SanitizeFileName = 'sanitizeFileName';
23  const ‪SIGNAL_PreFileAdd = 'preFileAdd';
24  const ‪SIGNAL_PostFileAdd = 'postFileAdd';
25  const ‪SIGNAL_PreFileCreate = 'preFileCreate';
26  const ‪SIGNAL_PostFileCreate = 'postFileCreate';
27  const ‪SIGNAL_PreFileCopy = 'preFileCopy';
28  const ‪SIGNAL_PostFileCopy = 'postFileCopy';
29  const ‪SIGNAL_PreFileMove = 'preFileMove';
30  const ‪SIGNAL_PostFileMove = 'postFileMove';
31  const ‪SIGNAL_PreFileDelete = 'preFileDelete';
32  const ‪SIGNAL_PostFileDelete = 'postFileDelete';
33  const ‪SIGNAL_PreFileRename = 'preFileRename';
34  const ‪SIGNAL_PostFileRename = 'postFileRename';
35  const ‪SIGNAL_PreFileReplace = 'preFileReplace';
36  const ‪SIGNAL_PostFileReplace = 'postFileReplace';
37  const ‪SIGNAL_PreFileSetContents = 'preFileSetContents';
38  const ‪SIGNAL_PostFileSetContents = 'postFileSetContents';
39  const ‪SIGNAL_PreFolderAdd = 'preFolderAdd';
40  const ‪SIGNAL_PostFolderAdd = 'postFolderAdd';
41  const ‪SIGNAL_PreFolderCopy = 'preFolderCopy';
42  const ‪SIGNAL_PostFolderCopy = 'postFolderCopy';
43  const ‪SIGNAL_PreFolderMove = 'preFolderMove';
44  const ‪SIGNAL_PostFolderMove = 'postFolderMove';
45  const ‪SIGNAL_PreFolderDelete = 'preFolderDelete';
46  const ‪SIGNAL_PostFolderDelete = 'postFolderDelete';
47  const ‪SIGNAL_PreFolderRename = 'preFolderRename';
48  const ‪SIGNAL_PostFolderRename = 'postFolderRename';
49  const ‪SIGNAL_PreGeneratePublicUrl = 'preGeneratePublicUrl';
50 
71  const ‪DEFAULT_ProcessingFolder = '_processed_';
72 }
‪TYPO3\CMS\Core\Resource\ResourceStorageInterface\SIGNAL_SanitizeFileName
‪const SIGNAL_SanitizeFileName
Definition: ResourceStorageInterface.php:22
‪TYPO3\CMS\Core\Resource\ResourceStorageInterface\SIGNAL_PostFolderAdd
‪const SIGNAL_PostFolderAdd
Definition: ResourceStorageInterface.php:40
‪TYPO3\CMS\Core\Resource\ResourceStorageInterface\SIGNAL_PreFolderDelete
‪const SIGNAL_PreFolderDelete
Definition: ResourceStorageInterface.php:45
‪TYPO3\CMS\Core\Resource\ResourceStorageInterface\SIGNAL_PostFileMove
‪const SIGNAL_PostFileMove
Definition: ResourceStorageInterface.php:30
‪TYPO3\CMS\Core\Resource\ResourceStorageInterface
Definition: ResourceStorageInterface.php:21
‪TYPO3\CMS\Core\Resource\ResourceStorageInterface\SIGNAL_PostFileReplace
‪const SIGNAL_PostFileReplace
Definition: ResourceStorageInterface.php:36
‪TYPO3\CMS\Core\Resource\ResourceStorageInterface\SIGNAL_PostFolderDelete
‪const SIGNAL_PostFolderDelete
Definition: ResourceStorageInterface.php:46
‪TYPO3\CMS\Core\Resource\ResourceStorageInterface\SIGNAL_PreGeneratePublicUrl
‪const SIGNAL_PreGeneratePublicUrl
Definition: ResourceStorageInterface.php:49
‪TYPO3\CMS\Core\Resource\ResourceStorageInterface\SIGNAL_PreFileAdd
‪const SIGNAL_PreFileAdd
Definition: ResourceStorageInterface.php:23
‪TYPO3\CMS\Core\Resource\ResourceStorageInterface\DEFAULT_ProcessingFolder
‪const DEFAULT_ProcessingFolder
Definition: ResourceStorageInterface.php:71
‪TYPO3\CMS\Core\Resource\ResourceStorageInterface\SIGNAL_PreFileDelete
‪const SIGNAL_PreFileDelete
Definition: ResourceStorageInterface.php:31
‪TYPO3\CMS\Core\Resource\ResourceStorageInterface\SIGNAL_PreFolderCopy
‪const SIGNAL_PreFolderCopy
Definition: ResourceStorageInterface.php:41
‪TYPO3\CMS\Core\Resource\ResourceStorageInterface\SIGNAL_PostFolderRename
‪const SIGNAL_PostFolderRename
Definition: ResourceStorageInterface.php:48
‪TYPO3\CMS\Core\Resource\ResourceStorageInterface\SIGNAL_PreFileMove
‪const SIGNAL_PreFileMove
Definition: ResourceStorageInterface.php:29
‪TYPO3\CMS\Core\Resource\ResourceStorageInterface\SIGNAL_PreFileRename
‪const SIGNAL_PreFileRename
Definition: ResourceStorageInterface.php:33
‪TYPO3\CMS\Core\Resource\ResourceStorageInterface\SIGNAL_PostFileDelete
‪const SIGNAL_PostFileDelete
Definition: ResourceStorageInterface.php:32
‪TYPO3\CMS\Core\Resource\ResourceStorageInterface\SIGNAL_PostFileAdd
‪const SIGNAL_PostFileAdd
Definition: ResourceStorageInterface.php:24
‪TYPO3\CMS\Core\Resource\ResourceStorageInterface\SIGNAL_PreFileCopy
‪const SIGNAL_PreFileCopy
Definition: ResourceStorageInterface.php:27
‪TYPO3\CMS\Core\Resource\ResourceStorageInterface\SIGNAL_PostFolderCopy
‪const SIGNAL_PostFolderCopy
Definition: ResourceStorageInterface.php:42
‪TYPO3\CMS\Core\Resource\ResourceStorageInterface\SIGNAL_PostFolderMove
‪const SIGNAL_PostFolderMove
Definition: ResourceStorageInterface.php:44
‪TYPO3\CMS\Core\Resource\ResourceStorageInterface\CAPABILITY_HIERARCHICAL_IDENTIFIERS
‪const CAPABILITY_HIERARCHICAL_IDENTIFIERS
Definition: ResourceStorageInterface.php:67
‪TYPO3\CMS\Core\Resource\ResourceStorageInterface\SIGNAL_PreFolderRename
‪const SIGNAL_PreFolderRename
Definition: ResourceStorageInterface.php:47
‪TYPO3\CMS\Core\Resource\ResourceStorageInterface\SIGNAL_PreFolderMove
‪const SIGNAL_PreFolderMove
Definition: ResourceStorageInterface.php:43
‪TYPO3\CMS\Core\Resource
Definition: generateMimeTypes.php:37
‪TYPO3\CMS\Core\Resource\ResourceStorageInterface\CAPABILITY_BROWSABLE
‪const CAPABILITY_BROWSABLE
Definition: ResourceStorageInterface.php:54
‪TYPO3\CMS\Core\Resource\ResourceStorageInterface\SIGNAL_PreFileReplace
‪const SIGNAL_PreFileReplace
Definition: ResourceStorageInterface.php:35
‪TYPO3\CMS\Core\Resource\ResourceStorageInterface\SIGNAL_PreFileCreate
‪const SIGNAL_PreFileCreate
Definition: ResourceStorageInterface.php:25
‪TYPO3\CMS\Core\Resource\ResourceStorageInterface\SIGNAL_PreFolderAdd
‪const SIGNAL_PreFolderAdd
Definition: ResourceStorageInterface.php:39
‪TYPO3\CMS\Core\Resource\ResourceStorageInterface\CAPABILITY_PUBLIC
‪const CAPABILITY_PUBLIC
Definition: ResourceStorageInterface.php:58
‪TYPO3\CMS\Core\Resource\ResourceStorageInterface\SIGNAL_PreFileSetContents
‪const SIGNAL_PreFileSetContents
Definition: ResourceStorageInterface.php:37
‪TYPO3\CMS\Core\Resource\ResourceStorageInterface\SIGNAL_PostFileSetContents
‪const SIGNAL_PostFileSetContents
Definition: ResourceStorageInterface.php:38
‪TYPO3\CMS\Core\Resource\ResourceStorageInterface\SIGNAL_PostFileCopy
‪const SIGNAL_PostFileCopy
Definition: ResourceStorageInterface.php:28
‪TYPO3\CMS\Core\Resource\ResourceStorageInterface\SIGNAL_PostFileRename
‪const SIGNAL_PostFileRename
Definition: ResourceStorageInterface.php:34
‪TYPO3\CMS\Core\Resource\ResourceStorageInterface\CAPABILITY_WRITABLE
‪const CAPABILITY_WRITABLE
Definition: ResourceStorageInterface.php:63
‪TYPO3\CMS\Core\Resource\ResourceStorageInterface\SIGNAL_PostFileCreate
‪const SIGNAL_PostFileCreate
Definition: ResourceStorageInterface.php:26