A
Application — Class in namespace Contentful\Delivery\Console
CLI Application with Helpers for the Contentful SDK. Asset — Class in namespace Contentful\Delivery\Mapper
Asset class. $Extended — Property in class Extended
$Standard — Property in class Standard
Asset — Class in namespace Contentful\Delivery\Resource
BaseResource ::asLink () — Method in class BaseResource
{@inheritdoc} ContentType ::addUnknownField () — Method in class ContentType
Adds a runtime field, of type unknown. Entry ::all () — Method in class Entry
Returns all fields of the current entry, with some optimizations applied. Asset — Class in namespace Contentful\Delivery\SystemProperties
B
BaseCacheHandler — Class in namespace Contentful\Delivery\Cache
BaseCacheCommand — Class in namespace Contentful\Delivery\Console
Asset ::buildFile () — Method in class Asset
Creates a File or a subclass thereof. BaseMapper — Class in namespace Contentful\Delivery\Mapper
BaseMapper class. $BaseMapper — Property in class BaseMapper
BaseTaggedMapper — Class in namespace Contentful\Delivery\Mapper
Class BaseTaggedMapper. ResourceBuilder ::build () — Method in class ResourceBuilder
{@inheritdoc} BaseResource — Class in namespace Contentful\Delivery\Resource
BaseSystemProperties — Class in namespace Contentful\Delivery\SystemProperties
A SystemProperties instance contains the metadata of a resource. C
$BaseCacheHandler — Property in class BaseCacheHandler
$BaseCacheHandler — Property in class BaseCacheHandler
CacheClearer — Class in namespace Contentful\Delivery\Cache
CacheClearer class. CacheClearer ::clear () — Method in class CacheClearer
CacheItemPoolFactoryInterface — Class in namespace Contentful\Delivery\Cache
CacheItemPoolFactoryInterface. CacheWarmer — Class in namespace Contentful\Delivery\Cache
CacheWarmer class. ClientOptions — Class in namespace Contentful\Delivery
ClientOptions ::create () — Method in class ClientOptions
ClientInterface — Class in namespace Contentful\Delivery\Client
ClientInterface. $BaseCacheCommand — Property in class BaseCacheCommand
$BaseCacheCommand — Property in class BaseCacheCommand
BaseCacheCommand ::configure () — Method in class BaseCacheCommand
{@inheritdoc} ClearCacheCommand — Class in namespace Contentful\Delivery\Console
$BaseMapper — Property in class BaseMapper
BaseMapper ::createSystemProperties () — Method in class BaseMapper
BaseTaggedMapper ::createTags () — Method in class BaseTaggedMapper
ContentType — Class in namespace Contentful\Delivery\Mapper
ContentType class. ResourceBuilder ::createMapper () — Method in class ResourceBuilder
{@inheritdoc} $Extended — Property in class Extended
$Extended — Property in class Extended
Factory ::create () — Method in class Factory
Creates the appropriate ResourcePool object using the given client and options. ContentType — Class in namespace Contentful\Delivery\Resource
Content Types are schemas that define the fields of Entries. Every Entry can only contain values in the fields
defined by its Content Type, and the values of those fields must match the data type defined in the Content Type. $Entry — Property in class Entry
$Locale — Property in class Locale
Manager ::continueSync () — Method in class Manager
Continues the synchronization either at the next page,
or with the results since the initial synchronization. ContentTypeTrait — Class in namespace Contentful\Delivery\SystemProperties\Component
$ContentTypeTrait — Property in class ContentTypeTrait
$EditedTrait — Property in class EditedTrait
ContentType — Class in namespace Contentful\Delivery\SystemProperties
D
DeletedAsset — Class in namespace Contentful\Delivery\Mapper
DeletedAsset class. DeletedContentType — Class in namespace Contentful\Delivery\Mapper
DeletedContentType class. DeletedEntry — Class in namespace Contentful\Delivery\Mapper
DeletedEntry class. $Asset — Property in class Asset
$ContentType — Property in class ContentType
Description of the Content Type. $ContentType — Property in class ContentType
ID of main field used for display. $Field — Property in class Field
Describes whether the Field is disabled. DeletedAsset — Class in namespace Contentful\Delivery\Resource
A DeletedAsset describes an asset that has been deleted. DeletedContentType — Class in namespace Contentful\Delivery\Resource
A DeletedContentType describes a content type that has been deleted. DeletedEntry — Class in namespace Contentful\Delivery\Resource
A DeletedEntry describes an entry that has been deleted. DeletedResource — Class in namespace Contentful\Delivery\Resource
A DeletedResource encodes metadata about a deleted resource. $Entry — Property in class Entry
$Locale — Property in class Locale
ScopedJsonDecoder ::decode () — Method in class ScopedJsonDecoder
DeletedTrait — Class in namespace Contentful\Delivery\SystemProperties\Component
$DeletedTrait — Property in class DeletedTrait
DeletedAsset — Class in namespace Contentful\Delivery\SystemProperties
DeletedContentType — Class in namespace Contentful\Delivery\SystemProperties
DeletedEntry — Class in namespace Contentful\Delivery\SystemProperties
E
ClearCacheCommand ::execute () — Method in class ClearCacheCommand
{@inheritdoc} WarmUpCacheCommand ::execute () — Method in class WarmUpCacheCommand
{@inheritdoc} Entry — Class in namespace Contentful\Delivery\Mapper
Entry class. Environment — Class in namespace Contentful\Delivery\Mapper
Environment class. Extended — Class in namespace Contentful\Delivery\ResourcePool
Extended class. $Standard — Property in class Standard
Entry — Class in namespace Contentful\Delivery\Resource
Environment — Class in namespace Contentful\Delivery\Resource
ScopedJsonDecoder ::extractEnvironmentId () — Method in class ScopedJsonDecoder
Checks a data structure and extracts the environment ID, if present. EditedTrait — Class in namespace Contentful\Delivery\SystemProperties\Component
EnvironmentTrait — Class in namespace Contentful\Delivery\SystemProperties\Component
$EnvironmentTrait — Property in class EnvironmentTrait
Entry — Class in namespace Contentful\Delivery\SystemProperties
Environment — Class in namespace Contentful\Delivery\SystemProperties
F
BaseCacheHandler ::fetchResources () — Method in class BaseCacheHandler
Factory — Class in namespace Contentful\Delivery\ResourcePool
Factory class. $Asset — Property in class Asset
$ContentType — Property in class ContentType
The fields, keyed by ID. Field — Class in namespace Contentful\Delivery\Resource\ContentType
A Field describes one field of a ContentType. $Entry — Property in class Entry
$Locale — Property in class Locale
G
CacheItemPoolFactoryInterface ::getCacheItemPool () — Method in class CacheItemPoolFactoryInterface
Returns a PSR-6 CacheItemPoolInterface object. ClientOptions ::getDefaultLocale () — Method in class ClientOptions
ClientOptions ::getHost () — Method in class ClientOptions
ClientOptions ::getCacheItemPool () — Method in class ClientOptions
ClientOptions ::getLogger () — Method in class ClientOptions
ClientOptions ::getHttpClient () — Method in class ClientOptions
ClientOptions ::getQueryCacheItemPool () — Method in class ClientOptions
ClientOptions ::getQueryCacheLifetime () — Method in class ClientOptions
ClientInterface ::getAsset () — Method in class ClientInterface
Returns a single Asset object corresponding to the given ID. ClientInterface ::getAssets () — Method in class ClientInterface
Returns a collection of Asset objects wrapped in a ResourceArray instance. ClientInterface ::getContentType () — Method in class ClientInterface
Returns a single ContentType object corresponding to the given ID. ClientInterface ::getContentTypes () — Method in class ClientInterface
Returns a collection of ContentType objects wrapped in a ResourceArray instance. ClientInterface ::getEnvironment () — Method in class ClientInterface
Returns the Environment object corresponding to the one in use. ClientInterface ::getEntry () — Method in class ClientInterface
Returns a single Entry object corresponding to the given ID. ClientInterface ::getEntries () — Method in class ClientInterface
Returns a collection of Entry objects wrapped in a ResourceArray instance. ClientInterface ::getSpace () — Method in class ClientInterface
Returns the Space object corresponding to the one in use. ClientInterface ::getTag () — Method in class ClientInterface
Find a specific tag by its id. ClientInterface ::getAllTags () — Method in class ClientInterface
Returns all tags in the current space and environment. ScopedClientInterface ::getApi () — Method in class ScopedClientInterface
Returns a string representation of the API currently in use. ScopedClientInterface ::getSpaceId () — Method in class ScopedClientInterface
Returns the ID of the space currently in use. ScopedClientInterface ::getEnvironmentId () — Method in class ScopedClientInterface
Returns the ID of the environment currently in use. SynchronizationClientInterface ::getSynchronizationManager () — Method in class SynchronizationClientInterface
Get an instance of the synchronization manager. Application ::getDefaultCommands () — Method in class Application
{@inheritdoc} BaseCacheCommand ::getCommandName () — Method in class BaseCacheCommand
ClearCacheCommand ::getCommandName () — Method in class ClearCacheCommand
WarmUpCacheCommand ::getCommandName () — Method in class WarmUpCacheCommand
Query ::getQueryData () — Method in class Query
Returns the parameters to execute this query. QueryPoolInterface ::get () — Method in class QueryPoolInterface
QueryPoolInterface ::generateKey () — Method in class QueryPoolInterface
Standard ::get () — Method in class Standard
Standard ::generateKey () — Method in class Standard
ResourceBuilder ::getMapperNamespace () — Method in class ResourceBuilder
{@inheritdoc} ResourceBuilder ::getSystemType () — Method in class ResourceBuilder
{@inheritdoc} Standard ::getResourceLocale () — Method in class Standard
Standard ::get () — Method in class Standard
{@inheritdoc} Standard ::generateKey () — Method in class Standard
{@inheritdoc} Asset ::getSystemProperties () — Method in class Asset
{@inheritdoc} Asset ::getSpace () — Method in class Asset
Returns the space this asset belongs to. Asset ::getEnvironment () — Method in class Asset
Returns the environment this asset belongs to. Asset ::getTitle () — Method in class Asset
Asset ::getDescription () — Method in class Asset
Asset ::getFile () — Method in class Asset
BaseResource ::getId () — Method in class BaseResource
{@inheritdoc} BaseResource ::getType () — Method in class BaseResource
{@inheritdoc} ContentType ::getSystemProperties () — Method in class ContentType
{@inheritdoc} ContentType ::getSpace () — Method in class ContentType
Returns the space this content type belongs to. ContentType ::getEnvironment () — Method in class ContentType
Returns the environment this content type belongs to. ContentType ::getName () — Method in class ContentType
Returns the name of this content type. ContentType ::getFields () — Method in class ContentType
Returns all the fields of this content type as an associative array. ContentType ::getDescription () — Method in class ContentType
Returns the content type's description. ContentType ::getField () — Method in class ContentType
Returns the field for the passed id. ContentType ::getDisplayField () — Method in class ContentType
Returns the the display field of a content type. Commonly this is the title. Field ::getId () — Method in class Field
Returns the ID of the field. Field ::getName () — Method in class Field
Returns the name of the field. Field ::getType () — Method in class Field
Returns the type of the field. Field ::getLinkType () — Method in class Field
If the field is a link, this will return the type of the linked resource. Field ::getItemsType () — Method in class Field
If the field is an array, this returns the type of its items. Field ::getItemsLinkType () — Method in class Field
If the field is an array, and it's items are links, this returns the type of the linked resources. DeletedAsset ::getSystemProperties () — Method in class DeletedAsset
{@inheritdoc} DeletedContentType ::getSystemProperties () — Method in class DeletedContentType
{@inheritdoc} DeletedEntry ::getSystemProperties () — Method in class DeletedEntry
{@inheritdoc} DeletedEntry ::getContentType () — Method in class DeletedEntry
This method always returns null when used with the sync API. Entry ::getSystemProperties () — Method in class Entry
{@inheritdoc} Entry ::getSpace () — Method in class Entry
Returns the space this entry belongs to. Entry ::getEnvironment () — Method in class Entry
Returns the environment this entry belongs to. Entry ::getContentType () — Method in class Entry
Entry ::get () — Method in class Entry
Returns a the value of a field using the given locale. Entry ::getReferences () — Method in class Entry
Gets all entries that contain links to the current one. Entry ::getTags () — Method in class Entry
Get all tags of the entry. Environment ::getSystemProperties () — Method in class Environment
{@inheritdoc} Environment ::getLocales () — Method in class Environment
Environment ::getLocale () — Method in class Environment
Environment ::getDefaultLocale () — Method in class Environment
Returns the default locale for this space. Locale ::getSystemProperties () — Method in class Locale
{@inheritdoc} Locale ::getCode () — Method in class Locale
Returns the locale code. Locale ::getName () — Method in class Locale
Returns the human readable name. Locale ::getFallbackCode () — Method in class Locale
Returns the code of the locale used for for the fallback. LocalizedResource ::getLocale () — Method in class LocalizedResource
The locale code for the currently set locale. LocalizedResource ::getLocaleFromInput () — Method in class LocalizedResource
Space ::getSystemProperties () — Method in class Space
{@inheritdoc} Space ::getName () — Method in class Space
Returns the name of this space. Tag ::getSystemProperties () — Method in class Tag
{@inheritdoc} Tag ::getName () — Method in class Tag
Returns the name of this space. Query ::getQueryData () — Method in class Query
Returns the parameters to execute this query. Query ::getQueryString () — Method in class Query
The urlencoded query string for this query. Result ::getItems () — Method in class Result
Returns the items retrieved by this synchronization operation. Result ::getToken () — Method in class Result
Returns the token needed to continue the synchronization. BaseSystemProperties ::getId () — Method in class BaseSystemProperties
BaseSystemProperties ::getType () — Method in class BaseSystemProperties
ContentTypeTrait ::getContentType () — Method in class ContentTypeTrait
DeletedTrait ::getDeletedAt () — Method in class DeletedTrait
EditedTrait ::getCreatedAt () — Method in class EditedTrait
EditedTrait ::getUpdatedAt () — Method in class EditedTrait
EnvironmentTrait ::getEnvironment () — Method in class EnvironmentTrait
LocaleTrait ::getLocale () — Method in class LocaleTrait
RevisionTrait ::getRevision () — Method in class RevisionTrait
SpaceTrait ::getSpace () — Method in class SpaceTrait
TagTrait ::getTags () — Method in class TagTrait
H
ClientOptions ::hasCacheAutoWarmup () — Method in class ClientOptions
ClientOptions ::hasCacheContent () — Method in class ClientOptions
$BaseMapper — Property in class BaseMapper
QueryPoolInterface ::has () — Method in class QueryPoolInterface
Standard ::has () — Method in class Standard
Standard ::has () — Method in class Standard
{@inheritdoc} Entry ::has () — Method in class Entry
Checks whether the current entry has a field with a certain ID. I
BaseCacheCommand ::initClient () — Method in class BaseCacheCommand
$Field — Property in class Field
ID of the Field. $Field — Property in class Field
(Array type only) Type for items. $Field — Property in class Field
(Array of links only) Type of links. Field ::isRequired () — Method in class Field
Returns true if this field is required. Field ::isLocalized () — Method in class Field
Returns true if the field contains locale dependent content. Field ::isDisabled () — Method in class Field
True if the field is disabled. Entry ::isFieldLocalized () — Method in class Entry
Returns true if the field contains locale dependent content. Entry ::initTags () — Method in class Entry
Initialize an entries tags. Locale ::isDefault () — Method in class Locale
Returns true if this is the default locale for the space. LocalizedResource ::initLocales () — Method in class LocalizedResource
Result ::isDone () — Method in class Result
Returns true if there are currently no more results in the synchronization. $BaseSystemProperties — Property in class BaseSystemProperties
ContentTypeTrait ::initContentType () — Method in class ContentTypeTrait
DeletedTrait ::initDeletedAt () — Method in class DeletedTrait
EditedTrait ::initEdited () — Method in class EditedTrait
EnvironmentTrait ::initEnvironment () — Method in class EnvironmentTrait
LocaleTrait ::initLocale () — Method in class LocaleTrait
RevisionTrait ::initRevision () — Method in class RevisionTrait
SpaceTrait ::initSpace () — Method in class SpaceTrait
TagTrait ::initTags () — Method in class TagTrait
J
JsonDecoderClientInterface — Class in namespace Contentful\Delivery\Client
Asset ::jsonSerialize () — Method in class Asset
{@inheritdoc} ContentType ::jsonSerialize () — Method in class ContentType
{@inheritdoc} Field ::jsonSerialize () — Method in class Field
{@inheritdoc} DeletedResource ::jsonSerialize () — Method in class DeletedResource
{@inheritdoc} Entry ::jsonSerialize () — Method in class Entry
{@inheritdoc} Environment ::jsonSerialize () — Method in class Environment
{@inheritdoc} Locale ::jsonSerialize () — Method in class Locale
{@inheritdoc} Space ::jsonSerialize () — Method in class Space
{@inheritdoc} Tag ::jsonSerialize () — Method in class Tag
{@inheritdoc} BaseSystemProperties ::jsonSerialize () — Method in class BaseSystemProperties
{@inheritdoc} ContentTypeTrait ::jsonSerializeContentType () — Method in class ContentTypeTrait
DeletedTrait ::jsonSerializeDeletedAt () — Method in class DeletedTrait
EditedTrait ::jsonSerializeEdited () — Method in class EditedTrait
EnvironmentTrait ::jsonSerializeEnvironment () — Method in class EnvironmentTrait
LocaleTrait ::jsonSerializeLocale () — Method in class LocaleTrait
RevisionTrait ::jsonSerializeRevision () — Method in class RevisionTrait
SpaceTrait ::jsonSerializeSpace () — Method in class SpaceTrait
TagTrait ::jsonSerializeSpace () — Method in class TagTrait
ContentType ::jsonSerialize () — Method in class ContentType
{@inheritdoc} DeletedAsset ::jsonSerialize () — Method in class DeletedAsset
{@inheritdoc} DeletedContentType ::jsonSerialize () — Method in class DeletedContentType
{@inheritdoc} DeletedEntry ::jsonSerialize () — Method in class DeletedEntry
{@inheritdoc} Entry ::jsonSerialize () — Method in class Entry
{@inheritdoc} Locale ::jsonSerialize () — Method in class Locale
{@inheritdoc} LocalizedResource ::jsonSerialize () — Method in class LocalizedResource
{@inheritdoc} L
LinkResolver — Class in namespace Contentful\Delivery
Locale — Class in namespace Contentful\Delivery\Mapper
Locale class. $Field — Property in class Field
Type of the linked resource. $Field — Property in class Field
Describes whether the Field is localized. $Environment — Property in class Environment
Locale — Class in namespace Contentful\Delivery\Resource
Value object encoding a locale. LocalizedResource — Class in namespace Contentful\Delivery\Resource
A LocalizedResource can store information for multiple locales. $LocalizedResource — Property in class LocalizedResource
List of codes for all the locales available in the space this resource belongs to. LocaleTrait — Class in namespace Contentful\Delivery\SystemProperties\Component
$LocaleTrait — Property in class LocaleTrait
Locale — Class in namespace Contentful\Delivery\SystemProperties
LocalizedResource — Class in namespace Contentful\Delivery\SystemProperties
M
Asset ::map () — Method in class Asset
{@inheritdoc} ContentType ::map () — Method in class ContentType
{@inheritdoc} ContentType ::mapField () — Method in class ContentType
DeletedAsset ::map () — Method in class DeletedAsset
{@inheritdoc} DeletedContentType ::map () — Method in class DeletedContentType
{@inheritdoc} DeletedEntry ::map () — Method in class DeletedEntry
{@inheritdoc} Entry ::map () — Method in class Entry
{@inheritdoc} Environment ::map () — Method in class Environment
{@inheritdoc} Locale ::map () — Method in class Locale
{@inheritdoc} ResourceArray ::map () — Method in class ResourceArray
{@inheritdoc} Space ::map () — Method in class Space
{@inheritdoc} Tag ::map () — Method in class Tag
{@inheritdoc} Manager — Class in namespace Contentful\Delivery\Synchronization
The synchronization Manager can be used to sync a Space to this server. N
BaseMapper ::normalizeFieldData () — Method in class BaseMapper
$ContentType — Property in class ContentType
Name of the Content Type. $Field — Property in class Field
Name of the Field. $Locale — Property in class Locale
$Space — Property in class Space
$Tag — Property in class Tag
O
Entry ::offsetGet () — Method in class Entry
{@inheritdoc} Entry ::offsetExists () — Method in class Entry
{@inheritdoc} Entry ::offsetSet () — Method in class Entry
{@inheritdoc} Entry ::offsetUnset () — Method in class Entry
{@inheritdoc} P
JsonDecoderClientInterface ::parseJson () — Method in class JsonDecoderClientInterface
Parse a JSON string. Q
Query — Class in namespace Contentful\Delivery
A Query is used to filter and order collections when making API requests. QueryPoolInterface — Class in namespace Contentful\Delivery
Query — Class in namespace Contentful\Delivery\Synchronization
A sync Query can be used to limit what type of resources and events should be synced. R
$BaseCacheHandler — Property in class BaseCacheHandler
ClientInterface ::resolveLink () — Method in class ClientInterface
Resolve a link to its actual resource. ClientInterface ::resolveLinkCollection () — Method in class ClientInterface
Resolves an array of links. $BaseCacheCommand — Property in class BaseCacheCommand
LinkResolver ::resolveLink () — Method in class LinkResolver
{@inheritdoc} LinkResolver ::resolveLinkCollection () — Method in class LinkResolver
{@inheritdoc} $BaseMapper — Property in class BaseMapper
ResourceArray — Class in namespace Contentful\Delivery\Mapper
ResourceArray class. ResourceBuilder — Class in namespace Contentful\Delivery
ResourceBuilder class. ResourcePool — Class in namespace Contentful\Delivery
ResourcePool class. $Field — Property in class Field
Describes whether the Field is mandatory. Result — Class in namespace Contentful\Delivery\Synchronization
The Result of synchronization. RevisionTrait — Class in namespace Contentful\Delivery\SystemProperties\Component
$RevisionTrait — Property in class RevisionTrait
S
ScopedClientInterface — Class in namespace Contentful\Delivery\Client
SynchronizationClientInterface — Class in namespace Contentful\Delivery\Client
SynchronizationClientInterface ::syncRequest () — Method in class SynchronizationClientInterface
Internal method for the sync manager. Space — Class in namespace Contentful\Delivery\Mapper
Space class. Query ::setInclude () — Method in class Query
Set the amount of levels of links that should be resolved. Query ::setLocale () — Method in class Query
Sets the locale for which content should be retrieved. Set it to *
to retrieve all locales. QueryPoolInterface ::save () — Method in class QueryPoolInterface
Saves the given query into the pool. Standard — Class in namespace Contentful\Delivery\QueryPool
Standard ::save () — Method in class Standard
Saves the given query into the pool. Extended ::savesResource () — Method in class Extended
Determines whether the given resource type must be actually stored. Extended ::save () — Method in class Extended
{@inheritdoc} Standard — Class in namespace Contentful\Delivery\ResourcePool
Standard class. $Standard — Property in class Standard
Standard ::savesResource () — Method in class Standard
Determines whether the given resource type must be actually stored. Standard ::save () — Method in class Standard
{@inheritdoc} $Asset — Property in class Asset
$ContentType — Property in class ContentType
$DeletedAsset — Property in class DeletedAsset
$DeletedContentType — Property in class DeletedContentType
$DeletedEntry — Property in class DeletedEntry
$Entry — Property in class Entry
$Environment — Property in class Environment
$Locale — Property in class Locale
$LocalizedResource — Property in class LocalizedResource
LocalizedResource ::setLocale () — Method in class LocalizedResource
Set the locale for this instance. Space — Class in namespace Contentful\Delivery\Resource
The Space class represents a single space identified by its ID and holding some metadata. $Space — Property in class Space
$Tag — Property in class Tag
ScopedJsonDecoder — Class in namespace Contentful\Delivery
Manager ::sync () — Method in class Manager
Manager ::startSync () — Method in class Manager
Starts a new Synchronization. Query ::setType () — Method in class Query
Set the Type of event or resource to sync. Query ::setContentType () — Method in class Query
Set the content type to which results should be limited. Set to NULL to not filter for a content type. SpaceTrait — Class in namespace Contentful\Delivery\SystemProperties\Component
$SpaceTrait — Property in class SpaceTrait
Space — Class in namespace Contentful\Delivery\SystemProperties
T
Tag — Class in namespace Contentful\Delivery\Mapper
Tag class. $Asset — Property in class Asset
$Field — Property in class Field
Type of the Field. Tag — Class in namespace Contentful\Delivery\Resource
$BaseSystemProperties — Property in class BaseSystemProperties
TagTrait — Class in namespace Contentful\Delivery\SystemProperties\Component
$TagTrait — Property in class TagTrait
Tag — Class in namespace Contentful\Delivery\SystemProperties
U
ClientOptions ::usingDeliveryApi () — Method in class ClientOptions
ClientOptions ::usingPreviewApi () — Method in class ClientOptions
ClientOptions ::usesLowMemoryResourcePool () — Method in class ClientOptions
ClientOptions ::usesMessageLogging () — Method in class ClientOptions
$EditedTrait — Property in class EditedTrait
W
CacheWarmer ::warmUp () — Method in class CacheWarmer
ClientOptions ::withDefaultLocale () — Method in class ClientOptions
ClientOptions ::withHost () — Method in class ClientOptions
ClientOptions ::withCache () — Method in class ClientOptions
ClientOptions ::withLogger () — Method in class ClientOptions
Configure the Client to use any PSR-3 compatible logger. ClientOptions ::withHttpClient () — Method in class ClientOptions
ClientOptions ::withNormalResourcePool () — Method in class ClientOptions
Configures the client to use the default resource pool implementation,
which may use more memory in extreme scenarios (tens of thousands of resources). ClientOptions ::withLowMemoryResourcePool () — Method in class ClientOptions
Configures the client to use a resource pool which will not cache entries and assets,
which is useful when handling tens of thousand of resources,
but it may cause extra API calls in normal scenarios. ClientOptions ::withoutMessageLogging () — Method in class ClientOptions
ClientOptions ::withQueryCache () — Method in class ClientOptions
WarmUpCacheCommand — Class in namespace Contentful\Delivery\Console
Standard ::warmUp () — Method in class Standard
$Extended — Property in class Extended
$Extended — Property in class Extended
When retrieving from cache, there's the risk of an endless loop,
so we keep track of the resources we're currently warming up, and
skip the process if we track that we're already in the process of doing so. Extended ::warmUp () — Method in class Extended
Skeleton method which a can be overridden. Standard ::warmUp () — Method in class Standard
Skeleton method which a can be overridden. LocalizedResource ::walkFallbackChain () — Method in class LocalizedResource
_
BaseCacheHandler ::__construct () — Method in class BaseCacheHandler
CacheWarmer constructor. ClientOptions ::__construct () — Method in class ClientOptions
ClientOptions constructor. Application ::__construct () — Method in class Application
LinkResolver ::__construct () — Method in class LinkResolver
LinkResolver constructor. BaseMapper ::__construct () — Method in class BaseMapper
BaseMapper constructor. DeletedEntry ::__construct () — Method in class DeletedEntry
BaseMapper constructor. Standard ::__construct () — Method in class Standard
ResourceBuilder ::__construct () — Method in class ResourceBuilder
ResourceBuilder constructor. Extended ::__construct () — Method in class Extended
Simple constructor. Standard ::__construct () — Method in class Standard
Simple constructor. BaseResource ::__construct () — Method in class BaseResource
Resources in this SDK should not be built using $new Class()
. Field ::__construct () — Method in class Field
Regular field construction should happen through the field mapper. Entry ::__call () — Method in class Entry
Entry ::__get () — Method in class Entry
Shortcut for accessing fields using $entry->fieldName. Entry ::__isset () — Method in class Entry
ScopedJsonDecoder ::__construct () — Method in class ScopedJsonDecoder
ScopedJsonDecoder constructor. Manager ::__construct () — Method in class Manager
Manager constructor. Result ::__construct () — Method in class Result
Result constructor. BaseSystemProperties ::__construct () — Method in class BaseSystemProperties
SystemProperties constructor. ContentType ::__construct () — Method in class ContentType
ContentType constructor. DeletedAsset ::__construct () — Method in class DeletedAsset
DeletedAsset constructor. DeletedContentType ::__construct () — Method in class DeletedContentType
DeletedContentType constructor. DeletedEntry ::__construct () — Method in class DeletedEntry
DeletedEntry constructor. Entry ::__construct () — Method in class Entry
Entry constructor. Locale ::__construct () — Method in class Locale
Locale constructor. LocalizedResource ::__construct () — Method in class LocalizedResource
LocalizedResource constructor.