ResourceStorageInterface

The interface for a resource storage containing all constants

Table of Contents

Constants

CAPABILITY_BROWSABLE  = 1
Capability for being browsable by (backend) users
CAPABILITY_HIERARCHICAL_IDENTIFIERS  = 8
Whether identifiers contain hierarchy information (folder structure).
CAPABILITY_PUBLIC  = 2
Capability for publicly accessible storages (= accessible from the web)
CAPABILITY_WRITABLE  = 4
Capability for writable storages. This only signifies writability in general - this might also be further limited by configuration.
DEFAULT_ProcessingFolder  = '_processed_'
Name of the default processing folder

Constants

CAPABILITY_BROWSABLE

Capability for being browsable by (backend) users

public mixed CAPABILITY_BROWSABLE = 1

CAPABILITY_HIERARCHICAL_IDENTIFIERS

Whether identifiers contain hierarchy information (folder structure).

public mixed CAPABILITY_HIERARCHICAL_IDENTIFIERS = 8

CAPABILITY_PUBLIC

Capability for publicly accessible storages (= accessible from the web)

public mixed CAPABILITY_PUBLIC = 2

CAPABILITY_WRITABLE

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

public mixed CAPABILITY_WRITABLE = 4

DEFAULT_ProcessingFolder

Name of the default processing folder

public mixed DEFAULT_ProcessingFolder = '_processed_'

        
On this page

Search results