‪TYPO3CMS  11.5
TYPO3\CMS\Core\Resource\ResourceStorageInterface Interface Reference
Inheritance diagram for TYPO3\CMS\Core\Resource\ResourceStorageInterface:
TYPO3\CMS\Core\Resource\ResourceStorage

Public Attributes

const CAPABILITY_BROWSABLE = 1
 
const CAPABILITY_PUBLIC = 2
 
const CAPABILITY_WRITABLE = 4
 
const CAPABILITY_HIERARCHICAL_IDENTIFIERS = 8
 
const DEFAULT_ProcessingFolder = '_processed_'
 

Detailed Description

The interface for a resource storage containing all constants

Definition at line 21 of file ResourceStorageInterface.php.

Member Data Documentation

◆ CAPABILITY_BROWSABLE

const TYPO3\CMS\Core\Resource\ResourceStorageInterface::CAPABILITY_BROWSABLE = 1

Capability for being browsable by (backend) users

Definition at line 26 of file ResourceStorageInterface.php.

Referenced by TYPO3\CMS\Core\Resource\Driver\LocalDriver\__construct(), and TYPO3\CMS\Core\Resource\ResourceStorage\__construct().

◆ CAPABILITY_HIERARCHICAL_IDENTIFIERS

const TYPO3\CMS\Core\Resource\ResourceStorageInterface::CAPABILITY_HIERARCHICAL_IDENTIFIERS = 8

Whether identifiers contain hierarchy information (folder structure).

Definition at line 39 of file ResourceStorageInterface.php.

Referenced by TYPO3\CMS\Core\Resource\Driver\LocalDriver\__construct().

◆ CAPABILITY_PUBLIC

◆ CAPABILITY_WRITABLE

const TYPO3\CMS\Core\Resource\ResourceStorageInterface::CAPABILITY_WRITABLE = 4

Capability for writable storages. This only signifies writability in general - this might also be further limited by configuration.

Definition at line 35 of file ResourceStorageInterface.php.

Referenced by TYPO3\CMS\Core\Resource\Driver\LocalDriver\__construct(), and TYPO3\CMS\Core\Resource\ResourceStorage\__construct().

◆ DEFAULT_ProcessingFolder

const TYPO3\CMS\Core\Resource\ResourceStorageInterface::DEFAULT_ProcessingFolder = '_processed_'

Name of the default processing folder

Definition at line 43 of file ResourceStorageInterface.php.

Referenced by TYPO3\CMS\Core\Resource\ResourceStorage\getProcessingFolder().