ResourceStorageInterface

The interface for a resource storage containing all constants

Table of Contents

Constants

CAPABILITY_BROWSABLE  : mixed = 1
Capability for being browsable by (backend) users
CAPABILITY_HIERARCHICAL_IDENTIFIERS  : mixed = 8
Whether identifiers contain hierarchy information (folder structure).
CAPABILITY_PUBLIC  : mixed = 2
Capability for publicly accessible storages (= accessible from the web)
CAPABILITY_WRITABLE  : mixed = 4
Capability for writable storages. This only signifies writability in general - this might also be further limited by configuration.
DEFAULT_ProcessingFolder  : mixed = '_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