‪TYPO3CMS  10.4
ResourceStorageInterface.php
Go to the documentation of this file.
1 <?php
2 
3 /*
4  * This file is part of the TYPO3 CMS project.
5  *
6  * It is free software; you can redistribute it and/or modify it under
7  * the terms of the GNU General Public License, either version 2
8  * of the License, or any later version.
9  *
10  * For the full copyright and license information, please read the
11  * LICENSE.txt file that was distributed with this source code.
12  *
13  * The TYPO3 project - inspiring people to share!
14  */
15 
17 
22 {
26  const ‪SIGNAL_SanitizeFileName = 'sanitizeFileName';
27 
31  const ‪SIGNAL_PreFileAdd = 'preFileAdd';
32 
36  const ‪SIGNAL_PostFileAdd = 'postFileAdd';
37 
41  const ‪SIGNAL_PreFileCreate = 'preFileCreate';
42 
46  const ‪SIGNAL_PostFileCreate = 'postFileCreate';
47 
51  const ‪SIGNAL_PreFileCopy = 'preFileCopy';
52 
56  const ‪SIGNAL_PostFileCopy = 'postFileCopy';
57 
61  const ‪SIGNAL_PreFileMove = 'preFileMove';
62 
66  const ‪SIGNAL_PostFileMove = 'postFileMove';
67 
71  const ‪SIGNAL_PreFileDelete = 'preFileDelete';
72 
76  const ‪SIGNAL_PostFileDelete = 'postFileDelete';
77 
81  const ‪SIGNAL_PreFileRename = 'preFileRename';
82 
86  const ‪SIGNAL_PostFileRename = 'postFileRename';
87 
91  const ‪SIGNAL_PreFileReplace = 'preFileReplace';
92 
96  const ‪SIGNAL_PostFileReplace = 'postFileReplace';
97 
101  const ‪SIGNAL_PreFileSetContents = 'preFileSetContents';
102 
106  const ‪SIGNAL_PostFileSetContents = 'postFileSetContents';
107 
111  const ‪SIGNAL_PreFolderAdd = 'preFolderAdd';
112 
116  const ‪SIGNAL_PostFolderAdd = 'postFolderAdd';
117 
121  const ‪SIGNAL_PreFolderCopy = 'preFolderCopy';
122 
126  const ‪SIGNAL_PostFolderCopy = 'postFolderCopy';
127 
131  const ‪SIGNAL_PreFolderMove = 'preFolderMove';
132 
136  const ‪SIGNAL_PostFolderMove = 'postFolderMove';
137 
141  const ‪SIGNAL_PreFolderDelete = 'preFolderDelete';
142 
146  const ‪SIGNAL_PostFolderDelete = 'postFolderDelete';
147 
151  const ‪SIGNAL_PreFolderRename = 'preFolderRename';
152 
156  const ‪SIGNAL_PostFolderRename = 'postFolderRename';
157 
161  const ‪SIGNAL_PreGeneratePublicUrl = 'preGeneratePublicUrl';
162 
183  const ‪DEFAULT_ProcessingFolder = '_processed_';
184 }
‪TYPO3\CMS\Core\Resource\ResourceStorageInterface\SIGNAL_SanitizeFileName
‪const SIGNAL_SanitizeFileName
Definition: ResourceStorageInterface.php:26
‪TYPO3\CMS\Core\Resource\ResourceStorageInterface\SIGNAL_PostFolderAdd
‪const SIGNAL_PostFolderAdd
Definition: ResourceStorageInterface.php:116
‪TYPO3\CMS\Core\Resource\ResourceStorageInterface\SIGNAL_PreFolderDelete
‪const SIGNAL_PreFolderDelete
Definition: ResourceStorageInterface.php:141
‪TYPO3\CMS\Core\Resource\ResourceStorageInterface\SIGNAL_PostFileMove
‪const SIGNAL_PostFileMove
Definition: ResourceStorageInterface.php:66
‪TYPO3\CMS\Core\Resource\ResourceStorageInterface
Definition: ResourceStorageInterface.php:22
‪TYPO3\CMS\Core\Resource\ResourceStorageInterface\SIGNAL_PostFileReplace
‪const SIGNAL_PostFileReplace
Definition: ResourceStorageInterface.php:96
‪TYPO3\CMS\Core\Resource\ResourceStorageInterface\SIGNAL_PostFolderDelete
‪const SIGNAL_PostFolderDelete
Definition: ResourceStorageInterface.php:146
‪TYPO3\CMS\Core\Resource\ResourceStorageInterface\SIGNAL_PreGeneratePublicUrl
‪const SIGNAL_PreGeneratePublicUrl
Definition: ResourceStorageInterface.php:161
‪TYPO3\CMS\Core\Resource\ResourceStorageInterface\SIGNAL_PreFileAdd
‪const SIGNAL_PreFileAdd
Definition: ResourceStorageInterface.php:31
‪TYPO3\CMS\Core\Resource\ResourceStorageInterface\DEFAULT_ProcessingFolder
‪const DEFAULT_ProcessingFolder
Definition: ResourceStorageInterface.php:183
‪TYPO3\CMS\Core\Resource\ResourceStorageInterface\SIGNAL_PreFileDelete
‪const SIGNAL_PreFileDelete
Definition: ResourceStorageInterface.php:71
‪TYPO3\CMS\Core\Resource\ResourceStorageInterface\SIGNAL_PreFolderCopy
‪const SIGNAL_PreFolderCopy
Definition: ResourceStorageInterface.php:121
‪TYPO3\CMS\Core\Resource\ResourceStorageInterface\SIGNAL_PostFolderRename
‪const SIGNAL_PostFolderRename
Definition: ResourceStorageInterface.php:156
‪TYPO3\CMS\Core\Resource\ResourceStorageInterface\SIGNAL_PreFileMove
‪const SIGNAL_PreFileMove
Definition: ResourceStorageInterface.php:61
‪TYPO3\CMS\Core\Resource\ResourceStorageInterface\SIGNAL_PreFileRename
‪const SIGNAL_PreFileRename
Definition: ResourceStorageInterface.php:81
‪TYPO3\CMS\Core\Resource\ResourceStorageInterface\SIGNAL_PostFileDelete
‪const SIGNAL_PostFileDelete
Definition: ResourceStorageInterface.php:76
‪TYPO3\CMS\Core\Resource\ResourceStorageInterface\SIGNAL_PostFileAdd
‪const SIGNAL_PostFileAdd
Definition: ResourceStorageInterface.php:36
‪TYPO3\CMS\Core\Resource\ResourceStorageInterface\SIGNAL_PreFileCopy
‪const SIGNAL_PreFileCopy
Definition: ResourceStorageInterface.php:51
‪TYPO3\CMS\Core\Resource\ResourceStorageInterface\SIGNAL_PostFolderCopy
‪const SIGNAL_PostFolderCopy
Definition: ResourceStorageInterface.php:126
‪TYPO3\CMS\Core\Resource\ResourceStorageInterface\SIGNAL_PostFolderMove
‪const SIGNAL_PostFolderMove
Definition: ResourceStorageInterface.php:136
‪TYPO3\CMS\Core\Resource\ResourceStorageInterface\CAPABILITY_HIERARCHICAL_IDENTIFIERS
‪const CAPABILITY_HIERARCHICAL_IDENTIFIERS
Definition: ResourceStorageInterface.php:179
‪TYPO3\CMS\Core\Resource\ResourceStorageInterface\SIGNAL_PreFolderRename
‪const SIGNAL_PreFolderRename
Definition: ResourceStorageInterface.php:151
‪TYPO3\CMS\Core\Resource\ResourceStorageInterface\SIGNAL_PreFolderMove
‪const SIGNAL_PreFolderMove
Definition: ResourceStorageInterface.php:131
‪TYPO3\CMS\Core\Resource
Definition: generateMimeTypes.php:52
‪TYPO3\CMS\Core\Resource\ResourceStorageInterface\CAPABILITY_BROWSABLE
‪const CAPABILITY_BROWSABLE
Definition: ResourceStorageInterface.php:166
‪TYPO3\CMS\Core\Resource\ResourceStorageInterface\SIGNAL_PreFileReplace
‪const SIGNAL_PreFileReplace
Definition: ResourceStorageInterface.php:91
‪TYPO3\CMS\Core\Resource\ResourceStorageInterface\SIGNAL_PreFileCreate
‪const SIGNAL_PreFileCreate
Definition: ResourceStorageInterface.php:41
‪TYPO3\CMS\Core\Resource\ResourceStorageInterface\SIGNAL_PreFolderAdd
‪const SIGNAL_PreFolderAdd
Definition: ResourceStorageInterface.php:111
‪TYPO3\CMS\Core\Resource\ResourceStorageInterface\CAPABILITY_PUBLIC
‪const CAPABILITY_PUBLIC
Definition: ResourceStorageInterface.php:170
‪TYPO3\CMS\Core\Resource\ResourceStorageInterface\SIGNAL_PreFileSetContents
‪const SIGNAL_PreFileSetContents
Definition: ResourceStorageInterface.php:101
‪TYPO3\CMS\Core\Resource\ResourceStorageInterface\SIGNAL_PostFileSetContents
‪const SIGNAL_PostFileSetContents
Definition: ResourceStorageInterface.php:106
‪TYPO3\CMS\Core\Resource\ResourceStorageInterface\SIGNAL_PostFileCopy
‪const SIGNAL_PostFileCopy
Definition: ResourceStorageInterface.php:56
‪TYPO3\CMS\Core\Resource\ResourceStorageInterface\SIGNAL_PostFileRename
‪const SIGNAL_PostFileRename
Definition: ResourceStorageInterface.php:86
‪TYPO3\CMS\Core\Resource\ResourceStorageInterface\CAPABILITY_WRITABLE
‪const CAPABILITY_WRITABLE
Definition: ResourceStorageInterface.php:175
‪TYPO3\CMS\Core\Resource\ResourceStorageInterface\SIGNAL_PostFileCreate
‪const SIGNAL_PostFileCreate
Definition: ResourceStorageInterface.php:46