diff --git a/neos/7.3/Neos/Media/Browser/Controller/AssetController.html b/neos/7.3/Neos/Media/Browser/Controller/AssetController.html index 2763b5159..e0585f95e 100644 --- a/neos/7.3/Neos/Media/Browser/Controller/AssetController.html +++ b/neos/7.3/Neos/Media/Browser/Controller/AssetController.html @@ -312,6 +312,15 @@

Properties

$assetSourceService + + + + protected AssetVariantGenerator + + + $assetVariantGenerator + + @@ -463,6 +472,16 @@

Methods

Display variants of an asset

+ +
+
+ void +
+
+ createVariantsAction(string $assetSourceIdentifier, string $assetProxyIdentifier, string $overviewAction) + +

Create missing variants for the given image

+
@@ -782,7 +801,7 @@

Return Value

- + void initializeObject() @@ -874,7 +893,7 @@

Return Value

- + protected void initializeAction() @@ -916,7 +935,7 @@

Exceptions

- + protected void initializeView(ViewInterface $view) @@ -958,7 +977,7 @@

Return Value

- + void indexAction(string $view = null, string $sortBy = null, string $sortDirection = null, string $filter = null, int $tagMode = self::TAG_GIVEN, Tag $tag = null, string $searchTerm = null, int $collectionMode = self::COLLECTION_GIVEN, AssetCollection $assetCollection = null, string $assetSourceIdentifier = null) @@ -1054,7 +1073,7 @@

Exceptions

- + void newAction() @@ -1086,7 +1105,7 @@

Return Value

- + void replaceAssetResourceAction(Asset $asset) @@ -1129,7 +1148,7 @@

Return Value

- + void showAction(string $assetSourceIdentifier, string $assetProxyIdentifier) @@ -1189,7 +1208,7 @@

Exceptions

- + void editAction(string $assetSourceIdentifier, string $assetProxyIdentifier) @@ -1249,7 +1268,7 @@

Exceptions

- + void variantsAction(string $assetSourceIdentifier, string $assetProxyIdentifier, string $overviewAction) @@ -1308,13 +1327,78 @@

Exceptions

+
+
+ + +
+

+ + void + createVariantsAction(string $assetSourceIdentifier, string $assetProxyIdentifier, string $overviewAction) + +

+
+ + + +
+

Create missing variants for the given image

+
+
+

Parameters

+ + + + + + + + + + + + + + + + + +
string$assetSourceIdentifier
string$assetProxyIdentifier
string$overviewAction
+ + +

Return Value

+ + + + + + +
void
+ + +

Exceptions

+ + + + + + + + + + +
StopActionException
UnsupportedRequestTypeException
+ + +

- + protected void initializeUpdateAction() @@ -1356,7 +1440,7 @@

Exceptions

- + void updateAction(Asset $asset) @@ -1411,7 +1495,7 @@

Exceptions

- + protected void initializeCreateAction() @@ -1452,7 +1536,7 @@

Exceptions

- + void createAction(Asset $asset) @@ -1507,7 +1591,7 @@

Exceptions

- + protected void initializeUploadAction() @@ -1548,7 +1632,7 @@

Exceptions

- + string uploadAction(Asset $asset) @@ -1599,7 +1683,7 @@

Exceptions

- + void tagAssetAction(Asset $asset, Tag $tag) @@ -1655,7 +1739,7 @@

Exceptions

- + void addAssetToCollectionAction(Asset $asset, AssetCollection $assetCollection) @@ -1711,7 +1795,7 @@

Exceptions

- + void deleteAction(Asset $asset) @@ -1770,7 +1854,7 @@

Exceptions

- + void updateAssetResourceAction(AssetInterface $asset, PersistentResource $resource, array $options = []) @@ -1835,7 +1919,7 @@

Exceptions

- + void relatedNodesAction(AssetInterface $asset) @@ -1886,7 +1970,7 @@

Exceptions

- + void createTagAction(string $label) @@ -1938,7 +2022,7 @@

Exceptions

- + void editTagAction(Tag $tag) @@ -1990,7 +2074,7 @@

Exceptions

- + void updateTagAction(Tag $tag) @@ -2042,7 +2126,7 @@

Exceptions

- + void deleteTagAction(Tag $tag) @@ -2094,7 +2178,7 @@

Exceptions

- + void createAssetCollectionAction(string $title) @@ -2146,7 +2230,7 @@

Exceptions

- + void editAssetCollectionAction(AssetCollection $assetCollection) @@ -2198,7 +2282,7 @@

Exceptions

- + void updateAssetCollectionAction(AssetCollection $assetCollection) @@ -2250,7 +2334,7 @@

Exceptions

- + void deleteAssetCollectionAction(AssetCollection $assetCollection) @@ -2302,7 +2386,7 @@

Exceptions

- + protected string errorAction() @@ -2334,7 +2418,7 @@

Return Value

- + protected Message|bool getErrorFlashMessage() diff --git a/neos/7.3/Neos/Media/Browser/Controller/ImageController.html b/neos/7.3/Neos/Media/Browser/Controller/ImageController.html index 43e2c3789..f6fd1961f 100644 --- a/neos/7.3/Neos/Media/Browser/Controller/ImageController.html +++ b/neos/7.3/Neos/Media/Browser/Controller/ImageController.html @@ -320,6 +320,16 @@

Properties

$assetSourceService from  +AssetController + + + + protected AssetVariantGenerator + + + $assetVariantGenerator + + from  AssetController @@ -489,6 +499,17 @@

Methods

Display variants of an asset

from  +AssetController
+ +
+
+ void +
+
+ createVariantsAction(string $assetSourceIdentifier, string $assetProxyIdentifier, string $overviewAction) + +

Create missing variants for the given image

+
from  AssetController
@@ -923,7 +944,7 @@

Return Value

+AssetController at line 185

protected void initializeAction() @@ -966,7 +987,7 @@

Exceptions

+AssetController at line 203

protected void initializeView(ViewInterface $view) @@ -1105,7 +1126,7 @@

Exceptions

+AssetController at line 317

void newAction() @@ -1138,7 +1159,7 @@

Return Value

+AssetController at line 337

void replaceAssetResourceAction(Asset $asset) @@ -1182,7 +1203,7 @@

Return Value

+AssetController at line 362

void showAction(string $assetSourceIdentifier, string $assetProxyIdentifier) @@ -1309,7 +1330,7 @@

Exceptions

+AssetController at line 443

void variantsAction(string $assetSourceIdentifier, string $assetProxyIdentifier, string $overviewAction) @@ -1368,6 +1389,72 @@

Exceptions

+
+ + + +
+

+ + void + createVariantsAction(string $assetSourceIdentifier, string $assetProxyIdentifier, string $overviewAction) + +

+
+ + + +
+

Create missing variants for the given image

+
+
+

Parameters

+ + + + + + + + + + + + + + + + + +
string$assetSourceIdentifier
string$assetProxyIdentifier
string$overviewAction
+ + +

Return Value

+ + + + + + +
void
+ + +

Exceptions

+ + + + + + + + + + +
StopActionException
UnsupportedRequestTypeException
+ + +
@@ -1375,7 +1462,7 @@

Exceptions

+AssetController at line 508

protected void initializeUpdateAction() @@ -1418,7 +1505,7 @@

Exceptions

+AssetController at line 523

void updateAction(Asset $asset) @@ -1474,7 +1561,7 @@

Exceptions

+AssetController at line 536

protected void initializeCreateAction() @@ -1516,7 +1603,7 @@

Exceptions

+AssetController at line 552

void createAction(Asset $asset) @@ -1572,7 +1659,7 @@

Exceptions

+AssetController at line 567

protected void initializeUploadAction() @@ -1614,7 +1701,7 @@

Exceptions

+AssetController at line 582

string uploadAction(Asset $asset) @@ -1666,7 +1753,7 @@

Exceptions

+AssetController at line 613

void tagAssetAction(Asset $asset, Tag $tag) @@ -1723,7 +1810,7 @@

Exceptions

+AssetController at line 631

void addAssetToCollectionAction(Asset $asset, AssetCollection $assetCollection) @@ -1780,7 +1867,7 @@

Exceptions

+AssetController at line 650

void deleteAction(Asset $asset) @@ -1840,7 +1927,7 @@

Exceptions

+AssetController at line 678

void updateAssetResourceAction(AssetInterface $asset, PersistentResource $resource, array $options = []) @@ -1906,7 +1993,7 @@

Exceptions

+AssetController at line 714

void relatedNodesAction(AssetInterface $asset) @@ -1958,7 +2045,7 @@

Exceptions

+AssetController at line 726

void createTagAction(string $label) @@ -2011,7 +2098,7 @@

Exceptions

+AssetController at line 736

void editTagAction(Tag $tag) @@ -2064,7 +2151,7 @@

Exceptions

+AssetController at line 746

void updateTagAction(Tag $tag) @@ -2117,7 +2204,7 @@

Exceptions

+AssetController at line 756

void deleteTagAction(Tag $tag) @@ -2170,7 +2257,7 @@

Exceptions

+AssetController at line 768

void createAssetCollectionAction(string $title) @@ -2223,7 +2310,7 @@

Exceptions

+AssetController at line 778

void editAssetCollectionAction(AssetCollection $assetCollection) @@ -2276,7 +2363,7 @@

Exceptions

+AssetController at line 788

void updateAssetCollectionAction(AssetCollection $assetCollection) @@ -2329,7 +2416,7 @@

Exceptions

+AssetController at line 798

void deleteAssetCollectionAction(AssetCollection $assetCollection) @@ -2382,7 +2469,7 @@

Exceptions

+AssetController at line 808

protected string errorAction() @@ -2415,7 +2502,7 @@

Return Value

+AssetController at line 824

protected Message|bool getErrorFlashMessage() diff --git a/neos/7.3/Neos/Media/Domain/Service/AssetVariantGenerator.html b/neos/7.3/Neos/Media/Domain/Service/AssetVariantGenerator.html index a517411f5..f56d9f686 100644 --- a/neos/7.3/Neos/Media/Domain/Service/AssetVariantGenerator.html +++ b/neos/7.3/Neos/Media/Domain/Service/AssetVariantGenerator.html @@ -420,7 +420,7 @@

Exceptions

- + AssetVariantInterface|null recreateVariant(AssetInterface $asset, string $presetIdentifier, string $variantIdentifier) @@ -482,7 +482,7 @@

Exceptions

- + protected AssetVariantInterface renderVariant(AssetInterface $originalAsset, string $presetIdentifier, Variant $variantConfiguration) @@ -544,7 +544,7 @@

Exceptions

- + protected AssetVariantInterface createAssetVariant(AssetInterface $asset) diff --git a/neos/7.3/Neos/Media/Package.html b/neos/7.3/Neos/Media/Package.html index 796da3338..84ac53b8b 100644 --- a/neos/7.3/Neos/Media/Package.html +++ b/neos/7.3/Neos/Media/Package.html @@ -125,7 +125,7 @@

Details

- + void boot(Bootstrap $bootstrap) diff --git a/neos/7.3/doc-index.html b/neos/7.3/doc-index.html index c47b90f54..6a805667a 100644 --- a/neos/7.3/doc-index.html +++ b/neos/7.3/doc-index.html @@ -228,6 +228,8 @@

A

AssetController#assetService — Property in class AssetController
$ AssetController#assetSourceServiceProperty in class AssetController
+
$ +AssetController#assetVariantGeneratorProperty in class AssetController
$ AssetController#assetSourcesProperty in class AssetController
@@ -1158,7 +1160,9 @@

A

MemoImplementation#cache
Property in class MemoImplementation
AssetCollectionController::createAction() — Method in class AssetCollectionController
-
+
+AssetController::createVariantsAction() — Method in class AssetController
+

Create missing variants for the given image

AssetController::createAction() — Method in class AssetController

Create a new asset

AssetController::createTagAction() — Method in class AssetController
diff --git a/neos/7.3/doctum-search.json b/neos/7.3/doctum-search.json index 31ac27916..d5af65ae6 100644 --- a/neos/7.3/doctum-search.json +++ b/neos/7.3/doctum-search.json @@ -1 +1 @@ -{"items":[{"t":"C","n":"Neos\\CliSetup\\Command\\SetupCommandController","p":"Neos/CliSetup/Command/SetupCommandController.html","d":"","f":{"n":"Neos\\CliSetup\\Command","p":"Neos/CliSetup/Command.html"}},{"t":"C","n":"Neos\\CliSetup\\Command\\WelcomeCommandController","p":"Neos/CliSetup/Command/WelcomeCommandController.html","d":"","f":{"n":"Neos\\CliSetup\\Command","p":"Neos/CliSetup/Command.html"}},{"t":"C","n":"Neos\\CliSetup\\Exception","p":"Neos/CliSetup/Exception.html","d":"

A generic Setup Exception

","f":{"n":"Neos\\CliSetup","p":"Neos/CliSetup.html"}},{"t":"C","n":"Neos\\CliSetup\\Infrastructure\\Database\\DatabaseConnectionService","p":"Neos/CliSetup/Infrastructure/Database/DatabaseConnectionService.html","d":null,"f":{"n":"Neos\\CliSetup\\Infrastructure\\Database","p":"Neos/CliSetup/Infrastructure/Database.html"}},{"t":"C","n":"Neos\\CliSetup\\Infrastructure\\ImageHandler\\ImageHandlerService","p":"Neos/CliSetup/Infrastructure/ImageHandler/ImageHandlerService.html","d":null,"f":{"n":"Neos\\CliSetup\\Infrastructure\\ImageHandler","p":"Neos/CliSetup/Infrastructure/ImageHandler.html"}},{"t":"C","n":"Neos\\ContentRepository\\Command\\EventDispatchingNodeCommandControllerPluginInterface","p":"Neos/ContentRepository/Command/EventDispatchingNodeCommandControllerPluginInterface.html","d":"

An interface for plugins for the NodeCommandController that dispatches events

","f":{"n":"Neos\\ContentRepository\\Command","p":"Neos/ContentRepository/Command.html"}},{"t":"C","n":"Neos\\ContentRepository\\Command\\NodeCommandController","p":"Neos/ContentRepository/Command/NodeCommandController.html","d":"

Node command controller for the Neos.ContentRepository package

","f":{"n":"Neos\\ContentRepository\\Command","p":"Neos/ContentRepository/Command.html"}},{"t":"C","n":"Neos\\ContentRepository\\Command\\NodeCommandControllerPlugin","p":"Neos/ContentRepository/Command/NodeCommandControllerPlugin.html","d":"

Plugin for the ContentRepository NodeCommandController which provides functionality for creating missing child nodes.

","f":{"n":"Neos\\ContentRepository\\Command","p":"Neos/ContentRepository/Command.html"}},{"t":"C","n":"Neos\\ContentRepository\\Command\\NodeCommandControllerPluginInterface","p":"Neos/ContentRepository/Command/NodeCommandControllerPluginInterface.html","d":"

An interface for plugins for the NodeCommandController

","f":{"n":"Neos\\ContentRepository\\Command","p":"Neos/ContentRepository/Command.html"}},{"t":"C","n":"Neos\\ContentRepository\\Configuration\\NodeTypesLoader","p":"Neos/ContentRepository/Configuration/NodeTypesLoader.html","d":null,"f":{"n":"Neos\\ContentRepository\\Configuration","p":"Neos/ContentRepository/Configuration.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\ContentStream\\ContentStreamIdentifier","p":"Neos/ContentRepository/Domain/ContentStream/ContentStreamIdentifier.html","d":"

The ContentStreamIdentifier is the identifier for a Content Stream, which is\na central concept in the Event-Sourced CR introduced with Neos 5.0.

","f":{"n":"Neos\\ContentRepository\\Domain\\ContentStream","p":"Neos/ContentRepository/Domain/ContentStream.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\ContentSubgraph\\NodePath","p":"Neos/ContentRepository/Domain/ContentSubgraph/NodePath.html","d":"

The node path is a list of NodeNames. It can be either absolute or relative.

","f":{"n":"Neos\\ContentRepository\\Domain\\ContentSubgraph","p":"Neos/ContentRepository/Domain/ContentSubgraph.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\Factory\\NodeFactory","p":"Neos/ContentRepository/Domain/Factory/NodeFactory.html","d":"

This factory creates nodes based on node data. Its main purpose is to\nassure that nodes created for a certain node data container and context\nare unique in memory.

","f":{"n":"Neos\\ContentRepository\\Domain\\Factory","p":"Neos/ContentRepository/Domain/Factory.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\Model\\AbstractNodeData","p":"Neos/ContentRepository/Domain/Model/AbstractNodeData.html","d":"

Some NodeData (persisted or transient)

","f":{"n":"Neos\\ContentRepository\\Domain\\Model","p":"Neos/ContentRepository/Domain/Model.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\Model\\ArrayPropertyCollection","p":"Neos/ContentRepository/Domain/Model/ArrayPropertyCollection.html","d":null,"f":{"n":"Neos\\ContentRepository\\Domain\\Model","p":"Neos/ContentRepository/Domain/Model.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\Model\\ContentDimension","p":"Neos/ContentRepository/Domain/Model/ContentDimension.html","d":"

A content dimension for nodes

","f":{"n":"Neos\\ContentRepository\\Domain\\Model","p":"Neos/ContentRepository/Domain/Model.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\Model\\ContentObjectProxy","p":"Neos/ContentRepository/Domain/Model/ContentObjectProxy.html","d":"

A Content Object Proxy object to connect domain models to nodes

","f":{"n":"Neos\\ContentRepository\\Domain\\Model","p":"Neos/ContentRepository/Domain/Model.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\Model\\ExpressionBasedNodeLabelGenerator","p":"Neos/ContentRepository/Domain/Model/ExpressionBasedNodeLabelGenerator.html","d":"

The expression based node label generator that is used as default if a label expression is configured.

","f":{"n":"Neos\\ContentRepository\\Domain\\Model","p":"Neos/ContentRepository/Domain/Model.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\Model\\InterDimension\\ContentSubgraph","p":"Neos/ContentRepository/Domain/Model/InterDimension/ContentSubgraph.html","d":"

The content subgraph domain model

","f":{"n":"Neos\\ContentRepository\\Domain\\Model\\InterDimension","p":"Neos/ContentRepository/Domain/Model/InterDimension.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\Model\\InterDimension\\InterDimensionalFallbackGraph","p":"Neos/ContentRepository/Domain/Model/InterDimension/InterDimensionalFallbackGraph.html","d":"

The inter dimensional fallback graph domain model\nRepresents the fallback mechanism between content subgraphs

","f":{"n":"Neos\\ContentRepository\\Domain\\Model\\InterDimension","p":"Neos/ContentRepository/Domain/Model/InterDimension.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\Model\\InterDimension\\VariationEdge","p":"Neos/ContentRepository/Domain/Model/InterDimension/VariationEdge.html","d":"

The variation edge domain model\nMay serve as a fallback edge for variants or as a variant edge for fallbacks

","f":{"n":"Neos\\ContentRepository\\Domain\\Model\\InterDimension","p":"Neos/ContentRepository/Domain/Model/InterDimension.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\Model\\IntraDimension\\ContentDimension","p":"Neos/ContentRepository/Domain/Model/IntraDimension/ContentDimension.html","d":"

The content dimension domain model

","f":{"n":"Neos\\ContentRepository\\Domain\\Model\\IntraDimension","p":"Neos/ContentRepository/Domain/Model/IntraDimension.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\Model\\IntraDimension\\ContentDimensionValue","p":"Neos/ContentRepository/Domain/Model/IntraDimension/ContentDimensionValue.html","d":"

The content dimension value domain model

","f":{"n":"Neos\\ContentRepository\\Domain\\Model\\IntraDimension","p":"Neos/ContentRepository/Domain/Model/IntraDimension.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\Model\\IntraDimension\\Exception\\InvalidFallbackException","p":"Neos/ContentRepository/Domain/Model/IntraDimension/Exception/InvalidFallbackException.html","d":"

The invalid fallback exception

","f":{"n":"Neos\\ContentRepository\\Domain\\Model\\IntraDimension\\Exception","p":"Neos/ContentRepository/Domain/Model/IntraDimension/Exception.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\Model\\IntraDimension\\IntraDimensionalFallbackGraph","p":"Neos/ContentRepository/Domain/Model/IntraDimension/IntraDimensionalFallbackGraph.html","d":"

The intra dimensional fallback graph domain model\nRepresents the fallback mechanism within each content subgraph dimension

","f":{"n":"Neos\\ContentRepository\\Domain\\Model\\IntraDimension","p":"Neos/ContentRepository/Domain/Model/IntraDimension.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\Model\\Node","p":"Neos/ContentRepository/Domain/Model/Node.html","d":"

This is the main API for storing and retrieving content in the system.

","f":{"n":"Neos\\ContentRepository\\Domain\\Model","p":"Neos/ContentRepository/Domain/Model.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\Model\\NodeData","p":"Neos/ContentRepository/Domain/Model/NodeData.html","d":"

The node data inside the content repository. This is only a data\ncontainer that could be exchanged in the future.

","f":{"n":"Neos\\ContentRepository\\Domain\\Model","p":"Neos/ContentRepository/Domain/Model.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\Model\\NodeDimension","p":"Neos/ContentRepository/Domain/Model/NodeDimension.html","d":"

NOTE: This is internal only and should not be used or extended by userland code.

","f":{"n":"Neos\\ContentRepository\\Domain\\Model","p":"Neos/ContentRepository/Domain/Model.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html","d":"

Interface for a Node. This is the central interface for the Neos Content Repository.

","f":{"n":"Neos\\ContentRepository\\Domain\\Model","p":"Neos/ContentRepository/Domain/Model.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\Model\\NodeLabelGeneratorInterface","p":"Neos/ContentRepository/Domain/Model/NodeLabelGeneratorInterface.html","d":"

Interface for rendering a node label string based on some strategy

","f":{"n":"Neos\\ContentRepository\\Domain\\Model","p":"Neos/ContentRepository/Domain/Model.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\Model\\NodeTemplate","p":"Neos/ContentRepository/Domain/Model/NodeTemplate.html","d":"

A container of properties which can be used as a template for generating new nodes.

","f":{"n":"Neos\\ContentRepository\\Domain\\Model","p":"Neos/ContentRepository/Domain/Model.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\Model\\NodeType","p":"Neos/ContentRepository/Domain/Model/NodeType.html","d":"

A Node Type

","f":{"n":"Neos\\ContentRepository\\Domain\\Model","p":"Neos/ContentRepository/Domain/Model.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\Model\\UserInterface","p":"Neos/ContentRepository/Domain/Model/UserInterface.html","d":"

Interface for a user of the content repository. Users can be owners of workspaces.

","f":{"n":"Neos\\ContentRepository\\Domain\\Model","p":"Neos/ContentRepository/Domain/Model.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\Model\\Workspace","p":"Neos/ContentRepository/Domain/Model/Workspace.html","d":"

A Workspace

","f":{"n":"Neos\\ContentRepository\\Domain\\Model","p":"Neos/ContentRepository/Domain/Model.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\NodeAggregate\\Exception\\NodeAggregateIdentifierIsInvalid","p":"Neos/ContentRepository/Domain/NodeAggregate/Exception/NodeAggregateIdentifierIsInvalid.html","d":"

The exception to be thrown if an invalid node aggregate identifier was tried to be instantiated

","f":{"n":"Neos\\ContentRepository\\Domain\\NodeAggregate\\Exception","p":"Neos/ContentRepository/Domain/NodeAggregate/Exception.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\NodeAggregate\\NodeAggregateIdentifier","p":"Neos/ContentRepository/Domain/NodeAggregate/NodeAggregateIdentifier.html","d":"

The NodeAggregateIdentifier supersedes the Node Identifier from Neos <= 4.x.

","f":{"n":"Neos\\ContentRepository\\Domain\\NodeAggregate","p":"Neos/ContentRepository/Domain/NodeAggregate.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\NodeAggregate\\NodeName","p":"Neos/ContentRepository/Domain/NodeAggregate/NodeName.html","d":"

The Node name is the "path part" of the node; i.e. when accessing the node "/foo" via path,\nthe node name is "foo".

","f":{"n":"Neos\\ContentRepository\\Domain\\NodeAggregate","p":"Neos/ContentRepository/Domain/NodeAggregate.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\NodeType\\NodeTypeConstraintFactory","p":"Neos/ContentRepository/Domain/NodeType/NodeTypeConstraintFactory.html","d":"

Factory to build a NodeTypeConstraints object, which in turn is needed in\nTraversableNode::findChildNodes().

","f":{"n":"Neos\\ContentRepository\\Domain\\NodeType","p":"Neos/ContentRepository/Domain/NodeType.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\NodeType\\NodeTypeConstraints","p":"Neos/ContentRepository/Domain/NodeType/NodeTypeConstraints.html","d":"

The list of node type constraints needed for various find() operations on the node tree.

","f":{"n":"Neos\\ContentRepository\\Domain\\NodeType","p":"Neos/ContentRepository/Domain/NodeType.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\NodeType\\NodeTypeName","p":"Neos/ContentRepository/Domain/NodeType/NodeTypeName.html","d":"

Name of a Node Type; e.g. "Neos.Neos:Content"

","f":{"n":"Neos\\ContentRepository\\Domain\\NodeType","p":"Neos/ContentRepository/Domain/NodeType.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\NodeInterface","p":"Neos/ContentRepository/Domain/Projection/Content/NodeInterface.html","d":"

This is a NEW interface, introduced in Neos 4.3.

","f":{"n":"Neos\\ContentRepository\\Domain\\Projection\\Content","p":"Neos/ContentRepository/Domain/Projection/Content.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\PropertyCollectionInterface","p":"Neos/ContentRepository/Domain/Projection/Content/PropertyCollectionInterface.html","d":null,"f":{"n":"Neos\\ContentRepository\\Domain\\Projection\\Content","p":"Neos/ContentRepository/Domain/Projection/Content.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\TraversableNodeInterface","p":"Neos/ContentRepository/Domain/Projection/Content/TraversableNodeInterface.html","d":"

This is a NEW interface, introduced in Neos 4.3; and it will become the main interface\nwith Neos 5.0 to the CR.

","f":{"n":"Neos\\ContentRepository\\Domain\\Projection\\Content","p":"Neos/ContentRepository/Domain/Projection/Content.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\TraversableNodes","p":"Neos/ContentRepository/Domain/Projection/Content/TraversableNodes.html","d":"","f":{"n":"Neos\\ContentRepository\\Domain\\Projection\\Content","p":"Neos/ContentRepository/Domain/Projection/Content.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\Repository\\ContentDimensionRepository","p":"Neos/ContentRepository/Domain/Repository/ContentDimensionRepository.html","d":"

A repository for access to available content dimensions (from configuration)

","f":{"n":"Neos\\ContentRepository\\Domain\\Repository","p":"Neos/ContentRepository/Domain/Repository.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html","d":"

A purely internal repository for NodeData storage

","f":{"n":"Neos\\ContentRepository\\Domain\\Repository","p":"Neos/ContentRepository/Domain/Repository.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\Repository\\WorkspaceRepository","p":"Neos/ContentRepository/Domain/Repository/WorkspaceRepository.html","d":"

The repository for workspaces

","f":{"n":"Neos\\ContentRepository\\Domain\\Repository","p":"Neos/ContentRepository/Domain/Repository.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\Service\\Cache\\FirstLevelNodeCache","p":"Neos/ContentRepository/Domain/Service/Cache/FirstLevelNodeCache.html","d":"

A first level cache for the NodeDataRepository. It is used to keep\nNodes in memory (indexed by identifier and path) and allows to fetch\nthem by path or identifier as single node.

","f":{"n":"Neos\\ContentRepository\\Domain\\Service\\Cache","p":"Neos/ContentRepository/Domain/Service/Cache.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\Service\\ConfigurationContentDimensionPresetSource","p":"Neos/ContentRepository/Domain/Service/ConfigurationContentDimensionPresetSource.html","d":"

A Dimension Preset Source that gets presets from settings

","f":{"n":"Neos\\ContentRepository\\Domain\\Service","p":"Neos/ContentRepository/Domain/Service.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\Service\\ContentDimensionCombinator","p":"Neos/ContentRepository/Domain/Service/ContentDimensionCombinator.html","d":"

Generates dimension combinations.

","f":{"n":"Neos\\ContentRepository\\Domain\\Service","p":"Neos/ContentRepository/Domain/Service.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\Service\\ContentDimensionPresetSourceInterface","p":"Neos/ContentRepository/Domain/Service/ContentDimensionPresetSourceInterface.html","d":"

An interface for a Content Dimension Preset source

","f":{"n":"Neos\\ContentRepository\\Domain\\Service","p":"Neos/ContentRepository/Domain/Service.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\Service\\Context","p":"Neos/ContentRepository/Domain/Service/Context.html","d":"Context","f":{"n":"Neos\\ContentRepository\\Domain\\Service","p":"Neos/ContentRepository/Domain/Service.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\Service\\ContextFactory","p":"Neos/ContentRepository/Domain/Service/ContextFactory.html","d":"

The ContextFactory makes sure you don't create context instances with\nthe same properties twice. Calling create() with the same parameters\na second time will return the same Context instance again.

","f":{"n":"Neos\\ContentRepository\\Domain\\Service","p":"Neos/ContentRepository/Domain/Service.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\Service\\ContextFactoryInterface","p":"Neos/ContentRepository/Domain/Service/ContextFactoryInterface.html","d":"

ContextFactory Interface

","f":{"n":"Neos\\ContentRepository\\Domain\\Service","p":"Neos/ContentRepository/Domain/Service.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\Service\\Dto\\NodeMoveIntegrityCheckResult","p":"Neos/ContentRepository/Domain/Service/Dto/NodeMoveIntegrityCheckResult.html","d":"

{NodeMoveIntegrityCheckService} for detailed explanation of usage

","f":{"n":"Neos\\ContentRepository\\Domain\\Service\\Dto","p":"Neos/ContentRepository/Domain/Service/Dto.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\Service\\Dto\\NodeMoveIntegrityCheckResultPart","p":"Neos/ContentRepository/Domain/Service/Dto/NodeMoveIntegrityCheckResultPart.html","d":"

{NodeMoveIntegrityCheckService} for detailed explanation of usage

","f":{"n":"Neos\\ContentRepository\\Domain\\Service\\Dto","p":"Neos/ContentRepository/Domain/Service/Dto.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\Service\\ImportExport\\ImportExportPropertyMappingConfiguration","p":"Neos/ContentRepository/Domain/Service/ImportExport/ImportExportPropertyMappingConfiguration.html","d":"

Property mapping configuration which is used for import / export:

","f":{"n":"Neos\\ContentRepository\\Domain\\Service\\ImportExport","p":"Neos/ContentRepository/Domain/Service/ImportExport.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\Service\\ImportExport\\NodeExportService","p":"Neos/ContentRepository/Domain/Service/ImportExport/NodeExportService.html","d":"

Service for exporting content repository nodes as an XML structure

","f":{"n":"Neos\\ContentRepository\\Domain\\Service\\ImportExport","p":"Neos/ContentRepository/Domain/Service/ImportExport.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\Service\\ImportExport\\NodeImportService","p":"Neos/ContentRepository/Domain/Service/ImportExport/NodeImportService.html","d":"

Service for importing nodes from an XML structure into the content repository

","f":{"n":"Neos\\ContentRepository\\Domain\\Service\\ImportExport","p":"Neos/ContentRepository/Domain/Service/ImportExport.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\Service\\NodeMoveIntegrityCheckService","p":"Neos/ContentRepository/Domain/Service/NodeMoveIntegrityCheckService.html","d":"

This is an internal service to prevent disconnected nodes when moving.

","f":{"n":"Neos\\ContentRepository\\Domain\\Service","p":"Neos/ContentRepository/Domain/Service.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\Service\\NodeService","p":"Neos/ContentRepository/Domain/Service/NodeService.html","d":"

Provide method to manage node

","f":{"n":"Neos\\ContentRepository\\Domain\\Service","p":"Neos/ContentRepository/Domain/Service.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\Service\\NodeServiceInterface","p":"Neos/ContentRepository/Domain/Service/NodeServiceInterface.html","d":"

Provides generic methods to manage and work with Nodes

","f":{"n":"Neos\\ContentRepository\\Domain\\Service","p":"Neos/ContentRepository/Domain/Service.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\Service\\NodeTypeManager","p":"Neos/ContentRepository/Domain/Service/NodeTypeManager.html","d":"

Manager for node types

","f":{"n":"Neos\\ContentRepository\\Domain\\Service","p":"Neos/ContentRepository/Domain/Service.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\Service\\PublishingService","p":"Neos/ContentRepository/Domain/Service/PublishingService.html","d":"

A generic ContentRepository Publishing Service

","f":{"n":"Neos\\ContentRepository\\Domain\\Service","p":"Neos/ContentRepository/Domain/Service.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\Service\\PublishingServiceInterface","p":"Neos/ContentRepository/Domain/Service/PublishingServiceInterface.html","d":"

ContentRepository Publishing Service Interface

","f":{"n":"Neos\\ContentRepository\\Domain\\Service","p":"Neos/ContentRepository/Domain/Service.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\Utility\\NodePaths","p":"Neos/ContentRepository/Domain/Utility/NodePaths.html","d":"

Provides basic logic concerning node paths.

","f":{"n":"Neos\\ContentRepository\\Domain\\Utility","p":"Neos/ContentRepository/Domain/Utility.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\Utility\\SubgraphUtility","p":"Neos/ContentRepository/Domain/Utility/SubgraphUtility.html","d":"

The subgraph utility library

","f":{"n":"Neos\\ContentRepository\\Domain\\Utility","p":"Neos/ContentRepository/Domain/Utility.html"}},{"t":"C","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\CacheLifetimeOperation","p":"Neos/ContentRepository/Eel/FlowQueryOperations/CacheLifetimeOperation.html","d":"

"cacheLifetime" operation working on ContentRepository nodes. Will get the minimum of all allowed cache lifetimes for the\nnodes in the current FlowQuery context. This means it will evaluate to the nearest future value of the\nhiddenBeforeDateTime or hiddenAfterDateTime properties of all nodes in the context. If none are set or all values\nare in the past it will evaluate to NULL.

","f":{"n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations","p":"Neos/ContentRepository/Eel/FlowQueryOperations.html"}},{"t":"C","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\ChildrenOperation","p":"Neos/ContentRepository/Eel/FlowQueryOperations/ChildrenOperation.html","d":"

"children" operation working on ContentRepository nodes. It iterates over all\ncontext elements and returns all child nodes or only those matching\nthe filter expression specified as optional argument.

","f":{"n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations","p":"Neos/ContentRepository/Eel/FlowQueryOperations.html"}},{"t":"C","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\ClosestOperation","p":"Neos/ContentRepository/Eel/FlowQueryOperations/ClosestOperation.html","d":"

"closest" operation working on ContentRepository nodes. For each node in the context,\nget the first node that matches the selector by testing the node itself and\ntraversing up through its ancestors.

","f":{"n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations","p":"Neos/ContentRepository/Eel/FlowQueryOperations.html"}},{"t":"C","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\ContextOperation","p":"Neos/ContentRepository/Eel/FlowQueryOperations/ContextOperation.html","d":"

"context" operation working on ContentRepository nodes. Modifies the ContentRepository Context of each\nnode in the current FlowQuery context by the given properties and returns the same\nnodes by identifier if they can be accessed in the new Context (otherwise they\nwill be skipped).

","f":{"n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations","p":"Neos/ContentRepository/Eel/FlowQueryOperations.html"}},{"t":"C","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\FilterOperation","p":"Neos/ContentRepository/Eel/FlowQueryOperations/FilterOperation.html","d":"

This filter implementation contains specific behavior for use on ContentRepository\nnodes. It will not evaluate any elements that are not instances of the\nNodeInterface.

","f":{"n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations","p":"Neos/ContentRepository/Eel/FlowQueryOperations.html"}},{"t":"C","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\FindOperation","p":"Neos/ContentRepository/Eel/FlowQueryOperations/FindOperation.html","d":"

"find" operation working on ContentRepository nodes. This operation allows for retrieval\nof nodes specified by a path, identifier or node type (recursive).

","f":{"n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations","p":"Neos/ContentRepository/Eel/FlowQueryOperations.html"}},{"t":"C","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\HasOperation","p":"Neos/ContentRepository/Eel/FlowQueryOperations/HasOperation.html","d":"

"has" operation working on NodeInterface. Reduce the set of matched elements\nto those that have a child node that matches the selector or given subject.

","f":{"n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations","p":"Neos/ContentRepository/Eel/FlowQueryOperations.html"}},{"t":"C","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\NextAllOperation","p":"Neos/ContentRepository/Eel/FlowQueryOperations/NextAllOperation.html","d":"

"nextAll" operation working on ContentRepository nodes. It iterates over all\ncontext elements and returns each following sibling or only those matching\nthe filter expression specified as optional argument.

","f":{"n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations","p":"Neos/ContentRepository/Eel/FlowQueryOperations.html"}},{"t":"C","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\NextOperation","p":"Neos/ContentRepository/Eel/FlowQueryOperations/NextOperation.html","d":"

"next" operation working on ContentRepository nodes. It iterates over all\ncontext elements and returns the immediately following sibling.

","f":{"n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations","p":"Neos/ContentRepository/Eel/FlowQueryOperations.html"}},{"t":"C","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\NextUntilOperation","p":"Neos/ContentRepository/Eel/FlowQueryOperations/NextUntilOperation.html","d":"

"nextUntil" operation working on ContentRepository nodes. It iterates over all context elements\nand returns each following sibling until the matching sibling is found.

","f":{"n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations","p":"Neos/ContentRepository/Eel/FlowQueryOperations.html"}},{"t":"C","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\ParentOperation","p":"Neos/ContentRepository/Eel/FlowQueryOperations/ParentOperation.html","d":"

"parent" operation working on ContentRepository nodes. It iterates over all\ncontext elements and returns each direct parent nodes or only those matching\nthe filter expression specified as optional argument.

","f":{"n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations","p":"Neos/ContentRepository/Eel/FlowQueryOperations.html"}},{"t":"C","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\ParentsOperation","p":"Neos/ContentRepository/Eel/FlowQueryOperations/ParentsOperation.html","d":"

"parents" operation working on ContentRepository nodes. It iterates over all\ncontext elements and returns the parent nodes or only those matching\nthe filter expression specified as optional argument.

","f":{"n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations","p":"Neos/ContentRepository/Eel/FlowQueryOperations.html"}},{"t":"C","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\ParentsUntilOperation","p":"Neos/ContentRepository/Eel/FlowQueryOperations/ParentsUntilOperation.html","d":"

"parentsUntil" operation working on ContentRepository nodes. It iterates over all\ncontext elements and returns the parent nodes until the matching parent is found.

","f":{"n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations","p":"Neos/ContentRepository/Eel/FlowQueryOperations.html"}},{"t":"C","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\PrevAllOperation","p":"Neos/ContentRepository/Eel/FlowQueryOperations/PrevAllOperation.html","d":"

"prevAll" operation working on ContentRepository nodes. It iterates over all\ncontext elements and returns each preceding sibling or only those matching\nthe filter expression specified as optional argument

","f":{"n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations","p":"Neos/ContentRepository/Eel/FlowQueryOperations.html"}},{"t":"C","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\PrevOperation","p":"Neos/ContentRepository/Eel/FlowQueryOperations/PrevOperation.html","d":"

"prev" operation working on ContentRepository nodes. It iterates over all\ncontext elements and returns the immediately preceding sibling.

","f":{"n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations","p":"Neos/ContentRepository/Eel/FlowQueryOperations.html"}},{"t":"C","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\PrevUntilOperation","p":"Neos/ContentRepository/Eel/FlowQueryOperations/PrevUntilOperation.html","d":"

"prevUntil" operation working on ContentRepository nodes. It iterates over all context elements\nand returns each preceding sibling until the matching sibling is found.

","f":{"n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations","p":"Neos/ContentRepository/Eel/FlowQueryOperations.html"}},{"t":"C","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\PropertyOperation","p":"Neos/ContentRepository/Eel/FlowQueryOperations/PropertyOperation.html","d":"

Used to access properties of a ContentRepository Node. If the property mame is\nprefixed with _, internal node properties like start time, end time,\nhidden are accessed.

","f":{"n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations","p":"Neos/ContentRepository/Eel/FlowQueryOperations.html"}},{"t":"C","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\SiblingsOperation","p":"Neos/ContentRepository/Eel/FlowQueryOperations/SiblingsOperation.html","d":"

"siblings" operation working on ContentRepository nodes. It iterates over all\ncontext elements and returns all sibling nodes or only those matching\nthe filter expression specified as optional argument.

","f":{"n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations","p":"Neos/ContentRepository/Eel/FlowQueryOperations.html"}},{"t":"C","n":"Neos\\ContentRepository\\Exception","p":"Neos/ContentRepository/Exception.html","d":"

A generic ContentRepository exception

","f":{"n":"Neos\\ContentRepository","p":"Neos/ContentRepository.html"}},{"t":"C","n":"Neos\\ContentRepository\\Exception\\ContentContextException","p":"Neos/ContentRepository/Exception/ContentContextException.html","d":"

A content context exception

","f":{"n":"Neos\\ContentRepository\\Exception","p":"Neos/ContentRepository/Exception.html"}},{"t":"C","n":"Neos\\ContentRepository\\Exception\\ExportException","p":"Neos/ContentRepository/Exception/ExportException.html","d":"

This exception is thrown as composite exception if something goes wrong during the node export.

","f":{"n":"Neos\\ContentRepository\\Exception","p":"Neos/ContentRepository/Exception.html"}},{"t":"C","n":"Neos\\ContentRepository\\Exception\\ImportException","p":"Neos/ContentRepository/Exception/ImportException.html","d":"

This exception is thrown if something goes wrong on the import

","f":{"n":"Neos\\ContentRepository\\Exception","p":"Neos/ContentRepository/Exception.html"}},{"t":"C","n":"Neos\\ContentRepository\\Exception\\InvalidNodeContextException","p":"Neos/ContentRepository/Exception/InvalidNodeContextException.html","d":"

An exception thrown when a ContextFactory received wrong properties for\na context.

","f":{"n":"Neos\\ContentRepository\\Exception","p":"Neos/ContentRepository/Exception.html"}},{"t":"C","n":"Neos\\ContentRepository\\Exception\\InvalidNodeTypePostprocessorException","p":"Neos/ContentRepository/Exception/InvalidNodeTypePostprocessorException.html","d":"

An "Invalid node type postprocessor" exception

","f":{"n":"Neos\\ContentRepository\\Exception","p":"Neos/ContentRepository/Exception.html"}},{"t":"C","n":"Neos\\ContentRepository\\Exception\\NodeConfigurationException","p":"Neos/ContentRepository/Exception/NodeConfigurationException.html","d":"

An Exception for node configuration errors.

","f":{"n":"Neos\\ContentRepository\\Exception","p":"Neos/ContentRepository/Exception.html"}},{"t":"C","n":"Neos\\ContentRepository\\Exception\\NodeConstraintException","p":"Neos/ContentRepository/Exception/NodeConstraintException.html","d":"

This exception is thrown if sub-node constraints are violated

","f":{"n":"Neos\\ContentRepository\\Exception","p":"Neos/ContentRepository/Exception.html"}},{"t":"C","n":"Neos\\ContentRepository\\Exception\\NodeException","p":"Neos/ContentRepository/Exception/NodeException.html","d":"

A node exception

","f":{"n":"Neos\\ContentRepository\\Exception","p":"Neos/ContentRepository/Exception.html"}},{"t":"C","n":"Neos\\ContentRepository\\Exception\\NodeExistsException","p":"Neos/ContentRepository/Exception/NodeExistsException.html","d":"

A node exists exception

","f":{"n":"Neos\\ContentRepository\\Exception","p":"Neos/ContentRepository/Exception.html"}},{"t":"C","n":"Neos\\ContentRepository\\Exception\\NodeMethodIsUnsupported","p":"Neos/ContentRepository/Exception/NodeMethodIsUnsupported.html","d":"

The legacy Node API does not support the full TraversableNode API.

","f":{"n":"Neos\\ContentRepository\\Exception","p":"Neos/ContentRepository/Exception.html"}},{"t":"C","n":"Neos\\ContentRepository\\Exception\\NodeMoveIntegrityViolationException","p":"Neos/ContentRepository/Exception/NodeMoveIntegrityViolationException.html","d":null,"f":{"n":"Neos\\ContentRepository\\Exception","p":"Neos/ContentRepository/Exception.html"}},{"t":"C","n":"Neos\\ContentRepository\\Exception\\NodeTypeIsFinalException","p":"Neos/ContentRepository/Exception/NodeTypeIsFinalException.html","d":"

A "node type is final" exception

","f":{"n":"Neos\\ContentRepository\\Exception","p":"Neos/ContentRepository/Exception.html"}},{"t":"C","n":"Neos\\ContentRepository\\Exception\\NodeTypeNotFoundException","p":"Neos/ContentRepository/Exception/NodeTypeNotFoundException.html","d":"

A "node type not found" exception

","f":{"n":"Neos\\ContentRepository\\Exception","p":"Neos/ContentRepository/Exception.html"}},{"t":"C","n":"Neos\\ContentRepository\\Exception\\PageNotFoundException","p":"Neos/ContentRepository/Exception/PageNotFoundException.html","d":"

An paginator exception saying "Page not Found"

","f":{"n":"Neos\\ContentRepository\\Exception","p":"Neos/ContentRepository/Exception.html"}},{"t":"C","n":"Neos\\ContentRepository\\Exception\\WorkspaceException","p":"Neos/ContentRepository/Exception/WorkspaceException.html","d":"

A workspace exception

","f":{"n":"Neos\\ContentRepository\\Exception","p":"Neos/ContentRepository/Exception.html"}},{"t":"C","n":"Neos\\ContentRepository\\Migration\\Command\\NodeCommandController","p":"Neos/ContentRepository/Migration/Command/NodeCommandController.html","d":"

Command controller for tasks related to node handling.

","f":{"n":"Neos\\ContentRepository\\Migration\\Command","p":"Neos/ContentRepository/Migration/Command.html"}},{"t":"C","n":"Neos\\ContentRepository\\Migration\\Configuration\\Configuration","p":"Neos/ContentRepository/Migration/Configuration/Configuration.html","d":"

Abstract Migration Configuration as a base for different configuration sources.

","f":{"n":"Neos\\ContentRepository\\Migration\\Configuration","p":"Neos/ContentRepository/Migration/Configuration.html"}},{"t":"C","n":"Neos\\ContentRepository\\Migration\\Configuration\\ConfigurationInterface","p":"Neos/ContentRepository/Migration/Configuration/ConfigurationInterface.html","d":"

Interface for Migration Configurations to allow different configuration sources.

","f":{"n":"Neos\\ContentRepository\\Migration\\Configuration","p":"Neos/ContentRepository/Migration/Configuration.html"}},{"t":"C","n":"Neos\\ContentRepository\\Migration\\Configuration\\YamlConfiguration","p":"Neos/ContentRepository/Migration/Configuration/YamlConfiguration.html","d":"

Migration Configuration using YAML files.

","f":{"n":"Neos\\ContentRepository\\Migration\\Configuration","p":"Neos/ContentRepository/Migration/Configuration.html"}},{"t":"C","n":"Neos\\ContentRepository\\Migration\\Domain\\Factory\\MigrationFactory","p":"Neos/ContentRepository/Migration/Domain/Factory/MigrationFactory.html","d":"

Migration factory.

","f":{"n":"Neos\\ContentRepository\\Migration\\Domain\\Factory","p":"Neos/ContentRepository/Migration/Domain/Factory.html"}},{"t":"C","n":"Neos\\ContentRepository\\Migration\\Domain\\Model\\Migration","p":"Neos/ContentRepository/Migration/Domain/Model/Migration.html","d":"Migration.","f":{"n":"Neos\\ContentRepository\\Migration\\Domain\\Model","p":"Neos/ContentRepository/Migration/Domain/Model.html"}},{"t":"C","n":"Neos\\ContentRepository\\Migration\\Domain\\Model\\MigrationConfiguration","p":"Neos/ContentRepository/Migration/Domain/Model/MigrationConfiguration.html","d":"

Migration configuration for a specific direction.

","f":{"n":"Neos\\ContentRepository\\Migration\\Domain\\Model","p":"Neos/ContentRepository/Migration/Domain/Model.html"}},{"t":"C","n":"Neos\\ContentRepository\\Migration\\Domain\\Model\\MigrationStatus","p":"Neos/ContentRepository/Migration/Domain/Model/MigrationStatus.html","d":"

Migration status to keep track of applied migrations.

","f":{"n":"Neos\\ContentRepository\\Migration\\Domain\\Model","p":"Neos/ContentRepository/Migration/Domain/Model.html"}},{"t":"C","n":"Neos\\ContentRepository\\Migration\\Domain\\Repository\\MigrationStatusRepository","p":"Neos/ContentRepository/Migration/Domain/Repository/MigrationStatusRepository.html","d":"

Repository for MigrationStatus instances.

","f":{"n":"Neos\\ContentRepository\\Migration\\Domain\\Repository","p":"Neos/ContentRepository/Migration/Domain/Repository.html"}},{"t":"C","n":"Neos\\ContentRepository\\Migration\\Exception\\MigrationException","p":"Neos/ContentRepository/Migration/Exception/MigrationException.html","d":"

An exception thrown when something goes wrong during content\nmigration.

","f":{"n":"Neos\\ContentRepository\\Migration\\Exception","p":"Neos/ContentRepository/Migration/Exception.html"}},{"t":"C","n":"Neos\\ContentRepository\\Migration\\Filters\\DimensionValues","p":"Neos/ContentRepository/Migration/Filters/DimensionValues.html","d":"

Filter nodes by their dimensions.

","f":{"n":"Neos\\ContentRepository\\Migration\\Filters","p":"Neos/ContentRepository/Migration/Filters.html"}},{"t":"C","n":"Neos\\ContentRepository\\Migration\\Filters\\DoctrineFilterInterface","p":"Neos/ContentRepository/Migration/Filters/DoctrineFilterInterface.html","d":null,"f":{"n":"Neos\\ContentRepository\\Migration\\Filters","p":"Neos/ContentRepository/Migration/Filters.html"}},{"t":"C","n":"Neos\\ContentRepository\\Migration\\Filters\\FilterInterface","p":"Neos/ContentRepository/Migration/Filters/FilterInterface.html","d":"

Filter instances are used to filter nodes to be worked on during a migration.

","f":{"n":"Neos\\ContentRepository\\Migration\\Filters","p":"Neos/ContentRepository/Migration/Filters.html"}},{"t":"C","n":"Neos\\ContentRepository\\Migration\\Filters\\IsRemoved","p":"Neos/ContentRepository/Migration/Filters/IsRemoved.html","d":"

Filter removed nodes

","f":{"n":"Neos\\ContentRepository\\Migration\\Filters","p":"Neos/ContentRepository/Migration/Filters.html"}},{"t":"C","n":"Neos\\ContentRepository\\Migration\\Filters\\NodeName","p":"Neos/ContentRepository/Migration/Filters/NodeName.html","d":"

Filter nodes by node name.

","f":{"n":"Neos\\ContentRepository\\Migration\\Filters","p":"Neos/ContentRepository/Migration/Filters.html"}},{"t":"C","n":"Neos\\ContentRepository\\Migration\\Filters\\NodeType","p":"Neos/ContentRepository/Migration/Filters/NodeType.html","d":"

Filter nodes by node type.

","f":{"n":"Neos\\ContentRepository\\Migration\\Filters","p":"Neos/ContentRepository/Migration/Filters.html"}},{"t":"C","n":"Neos\\ContentRepository\\Migration\\Filters\\PropertyNotEmpty","p":"Neos/ContentRepository/Migration/Filters/PropertyNotEmpty.html","d":"

Filter nodes having the given property and its value not empty.

","f":{"n":"Neos\\ContentRepository\\Migration\\Filters","p":"Neos/ContentRepository/Migration/Filters.html"}},{"t":"C","n":"Neos\\ContentRepository\\Migration\\Filters\\PropertyValue","p":"Neos/ContentRepository/Migration/Filters/PropertyValue.html","d":"

Filter nodes having the given property and a matching value.

","f":{"n":"Neos\\ContentRepository\\Migration\\Filters","p":"Neos/ContentRepository/Migration/Filters.html"}},{"t":"C","n":"Neos\\ContentRepository\\Migration\\Filters\\Workspace","p":"Neos/ContentRepository/Migration/Filters/Workspace.html","d":"

Filter nodes by workspace name.

","f":{"n":"Neos\\ContentRepository\\Migration\\Filters","p":"Neos/ContentRepository/Migration/Filters.html"}},{"t":"C","n":"Neos\\ContentRepository\\Migration\\Service\\NodeFilter","p":"Neos/ContentRepository/Migration/Service/NodeFilter.html","d":"

Service to determine if a given node matches a series of filters given by configuration.

","f":{"n":"Neos\\ContentRepository\\Migration\\Service","p":"Neos/ContentRepository/Migration/Service.html"}},{"t":"C","n":"Neos\\ContentRepository\\Migration\\Service\\NodeMigration","p":"Neos/ContentRepository/Migration/Service/NodeMigration.html","d":"

Service that runs over all nodes and applies migrations to them as given by configuration.

","f":{"n":"Neos\\ContentRepository\\Migration\\Service","p":"Neos/ContentRepository/Migration/Service.html"}},{"t":"C","n":"Neos\\ContentRepository\\Migration\\Service\\NodeTransformation","p":"Neos/ContentRepository/Migration/Service/NodeTransformation.html","d":"

Service that executes a series of configured transformations on a node.

","f":{"n":"Neos\\ContentRepository\\Migration\\Service","p":"Neos/ContentRepository/Migration/Service.html"}},{"t":"C","n":"Neos\\ContentRepository\\Migration\\Transformations\\AbstractTransformation","p":"Neos/ContentRepository/Migration/Transformations/AbstractTransformation.html","d":"

Abstract transformation class, transformations should inherit from this.

","f":{"n":"Neos\\ContentRepository\\Migration\\Transformations","p":"Neos/ContentRepository/Migration/Transformations.html"}},{"t":"C","n":"Neos\\ContentRepository\\Migration\\Transformations\\AddDimensions","p":"Neos/ContentRepository/Migration/Transformations/AddDimensions.html","d":"

Add dimensions on a node. This adds to the existing dimensions, if you need to\noverwrite existing dimensions, SetDimensions

","f":{"n":"Neos\\ContentRepository\\Migration\\Transformations","p":"Neos/ContentRepository/Migration/Transformations.html"}},{"t":"C","n":"Neos\\ContentRepository\\Migration\\Transformations\\AddNewProperty","p":"Neos/ContentRepository/Migration/Transformations/AddNewProperty.html","d":"

Add the new property and its value

","f":{"n":"Neos\\ContentRepository\\Migration\\Transformations","p":"Neos/ContentRepository/Migration/Transformations.html"}},{"t":"C","n":"Neos\\ContentRepository\\Migration\\Transformations\\ChangeNodeType","p":"Neos/ContentRepository/Migration/Transformations/ChangeNodeType.html","d":"

Change the node type.

","f":{"n":"Neos\\ContentRepository\\Migration\\Transformations","p":"Neos/ContentRepository/Migration/Transformations.html"}},{"t":"C","n":"Neos\\ContentRepository\\Migration\\Transformations\\ChangePropertyValue","p":"Neos/ContentRepository/Migration/Transformations/ChangePropertyValue.html","d":"

Change the value of a given property.

","f":{"n":"Neos\\ContentRepository\\Migration\\Transformations","p":"Neos/ContentRepository/Migration/Transformations.html"}},{"t":"C","n":"Neos\\ContentRepository\\Migration\\Transformations\\RemoveNode","p":"Neos/ContentRepository/Migration/Transformations/RemoveNode.html","d":"

Remove a given node (hard).

","f":{"n":"Neos\\ContentRepository\\Migration\\Transformations","p":"Neos/ContentRepository/Migration/Transformations.html"}},{"t":"C","n":"Neos\\ContentRepository\\Migration\\Transformations\\RemoveProperty","p":"Neos/ContentRepository/Migration/Transformations/RemoveProperty.html","d":"

Remove the property

","f":{"n":"Neos\\ContentRepository\\Migration\\Transformations","p":"Neos/ContentRepository/Migration/Transformations.html"}},{"t":"C","n":"Neos\\ContentRepository\\Migration\\Transformations\\RenameDimension","p":"Neos/ContentRepository/Migration/Transformations/RenameDimension.html","d":"

Rename a dimension.

","f":{"n":"Neos\\ContentRepository\\Migration\\Transformations","p":"Neos/ContentRepository/Migration/Transformations.html"}},{"t":"C","n":"Neos\\ContentRepository\\Migration\\Transformations\\RenameNode","p":"Neos/ContentRepository/Migration/Transformations/RenameNode.html","d":"

Rename a given node.

","f":{"n":"Neos\\ContentRepository\\Migration\\Transformations","p":"Neos/ContentRepository/Migration/Transformations.html"}},{"t":"C","n":"Neos\\ContentRepository\\Migration\\Transformations\\RenameProperty","p":"Neos/ContentRepository/Migration/Transformations/RenameProperty.html","d":"

Rename a given property.

","f":{"n":"Neos\\ContentRepository\\Migration\\Transformations","p":"Neos/ContentRepository/Migration/Transformations.html"}},{"t":"C","n":"Neos\\ContentRepository\\Migration\\Transformations\\SetDimensions","p":"Neos/ContentRepository/Migration/Transformations/SetDimensions.html","d":"

Set dimensions on a node. This always overwrites existing dimensions, if you need to\nadd to existing dimensions, AddDimensions

","f":{"n":"Neos\\ContentRepository\\Migration\\Transformations","p":"Neos/ContentRepository/Migration/Transformations.html"}},{"t":"C","n":"Neos\\ContentRepository\\Migration\\Transformations\\StripTagsOnProperty","p":"Neos/ContentRepository/Migration/Transformations/StripTagsOnProperty.html","d":"

Strip all tags on a given property

","f":{"n":"Neos\\ContentRepository\\Migration\\Transformations","p":"Neos/ContentRepository/Migration/Transformations.html"}},{"t":"C","n":"Neos\\ContentRepository\\Migration\\Transformations\\TransformationInterface","p":"Neos/ContentRepository/Migration/Transformations/TransformationInterface.html","d":"

Transformation are used to change nodes as needed. They may do anything to a node\nin the execute() method and will be asked if they can transform a node through a\ncall to isTransformable().

","f":{"n":"Neos\\ContentRepository\\Migration\\Transformations","p":"Neos/ContentRepository/Migration/Transformations.html"}},{"t":"C","n":"Neos\\ContentRepository\\NodeTypePostprocessor\\NodeTypePostprocessorInterface","p":"Neos/ContentRepository/NodeTypePostprocessor/NodeTypePostprocessorInterface.html","d":"

A NodeType postprocessor can be used in order to programmatically change the configuration of a node type\nfor example to provide dynamic properties.

","f":{"n":"Neos\\ContentRepository\\NodeTypePostprocessor","p":"Neos/ContentRepository/NodeTypePostprocessor.html"}},{"t":"C","n":"Neos\\ContentRepository\\Package","p":"Neos/ContentRepository/Package.html","d":"

The ContentRepository Package

","f":{"n":"Neos\\ContentRepository","p":"Neos/ContentRepository.html"}},{"t":"C","n":"Neos\\ContentRepository\\Persistence\\Ast\\ToStringFunction","p":"Neos/ContentRepository/Persistence/Ast/ToStringFunction.html","d":"

Custom DQL function to explicitly cast a value to a string

","f":{"n":"Neos\\ContentRepository\\Persistence\\Ast","p":"Neos/ContentRepository/Persistence/Ast.html"}},{"t":"C","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\AbstractNodePrivilege","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/AbstractNodePrivilege.html","d":"

An abstract node privilege acting as a base class for other\nnode privileges restricting operations and data on nodes.

","f":{"n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node.html"}},{"t":"C","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\AbstractNodePropertyPrivilege","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/AbstractNodePropertyPrivilege.html","d":"

Base class for privileges restricting node properties.

","f":{"n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node.html"}},{"t":"C","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\CreateNodePrivilege","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/CreateNodePrivilege.html","d":"

A privilege to restrict node creation

","f":{"n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node.html"}},{"t":"C","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\CreateNodePrivilegeContext","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/CreateNodePrivilegeContext.html","d":"

An Eel context matching expression for the CreateNodePrivilege

","f":{"n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node.html"}},{"t":"C","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\CreateNodePrivilegeSubject","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/CreateNodePrivilegeSubject.html","d":"

A create node privilege subject

","f":{"n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node.html"}},{"t":"C","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\Doctrine\\ConditionGenerator","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/Doctrine/ConditionGenerator.html","d":"

A SQL condition generator, supporting special SQL constraints\nfor nodes.

","f":{"n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\Doctrine","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/Doctrine.html"}},{"t":"C","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\EditNodePrivilege","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/EditNodePrivilege.html","d":"

A privilege to restrict editing of nodes and their properties

","f":{"n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node.html"}},{"t":"C","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\EditNodePropertyPrivilege","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/EditNodePropertyPrivilege.html","d":"

A privilege to restrict editing of node properties.

","f":{"n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node.html"}},{"t":"C","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\NodePrivilegeContext","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/NodePrivilegeContext.html","d":"

An Eel context matching expression for the node privileges

","f":{"n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node.html"}},{"t":"C","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\NodePrivilegeSubject","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/NodePrivilegeSubject.html","d":"

A node privilege subject

","f":{"n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node.html"}},{"t":"C","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\PropertyAwareNodePrivilegeContext","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/PropertyAwareNodePrivilegeContext.html","d":"

An Eel context matching expression for the node privileges including\nnode properties.

","f":{"n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node.html"}},{"t":"C","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\PropertyAwareNodePrivilegeSubject","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/PropertyAwareNodePrivilegeSubject.html","d":"

A node privilege subject which can restricted to a single node property

","f":{"n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node.html"}},{"t":"C","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\ReadNodePrivilege","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/ReadNodePrivilege.html","d":"

A node privilege to restricting reading of nodes.

","f":{"n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node.html"}},{"t":"C","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\ReadNodePropertyPrivilege","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/ReadNodePropertyPrivilege.html","d":"

A privilege to restrict reading of node properties.

","f":{"n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node.html"}},{"t":"C","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\RemoveNodePrivilege","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/RemoveNodePrivilege.html","d":"

A privilege to remove nodes

","f":{"n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node.html"}},{"t":"C","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\TransientNodeCache","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/TransientNodeCache.html","d":"

Simple cache for nodes that is intended to be used in NodePrivilegeContext.

","f":{"n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node.html"}},{"t":"C","n":"Neos\\ContentRepository\\Service\\AuthorizationService","p":"Neos/ContentRepository/Service/AuthorizationService.html","d":"

This service provides API methods to check for privileges\non nodes and permissions for node actions.

","f":{"n":"Neos\\ContentRepository\\Service","p":"Neos/ContentRepository/Service.html"}},{"t":"C","n":"Neos\\ContentRepository\\Service\\Exception\\InvalidDimensionConfigurationException","p":"Neos/ContentRepository/Service/Exception/InvalidDimensionConfigurationException.html","d":"

The invalid dimension configuration exception

","f":{"n":"Neos\\ContentRepository\\Service\\Exception","p":"Neos/ContentRepository/Service/Exception.html"}},{"t":"C","n":"Neos\\ContentRepository\\Service\\FallbackGraphService","p":"Neos/ContentRepository/Service/FallbackGraphService.html","d":"

The fallback graph application service

","f":{"n":"Neos\\ContentRepository\\Service","p":"Neos/ContentRepository/Service.html"}},{"t":"C","n":"Neos\\ContentRepository\\Service\\Utility\\NodePublishingDependencySolver","p":"Neos/ContentRepository/Service/Utility/NodePublishingDependencySolver.html","d":"

Solve / sort nodes by dependencies for publishing

","f":{"n":"Neos\\ContentRepository\\Service\\Utility","p":"Neos/ContentRepository/Service/Utility.html"}},{"t":"C","n":"Neos\\ContentRepository\\TypeConverter\\NodeConverter","p":"Neos/ContentRepository/TypeConverter/NodeConverter.html","d":"

An Object Converter for Nodes which can be used for routing (but also for other\npurposes) as a plugin for the Property Mapper.

","f":{"n":"Neos\\ContentRepository\\TypeConverter","p":"Neos/ContentRepository/TypeConverter.html"}},{"t":"C","n":"Neos\\ContentRepository\\TypeConverter\\NodeSerializer","p":"Neos/ContentRepository/TypeConverter/NodeSerializer.html","d":"","f":{"n":"Neos\\ContentRepository\\TypeConverter","p":"Neos/ContentRepository/TypeConverter.html"}},{"t":"C","n":"Neos\\ContentRepository\\TypeConverter\\NodeTemplateConverter","p":"Neos/ContentRepository/TypeConverter/NodeTemplateConverter.html","d":"

An Object Converter for NodeTemplates.

","f":{"n":"Neos\\ContentRepository\\TypeConverter","p":"Neos/ContentRepository/TypeConverter.html"}},{"t":"C","n":"Neos\\ContentRepository\\Utility","p":"Neos/ContentRepository/Utility.html","d":"

A class holding utility methods

","f":{"n":"Neos\\ContentRepository","p":"Neos/ContentRepository.html"}},{"t":"C","n":"Neos\\ContentRepository\\Validation\\Validator\\NodeIdentifierValidator","p":"Neos/ContentRepository/Validation/Validator/NodeIdentifierValidator.html","d":"

Validator for node identifiers

","f":{"n":"Neos\\ContentRepository\\Validation\\Validator","p":"Neos/ContentRepository/Validation/Validator.html"}},{"t":"C","n":"Neos\\ContentRepository\\ViewHelpers\\Widget\\Controller\\PaginateController","p":"Neos/ContentRepository/ViewHelpers/Widget/Controller/PaginateController.html","d":"

The widget controller for the Node Paginate Widget

","f":{"n":"Neos\\ContentRepository\\ViewHelpers\\Widget\\Controller","p":"Neos/ContentRepository/ViewHelpers/Widget/Controller.html"}},{"t":"C","n":"Neos\\ContentRepository\\ViewHelpers\\Widget\\PaginateViewHelper","p":"Neos/ContentRepository/ViewHelpers/Widget/PaginateViewHelper.html","d":"

This ViewHelper renders a Pagination of nodes.

","f":{"n":"Neos\\ContentRepository\\ViewHelpers\\Widget","p":"Neos/ContentRepository/ViewHelpers/Widget.html"}},{"t":"C","n":"Neos\\Diff\\Diff","p":"Neos/Diff/Diff.html","d":"

Class Diff

","f":{"n":"Neos\\Diff","p":"Neos/Diff.html"}},{"t":"C","n":"Neos\\Diff\\Renderer\\AbstractRenderer","p":"Neos/Diff/Renderer/AbstractRenderer.html","d":"

Abstract Diff Renderer

","f":{"n":"Neos\\Diff\\Renderer","p":"Neos/Diff/Renderer.html"}},{"t":"C","n":"Neos\\Diff\\Renderer\\Html\\HtmlArrayRenderer","p":"Neos/Diff/Renderer/Html/HtmlArrayRenderer.html","d":"

Array renderer for HTML based diffs

","f":{"n":"Neos\\Diff\\Renderer\\Html","p":"Neos/Diff/Renderer/Html.html"}},{"t":"C","n":"Neos\\Diff\\Renderer\\Html\\HtmlInlineRenderer","p":"Neos/Diff/Renderer/Html/HtmlInlineRenderer.html","d":"

Inline HTML Diff Renderer

","f":{"n":"Neos\\Diff\\Renderer\\Html","p":"Neos/Diff/Renderer/Html.html"}},{"t":"C","n":"Neos\\Diff\\Renderer\\Html\\HtmlSideBySideRenderer","p":"Neos/Diff/Renderer/Html/HtmlSideBySideRenderer.html","d":"

Inline HTML Diff Renderer

","f":{"n":"Neos\\Diff\\Renderer\\Html","p":"Neos/Diff/Renderer/Html.html"}},{"t":"C","n":"Neos\\Diff\\Renderer\\Text\\TextContextRenderer","p":"Neos/Diff/Renderer/Text/TextContextRenderer.html","d":"

Text Context Diff Renderer

","f":{"n":"Neos\\Diff\\Renderer\\Text","p":"Neos/Diff/Renderer/Text.html"}},{"t":"C","n":"Neos\\Diff\\Renderer\\Text\\TextUnifiedRenderer","p":"Neos/Diff/Renderer/Text/TextUnifiedRenderer.html","d":"

Unified Diff Renderer

","f":{"n":"Neos\\Diff\\Renderer\\Text","p":"Neos/Diff/Renderer/Text.html"}},{"t":"C","n":"Neos\\Diff\\SequenceMatcher","p":"Neos/Diff/SequenceMatcher.html","d":"

A Diff Sequence Matcher

","f":{"n":"Neos\\Diff","p":"Neos/Diff.html"}},{"t":"C","n":"Neos\\Fusion\\Afx\\Dsl\\AfxDslImplementation","p":"Neos/Fusion/Afx/Dsl/AfxDslImplementation.html","d":"

Class Fusion AFX Dsl

","f":{"n":"Neos\\Fusion\\Afx\\Dsl","p":"Neos/Fusion/Afx/Dsl.html"}},{"t":"C","n":"Neos\\Fusion\\Afx\\Exception\\AfxException","p":"Neos/Fusion/Afx/Exception/AfxException.html","d":"

Class AfxException

","f":{"n":"Neos\\Fusion\\Afx\\Exception","p":"Neos/Fusion/Afx/Exception.html"}},{"t":"C","n":"Neos\\Fusion\\Afx\\Parser\\AfxParserException","p":"Neos/Fusion/Afx/Parser/AfxParserException.html","d":"

Class AfxParserException

","f":{"n":"Neos\\Fusion\\Afx\\Parser","p":"Neos/Fusion/Afx/Parser.html"}},{"t":"C","n":"Neos\\Fusion\\Afx\\Parser\\Expression\\Comment","p":"Neos/Fusion/Afx/Parser/Expression/Comment.html","d":"

Class Expression

","f":{"n":"Neos\\Fusion\\Afx\\Parser\\Expression","p":"Neos/Fusion/Afx/Parser/Expression.html"}},{"t":"C","n":"Neos\\Fusion\\Afx\\Parser\\Expression\\Expression","p":"Neos/Fusion/Afx/Parser/Expression/Expression.html","d":"

Class Expression

","f":{"n":"Neos\\Fusion\\Afx\\Parser\\Expression","p":"Neos/Fusion/Afx/Parser/Expression.html"}},{"t":"C","n":"Neos\\Fusion\\Afx\\Parser\\Expression\\Identifier","p":"Neos/Fusion/Afx/Parser/Expression/Identifier.html","d":"

Class Identifier

","f":{"n":"Neos\\Fusion\\Afx\\Parser\\Expression","p":"Neos/Fusion/Afx/Parser/Expression.html"}},{"t":"C","n":"Neos\\Fusion\\Afx\\Parser\\Expression\\Node","p":"Neos/Fusion/Afx/Parser/Expression/Node.html","d":"

Class Node

","f":{"n":"Neos\\Fusion\\Afx\\Parser\\Expression","p":"Neos/Fusion/Afx/Parser/Expression.html"}},{"t":"C","n":"Neos\\Fusion\\Afx\\Parser\\Expression\\NodeList","p":"Neos/Fusion/Afx/Parser/Expression/NodeList.html","d":"

Class NodeList

","f":{"n":"Neos\\Fusion\\Afx\\Parser\\Expression","p":"Neos/Fusion/Afx/Parser/Expression.html"}},{"t":"C","n":"Neos\\Fusion\\Afx\\Parser\\Expression\\Prop","p":"Neos/Fusion/Afx/Parser/Expression/Prop.html","d":"

Class Prop

","f":{"n":"Neos\\Fusion\\Afx\\Parser\\Expression","p":"Neos/Fusion/Afx/Parser/Expression.html"}},{"t":"C","n":"Neos\\Fusion\\Afx\\Parser\\Expression\\Spread","p":"Neos/Fusion/Afx/Parser/Expression/Spread.html","d":"

Class Spread

","f":{"n":"Neos\\Fusion\\Afx\\Parser\\Expression","p":"Neos/Fusion/Afx/Parser/Expression.html"}},{"t":"C","n":"Neos\\Fusion\\Afx\\Parser\\Expression\\StringLiteral","p":"Neos/Fusion/Afx/Parser/Expression/StringLiteral.html","d":"

Class StringLiteral

","f":{"n":"Neos\\Fusion\\Afx\\Parser\\Expression","p":"Neos/Fusion/Afx/Parser/Expression.html"}},{"t":"C","n":"Neos\\Fusion\\Afx\\Parser\\Lexer","p":"Neos/Fusion/Afx/Parser/Lexer.html","d":"

A primitive lexer that recognizes Afx-specific characters while iterating\nthrough a string

","f":{"n":"Neos\\Fusion\\Afx\\Parser","p":"Neos/Fusion/Afx/Parser.html"}},{"t":"C","n":"Neos\\Fusion\\Afx\\Parser\\Parser","p":"Neos/Fusion/Afx/Parser/Parser.html","d":"

Class Parser

","f":{"n":"Neos\\Fusion\\Afx\\Parser","p":"Neos/Fusion/Afx/Parser.html"}},{"t":"C","n":"Neos\\Fusion\\Afx\\Service\\AfxService","p":"Neos/Fusion/Afx/Service/AfxService.html","d":"

Class AfxService

","f":{"n":"Neos\\Fusion\\Afx\\Service","p":"Neos/Fusion/Afx/Service.html"}},{"t":"C","n":"Neos\\Fusion\\Aspects\\FusionCachingAspect","p":"Neos/Fusion/Aspects/FusionCachingAspect.html","d":"","f":{"n":"Neos\\Fusion\\Aspects","p":"Neos/Fusion/Aspects.html"}},{"t":"C","n":"Neos\\Fusion\\Core\\Cache\\CacheSegmentParser","p":"Neos/Fusion/Core/Cache/CacheSegmentParser.html","d":"

A parser which extracts cache segments by searching for start and end markers in the given content.

","f":{"n":"Neos\\Fusion\\Core\\Cache","p":"Neos/Fusion/Core/Cache.html"}},{"t":"C","n":"Neos\\Fusion\\Core\\Cache\\ContentCache","p":"Neos/Fusion/Core/Cache/ContentCache.html","d":"

A wrapper around a Neos Flow cache which provides additional functionality for caching partial content (segments)\nrendered by the Fusion Runtime.

","f":{"n":"Neos\\Fusion\\Core\\Cache","p":"Neos/Fusion/Core/Cache.html"}},{"t":"C","n":"Neos\\Fusion\\Core\\Cache\\FileMonitorListener","p":"Neos/Fusion/Core/Cache/FileMonitorListener.html","d":"

Listener to clear Fusion caches if important files have changed

","f":{"n":"Neos\\Fusion\\Core\\Cache","p":"Neos/Fusion/Core/Cache.html"}},{"t":"C","n":"Neos\\Fusion\\Core\\Cache\\RuntimeContentCache","p":"Neos/Fusion/Core/Cache/RuntimeContentCache.html","d":"

Integrate the ContentCache into the Fusion Runtime

","f":{"n":"Neos\\Fusion\\Core\\Cache","p":"Neos/Fusion/Core/Cache.html"}},{"t":"C","n":"Neos\\Fusion\\Core\\DslFactory","p":"Neos/Fusion/Core/DslFactory.html","d":"

This dsl factory takes care of instantiating a Fusion dsl transpilers.

","f":{"n":"Neos\\Fusion\\Core","p":"Neos/Fusion/Core.html"}},{"t":"C","n":"Neos\\Fusion\\Core\\DslInterface","p":"Neos/Fusion/Core/DslInterface.html","d":"

Contract for a Fusion DSL parser

","f":{"n":"Neos\\Fusion\\Core","p":"Neos/Fusion/Core.html"}},{"t":"C","n":"Neos\\Fusion\\Core\\ExceptionHandlers\\AbsorbingHandler","p":"Neos/Fusion/Core/ExceptionHandlers/AbsorbingHandler.html","d":"

Renders the element as an empty string

","f":{"n":"Neos\\Fusion\\Core\\ExceptionHandlers","p":"Neos/Fusion/Core/ExceptionHandlers.html"}},{"t":"C","n":"Neos\\Fusion\\Core\\ExceptionHandlers\\AbstractRenderingExceptionHandler","p":"Neos/Fusion/Core/ExceptionHandlers/AbstractRenderingExceptionHandler.html","d":"

Handles exceptions

","f":{"n":"Neos\\Fusion\\Core\\ExceptionHandlers","p":"Neos/Fusion/Core/ExceptionHandlers.html"}},{"t":"C","n":"Neos\\Fusion\\Core\\ExceptionHandlers\\BubblingHandler","p":"Neos/Fusion/Core/ExceptionHandlers/BubblingHandler.html","d":"

Wrap the exception to retain the fusion path at which it was originally thrown

","f":{"n":"Neos\\Fusion\\Core\\ExceptionHandlers","p":"Neos/Fusion/Core/ExceptionHandlers.html"}},{"t":"C","n":"Neos\\Fusion\\Core\\ExceptionHandlers\\ContextDependentHandler","p":"Neos/Fusion/Core/ExceptionHandlers/ContextDependentHandler.html","d":"

A special exception handler that is used on the outer path to catch all unhandled exceptions and uses other exception\nhandlers depending on the context.

","f":{"n":"Neos\\Fusion\\Core\\ExceptionHandlers","p":"Neos/Fusion/Core/ExceptionHandlers.html"}},{"t":"C","n":"Neos\\Fusion\\Core\\ExceptionHandlers\\HtmlMessageHandler","p":"Neos/Fusion/Core/ExceptionHandlers/HtmlMessageHandler.html","d":"

Renders the exception as HTML.

","f":{"n":"Neos\\Fusion\\Core\\ExceptionHandlers","p":"Neos/Fusion/Core/ExceptionHandlers.html"}},{"t":"C","n":"Neos\\Fusion\\Core\\ExceptionHandlers\\PlainTextHandler","p":"Neos/Fusion/Core/ExceptionHandlers/PlainTextHandler.html","d":"

Creates text representations of the given exceptions.

","f":{"n":"Neos\\Fusion\\Core\\ExceptionHandlers","p":"Neos/Fusion/Core/ExceptionHandlers.html"}},{"t":"C","n":"Neos\\Fusion\\Core\\ExceptionHandlers\\ThrowingHandler","p":"Neos/Fusion/Core/ExceptionHandlers/ThrowingHandler.html","d":"

Just rethrows the given exception

","f":{"n":"Neos\\Fusion\\Core\\ExceptionHandlers","p":"Neos/Fusion/Core/ExceptionHandlers.html"}},{"t":"C","n":"Neos\\Fusion\\Core\\ExceptionHandlers\\XmlCommentHandler","p":"Neos/Fusion/Core/ExceptionHandlers/XmlCommentHandler.html","d":"

Creates xml comments from exceptions

","f":{"n":"Neos\\Fusion\\Core\\ExceptionHandlers","p":"Neos/Fusion/Core/ExceptionHandlers.html"}},{"t":"C","n":"Neos\\Fusion\\Core\\Parser","p":"Neos/Fusion/Core/Parser.html","d":"

The Fusion Parser

","f":{"n":"Neos\\Fusion\\Core","p":"Neos/Fusion/Core.html"}},{"t":"C","n":"Neos\\Fusion\\Core\\ParserInterface","p":"Neos/Fusion/Core/ParserInterface.html","d":"

Contract for a Fusion parser

","f":{"n":"Neos\\Fusion\\Core","p":"Neos/Fusion/Core.html"}},{"t":"C","n":"Neos\\Fusion\\Core\\Runtime","p":"Neos/Fusion/Core/Runtime.html","d":"

Fusion Runtime

","f":{"n":"Neos\\Fusion\\Core","p":"Neos/Fusion/Core.html"}},{"t":"C","n":"Neos\\Fusion\\Core\\RuntimeConfiguration","p":"Neos/Fusion/Core/RuntimeConfiguration.html","d":"","f":{"n":"Neos\\Fusion\\Core","p":"Neos/Fusion/Core.html"}},{"t":"C","n":"Neos\\Fusion\\Core\\RuntimeFactory","p":"Neos/Fusion/Core/RuntimeFactory.html","d":"

This runtime factory takes care of instantiating a Fusion runtime.

","f":{"n":"Neos\\Fusion\\Core","p":"Neos/Fusion/Core.html"}},{"t":"C","n":"Neos\\Fusion\\DebugMessage","p":"Neos/Fusion/DebugMessage.html","d":"

A DTO for transporting internal debugging messages

","f":{"n":"Neos\\Fusion","p":"Neos/Fusion.html"}},{"t":"C","n":"Neos\\Fusion\\Eel\\BaseUriHelper","p":"Neos/Fusion/Eel/BaseUriHelper.html","d":"

This is a purely internal helper to provide baseUris for Caching.

","f":{"n":"Neos\\Fusion\\Eel","p":"Neos/Fusion/Eel.html"}},{"t":"C","n":"Neos\\Fusion\\Exception","p":"Neos/Fusion/Exception.html","d":"

An exception thrown by Fusion processors or generally in the Fusion context.

","f":{"n":"Neos\\Fusion","p":"Neos/Fusion.html"}},{"t":"C","n":"Neos\\Fusion\\Exception\\CacheException","p":"Neos/Fusion/Exception/CacheException.html","d":"

This exception is thrown for errors related to the Content Cache

","f":{"n":"Neos\\Fusion\\Exception","p":"Neos/Fusion/Exception.html"}},{"t":"C","n":"Neos\\Fusion\\Exception\\MissingFusionImplementationException","p":"Neos/Fusion/Exception/MissingFusionImplementationException.html","d":"

This exception is thrown if the PHP implementation class for a given Fusion\nobject could not be found; i.e. it was not set using @class.

","f":{"n":"Neos\\Fusion\\Exception","p":"Neos/Fusion/Exception.html"}},{"t":"C","n":"Neos\\Fusion\\Exception\\MissingFusionObjectException","p":"Neos/Fusion/Exception/MissingFusionObjectException.html","d":"

This exception is thrown if the the object type for a given Fusion path\ncould not be determined, f.e. if the user forgets to define "page = Page" in his\nFusion.

","f":{"n":"Neos\\Fusion\\Exception","p":"Neos/Fusion/Exception.html"}},{"t":"C","n":"Neos\\Fusion\\Exception\\RuntimeException","p":"Neos/Fusion/Exception/RuntimeException.html","d":"

This exception wraps an inner exception during rendering.

","f":{"n":"Neos\\Fusion\\Exception","p":"Neos/Fusion/Exception.html"}},{"t":"C","n":"Neos\\Fusion\\Exception\\UnsupportedObjectTypeAtPathException","p":"Neos/Fusion/Exception/UnsupportedObjectTypeAtPathException.html","d":"

This exception is thrown if a Fusion path needs to contain exactly a specific\nobject type; f.e. a "Case" Fusion object expects all their children being\nFusion objects and does not support Eel Expressions or simple objects.

","f":{"n":"Neos\\Fusion\\Exception","p":"Neos/Fusion/Exception.html"}},{"t":"C","n":"Neos\\Fusion\\Exception\\UnsupportedProxyMethodException","p":"Neos/Fusion/Exception/UnsupportedProxyMethodException.html","d":"

This exception is thrown if a non-supported array access method was called\non FusionPathProxy.

","f":{"n":"Neos\\Fusion\\Exception","p":"Neos/Fusion/Exception.html"}},{"t":"C","n":"Neos\\Fusion\\FusionObjects\\AbstractArrayFusionObject","p":"Neos/Fusion/FusionObjects/AbstractArrayFusionObject.html","d":"

Base class for Fusion objects that need access to arbitrary properties, like DataStructureImplementation.

","f":{"n":"Neos\\Fusion\\FusionObjects","p":"Neos/Fusion/FusionObjects.html"}},{"t":"C","n":"Neos\\Fusion\\FusionObjects\\AbstractCollectionImplementation","p":"Neos/Fusion/FusionObjects/AbstractCollectionImplementation.html","d":"

Abstract implementation of a collection renderer for Fusion.

","f":{"n":"Neos\\Fusion\\FusionObjects","p":"Neos/Fusion/FusionObjects.html"}},{"t":"C","n":"Neos\\Fusion\\FusionObjects\\AbstractFusionObject","p":"Neos/Fusion/FusionObjects/AbstractFusionObject.html","d":"

Base class for all Fusion objects

","f":{"n":"Neos\\Fusion\\FusionObjects","p":"Neos/Fusion/FusionObjects.html"}},{"t":"C","n":"Neos\\Fusion\\FusionObjects\\ArrayImplementation","p":"Neos/Fusion/FusionObjects/ArrayImplementation.html","d":"

The old "COA" object

","f":{"n":"Neos\\Fusion\\FusionObjects","p":"Neos/Fusion/FusionObjects.html"}},{"t":"C","n":"Neos\\Fusion\\FusionObjects\\AttributesImplementation","p":"Neos/Fusion/FusionObjects/AttributesImplementation.html","d":"

Renders a string of xml attributes from the properties of this Fusion object.

","f":{"n":"Neos\\Fusion\\FusionObjects","p":"Neos/Fusion/FusionObjects.html"}},{"t":"C","n":"Neos\\Fusion\\FusionObjects\\AugmenterImplementation","p":"Neos/Fusion/FusionObjects/AugmenterImplementation.html","d":"

A Fusion Augmenter-Object

","f":{"n":"Neos\\Fusion\\FusionObjects","p":"Neos/Fusion/FusionObjects.html"}},{"t":"C","n":"Neos\\Fusion\\FusionObjects\\CanRenderImplementation","p":"Neos/Fusion/FusionObjects/CanRenderImplementation.html","d":"

CanRender Fusion-Object

","f":{"n":"Neos\\Fusion\\FusionObjects","p":"Neos/Fusion/FusionObjects.html"}},{"t":"C","n":"Neos\\Fusion\\FusionObjects\\CaseImplementation","p":"Neos/Fusion/FusionObjects/CaseImplementation.html","d":"

Case Fusion Object

","f":{"n":"Neos\\Fusion\\FusionObjects","p":"Neos/Fusion/FusionObjects.html"}},{"t":"C","n":"Neos\\Fusion\\FusionObjects\\CollectionImplementation","p":"Neos/Fusion/FusionObjects/CollectionImplementation.html","d":"

Render a Fusion collection of nodes

","f":{"n":"Neos\\Fusion\\FusionObjects","p":"Neos/Fusion/FusionObjects.html"}},{"t":"C","n":"Neos\\Fusion\\FusionObjects\\ComponentImplementation","p":"Neos/Fusion/FusionObjects/ComponentImplementation.html","d":"

A Fusion Component-Object

","f":{"n":"Neos\\Fusion\\FusionObjects","p":"Neos/Fusion/FusionObjects.html"}},{"t":"C","n":"Neos\\Fusion\\FusionObjects\\DataStructureImplementation","p":"Neos/Fusion/FusionObjects/DataStructureImplementation.html","d":"

Fusion object to render and array of key value pairs by evaluating all properties

","f":{"n":"Neos\\Fusion\\FusionObjects","p":"Neos/Fusion/FusionObjects.html"}},{"t":"C","n":"Neos\\Fusion\\FusionObjects\\DebugConsoleImplementation","p":"Neos/Fusion/FusionObjects/DebugConsoleImplementation.html","d":"

A Fusion object for debugging fusion-values via the browser console

","f":{"n":"Neos\\Fusion\\FusionObjects","p":"Neos/Fusion/FusionObjects.html"}},{"t":"C","n":"Neos\\Fusion\\FusionObjects\\DebugDumpImplementation","p":"Neos/Fusion/FusionObjects/DebugDumpImplementation.html","d":"

A Fusion object for dumping debugging fusion-values

","f":{"n":"Neos\\Fusion\\FusionObjects","p":"Neos/Fusion/FusionObjects.html"}},{"t":"C","n":"Neos\\Fusion\\FusionObjects\\DebugImplementation","p":"Neos/Fusion/FusionObjects/DebugImplementation.html","d":"

A Fusion object for debugging fusion-values

","f":{"n":"Neos\\Fusion\\FusionObjects","p":"Neos/Fusion/FusionObjects.html"}},{"t":"C","n":"Neos\\Fusion\\FusionObjects\\Helpers\\FluidView","p":"Neos/Fusion/FusionObjects/Helpers/FluidView.html","d":"

Extended Fluid Template View for use in Fusion.

","f":{"n":"Neos\\Fusion\\FusionObjects\\Helpers","p":"Neos/Fusion/FusionObjects/Helpers.html"}},{"t":"C","n":"Neos\\Fusion\\FusionObjects\\Helpers\\FusionAwareViewInterface","p":"Neos/Fusion/FusionObjects/Helpers/FusionAwareViewInterface.html","d":"

You should implement this interface with a View that should allow access\nto the Fusion object it is rendered from (and so the Fusion runtime).

","f":{"n":"Neos\\Fusion\\FusionObjects\\Helpers","p":"Neos/Fusion/FusionObjects/Helpers.html"}},{"t":"C","n":"Neos\\Fusion\\FusionObjects\\Helpers\\FusionPathProxy","p":"Neos/Fusion/FusionObjects/Helpers/FusionPathProxy.html","d":"

A proxy object representing a Fusion path inside a Fluid Template. It allows\nto render arbitrary Fusion objects or Eel expressions using the already-known\nproperty path syntax.

","f":{"n":"Neos\\Fusion\\FusionObjects\\Helpers","p":"Neos/Fusion/FusionObjects/Helpers.html"}},{"t":"C","n":"Neos\\Fusion\\FusionObjects\\Helpers\\LazyProps","p":"Neos/Fusion/FusionObjects/Helpers/LazyProps.html","d":"","f":{"n":"Neos\\Fusion\\FusionObjects\\Helpers","p":"Neos/Fusion/FusionObjects/Helpers.html"}},{"t":"C","n":"Neos\\Fusion\\FusionObjects\\HttpResponseImplementation","p":"Neos/Fusion/FusionObjects/HttpResponseImplementation.html","d":"","f":{"n":"Neos\\Fusion\\FusionObjects","p":"Neos/Fusion/FusionObjects.html"}},{"t":"C","n":"Neos\\Fusion\\FusionObjects\\Http\\ResponseHeadImplementation","p":"Neos/Fusion/FusionObjects/Http/ResponseHeadImplementation.html","d":"

Response Head generate a standard HTTP response head

","f":{"n":"Neos\\Fusion\\FusionObjects\\Http","p":"Neos/Fusion/FusionObjects/Http.html"}},{"t":"C","n":"Neos\\Fusion\\FusionObjects\\JoinImplementation","p":"Neos/Fusion/FusionObjects/JoinImplementation.html","d":"

Fusion object to render a list of items as single concatenated string

","f":{"n":"Neos\\Fusion\\FusionObjects","p":"Neos/Fusion/FusionObjects.html"}},{"t":"C","n":"Neos\\Fusion\\FusionObjects\\LoopImplementation","p":"Neos/Fusion/FusionObjects/LoopImplementation.html","d":"

Render a Fusion collection of using the itemRenderer

","f":{"n":"Neos\\Fusion\\FusionObjects","p":"Neos/Fusion/FusionObjects.html"}},{"t":"C","n":"Neos\\Fusion\\FusionObjects\\MapImplementation","p":"Neos/Fusion/FusionObjects/MapImplementation.html","d":"

Map a collection of items using the itemRenderer

","f":{"n":"Neos\\Fusion\\FusionObjects","p":"Neos/Fusion/FusionObjects.html"}},{"t":"C","n":"Neos\\Fusion\\FusionObjects\\MatchImplementation","p":"Neos/Fusion/FusionObjects/MatchImplementation.html","d":"

Implementation class for matching strings in Fusion and return the matched value

","f":{"n":"Neos\\Fusion\\FusionObjects","p":"Neos/Fusion/FusionObjects.html"}},{"t":"C","n":"Neos\\Fusion\\FusionObjects\\MatcherImplementation","p":"Neos/Fusion/FusionObjects/MatcherImplementation.html","d":"

Matcher object for use inside a "Case" statement

","f":{"n":"Neos\\Fusion\\FusionObjects","p":"Neos/Fusion/FusionObjects.html"}},{"t":"C","n":"Neos\\Fusion\\FusionObjects\\MemoImplementation","p":"Neos/Fusion/FusionObjects/MemoImplementation.html","d":"

Memo object that returns the result of previous calls with the same "discriminator"

","f":{"n":"Neos\\Fusion\\FusionObjects","p":"Neos/Fusion/FusionObjects.html"}},{"t":"C","n":"Neos\\Fusion\\FusionObjects\\RawArrayImplementation","p":"Neos/Fusion/FusionObjects/RawArrayImplementation.html","d":"

Evaluate sub objects to an array (instead of a string as ArrayImplementation does)

","f":{"n":"Neos\\Fusion\\FusionObjects","p":"Neos/Fusion/FusionObjects.html"}},{"t":"C","n":"Neos\\Fusion\\FusionObjects\\RawCollectionImplementation","p":"Neos/Fusion/FusionObjects/RawCollectionImplementation.html","d":"

Render a Fusion collection of nodes as an array

","f":{"n":"Neos\\Fusion\\FusionObjects","p":"Neos/Fusion/FusionObjects.html"}},{"t":"C","n":"Neos\\Fusion\\FusionObjects\\ReduceImplementation","p":"Neos/Fusion/FusionObjects/ReduceImplementation.html","d":"

Reduce an array to a single value.

","f":{"n":"Neos\\Fusion\\FusionObjects","p":"Neos/Fusion/FusionObjects.html"}},{"t":"C","n":"Neos\\Fusion\\FusionObjects\\RendererImplementation","p":"Neos/Fusion/FusionObjects/RendererImplementation.html","d":"

Renderer Fusion Object

","f":{"n":"Neos\\Fusion\\FusionObjects","p":"Neos/Fusion/FusionObjects.html"}},{"t":"C","n":"Neos\\Fusion\\FusionObjects\\ResourceUriImplementation","p":"Neos/Fusion/FusionObjects/ResourceUriImplementation.html","d":"

A Fusion object to create resource URIs

","f":{"n":"Neos\\Fusion\\FusionObjects","p":"Neos/Fusion/FusionObjects.html"}},{"t":"C","n":"Neos\\Fusion\\FusionObjects\\TagImplementation","p":"Neos/Fusion/FusionObjects/TagImplementation.html","d":"

A Fusion object for tag based content

","f":{"n":"Neos\\Fusion\\FusionObjects","p":"Neos/Fusion/FusionObjects.html"}},{"t":"C","n":"Neos\\Fusion\\FusionObjects\\TemplateImplementation","p":"Neos/Fusion/FusionObjects/TemplateImplementation.html","d":"

Fusion object rendering a fluid template

","f":{"n":"Neos\\Fusion\\FusionObjects","p":"Neos/Fusion/FusionObjects.html"}},{"t":"C","n":"Neos\\Fusion\\FusionObjects\\UriBuilderImplementation","p":"Neos/Fusion/FusionObjects/UriBuilderImplementation.html","d":"

A Fusion UriBuilder object

","f":{"n":"Neos\\Fusion\\FusionObjects","p":"Neos/Fusion/FusionObjects.html"}},{"t":"C","n":"Neos\\Fusion\\FusionObjects\\ValueImplementation","p":"Neos/Fusion/FusionObjects/ValueImplementation.html","d":"

Value object for simple type handling as Fusion objects

","f":{"n":"Neos\\Fusion\\FusionObjects","p":"Neos/Fusion/FusionObjects.html"}},{"t":"C","n":"Neos\\Fusion\\Package","p":"Neos/Fusion/Package.html","d":"

The Neos Fusion Package

","f":{"n":"Neos\\Fusion","p":"Neos/Fusion.html"}},{"t":"C","n":"Neos\\Fusion\\Service\\DebugStack","p":"Neos/Fusion/Service/DebugStack.html","d":"","f":{"n":"Neos\\Fusion\\Service","p":"Neos/Fusion/Service.html"}},{"t":"C","n":"Neos\\Fusion\\Service\\HtmlAugmenter","p":"Neos/Fusion/Service/HtmlAugmenter.html","d":"

A tool that can augment HTML for example by adding arbitrary attributes.

","f":{"n":"Neos\\Fusion\\Service","p":"Neos/Fusion/Service.html"}},{"t":"T","n":"Neos\\Fusion\\ViewHelpers\\FusionContextTrait","p":"Neos/Fusion/ViewHelpers/FusionContextTrait.html","d":"

This trait is to be used in ViewHelpers that need to get information from the Fusion runtime context.

","f":{"n":"Neos\\Fusion\\ViewHelpers","p":"Neos/Fusion/ViewHelpers.html"}},{"t":"C","n":"Neos\\Fusion\\ViewHelpers\\RenderViewHelper","p":"Neos/Fusion/ViewHelpers/RenderViewHelper.html","d":"

Render a Fusion object with a relative Fusion path, optionally\npushing new variables onto the Fusion context.

","f":{"n":"Neos\\Fusion\\ViewHelpers","p":"Neos/Fusion/ViewHelpers.html"}},{"t":"C","n":"Neos\\Fusion\\View\\FusionView","p":"Neos/Fusion/View/FusionView.html","d":"

View for using Fusion for standard MVC controllers.

","f":{"n":"Neos\\Fusion\\View","p":"Neos/Fusion/View.html"}},{"t":"T","n":"Neos\\Media\\Browser\\Controller\\AddTranslatedFlashMessageTrait","p":"Neos/Media/Browser/Controller/AddTranslatedFlashMessageTrait.html","d":"

A trait to add backend translation based on the backend users settings

","f":{"n":"Neos\\Media\\Browser\\Controller","p":"Neos/Media/Browser/Controller.html"}},{"t":"C","n":"Neos\\Media\\Browser\\Controller\\AssetCollectionController","p":"Neos/Media/Browser/Controller/AssetCollectionController.html","d":"

Controller for tag handling

","f":{"n":"Neos\\Media\\Browser\\Controller","p":"Neos/Media/Browser/Controller.html"}},{"t":"C","n":"Neos\\Media\\Browser\\Controller\\AssetController","p":"Neos/Media/Browser/Controller/AssetController.html","d":"

Controller for asset handling

","f":{"n":"Neos\\Media\\Browser\\Controller","p":"Neos/Media/Browser/Controller.html"}},{"t":"C","n":"Neos\\Media\\Browser\\Controller\\AssetProxyController","p":"Neos/Media/Browser/Controller/AssetProxyController.html","d":"","f":{"n":"Neos\\Media\\Browser\\Controller","p":"Neos/Media/Browser/Controller.html"}},{"t":"C","n":"Neos\\Media\\Browser\\Controller\\ImageController","p":"Neos/Media/Browser/Controller/ImageController.html","d":"

Controller for browsing images in the ImageEditor

","f":{"n":"Neos\\Media\\Browser\\Controller","p":"Neos/Media/Browser/Controller.html"}},{"t":"C","n":"Neos\\Media\\Browser\\Controller\\ImageVariantController","p":"Neos/Media/Browser/Controller/ImageVariantController.html","d":"","f":{"n":"Neos\\Media\\Browser\\Controller","p":"Neos/Media/Browser/Controller.html"}},{"t":"C","n":"Neos\\Media\\Browser\\Controller\\TagController","p":"Neos/Media/Browser/Controller/TagController.html","d":"

Controller for tag handling

","f":{"n":"Neos\\Media\\Browser\\Controller","p":"Neos/Media/Browser/Controller.html"}},{"t":"C","n":"Neos\\Media\\Browser\\Controller\\UsageController","p":"Neos/Media/Browser/Controller/UsageController.html","d":"

Controller for asset usage handling

","f":{"n":"Neos\\Media\\Browser\\Controller","p":"Neos/Media/Browser/Controller.html"}},{"t":"C","n":"Neos\\Media\\Browser\\Domain\\ImageMapper","p":"Neos/Media/Browser/Domain/ImageMapper.html","d":"

The ImageMapper provides basic information about an image object as array of simple types.

","f":{"n":"Neos\\Media\\Browser\\Domain","p":"Neos/Media/Browser/Domain.html"}},{"t":"C","n":"Neos\\Media\\Browser\\Domain\\Session\\BrowserState","p":"Neos/Media/Browser/Domain/Session/BrowserState.html","d":"

A container for the state the media browser is in.

","f":{"n":"Neos\\Media\\Browser\\Domain\\Session","p":"Neos/Media/Browser/Domain/Session.html"}},{"t":"C","n":"Neos\\Media\\Browser\\ViewHelpers\\Controller\\PaginateController","p":"Neos/Media/Browser/ViewHelpers/Controller/PaginateController.html","d":"

Controller for the paginate view helper

","f":{"n":"Neos\\Media\\Browser\\ViewHelpers\\Controller","p":"Neos/Media/Browser/ViewHelpers/Controller.html"}},{"t":"C","n":"Neos\\Media\\Browser\\ViewHelpers\\PaginateViewHelper","p":"Neos/Media/Browser/ViewHelpers/PaginateViewHelper.html","d":"

This ViewHelper renders a pagination for asset proxy objects

","f":{"n":"Neos\\Media\\Browser\\ViewHelpers","p":"Neos/Media/Browser/ViewHelpers.html"}},{"t":"C","n":"Neos\\Media\\Browser\\ViewHelpers\\ThumbnailViewHelper","p":"Neos/Media/Browser/ViewHelpers/ThumbnailViewHelper.html","d":"

Renders an HTML tag from a given Asset Proxy instance

","f":{"n":"Neos\\Media\\Browser\\ViewHelpers","p":"Neos/Media/Browser/ViewHelpers.html"}},{"t":"C","n":"Neos\\Media\\Command\\MediaCommandController","p":"Neos/Media/Command/MediaCommandController.html","d":"","f":{"n":"Neos\\Media\\Command","p":"Neos/Media/Command.html"}},{"t":"C","n":"Neos\\Media\\Controller\\ThumbnailController","p":"Neos/Media/Controller/ThumbnailController.html","d":"

Controller for asynchronous thumbnail handling

","f":{"n":"Neos\\Media\\Controller","p":"Neos/Media/Controller.html"}},{"t":"C","n":"Neos\\Media\\Domain\\EventListener\\ImageEventListener","p":"Neos/Media/Domain/EventListener/ImageEventListener.html","d":"

Doctrine event listener for getting image size and type if needed

","f":{"n":"Neos\\Media\\Domain\\EventListener","p":"Neos/Media/Domain/EventListener.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Model\\Adjustment\\AbstractAdjustment","p":"Neos/Media/Domain/Model/Adjustment/AbstractAdjustment.html","d":"

An abstract adjustment which provides a constructor for setting options

","f":{"n":"Neos\\Media\\Domain\\Model\\Adjustment","p":"Neos/Media/Domain/Model/Adjustment.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Model\\Adjustment\\AbstractImageAdjustment","p":"Neos/Media/Domain/Model/Adjustment/AbstractImageAdjustment.html","d":"

An abstract image adjustment

","f":{"n":"Neos\\Media\\Domain\\Model\\Adjustment","p":"Neos/Media/Domain/Model/Adjustment.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Model\\Adjustment\\AdjustmentInterface","p":"Neos/Media/Domain/Model/Adjustment/AdjustmentInterface.html","d":"

Interface for an Asset Adjustment

","f":{"n":"Neos\\Media\\Domain\\Model\\Adjustment","p":"Neos/Media/Domain/Model/Adjustment.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Model\\Adjustment\\CropImageAdjustment","p":"Neos/Media/Domain/Model/Adjustment/CropImageAdjustment.html","d":"

An adjustment for cropping an image

","f":{"n":"Neos\\Media\\Domain\\Model\\Adjustment","p":"Neos/Media/Domain/Model/Adjustment.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Model\\Adjustment\\ImageAdjustmentInterface","p":"Neos/Media/Domain/Model/Adjustment/ImageAdjustmentInterface.html","d":"

Interface for an Image Adjustment

","f":{"n":"Neos\\Media\\Domain\\Model\\Adjustment","p":"Neos/Media/Domain/Model/Adjustment.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Model\\Adjustment\\QualityImageAdjustment","p":"Neos/Media/Domain/Model/Adjustment/QualityImageAdjustment.html","d":"

An adjustment for quality of an image

","f":{"n":"Neos\\Media\\Domain\\Model\\Adjustment","p":"Neos/Media/Domain/Model/Adjustment.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Model\\Adjustment\\ResizeImageAdjustment","p":"Neos/Media/Domain/Model/Adjustment/ResizeImageAdjustment.html","d":"

An adjustment for resizing an image

","f":{"n":"Neos\\Media\\Domain\\Model\\Adjustment","p":"Neos/Media/Domain/Model/Adjustment.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Model\\Asset","p":"Neos/Media/Domain/Model/Asset.html","d":"

An Asset, the base for all more specific assets in this package.

","f":{"n":"Neos\\Media\\Domain\\Model","p":"Neos/Media/Domain/Model.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Model\\AssetCollection","p":"Neos/Media/Domain/Model/AssetCollection.html","d":"

Class AssetCollection

","f":{"n":"Neos\\Media\\Domain\\Model","p":"Neos/Media/Domain/Model.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Model\\AssetInterface","p":"Neos/Media/Domain/Model/AssetInterface.html","d":"

A user-managed Asset which is stored in the Asset Repository

","f":{"n":"Neos\\Media\\Domain\\Model","p":"Neos/Media/Domain/Model.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetNotFoundExceptionInterface","p":"Neos/Media/Domain/Model/AssetSource/AssetNotFoundExceptionInterface.html","d":null,"f":{"n":"Neos\\Media\\Domain\\Model\\AssetSource","p":"Neos/Media/Domain/Model/AssetSource.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxyQueryInterface","p":"Neos/Media/Domain/Model/AssetSource/AssetProxyQueryInterface.html","d":null,"f":{"n":"Neos\\Media\\Domain\\Model\\AssetSource","p":"Neos/Media/Domain/Model/AssetSource.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxyQueryResultInterface","p":"Neos/Media/Domain/Model/AssetSource/AssetProxyQueryResultInterface.html","d":null,"f":{"n":"Neos\\Media\\Domain\\Model\\AssetSource","p":"Neos/Media/Domain/Model/AssetSource.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxyRepositoryInterface","p":"Neos/Media/Domain/Model/AssetSource/AssetProxyRepositoryInterface.html","d":null,"f":{"n":"Neos\\Media\\Domain\\Model\\AssetSource","p":"Neos/Media/Domain/Model/AssetSource.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxy\\AssetProxyInterface","p":"Neos/Media/Domain/Model/AssetSource/AssetProxy/AssetProxyInterface.html","d":"

Interface for a stand-in object of remote or already imported assets from an asset source.

","f":{"n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxy","p":"Neos/Media/Domain/Model/AssetSource/AssetProxy.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxy\\HasRemoteOriginalInterface","p":"Neos/Media/Domain/Model/AssetSource/AssetProxy/HasRemoteOriginalInterface.html","d":"

Interface for an Asset Proxy which depicts an asset whose original binary data is stored in a remote location

","f":{"n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxy","p":"Neos/Media/Domain/Model/AssetSource/AssetProxy.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxy\\ProvidesOriginalUriInterface","p":"Neos/Media/Domain/Model/AssetSource/AssetProxy/ProvidesOriginalUriInterface.html","d":"

Interface for an Asset Proxy which provides an URI to the original binary data

","f":{"n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxy","p":"Neos/Media/Domain/Model/AssetSource/AssetProxy.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxy\\SupportsIptcMetadataInterface","p":"Neos/Media/Domain/Model/AssetSource/AssetProxy/SupportsIptcMetadataInterface.html","d":"

Interface for an Asset Proxy which supports IPTC Metadata

","f":{"n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxy","p":"Neos/Media/Domain/Model/AssetSource/AssetProxy.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetSourceAwareInterface","p":"Neos/Media/Domain/Model/AssetSource/AssetSourceAwareInterface.html","d":null,"f":{"n":"Neos\\Media\\Domain\\Model\\AssetSource","p":"Neos/Media/Domain/Model/AssetSource.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetSourceConnectionExceptionInterface","p":"Neos/Media/Domain/Model/AssetSource/AssetSourceConnectionExceptionInterface.html","d":"

Exceptions of asset sources which are thrown on connection problems should\nimplement this interface so that they can be handled specifically.

","f":{"n":"Neos\\Media\\Domain\\Model\\AssetSource","p":"Neos/Media/Domain/Model/AssetSource.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetSourceInterface","p":"Neos/Media/Domain/Model/AssetSource/AssetSourceInterface.html","d":null,"f":{"n":"Neos\\Media\\Domain\\Model\\AssetSource","p":"Neos/Media/Domain/Model/AssetSource.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetTypeFilter","p":"Neos/Media/Domain/Model/AssetSource/AssetTypeFilter.html","d":null,"f":{"n":"Neos\\Media\\Domain\\Model\\AssetSource","p":"Neos/Media/Domain/Model/AssetSource.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetNotFoundException","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetNotFoundException.html","d":null,"f":{"n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos","p":"Neos/Media/Domain/Model/AssetSource/Neos.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetProxy","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetProxy.html","d":null,"f":{"n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos","p":"Neos/Media/Domain/Model/AssetSource/Neos.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetProxyQuery","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetProxyQuery.html","d":null,"f":{"n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos","p":"Neos/Media/Domain/Model/AssetSource/Neos.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetProxyQueryResult","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetProxyQueryResult.html","d":"","f":{"n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos","p":"Neos/Media/Domain/Model/AssetSource/Neos.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetProxyRepository","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetProxyRepository.html","d":null,"f":{"n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos","p":"Neos/Media/Domain/Model/AssetSource/Neos.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetSource","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetSource.html","d":"

Asset source for Neos native assets

","f":{"n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos","p":"Neos/Media/Domain/Model/AssetSource/Neos.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Model\\AssetSource\\SupportsCollectionsInterface","p":"Neos/Media/Domain/Model/AssetSource/SupportsCollectionsInterface.html","d":"

Interface for an Asset Repository which supports collections

","f":{"n":"Neos\\Media\\Domain\\Model\\AssetSource","p":"Neos/Media/Domain/Model/AssetSource.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Model\\AssetSource\\SupportsSortingInterface","p":"Neos/Media/Domain/Model/AssetSource/SupportsSortingInterface.html","d":"

An interface for Asset Proxy Repositories which support sorting.

","f":{"n":"Neos\\Media\\Domain\\Model\\AssetSource","p":"Neos/Media/Domain/Model/AssetSource.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Model\\AssetSource\\SupportsTaggingInterface","p":"Neos/Media/Domain/Model/AssetSource/SupportsTaggingInterface.html","d":null,"f":{"n":"Neos\\Media\\Domain\\Model\\AssetSource","p":"Neos/Media/Domain/Model/AssetSource.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Model\\AssetVariantInterface","p":"Neos/Media/Domain/Model/AssetVariantInterface.html","d":"

An interface of an asset which was derived from an original asset

","f":{"n":"Neos\\Media\\Domain\\Model","p":"Neos/Media/Domain/Model.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Model\\Audio","p":"Neos/Media/Domain/Model/Audio.html","d":"

An Audio asset

","f":{"n":"Neos\\Media\\Domain\\Model","p":"Neos/Media/Domain/Model.html"}},{"t":"T","n":"Neos\\Media\\Domain\\Model\\DimensionsTrait","p":"Neos/Media/Domain/Model/DimensionsTrait.html","d":"

Trait for methods regarding the dimensions of an asset

","f":{"n":"Neos\\Media\\Domain\\Model","p":"Neos/Media/Domain/Model.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Model\\Document","p":"Neos/Media/Domain/Model/Document.html","d":"

A Document, e.g. PDF files, binaries, .

","f":{"n":"Neos\\Media\\Domain\\Model","p":"Neos/Media/Domain/Model.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Model\\Dto\\AssetConstraints","p":"Neos/Media/Domain/Model/Dto/AssetConstraints.html","d":"

Constraints for the Assets that can't be changed by the user while navigating the Media module / endpoints (other than filters)

","f":{"n":"Neos\\Media\\Domain\\Model\\Dto","p":"Neos/Media/Domain/Model/Dto.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Model\\Dto\\UsageReference","p":"Neos/Media/Domain/Model/Dto/UsageReference.html","d":"

A DTO for storing information related to a usage of an asset.

","f":{"n":"Neos\\Media\\Domain\\Model\\Dto","p":"Neos/Media/Domain/Model/Dto.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Model\\FileTypeIcon","p":"Neos/Media/Domain/Model/FileTypeIcon.html","d":"

File Type Icon

","f":{"n":"Neos\\Media\\Domain\\Model","p":"Neos/Media/Domain/Model.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Model\\Image","p":"Neos/Media/Domain/Model/Image.html","d":"

An image

","f":{"n":"Neos\\Media\\Domain\\Model","p":"Neos/Media/Domain/Model.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Model\\ImageInterface","p":"Neos/Media/Domain/Model/ImageInterface.html","d":"

Interface of an Image

","f":{"n":"Neos\\Media\\Domain\\Model","p":"Neos/Media/Domain/Model.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Model\\ImageVariant","p":"Neos/Media/Domain/Model/ImageVariant.html","d":"

A user defined variant (working copy) of an original Image asset

","f":{"n":"Neos\\Media\\Domain\\Model","p":"Neos/Media/Domain/Model.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Model\\ImportedAsset","p":"Neos/Media/Domain/Model/ImportedAsset.html","d":"","f":{"n":"Neos\\Media\\Domain\\Model","p":"Neos/Media/Domain/Model.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Model\\ImportedAssetManager","p":"Neos/Media/Domain/Model/ImportedAssetManager.html","d":null,"f":{"n":"Neos\\Media\\Domain\\Model","p":"Neos/Media/Domain/Model.html"}},{"t":"T","n":"Neos\\Media\\Domain\\Model\\QualityTrait","p":"Neos/Media/Domain/Model/QualityTrait.html","d":"

Trait for methods regarding the quality of an asset

","f":{"n":"Neos\\Media\\Domain\\Model","p":"Neos/Media/Domain/Model.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Model\\ResourceBasedInterface","p":"Neos/Media/Domain/Model/ResourceBasedInterface.html","d":"

Base interface for any class which is based on a PersistentResource.

","f":{"n":"Neos\\Media\\Domain\\Model","p":"Neos/Media/Domain/Model.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Model\\Tag","p":"Neos/Media/Domain/Model/Tag.html","d":"

A Tag, to organize Assets

","f":{"n":"Neos\\Media\\Domain\\Model","p":"Neos/Media/Domain/Model.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Model\\Thumbnail","p":"Neos/Media/Domain/Model/Thumbnail.html","d":"

A system-generated preview version of an Asset

","f":{"n":"Neos\\Media\\Domain\\Model","p":"Neos/Media/Domain/Model.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Model\\ThumbnailConfiguration","p":"Neos/Media/Domain/Model/ThumbnailConfiguration.html","d":"

Thumbnail configuration value object

","f":{"n":"Neos\\Media\\Domain\\Model","p":"Neos/Media/Domain/Model.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Model\\ThumbnailGenerator\\AbstractThumbnailGenerator","p":"Neos/Media/Domain/Model/ThumbnailGenerator/AbstractThumbnailGenerator.html","d":"

Abstract Thumbnail Generator

","f":{"n":"Neos\\Media\\Domain\\Model\\ThumbnailGenerator","p":"Neos/Media/Domain/Model/ThumbnailGenerator.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Model\\ThumbnailGenerator\\DocumentThumbnailGenerator","p":"Neos/Media/Domain/Model/ThumbnailGenerator/DocumentThumbnailGenerator.html","d":"

A system-generated preview version of a Document (PDF, AI and EPS)

","f":{"n":"Neos\\Media\\Domain\\Model\\ThumbnailGenerator","p":"Neos/Media/Domain/Model/ThumbnailGenerator.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Model\\ThumbnailGenerator\\FontDocumentThumbnailGenerator","p":"Neos/Media/Domain/Model/ThumbnailGenerator/FontDocumentThumbnailGenerator.html","d":"

A system-generated preview version of a font document.

","f":{"n":"Neos\\Media\\Domain\\Model\\ThumbnailGenerator","p":"Neos/Media/Domain/Model/ThumbnailGenerator.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Model\\ThumbnailGenerator\\IconThumbnailGenerator","p":"Neos/Media/Domain/Model/ThumbnailGenerator/IconThumbnailGenerator.html","d":"

A generic thumbnail generator to get Icon of the given document

","f":{"n":"Neos\\Media\\Domain\\Model\\ThumbnailGenerator","p":"Neos/Media/Domain/Model/ThumbnailGenerator.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Model\\ThumbnailGenerator\\ImageThumbnailGenerator","p":"Neos/Media/Domain/Model/ThumbnailGenerator/ImageThumbnailGenerator.html","d":"

A system-generated preview version of an Image

","f":{"n":"Neos\\Media\\Domain\\Model\\ThumbnailGenerator","p":"Neos/Media/Domain/Model/ThumbnailGenerator.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Model\\ThumbnailGenerator\\ThumbnailGeneratorInterface","p":"Neos/Media/Domain/Model/ThumbnailGenerator/ThumbnailGeneratorInterface.html","d":"

Thumbnail Generate Interface

","f":{"n":"Neos\\Media\\Domain\\Model\\ThumbnailGenerator","p":"Neos/Media/Domain/Model/ThumbnailGenerator.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Model\\ThumbnailSupportInterface","p":"Neos/Media/Domain/Model/ThumbnailSupportInterface.html","d":"

Interface for models which provide methods for thumbnails

","f":{"n":"Neos\\Media\\Domain\\Model","p":"Neos/Media/Domain/Model.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Model\\VariantSupportInterface","p":"Neos/Media/Domain/Model/VariantSupportInterface.html","d":"

An interface which defines that an asset has support for variants

","f":{"n":"Neos\\Media\\Domain\\Model","p":"Neos/Media/Domain/Model.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Model\\Video","p":"Neos/Media/Domain/Model/Video.html","d":"

A Video asset

","f":{"n":"Neos\\Media\\Domain\\Model","p":"Neos/Media/Domain/Model.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Repository\\AssetCollectionRepository","p":"Neos/Media/Domain/Repository/AssetCollectionRepository.html","d":"

A repository for AssetCollections

","f":{"n":"Neos\\Media\\Domain\\Repository","p":"Neos/Media/Domain/Repository.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Repository\\AssetRepository","p":"Neos/Media/Domain/Repository/AssetRepository.html","d":"

A repository for Assets

","f":{"n":"Neos\\Media\\Domain\\Repository","p":"Neos/Media/Domain/Repository.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Repository\\AudioRepository","p":"Neos/Media/Domain/Repository/AudioRepository.html","d":"

A repository for Audio

","f":{"n":"Neos\\Media\\Domain\\Repository","p":"Neos/Media/Domain/Repository.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Repository\\DocumentRepository","p":"Neos/Media/Domain/Repository/DocumentRepository.html","d":"

A repository for Documents

","f":{"n":"Neos\\Media\\Domain\\Repository","p":"Neos/Media/Domain/Repository.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Repository\\ImageRepository","p":"Neos/Media/Domain/Repository/ImageRepository.html","d":"

A repository for Images

","f":{"n":"Neos\\Media\\Domain\\Repository","p":"Neos/Media/Domain/Repository.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Repository\\ImportedAssetRepository","p":"Neos/Media/Domain/Repository/ImportedAssetRepository.html","d":"","f":{"n":"Neos\\Media\\Domain\\Repository","p":"Neos/Media/Domain/Repository.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Repository\\TagRepository","p":"Neos/Media/Domain/Repository/TagRepository.html","d":"

A repository for Tags

","f":{"n":"Neos\\Media\\Domain\\Repository","p":"Neos/Media/Domain/Repository.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Repository\\ThumbnailRepository","p":"Neos/Media/Domain/Repository/ThumbnailRepository.html","d":"

A repository for Thumbnails

","f":{"n":"Neos\\Media\\Domain\\Repository","p":"Neos/Media/Domain/Repository.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Repository\\VideoRepository","p":"Neos/Media/Domain/Repository/VideoRepository.html","d":"

A repository for Videos

","f":{"n":"Neos\\Media\\Domain\\Repository","p":"Neos/Media/Domain/Repository.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Service\\AssetService","p":"Neos/Media/Domain/Service/AssetService.html","d":"

An asset service that handles for example commands on assets, retrieves information\nabout usage of assets and rendering thumbnails.

","f":{"n":"Neos\\Media\\Domain\\Service","p":"Neos/Media/Domain/Service.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Service\\AssetSourceService","p":"Neos/Media/Domain/Service/AssetSourceService.html","d":"

A service for Asset Sources and Asset Proxies

","f":{"n":"Neos\\Media\\Domain\\Service","p":"Neos/Media/Domain/Service.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Service\\AssetVariantGenerator","p":"Neos/Media/Domain/Service/AssetVariantGenerator.html","d":"","f":{"n":"Neos\\Media\\Domain\\Service","p":"Neos/Media/Domain/Service.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Service\\FileTypeIconService","p":"Neos/Media/Domain/Service/FileTypeIconService.html","d":"

Service that retrieves an icon for the file type of a given filename

","f":{"n":"Neos\\Media\\Domain\\Service","p":"Neos/Media/Domain/Service.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Service\\ImageService","p":"Neos/Media/Domain/Service/ImageService.html","d":"

An image service that acts as abstraction for the Imagine library

","f":{"n":"Neos\\Media\\Domain\\Service","p":"Neos/Media/Domain/Service.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Service\\ThumbnailGenerator","p":"Neos/Media/Domain/Service/ThumbnailGenerator.html","d":"

A thumbnail generation service.

","f":{"n":"Neos\\Media\\Domain\\Service","p":"Neos/Media/Domain/Service.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Service\\ThumbnailService","p":"Neos/Media/Domain/Service/ThumbnailService.html","d":"

An internal thumbnail service.

","f":{"n":"Neos\\Media\\Domain\\Service","p":"Neos/Media/Domain/Service.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Strategy\\AbstractAssetUsageStrategy","p":"Neos/Media/Domain/Strategy/AbstractAssetUsageStrategy.html","d":"

Abstract asset usage strategy

","f":{"n":"Neos\\Media\\Domain\\Strategy","p":"Neos/Media/Domain/Strategy.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Strategy\\AssetModelMappingStrategyInterface","p":"Neos/Media/Domain/Strategy/AssetModelMappingStrategyInterface.html","d":"

Describes a strategy to find an asset model class based on the resource and optional source properties.

","f":{"n":"Neos\\Media\\Domain\\Strategy","p":"Neos/Media/Domain/Strategy.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Strategy\\AssetUsageStrategyInterface","p":"Neos/Media/Domain/Strategy/AssetUsageStrategyInterface.html","d":"

Interface for asset usage strategies

","f":{"n":"Neos\\Media\\Domain\\Strategy","p":"Neos/Media/Domain/Strategy.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Strategy\\ConfigurationAssetModelMappingStrategy","p":"Neos/Media/Domain/Strategy/ConfigurationAssetModelMappingStrategy.html","d":"

A mapping strategy based on configured expressions.

","f":{"n":"Neos\\Media\\Domain\\Strategy","p":"Neos/Media/Domain/Strategy.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Strategy\\ThumbnailGeneratorStrategy","p":"Neos/Media/Domain/Strategy/ThumbnailGeneratorStrategy.html","d":"

A strategy to detect the correct thumbnail generator

","f":{"n":"Neos\\Media\\Domain\\Strategy","p":"Neos/Media/Domain/Strategy.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Validator\\AssetValidator","p":"Neos/Media/Domain/Validator/AssetValidator.html","d":"

Conjunction validator that loads all implementations of the\n\\Neos\\Media\\Domain\\Validator\\AssetValidatorInterface and merges\nall their results

","f":{"n":"Neos\\Media\\Domain\\Validator","p":"Neos/Media/Domain/Validator.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Validator\\AssetValidatorInterface","p":"Neos/Media/Domain/Validator/AssetValidatorInterface.html","d":"

Interface to implement to hook into the asset model validation

","f":{"n":"Neos\\Media\\Domain\\Validator","p":"Neos/Media/Domain/Validator.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Validator\\AudioValidator","p":"Neos/Media/Domain/Validator/AudioValidator.html","d":"

Validator for Audio objects

","f":{"n":"Neos\\Media\\Domain\\Validator","p":"Neos/Media/Domain/Validator.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Validator\\ImageValidator","p":"Neos/Media/Domain/Validator/ImageValidator.html","d":"

Validator for Image objects

","f":{"n":"Neos\\Media\\Domain\\Validator","p":"Neos/Media/Domain/Validator.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Validator\\VideoValidator","p":"Neos/Media/Domain/Validator/VideoValidator.html","d":"

Validator for Video objects

","f":{"n":"Neos\\Media\\Domain\\Validator","p":"Neos/Media/Domain/Validator.html"}},{"t":"C","n":"Neos\\Media\\Domain\\ValueObject\\Configuration\\Adjustment","p":"Neos/Media/Domain/ValueObject/Configuration/Adjustment.html","d":null,"f":{"n":"Neos\\Media\\Domain\\ValueObject\\Configuration","p":"Neos/Media/Domain/ValueObject/Configuration.html"}},{"t":"C","n":"Neos\\Media\\Domain\\ValueObject\\Configuration\\AspectRatio","p":"Neos/Media/Domain/ValueObject/Configuration/AspectRatio.html","d":null,"f":{"n":"Neos\\Media\\Domain\\ValueObject\\Configuration","p":"Neos/Media/Domain/ValueObject/Configuration.html"}},{"t":"C","n":"Neos\\Media\\Domain\\ValueObject\\Configuration\\Label","p":"Neos/Media/Domain/ValueObject/Configuration/Label.html","d":null,"f":{"n":"Neos\\Media\\Domain\\ValueObject\\Configuration","p":"Neos/Media/Domain/ValueObject/Configuration.html"}},{"t":"C","n":"Neos\\Media\\Domain\\ValueObject\\Configuration\\MediaTypePattern","p":"Neos/Media/Domain/ValueObject/Configuration/MediaTypePattern.html","d":null,"f":{"n":"Neos\\Media\\Domain\\ValueObject\\Configuration","p":"Neos/Media/Domain/ValueObject/Configuration.html"}},{"t":"C","n":"Neos\\Media\\Domain\\ValueObject\\Configuration\\Variant","p":"Neos/Media/Domain/ValueObject/Configuration/Variant.html","d":null,"f":{"n":"Neos\\Media\\Domain\\ValueObject\\Configuration","p":"Neos/Media/Domain/ValueObject/Configuration.html"}},{"t":"C","n":"Neos\\Media\\Domain\\ValueObject\\Configuration\\VariantPreset","p":"Neos/Media/Domain/ValueObject/Configuration/VariantPreset.html","d":"

A Value Object for storing configuration of a Variant Preset

","f":{"n":"Neos\\Media\\Domain\\ValueObject\\Configuration","p":"Neos/Media/Domain/ValueObject/Configuration.html"}},{"t":"C","n":"Neos\\Media\\Exception","p":"Neos/Media/Exception.html","d":"

A generic Neos.Media exception

","f":{"n":"Neos\\Media","p":"Neos/Media.html"}},{"t":"C","n":"Neos\\Media\\Exception\\AssetServiceException","p":"Neos/Media/Exception/AssetServiceException.html","d":"

A Neos.Media exception for the Asset Service

","f":{"n":"Neos\\Media\\Exception","p":"Neos/Media/Exception.html"}},{"t":"C","n":"Neos\\Media\\Exception\\AssetSourceServiceException","p":"Neos/Media/Exception/AssetSourceServiceException.html","d":"

A Neos.Media exception for the Asset Source Service

","f":{"n":"Neos\\Media\\Exception","p":"Neos/Media/Exception.html"}},{"t":"C","n":"Neos\\Media\\Exception\\AssetVariantGeneratorException","p":"Neos/Media/Exception/AssetVariantGeneratorException.html","d":"

A Neos.Media exception for the Asset Variant Generator

","f":{"n":"Neos\\Media\\Exception","p":"Neos/Media/Exception.html"}},{"t":"C","n":"Neos\\Media\\Exception\\ImageFileException","p":"Neos/Media/Exception/ImageFileException.html","d":"

A Neos.Media exception for image file errors

","f":{"n":"Neos\\Media\\Exception","p":"Neos/Media/Exception.html"}},{"t":"C","n":"Neos\\Media\\Exception\\ImageServiceException","p":"Neos/Media/Exception/ImageServiceException.html","d":"

A Neos.Media exception for the Image Service

","f":{"n":"Neos\\Media\\Exception","p":"Neos/Media/Exception.html"}},{"t":"C","n":"Neos\\Media\\Exception\\NoThumbnailAvailableException","p":"Neos/Media/Exception/NoThumbnailAvailableException.html","d":"

A Neos.Media exception for the thumbnail service if the given asset is not able to generate a thumbnail.

","f":{"n":"Neos\\Media\\Exception","p":"Neos/Media/Exception.html"}},{"t":"C","n":"Neos\\Media\\Exception\\ThumbnailServiceException","p":"Neos/Media/Exception/ThumbnailServiceException.html","d":"

A Neos.Media exception for the Thumbnail Service

","f":{"n":"Neos\\Media\\Exception","p":"Neos/Media/Exception.html"}},{"t":"C","n":"Neos\\Media\\Imagine\\Box","p":"Neos/Media/Imagine/Box.html","d":null,"f":{"n":"Neos\\Media\\Imagine","p":"Neos/Media/Imagine.html"}},{"t":"C","n":"Neos\\Media\\Package","p":"Neos/Media/Package.html","d":"

The Media Package

","f":{"n":"Neos\\Media","p":"Neos/Media.html"}},{"t":"C","n":"Neos\\Media\\Security\\Authorization\\Privilege\\Doctrine\\AssetAssetCollectionConditionGenerator","p":"Neos/Media/Security/Authorization/Privilege/Doctrine/AssetAssetCollectionConditionGenerator.html","d":"

Condition generator covering Asset <-> AssetCollection relations (M:M relations are not supported by the Flow\nPropertyConditionGenerator yet)

","f":{"n":"Neos\\Media\\Security\\Authorization\\Privilege\\Doctrine","p":"Neos/Media/Security/Authorization/Privilege/Doctrine.html"}},{"t":"C","n":"Neos\\Media\\Security\\Authorization\\Privilege\\Doctrine\\AssetCollectionConditionGenerator","p":"Neos/Media/Security/Authorization/Privilege/Doctrine/AssetCollectionConditionGenerator.html","d":"

A SQL condition generator, supporting special SQL constraints for asset collections

","f":{"n":"Neos\\Media\\Security\\Authorization\\Privilege\\Doctrine","p":"Neos/Media/Security/Authorization/Privilege/Doctrine.html"}},{"t":"C","n":"Neos\\Media\\Security\\Authorization\\Privilege\\Doctrine\\AssetConditionGenerator","p":"Neos/Media/Security/Authorization/Privilege/Doctrine/AssetConditionGenerator.html","d":"

A SQL condition generator, supporting special SQL constraints for assets

","f":{"n":"Neos\\Media\\Security\\Authorization\\Privilege\\Doctrine","p":"Neos/Media/Security/Authorization/Privilege/Doctrine.html"}},{"t":"C","n":"Neos\\Media\\Security\\Authorization\\Privilege\\Doctrine\\AssetTagConditionGenerator","p":"Neos/Media/Security/Authorization/Privilege/Doctrine/AssetTagConditionGenerator.html","d":"

Condition generator covering Asset <-> Tag relations (M:M relations are not supported by the Flow\nPropertyConditionGenerator yet)

","f":{"n":"Neos\\Media\\Security\\Authorization\\Privilege\\Doctrine","p":"Neos/Media/Security/Authorization/Privilege/Doctrine.html"}},{"t":"C","n":"Neos\\Media\\Security\\Authorization\\Privilege\\Doctrine\\AssetWithoutAssetCollectionConditionGenerator","p":"Neos/Media/Security/Authorization/Privilege/Doctrine/AssetWithoutAssetCollectionConditionGenerator.html","d":"

Condition generator covering Asset >-< AssetCollection relations (M:M relations are not supported by the Flow\nPropertyConditionGenerator yet)

","f":{"n":"Neos\\Media\\Security\\Authorization\\Privilege\\Doctrine","p":"Neos/Media/Security/Authorization/Privilege/Doctrine.html"}},{"t":"C","n":"Neos\\Media\\Security\\Authorization\\Privilege\\Doctrine\\TagConditionGenerator","p":"Neos/Media/Security/Authorization/Privilege/Doctrine/TagConditionGenerator.html","d":"

A SQL condition generator, supporting special SQL constraints for tags

","f":{"n":"Neos\\Media\\Security\\Authorization\\Privilege\\Doctrine","p":"Neos/Media/Security/Authorization/Privilege/Doctrine.html"}},{"t":"C","n":"Neos\\Media\\Security\\Authorization\\Privilege\\ReadAssetCollectionPrivilege","p":"Neos/Media/Security/Authorization/Privilege/ReadAssetCollectionPrivilege.html","d":"

Privilege for restricting reading of AssetCollections

","f":{"n":"Neos\\Media\\Security\\Authorization\\Privilege","p":"Neos/Media/Security/Authorization/Privilege.html"}},{"t":"C","n":"Neos\\Media\\Security\\Authorization\\Privilege\\ReadAssetPrivilege","p":"Neos/Media/Security/Authorization/Privilege/ReadAssetPrivilege.html","d":"

Privilege for restricting reading of Assets

","f":{"n":"Neos\\Media\\Security\\Authorization\\Privilege","p":"Neos/Media/Security/Authorization/Privilege.html"}},{"t":"C","n":"Neos\\Media\\Security\\Authorization\\Privilege\\ReadTagPrivilege","p":"Neos/Media/Security/Authorization/Privilege/ReadTagPrivilege.html","d":"

Privilege for restricting reading of Tags

","f":{"n":"Neos\\Media\\Security\\Authorization\\Privilege","p":"Neos/Media/Security/Authorization/Privilege.html"}},{"t":"C","n":"Neos\\Media\\TypeConverter\\ArrayConverter","p":"Neos/Media/TypeConverter/ArrayConverter.html","d":"

This converter transforms Neos.Media AssetInterface instances to arrays.

","f":{"n":"Neos\\Media\\TypeConverter","p":"Neos/Media/TypeConverter.html"}},{"t":"C","n":"Neos\\Media\\TypeConverter\\AspectRatioFromStringConverter","p":"Neos/Media/TypeConverter/AspectRatioFromStringConverter.html","d":"

This converter transforms to \\Neos\\Media\\Domain\\ValueObject\\Configuration\\AspectRatio objects from string.

","f":{"n":"Neos\\Media\\TypeConverter","p":"Neos/Media/TypeConverter.html"}},{"t":"C","n":"Neos\\Media\\TypeConverter\\AssetCollectionToArrayConverter","p":"Neos/Media/TypeConverter/AssetCollectionToArrayConverter.html","d":"

This converter transforms Neos.Media AssetCollection instances to arrays.

","f":{"n":"Neos\\Media\\TypeConverter","p":"Neos/Media/TypeConverter.html"}},{"t":"C","n":"Neos\\Media\\TypeConverter\\AssetInterfaceConverter","p":"Neos/Media/TypeConverter/AssetInterfaceConverter.html","d":"

This converter transforms to \\Neos\\Media\\Domain\\Model\\ImageInterface (Image or ImageVariant) objects.

","f":{"n":"Neos\\Media\\TypeConverter","p":"Neos/Media/TypeConverter.html"}},{"t":"C","n":"Neos\\Media\\TypeConverter\\ImageConverter","p":"Neos/Media/TypeConverter/ImageConverter.html","d":"

This converter transforms to \\Neos\\Media\\Domain\\Model\\Image objects.

","f":{"n":"Neos\\Media\\TypeConverter","p":"Neos/Media/TypeConverter.html"}},{"t":"C","n":"Neos\\Media\\TypeConverter\\ImageInterfaceArrayPresenter","p":"Neos/Media/TypeConverter/ImageInterfaceArrayPresenter.html","d":"

This converter transforms \\Neos\\Media\\Domain\\Model\\ImageInterface (Image or ImageVariant) objects to array representations.

","f":{"n":"Neos\\Media\\TypeConverter","p":"Neos/Media/TypeConverter.html"}},{"t":"C","n":"Neos\\Media\\TypeConverter\\ImageInterfaceConverter","p":"Neos/Media/TypeConverter/ImageInterfaceConverter.html","d":"

This converter transforms to \\Neos\\Media\\Domain\\Model\\ImageInterface (Image or ImageVariant) objects.

","f":{"n":"Neos\\Media\\TypeConverter","p":"Neos/Media/TypeConverter.html"}},{"t":"C","n":"Neos\\Media\\TypeConverter\\ImageInterfaceJsonSerializer","p":"Neos/Media/TypeConverter/ImageInterfaceJsonSerializer.html","d":"

This converter transforms \\Neos\\Media\\Domain\\Model\\ImageInterface (Image or ImageVariant) objects to json representations.

","f":{"n":"Neos\\Media\\TypeConverter","p":"Neos/Media/TypeConverter.html"}},{"t":"C","n":"Neos\\Media\\TypeConverter\\ImageVariantConverter","p":"Neos/Media/TypeConverter/ImageVariantConverter.html","d":"

This converter transforms to \\Neos\\Media\\Domain\\Model\\ImageVariant objects.

","f":{"n":"Neos\\Media\\TypeConverter","p":"Neos/Media/TypeConverter.html"}},{"t":"C","n":"Neos\\Media\\TypeConverter\\ProcessingInstructionsConverter","p":"Neos/Media/TypeConverter/ProcessingInstructionsConverter.html","d":"

Converts an array of processing instructions to matching adjustments

","f":{"n":"Neos\\Media\\TypeConverter","p":"Neos/Media/TypeConverter.html"}},{"t":"C","n":"Neos\\Media\\TypeConverter\\TagConverter","p":"Neos/Media/TypeConverter/TagConverter.html","d":"

This converter transforms to \\Neos\\Media\\Domain\\Model\\Tag objects.

","f":{"n":"Neos\\Media\\TypeConverter","p":"Neos/Media/TypeConverter.html"}},{"t":"C","n":"Neos\\Media\\TypeConverter\\TagToArrayConverter","p":"Neos/Media/TypeConverter/TagToArrayConverter.html","d":"

This converter transforms Neos.Media Tag instances to arrays.

","f":{"n":"Neos\\Media\\TypeConverter","p":"Neos/Media/TypeConverter.html"}},{"t":"C","n":"Neos\\Media\\Validator\\ImageOrientationValidator","p":"Neos/Media/Validator/ImageOrientationValidator.html","d":"

Validator that checks the orientation (square, portrait, landscape) of a given image.

","f":{"n":"Neos\\Media\\Validator","p":"Neos/Media/Validator.html"}},{"t":"C","n":"Neos\\Media\\Validator\\ImageSizeValidator","p":"Neos/Media/Validator/ImageSizeValidator.html","d":"

Validator that checks size (resolution) of a given image

","f":{"n":"Neos\\Media\\Validator","p":"Neos/Media/Validator.html"}},{"t":"C","n":"Neos\\Media\\Validator\\ImageTypeValidator","p":"Neos/Media/Validator/ImageTypeValidator.html","d":"

Validator that checks the type of a given image

","f":{"n":"Neos\\Media\\Validator","p":"Neos/Media/Validator.html"}},{"t":"C","n":"Neos\\Media\\ViewHelpers\\FileTypeIconViewHelper","p":"Neos/Media/ViewHelpers/FileTypeIconViewHelper.html","d":"

Renders an HTML tag for a file type icon for a given Neos.Media's asset instance

","f":{"n":"Neos\\Media\\ViewHelpers","p":"Neos/Media/ViewHelpers.html"}},{"t":"C","n":"Neos\\Media\\ViewHelpers\\Form\\CheckboxViewHelper","p":"Neos/Media/ViewHelpers/Form/CheckboxViewHelper.html","d":"

View Helper which creates a simple checkbox ().

","f":{"n":"Neos\\Media\\ViewHelpers\\Form","p":"Neos/Media/ViewHelpers/Form.html"}},{"t":"C","n":"Neos\\Media\\ViewHelpers\\Format\\RelativeDateViewHelper","p":"Neos/Media/ViewHelpers/Format/RelativeDateViewHelper.html","d":"

Renders a DateTime formatted relative to the current date

","f":{"n":"Neos\\Media\\ViewHelpers\\Format","p":"Neos/Media/ViewHelpers/Format.html"}},{"t":"C","n":"Neos\\Media\\ViewHelpers\\ImageViewHelper","p":"Neos/Media/ViewHelpers/ImageViewHelper.html","d":"

Renders an HTML tag from a given Neos.Media's image instance

","f":{"n":"Neos\\Media\\ViewHelpers","p":"Neos/Media/ViewHelpers.html"}},{"t":"C","n":"Neos\\Media\\ViewHelpers\\ThumbnailViewHelper","p":"Neos/Media/ViewHelpers/ThumbnailViewHelper.html","d":"

Renders an HTML tag from a given Neos.Media's asset instance

","f":{"n":"Neos\\Media\\ViewHelpers","p":"Neos/Media/ViewHelpers.html"}},{"t":"C","n":"Neos\\Media\\ViewHelpers\\Uri\\ImageViewHelper","p":"Neos/Media/ViewHelpers/Uri/ImageViewHelper.html","d":"

Renders the src path of a thumbnail image of a given Neos.Media image instance

","f":{"n":"Neos\\Media\\ViewHelpers\\Uri","p":"Neos/Media/ViewHelpers/Uri.html"}},{"t":"C","n":"Neos\\Media\\ViewHelpers\\Uri\\ThumbnailViewHelper","p":"Neos/Media/ViewHelpers/Uri/ThumbnailViewHelper.html","d":"

Renders the src path of a thumbnail image of a given Neos.Media asset instance

","f":{"n":"Neos\\Media\\ViewHelpers\\Uri","p":"Neos/Media/ViewHelpers/Uri.html"}},{"t":"C","n":"Neos\\Neos\\Aspects\\FusionCachingAspect","p":"Neos/Neos/Aspects/FusionCachingAspect.html","d":"","f":{"n":"Neos\\Neos\\Aspects","p":"Neos/Neos/Aspects.html"}},{"t":"C","n":"Neos\\Neos\\Aspects\\NodeTypeConfigurationEnrichmentAspect","p":"Neos/Neos/Aspects/NodeTypeConfigurationEnrichmentAspect.html","d":"","f":{"n":"Neos\\Neos\\Aspects","p":"Neos/Neos/Aspects.html"}},{"t":"C","n":"Neos\\Neos\\Aspects\\PluginUriAspect","p":"Neos/Neos/Aspects/PluginUriAspect.html","d":"","f":{"n":"Neos\\Neos\\Aspects","p":"Neos/Neos/Aspects.html"}},{"t":"C","n":"Neos\\Neos\\Aspects\\ScrambleTranslationAspect","p":"Neos/Neos/Aspects/ScrambleTranslationAspect.html","d":"","f":{"n":"Neos\\Neos\\Aspects","p":"Neos/Neos/Aspects.html"}},{"t":"C","n":"Neos\\Neos\\Aspects\\SiteRepositoryCachingAspect","p":"Neos/Neos/Aspects/SiteRepositoryCachingAspect.html","d":"

Aspect to memoize values from SiteRepository without the overhead of a query cache

","f":{"n":"Neos\\Neos\\Aspects","p":"Neos/Neos/Aspects.html"}},{"t":"C","n":"Neos\\Neos\\Command\\DomainCommandController","p":"Neos/Neos/Command/DomainCommandController.html","d":"

Domain command controller for the Neos.Neos package

","f":{"n":"Neos\\Neos\\Command","p":"Neos/Neos/Command.html"}},{"t":"C","n":"Neos\\Neos\\Command\\NodeCommandControllerPlugin","p":"Neos/Neos/Command/NodeCommandControllerPlugin.html","d":"

A plugin for the ContentRepository NodeCommandController which adds some tasks to the node:repair command:

","f":{"n":"Neos\\Neos\\Command","p":"Neos/Neos/Command.html"}},{"t":"C","n":"Neos\\Neos\\Command\\SiteCommandController","p":"Neos/Neos/Command/SiteCommandController.html","d":"

The Site Command Controller

","f":{"n":"Neos\\Neos\\Command","p":"Neos/Neos/Command.html"}},{"t":"C","n":"Neos\\Neos\\Command\\UserCommandController","p":"Neos/Neos/Command/UserCommandController.html","d":"

The User Command Controller

","f":{"n":"Neos\\Neos\\Command","p":"Neos/Neos/Command.html"}},{"t":"C","n":"Neos\\Neos\\Command\\WorkspaceCommandController","p":"Neos/Neos/Command/WorkspaceCommandController.html","d":"

The Workspace Command Controller

","f":{"n":"Neos\\Neos\\Command","p":"Neos/Neos/Command.html"}},{"t":"T","n":"Neos\\Neos\\Controller\\BackendUserTranslationTrait","p":"Neos/Neos/Controller/BackendUserTranslationTrait.html","d":"

A trait to add backend translation based on the backend users settings

","f":{"n":"Neos\\Neos\\Controller","p":"Neos/Neos/Controller.html"}},{"t":"C","n":"Neos\\Neos\\Controller\\Backend\\BackendController","p":"Neos/Neos/Controller/Backend/BackendController.html","d":"

The Neos Backend controller

","f":{"n":"Neos\\Neos\\Controller\\Backend","p":"Neos/Neos/Controller/Backend.html"}},{"t":"C","n":"Neos\\Neos\\Controller\\Backend\\ContentController","p":"Neos/Neos/Controller/Backend/ContentController.html","d":"

The Neos ContentModule controller; providing backend functionality for the Content Module.

","f":{"n":"Neos\\Neos\\Controller\\Backend","p":"Neos/Neos/Controller/Backend.html"}},{"t":"C","n":"Neos\\Neos\\Controller\\Backend\\MenuHelper","p":"Neos/Neos/Controller/Backend/MenuHelper.html","d":"

A helper class for menu generation in backend controllers / view helpers

","f":{"n":"Neos\\Neos\\Controller\\Backend","p":"Neos/Neos/Controller/Backend.html"}},{"t":"C","n":"Neos\\Neos\\Controller\\Backend\\ModuleController","p":"Neos/Neos/Controller/Backend/ModuleController.html","d":"","f":{"n":"Neos\\Neos\\Controller\\Backend","p":"Neos/Neos/Controller/Backend.html"}},{"t":"C","n":"Neos\\Neos\\Controller\\Backend\\SchemaController","p":"Neos/Neos/Controller/Backend/SchemaController.html","d":"","f":{"n":"Neos\\Neos\\Controller\\Backend","p":"Neos/Neos/Controller/Backend.html"}},{"t":"C","n":"Neos\\Neos\\Controller\\Backend\\SettingsController","p":"Neos/Neos/Controller/Backend/SettingsController.html","d":"","f":{"n":"Neos\\Neos\\Controller\\Backend","p":"Neos/Neos/Controller/Backend.html"}},{"t":"T","n":"Neos\\Neos\\Controller\\CreateContentContextTrait","p":"Neos/Neos/Controller/CreateContentContextTrait.html","d":"

A trait to add create a content context

","f":{"n":"Neos\\Neos\\Controller","p":"Neos/Neos/Controller.html"}},{"t":"C","n":"Neos\\Neos\\Controller\\Exception","p":"Neos/Neos/Controller/Exception.html","d":"

A generic Neos Controller exception

","f":{"n":"Neos\\Neos\\Controller","p":"Neos/Neos/Controller.html"}},{"t":"C","n":"Neos\\Neos\\Controller\\Exception\\DisabledModuleException","p":"Neos/Neos/Controller/Exception/DisabledModuleException.html","d":"

A "Disabled Module" exception

","f":{"n":"Neos\\Neos\\Controller\\Exception","p":"Neos/Neos/Controller/Exception.html"}},{"t":"C","n":"Neos\\Neos\\Controller\\Exception\\NodeCreationException","p":"Neos/Neos/Controller/Exception/NodeCreationException.html","d":"

A "Node Creation" exception

","f":{"n":"Neos\\Neos\\Controller\\Exception","p":"Neos/Neos/Controller/Exception.html"}},{"t":"C","n":"Neos\\Neos\\Controller\\Exception\\NodeNotFoundException","p":"Neos/Neos/Controller/Exception/NodeNotFoundException.html","d":"

A "Node not found" exception

","f":{"n":"Neos\\Neos\\Controller\\Exception","p":"Neos/Neos/Controller/Exception.html"}},{"t":"C","n":"Neos\\Neos\\Controller\\Exception\\UnresolvableShortcutException","p":"Neos/Neos/Controller/Exception/UnresolvableShortcutException.html","d":"

A "Unresolvable shortcut" exception

","f":{"n":"Neos\\Neos\\Controller\\Exception","p":"Neos/Neos/Controller/Exception.html"}},{"t":"C","n":"Neos\\Neos\\Controller\\Frontend\\NodeController","p":"Neos/Neos/Controller/Frontend/NodeController.html","d":"

Controller for displaying nodes in the frontend

","f":{"n":"Neos\\Neos\\Controller\\Frontend","p":"Neos/Neos/Controller/Frontend.html"}},{"t":"C","n":"Neos\\Neos\\Controller\\LoginController","p":"Neos/Neos/Controller/LoginController.html","d":"

A controller which allows for logging into the backend

","f":{"n":"Neos\\Neos\\Controller","p":"Neos/Neos/Controller.html"}},{"t":"C","n":"Neos\\Neos\\Controller\\Module\\AbstractModuleController","p":"Neos/Neos/Controller/Module/AbstractModuleController.html","d":"","f":{"n":"Neos\\Neos\\Controller\\Module","p":"Neos/Neos/Controller/Module.html"}},{"t":"C","n":"Neos\\Neos\\Controller\\Module\\AdministrationController","p":"Neos/Neos/Controller/Module/AdministrationController.html","d":"","f":{"n":"Neos\\Neos\\Controller\\Module","p":"Neos/Neos/Controller/Module.html"}},{"t":"C","n":"Neos\\Neos\\Controller\\Module\\Administration\\ConfigurationController","p":"Neos/Neos/Controller/Module/Administration/ConfigurationController.html","d":"

The Neos Configuration module controller

","f":{"n":"Neos\\Neos\\Controller\\Module\\Administration","p":"Neos/Neos/Controller/Module/Administration.html"}},{"t":"C","n":"Neos\\Neos\\Controller\\Module\\Administration\\DimensionController","p":"Neos/Neos/Controller/Module/Administration/DimensionController.html","d":"

The Neos Dimension module controller

","f":{"n":"Neos\\Neos\\Controller\\Module\\Administration","p":"Neos/Neos/Controller/Module/Administration.html"}},{"t":"C","n":"Neos\\Neos\\Controller\\Module\\Administration\\PackagesController","p":"Neos/Neos/Controller/Module/Administration/PackagesController.html","d":"","f":{"n":"Neos\\Neos\\Controller\\Module\\Administration","p":"Neos/Neos/Controller/Module/Administration.html"}},{"t":"C","n":"Neos\\Neos\\Controller\\Module\\Administration\\SitesController","p":"Neos/Neos/Controller/Module/Administration/SitesController.html","d":"

The Neos Sites Management module controller

","f":{"n":"Neos\\Neos\\Controller\\Module\\Administration","p":"Neos/Neos/Controller/Module/Administration.html"}},{"t":"C","n":"Neos\\Neos\\Controller\\Module\\Administration\\UsersController","p":"Neos/Neos/Controller/Module/Administration/UsersController.html","d":"

The Neos User Admin module controller that allows for managing Neos users

","f":{"n":"Neos\\Neos\\Controller\\Module\\Administration","p":"Neos/Neos/Controller/Module/Administration.html"}},{"t":"C","n":"Neos\\Neos\\Controller\\Module\\ManagementController","p":"Neos/Neos/Controller/Module/ManagementController.html","d":"","f":{"n":"Neos\\Neos\\Controller\\Module","p":"Neos/Neos/Controller/Module.html"}},{"t":"C","n":"Neos\\Neos\\Controller\\Module\\Management\\HistoryController","p":"Neos/Neos/Controller/Module/Management/HistoryController.html","d":"

Controller for the history module of Neos, displaying the timeline of changes.

","f":{"n":"Neos\\Neos\\Controller\\Module\\Management","p":"Neos/Neos/Controller/Module/Management.html"}},{"t":"C","n":"Neos\\Neos\\Controller\\Module\\Management\\WorkspacesController","p":"Neos/Neos/Controller/Module/Management/WorkspacesController.html","d":"

The Neos Workspaces module controller

","f":{"n":"Neos\\Neos\\Controller\\Module\\Management","p":"Neos/Neos/Controller/Module/Management.html"}},{"t":"C","n":"Neos\\Neos\\Controller\\Module\\UserController","p":"Neos/Neos/Controller/Module/UserController.html","d":"","f":{"n":"Neos\\Neos\\Controller\\Module","p":"Neos/Neos/Controller/Module.html"}},{"t":"C","n":"Neos\\Neos\\Controller\\Module\\User\\UserSettingsController","p":"Neos/Neos/Controller/Module/User/UserSettingsController.html","d":"

The Neos User Settings module controller

","f":{"n":"Neos\\Neos\\Controller\\Module\\User","p":"Neos/Neos/Controller/Module/User.html"}},{"t":"C","n":"Neos\\Neos\\Controller\\Service\\AssetProxiesController","p":"Neos/Neos/Controller/Service/AssetProxiesController.html","d":"

Rudimentary REST service for assets

","f":{"n":"Neos\\Neos\\Controller\\Service","p":"Neos/Neos/Controller/Service.html"}},{"t":"C","n":"Neos\\Neos\\Controller\\Service\\AssetsController","p":"Neos/Neos/Controller/Service/AssetsController.html","d":"

Rudimentary REST service for assets

","f":{"n":"Neos\\Neos\\Controller\\Service","p":"Neos/Neos/Controller/Service.html"}},{"t":"C","n":"Neos\\Neos\\Controller\\Service\\ContentDimensionsController","p":"Neos/Neos/Controller/Service/ContentDimensionsController.html","d":"

REST service controller for managing content dimensions

","f":{"n":"Neos\\Neos\\Controller\\Service","p":"Neos/Neos/Controller/Service.html"}},{"t":"C","n":"Neos\\Neos\\Controller\\Service\\NodesController","p":"Neos/Neos/Controller/Service/NodesController.html","d":"

Rudimentary REST service for nodes

","f":{"n":"Neos\\Neos\\Controller\\Service","p":"Neos/Neos/Controller/Service.html"}},{"t":"C","n":"Neos\\Neos\\Controller\\Service\\WorkspacesController","p":"Neos/Neos/Controller/Service/WorkspacesController.html","d":"

REST service for workspaces

","f":{"n":"Neos\\Neos\\Controller\\Service","p":"Neos/Neos/Controller/Service.html"}},{"t":"C","n":"Neos\\Neos\\Domain\\EventListener\\AccountPostEventListener","p":"Neos/Neos/Domain/EventListener/AccountPostEventListener.html","d":"

Doctrine event listener for clearing the Neos configuration version cache on account changes.

","f":{"n":"Neos\\Neos\\Domain\\EventListener","p":"Neos/Neos/Domain/EventListener.html"}},{"t":"C","n":"Neos\\Neos\\Domain\\Exception","p":"Neos/Neos/Domain/Exception.html","d":"

A generic Neos Domain exception

","f":{"n":"Neos\\Neos\\Domain","p":"Neos/Neos/Domain.html"}},{"t":"C","n":"Neos\\Neos\\Domain\\Model\\Domain","p":"Neos/Neos/Domain/Model/Domain.html","d":"

Domain Model of a Domain.

","f":{"n":"Neos\\Neos\\Domain\\Model","p":"Neos/Neos/Domain/Model.html"}},{"t":"C","n":"Neos\\Neos\\Domain\\Model\\Dto\\AssetUsageInNodeProperties","p":"Neos/Neos/Domain/Model/Dto/AssetUsageInNodeProperties.html","d":"

A DTO for storing information related to a usage of an asset in node properties.

","f":{"n":"Neos\\Neos\\Domain\\Model\\Dto","p":"Neos/Neos/Domain/Model/Dto.html"}},{"t":"C","n":"Neos\\Neos\\Domain\\Model\\PluginViewDefinition","p":"Neos/Neos/Domain/Model/PluginViewDefinition.html","d":"

A plugin view definition

","f":{"n":"Neos\\Neos\\Domain\\Model","p":"Neos/Neos/Domain/Model.html"}},{"t":"C","n":"Neos\\Neos\\Domain\\Model\\Site","p":"Neos/Neos/Domain/Model/Site.html","d":"

Domain model of a site

","f":{"n":"Neos\\Neos\\Domain\\Model","p":"Neos/Neos/Domain/Model.html"}},{"t":"C","n":"Neos\\Neos\\Domain\\Model\\User","p":"Neos/Neos/Domain/Model/User.html","d":"

Domain Model of a User

","f":{"n":"Neos\\Neos\\Domain\\Model","p":"Neos/Neos/Domain/Model.html"}},{"t":"C","n":"Neos\\Neos\\Domain\\Model\\UserInterfaceMode","p":"Neos/Neos/Domain/Model/UserInterfaceMode.html","d":"

Describes the mode in which the Neos interface is rendering currently, mainly distinguishing between edit and preview modes currently.

","f":{"n":"Neos\\Neos\\Domain\\Model","p":"Neos/Neos/Domain/Model.html"}},{"t":"C","n":"Neos\\Neos\\Domain\\Model\\UserPreferences","p":"Neos/Neos/Domain/Model/UserPreferences.html","d":"

A preferences container for a user.

","f":{"n":"Neos\\Neos\\Domain\\Model","p":"Neos/Neos/Domain/Model.html"}},{"t":"C","n":"Neos\\Neos\\Domain\\Repository\\DomainRepository","p":"Neos/Neos/Domain/Repository/DomainRepository.html","d":"

The Site Repository

","f":{"n":"Neos\\Neos\\Domain\\Repository","p":"Neos/Neos/Domain/Repository.html"}},{"t":"C","n":"Neos\\Neos\\Domain\\Repository\\SiteRepository","p":"Neos/Neos/Domain/Repository/SiteRepository.html","d":"

The Site Repository

","f":{"n":"Neos\\Neos\\Domain\\Repository","p":"Neos/Neos/Domain/Repository.html"}},{"t":"C","n":"Neos\\Neos\\Domain\\Repository\\UserRepository","p":"Neos/Neos/Domain/Repository/UserRepository.html","d":"

The User Repository

","f":{"n":"Neos\\Neos\\Domain\\Repository","p":"Neos/Neos/Domain/Repository.html"}},{"t":"C","n":"Neos\\Neos\\Domain\\Service\\ConfigurationContentDimensionPresetSource","p":"Neos/Neos/Domain/Service/ConfigurationContentDimensionPresetSource.html","d":"

A Dimension Preset Source that gets presets from settings

","f":{"n":"Neos\\Neos\\Domain\\Service","p":"Neos/Neos/Domain/Service.html"}},{"t":"C","n":"Neos\\Neos\\Domain\\Service\\ContentContext","p":"Neos/Neos/Domain/Service/ContentContext.html","d":"

The Content Context

","f":{"n":"Neos\\Neos\\Domain\\Service","p":"Neos/Neos/Domain/Service.html"}},{"t":"C","n":"Neos\\Neos\\Domain\\Service\\ContentContextFactory","p":"Neos/Neos/Domain/Service/ContentContextFactory.html","d":"

ContentContextFactory which ensures contexts stay unique. Make sure to\nget ContextFactoryInterface injected instead of this class.

","f":{"n":"Neos\\Neos\\Domain\\Service","p":"Neos/Neos/Domain/Service.html"}},{"t":"C","n":"Neos\\Neos\\Domain\\Service\\ContentDimensionPresetSourceInterface","p":"Neos/Neos/Domain/Service/ContentDimensionPresetSourceInterface.html","d":"

An interface for a Content Dimension Preset source

","f":{"n":"Neos\\Neos\\Domain\\Service","p":"Neos/Neos/Domain/Service.html"}},{"t":"C","n":"Neos\\Neos\\Domain\\Service\\DefaultPrototypeGeneratorInterface","p":"Neos/Neos/Domain/Service/DefaultPrototypeGeneratorInterface.html","d":"

Generate a Fusion prototype definition for a given node type

","f":{"n":"Neos\\Neos\\Domain\\Service","p":"Neos/Neos/Domain/Service.html"}},{"t":"C","n":"Neos\\Neos\\Domain\\Service\\DomainMatchingStrategy","p":"Neos/Neos/Domain/Service/DomainMatchingStrategy.html","d":"

Strategy for matching domains

","f":{"n":"Neos\\Neos\\Domain\\Service","p":"Neos/Neos/Domain/Service.html"}},{"t":"C","n":"Neos\\Neos\\Domain\\Service\\FusionService","p":"Neos/Neos/Domain/Service/FusionService.html","d":"

The Fusion Service

","f":{"n":"Neos\\Neos\\Domain\\Service","p":"Neos/Neos/Domain/Service.html"}},{"t":"C","n":"Neos\\Neos\\Domain\\Service\\NodeSearchService","p":"Neos/Neos/Domain/Service/NodeSearchService.html","d":"

Find nodes based on a fulltext search

","f":{"n":"Neos\\Neos\\Domain\\Service","p":"Neos/Neos/Domain/Service.html"}},{"t":"C","n":"Neos\\Neos\\Domain\\Service\\NodeSearchServiceInterface","p":"Neos/Neos/Domain/Service/NodeSearchServiceInterface.html","d":"

Interface for the node search service for finding nodes based on a fulltext search

","f":{"n":"Neos\\Neos\\Domain\\Service","p":"Neos/Neos/Domain/Service.html"}},{"t":"C","n":"Neos\\Neos\\Domain\\Service\\NodeShortcutResolver","p":"Neos/Neos/Domain/Service/NodeShortcutResolver.html","d":"

Can resolve the target for a given node.

","f":{"n":"Neos\\Neos\\Domain\\Service","p":"Neos/Neos/Domain/Service.html"}},{"t":"C","n":"Neos\\Neos\\Domain\\Service\\SiteExportService","p":"Neos/Neos/Domain/Service/SiteExportService.html","d":"

The Site Export Service

","f":{"n":"Neos\\Neos\\Domain\\Service","p":"Neos/Neos/Domain/Service.html"}},{"t":"C","n":"Neos\\Neos\\Domain\\Service\\SiteImportService","p":"Neos/Neos/Domain/Service/SiteImportService.html","d":"

The Site Import Service

","f":{"n":"Neos\\Neos\\Domain\\Service","p":"Neos/Neos/Domain/Service.html"}},{"t":"C","n":"Neos\\Neos\\Domain\\Service\\SiteService","p":"Neos/Neos/Domain/Service/SiteService.html","d":"

A service for manipulating sites

","f":{"n":"Neos\\Neos\\Domain\\Service","p":"Neos/Neos/Domain/Service.html"}},{"t":"C","n":"Neos\\Neos\\Domain\\Service\\UserInterfaceModeService","p":"Neos/Neos/Domain/Service/UserInterfaceModeService.html","d":"

Service to build and find UserInterfaceMode objects

","f":{"n":"Neos\\Neos\\Domain\\Service","p":"Neos/Neos/Domain/Service.html"}},{"t":"C","n":"Neos\\Neos\\Domain\\Service\\UserService","p":"Neos/Neos/Domain/Service/UserService.html","d":"

A service for managing users

","f":{"n":"Neos\\Neos\\Domain\\Service","p":"Neos/Neos/Domain/Service.html"}},{"t":"C","n":"Neos\\Neos\\Domain\\Strategy\\AssetUsageInNodePropertiesStrategy","p":"Neos/Neos/Domain/Strategy/AssetUsageInNodePropertiesStrategy.html","d":"","f":{"n":"Neos\\Neos\\Domain\\Strategy","p":"Neos/Neos/Domain/Strategy.html"}},{"t":"C","n":"Neos\\Neos\\Eel\\FlowQueryOperations\\ParentsOperation","p":"Neos/Neos/Eel/FlowQueryOperations/ParentsOperation.html","d":"

"parents" operation working on ContentRepository nodes. It iterates over all\ncontext elements and returns the parent nodes or only those matching\nthe filter expression specified as optional argument.

","f":{"n":"Neos\\Neos\\Eel\\FlowQueryOperations","p":"Neos/Neos/Eel/FlowQueryOperations.html"}},{"t":"C","n":"Neos\\Neos\\Eel\\FlowQueryOperations\\ParentsUntilOperation","p":"Neos/Neos/Eel/FlowQueryOperations/ParentsUntilOperation.html","d":"

"parentsUntil" operation working on ContentRepository nodes. It iterates over all\ncontext elements and returns the parent nodes until the matching parent is found.

","f":{"n":"Neos\\Neos\\Eel\\FlowQueryOperations","p":"Neos/Neos/Eel/FlowQueryOperations.html"}},{"t":"C","n":"Neos\\Neos\\Eel\\FlowQueryOperations\\SortOperation","p":"Neos/Neos/Eel/FlowQueryOperations/SortOperation.html","d":"

"sort" operation working on ContentRepository nodes.

","f":{"n":"Neos\\Neos\\Eel\\FlowQueryOperations","p":"Neos/Neos/Eel/FlowQueryOperations.html"}},{"t":"C","n":"Neos\\Neos\\EventLog\\Domain\\Model\\Event","p":"Neos/Neos/EventLog/Domain/Model/Event.html","d":"

Base class for generic events

","f":{"n":"Neos\\Neos\\EventLog\\Domain\\Model","p":"Neos/Neos/EventLog/Domain/Model.html"}},{"t":"C","n":"Neos\\Neos\\EventLog\\Domain\\Model\\EventsOnDate","p":"Neos/Neos/EventLog/Domain/Model/EventsOnDate.html","d":"

Helper Model which groups a number of events on a given day. Used especially in the view.

","f":{"n":"Neos\\Neos\\EventLog\\Domain\\Model","p":"Neos/Neos/EventLog/Domain/Model.html"}},{"t":"C","n":"Neos\\Neos\\EventLog\\Domain\\Model\\NodeEvent","p":"Neos/Neos/EventLog/Domain/Model/NodeEvent.html","d":"

A specific event which is used for ContentRepository Nodes (i.e. content).

","f":{"n":"Neos\\Neos\\EventLog\\Domain\\Model","p":"Neos/Neos/EventLog/Domain/Model.html"}},{"t":"C","n":"Neos\\Neos\\EventLog\\Domain\\Repository\\EventRepository","p":"Neos/Neos/EventLog/Domain/Repository/EventRepository.html","d":"

The repository for events

","f":{"n":"Neos\\Neos\\EventLog\\Domain\\Repository","p":"Neos/Neos/EventLog/Domain/Repository.html"}},{"t":"C","n":"Neos\\Neos\\EventLog\\Domain\\Service\\EventEmittingService","p":"Neos/Neos/EventLog/Domain/Service/EventEmittingService.html","d":"

Main entry point for generating events

","f":{"n":"Neos\\Neos\\EventLog\\Domain\\Service","p":"Neos/Neos/EventLog/Domain/Service.html"}},{"t":"C","n":"Neos\\Neos\\EventLog\\Integrations\\AbstractIntegrationService","p":"Neos/Neos/EventLog/Integrations/AbstractIntegrationService.html","d":null,"f":{"n":"Neos\\Neos\\EventLog\\Integrations","p":"Neos/Neos/EventLog/Integrations.html"}},{"t":"C","n":"Neos\\Neos\\EventLog\\Integrations\\ContentRepositoryIntegrationService","p":"Neos/Neos/EventLog/Integrations/ContentRepositoryIntegrationService.html","d":"

Monitors Neos.ContentRepository changes

","f":{"n":"Neos\\Neos\\EventLog\\Integrations","p":"Neos/Neos/EventLog/Integrations.html"}},{"t":"C","n":"Neos\\Neos\\EventLog\\Integrations\\EntityIntegrationService","p":"Neos/Neos/EventLog/Integrations/EntityIntegrationService.html","d":"

Monitors entity changes

","f":{"n":"Neos\\Neos\\EventLog\\Integrations","p":"Neos/Neos/EventLog/Integrations.html"}},{"t":"C","n":"Neos\\Neos\\Exception","p":"Neos/Neos/Exception.html","d":"

A generic Neos exception

","f":{"n":"Neos\\Neos","p":"Neos/Neos.html"}},{"t":"C","n":"Neos\\Neos\\Fusion\\AbstractMenuItemsImplementation","p":"Neos/Neos/Fusion/AbstractMenuItemsImplementation.html","d":"

Base class for MenuItems and DimensionsMenuItems

","f":{"n":"Neos\\Neos\\Fusion","p":"Neos/Neos/Fusion.html"}},{"t":"C","n":"Neos\\Neos\\Fusion\\Cache\\ContentCacheFlusher","p":"Neos/Neos/Fusion/Cache/ContentCacheFlusher.html","d":"

This service flushes Fusion content caches triggered by node changes.

","f":{"n":"Neos\\Neos\\Fusion\\Cache","p":"Neos/Neos/Fusion/Cache.html"}},{"t":"C","n":"Neos\\Neos\\Fusion\\ContentElementEditableImplementation","p":"Neos/Neos/Fusion/ContentElementEditableImplementation.html","d":"

Adds meta data attributes to the processed Property to enable in place editing

","f":{"n":"Neos\\Neos\\Fusion","p":"Neos/Neos/Fusion.html"}},{"t":"C","n":"Neos\\Neos\\Fusion\\ContentElementWrappingImplementation","p":"Neos/Neos/Fusion/ContentElementWrappingImplementation.html","d":"

Adds meta data attributes to the processed Content Element

","f":{"n":"Neos\\Neos\\Fusion","p":"Neos/Neos/Fusion.html"}},{"t":"C","n":"Neos\\Neos\\Fusion\\ConvertUrisImplementation","p":"Neos/Neos/Fusion/ConvertUrisImplementation.html","d":"

A Fusion Object that converts link references in the format "://" to proper URIs

","f":{"n":"Neos\\Neos\\Fusion","p":"Neos/Neos/Fusion.html"}},{"t":"C","n":"Neos\\Neos\\Fusion\\DimensionsMenuItemsImplementation","p":"Neos/Neos/Fusion/DimensionsMenuItemsImplementation.html","d":"

Fusion implementation for a dimensions menu items.

","f":{"n":"Neos\\Neos\\Fusion","p":"Neos/Neos/Fusion.html"}},{"t":"C","n":"Neos\\Neos\\Fusion\\ExceptionHandlers\\NodeWrappingHandler","p":"Neos/Neos/Fusion/ExceptionHandlers/NodeWrappingHandler.html","d":"

Provides a nicely formatted html error message\nincluding all wrappers of an content element (i.e. menu allowing to\ndiscard the broken element)

","f":{"n":"Neos\\Neos\\Fusion\\ExceptionHandlers","p":"Neos/Neos/Fusion/ExceptionHandlers.html"}},{"t":"C","n":"Neos\\Neos\\Fusion\\ExceptionHandlers\\PageHandler","p":"Neos/Neos/Fusion/ExceptionHandlers/PageHandler.html","d":"

A special exception handler that is used on the outer path to catch all unhandled exceptions and uses other exception\nhandlers depending on the login status.

","f":{"n":"Neos\\Neos\\Fusion\\ExceptionHandlers","p":"Neos/Neos/Fusion/ExceptionHandlers.html"}},{"t":"C","n":"Neos\\Neos\\Fusion\\Helper\\ArrayHelper","p":"Neos/Neos/Fusion/Helper/ArrayHelper.html","d":"

Some Functional Programming Array helpers for Eel contexts

","f":{"n":"Neos\\Neos\\Fusion\\Helper","p":"Neos/Neos/Fusion/Helper.html"}},{"t":"C","n":"Neos\\Neos\\Fusion\\Helper\\CachingHelper","p":"Neos/Neos/Fusion/Helper/CachingHelper.html","d":"

Caching helper to make cache tag generation easier.

","f":{"n":"Neos\\Neos\\Fusion\\Helper","p":"Neos/Neos/Fusion/Helper.html"}},{"t":"C","n":"Neos\\Neos\\Fusion\\Helper\\LinkHelper","p":"Neos/Neos/Fusion/Helper/LinkHelper.html","d":"

Eel helper for the linking service

","f":{"n":"Neos\\Neos\\Fusion\\Helper","p":"Neos/Neos/Fusion/Helper.html"}},{"t":"C","n":"Neos\\Neos\\Fusion\\Helper\\NodeHelper","p":"Neos/Neos/Fusion/Helper/NodeHelper.html","d":"

Eel helper for ContentRepository Nodes

","f":{"n":"Neos\\Neos\\Fusion\\Helper","p":"Neos/Neos/Fusion/Helper.html"}},{"t":"C","n":"Neos\\Neos\\Fusion\\Helper\\NodeLabelToken","p":"Neos/Neos/Fusion/Helper/NodeLabelToken.html","d":"

Provides a chainable interface to build a label for a nodetype\nwith a fallback mechanism.

","f":{"n":"Neos\\Neos\\Fusion\\Helper","p":"Neos/Neos/Fusion/Helper.html"}},{"t":"C","n":"Neos\\Neos\\Fusion\\Helper\\RenderingHelper","p":"Neos/Neos/Fusion/Helper/RenderingHelper.html","d":"

Render Content Dimension Names, Node Labels

","f":{"n":"Neos\\Neos\\Fusion\\Helper","p":"Neos/Neos/Fusion/Helper.html"}},{"t":"C","n":"Neos\\Neos\\Fusion\\ImageUriImplementation","p":"Neos/Neos/Fusion/ImageUriImplementation.html","d":"

Render an AssetInterface: object. Accepts the same parameters as the uri.image ViewHelper of the Neos.Media package:\nasset, width, maximumWidth, height, maximumHeight, allowCropping, allowUpScaling.

","f":{"n":"Neos\\Neos\\Fusion","p":"Neos/Neos/Fusion.html"}},{"t":"C","n":"Neos\\Neos\\Fusion\\MenuItemsImplementation","p":"Neos/Neos/Fusion/MenuItemsImplementation.html","d":"

A Fusion MenuItems object

","f":{"n":"Neos\\Neos\\Fusion","p":"Neos/Neos/Fusion.html"}},{"t":"C","n":"Neos\\Neos\\Fusion\\NodeUriImplementation","p":"Neos/Neos/Fusion/NodeUriImplementation.html","d":"

Create a link to a node

","f":{"n":"Neos\\Neos\\Fusion","p":"Neos/Neos/Fusion.html"}},{"t":"C","n":"Neos\\Neos\\Fusion\\PluginImplementation","p":"Neos/Neos/Fusion/PluginImplementation.html","d":"

A Fusion Plugin object.

","f":{"n":"Neos\\Neos\\Fusion","p":"Neos/Neos/Fusion.html"}},{"t":"C","n":"Neos\\Neos\\Fusion\\PluginViewImplementation","p":"Neos/Neos/Fusion/PluginViewImplementation.html","d":"

A Fusion PluginView.

","f":{"n":"Neos\\Neos\\Fusion","p":"Neos/Neos/Fusion.html"}},{"t":"C","n":"Neos\\Neos\\NodeTypePostprocessor\\CreationDialogPostprocessor","p":"Neos/Neos/NodeTypePostprocessor/CreationDialogPostprocessor.html","d":"

Node Type post processor that looks for properties flagged with "showInCreationDialog" and sets the "creationDialog" configuration accordingly

","f":{"n":"Neos\\Neos\\NodeTypePostprocessor","p":"Neos/Neos/NodeTypePostprocessor.html"}},{"t":"C","n":"Neos\\Neos\\NodeTypePostprocessor\\DefaultPropertyEditorPostprocessor","p":"Neos/Neos/NodeTypePostprocessor/DefaultPropertyEditorPostprocessor.html","d":"

Add default editor configurations for properties based on type and editor

","f":{"n":"Neos\\Neos\\NodeTypePostprocessor","p":"Neos/Neos/NodeTypePostprocessor.html"}},{"t":"C","n":"Neos\\Neos\\NodeTypePostprocessor\\IconNameMappingPostprocessor","p":"Neos/Neos/NodeTypePostprocessor/IconNameMappingPostprocessor.html","d":"

Map all icon- prefixed icon names to the corresponding\nnames in the used icon implementation

","f":{"n":"Neos\\Neos\\NodeTypePostprocessor","p":"Neos/Neos/NodeTypePostprocessor.html"}},{"t":"C","n":"Neos\\Neos\\NodeTypePostprocessor\\NodeTypePresetPostprocessor","p":"Neos/Neos/NodeTypePostprocessor/NodeTypePresetPostprocessor.html","d":"

Apply presets from configuration to nodeTypes

","f":{"n":"Neos\\Neos\\NodeTypePostprocessor","p":"Neos/Neos/NodeTypePostprocessor.html"}},{"t":"C","n":"Neos\\Neos\\NodeTypePostprocessor\\PluginNodeTypePostprocessor","p":"Neos/Neos/NodeTypePostprocessor/PluginNodeTypePostprocessor.html","d":"

This Processor updates the PluginViews NodeType with the existing\nPlugins and it's corresponding available Views

","f":{"n":"Neos\\Neos\\NodeTypePostprocessor","p":"Neos/Neos/NodeTypePostprocessor.html"}},{"t":"C","n":"Neos\\Neos\\Package","p":"Neos/Neos/Package.html","d":"

The Neos Package

","f":{"n":"Neos\\Neos","p":"Neos/Neos.html"}},{"t":"C","n":"Neos\\Neos\\Presentation\\Model\\Svg\\InterDimensionalFallbackGraph","p":"Neos/Neos/Presentation/Model/Svg/InterDimensionalFallbackGraph.html","d":"

The InterDimensionalFallbackGraph presentation model for SVG

","f":{"n":"Neos\\Neos\\Presentation\\Model\\Svg","p":"Neos/Neos/Presentation/Model/Svg.html"}},{"t":"C","n":"Neos\\Neos\\Presentation\\Model\\Svg\\IntraDimensionalFallbackGraph","p":"Neos/Neos/Presentation/Model/Svg/IntraDimensionalFallbackGraph.html","d":"

The IntraDimensionalFallbackGraph presentation model for SVG

","f":{"n":"Neos\\Neos\\Presentation\\Model\\Svg","p":"Neos/Neos/Presentation/Model/Svg.html"}},{"t":"C","n":"Neos\\Neos\\Routing\\Aspects\\RouteCacheAspect","p":"Neos/Neos/Routing/Aspects/RouteCacheAspect.html","d":"","f":{"n":"Neos\\Neos\\Routing\\Aspects","p":"Neos/Neos/Routing/Aspects.html"}},{"t":"C","n":"Neos\\Neos\\Routing\\BackendModuleRoutePartHandler","p":"Neos/Neos/Routing/BackendModuleRoutePartHandler.html","d":"

A route part handler for finding nodes specifically in the website's frontend.

","f":{"n":"Neos\\Neos\\Routing","p":"Neos/Neos/Routing.html"}},{"t":"C","n":"Neos\\Neos\\Routing\\Cache\\RouteCacheFlusher","p":"Neos/Neos/Routing/Cache/RouteCacheFlusher.html","d":"

This service flushes Route caches triggered by node changes.

","f":{"n":"Neos\\Neos\\Routing\\Cache","p":"Neos/Neos/Routing/Cache.html"}},{"t":"C","n":"Neos\\Neos\\Routing\\Exception","p":"Neos/Neos/Routing/Exception.html","d":"

A Neos routing exception

","f":{"n":"Neos\\Neos\\Routing","p":"Neos/Neos/Routing.html"}},{"t":"C","n":"Neos\\Neos\\Routing\\Exception\\InvalidDimensionPresetCombinationException","p":"Neos/Neos/Routing/Exception/InvalidDimensionPresetCombinationException.html","d":"

An "invalid dimension preset combination" exception

","f":{"n":"Neos\\Neos\\Routing\\Exception","p":"Neos/Neos/Routing/Exception.html"}},{"t":"C","n":"Neos\\Neos\\Routing\\Exception\\InvalidRequestPathException","p":"Neos/Neos/Routing/Exception/InvalidRequestPathException.html","d":"

An "invalid request path" exception

","f":{"n":"Neos\\Neos\\Routing\\Exception","p":"Neos/Neos/Routing/Exception.html"}},{"t":"C","n":"Neos\\Neos\\Routing\\Exception\\InvalidShortcutException","p":"Neos/Neos/Routing/Exception/InvalidShortcutException.html","d":"

An "invalid shortcut" exception that is thrown if a shortcut node can't be resolved to an URL

","f":{"n":"Neos\\Neos\\Routing\\Exception","p":"Neos/Neos/Routing/Exception.html"}},{"t":"C","n":"Neos\\Neos\\Routing\\Exception\\MissingNodePropertyException","p":"Neos/Neos/Routing/Exception/MissingNodePropertyException.html","d":"

An exception for nodes missing a required property

","f":{"n":"Neos\\Neos\\Routing\\Exception","p":"Neos/Neos/Routing/Exception.html"}},{"t":"C","n":"Neos\\Neos\\Routing\\Exception\\NoHomepageException","p":"Neos/Neos/Routing/Exception/NoHomepageException.html","d":"

A "no homepage" exception

","f":{"n":"Neos\\Neos\\Routing\\Exception","p":"Neos/Neos/Routing/Exception.html"}},{"t":"C","n":"Neos\\Neos\\Routing\\Exception\\NoSiteException","p":"Neos/Neos/Routing/Exception/NoSiteException.html","d":"

A "no site" exception

","f":{"n":"Neos\\Neos\\Routing\\Exception","p":"Neos/Neos/Routing/Exception.html"}},{"t":"C","n":"Neos\\Neos\\Routing\\Exception\\NoSiteNodeException","p":"Neos/Neos/Routing/Exception/NoSiteNodeException.html","d":"

A "no site node" exception

","f":{"n":"Neos\\Neos\\Routing\\Exception","p":"Neos/Neos/Routing/Exception.html"}},{"t":"C","n":"Neos\\Neos\\Routing\\Exception\\NoSuchDimensionValueException","p":"Neos/Neos/Routing/Exception/NoSuchDimensionValueException.html","d":"

A "no such dimension value" exception

","f":{"n":"Neos\\Neos\\Routing\\Exception","p":"Neos/Neos/Routing/Exception.html"}},{"t":"C","n":"Neos\\Neos\\Routing\\Exception\\NoSuchNodeException","p":"Neos/Neos/Routing/Exception/NoSuchNodeException.html","d":"

A "no such node" exception

","f":{"n":"Neos\\Neos\\Routing\\Exception","p":"Neos/Neos/Routing/Exception.html"}},{"t":"C","n":"Neos\\Neos\\Routing\\Exception\\NoWorkspaceException","p":"Neos/Neos/Routing/Exception/NoWorkspaceException.html","d":"

A "no workspace" exception

","f":{"n":"Neos\\Neos\\Routing\\Exception","p":"Neos/Neos/Routing/Exception.html"}},{"t":"C","n":"Neos\\Neos\\Routing\\FrontendNodeRoutePartHandler","p":"Neos/Neos/Routing/FrontendNodeRoutePartHandler.html","d":"

A route part handler for finding nodes specifically in the website's frontend.

","f":{"n":"Neos\\Neos\\Routing","p":"Neos/Neos/Routing.html"}},{"t":"C","n":"Neos\\Neos\\Routing\\FrontendNodeRoutePartHandlerInterface","p":"Neos/Neos/Routing/FrontendNodeRoutePartHandlerInterface.html","d":"

Marker interface which can be used to replace the currently used FrontendNodeRoutePartHandler,\nto e.g. use the one with localization support.

","f":{"n":"Neos\\Neos\\Routing","p":"Neos/Neos/Routing.html"}},{"t":"C","n":"Neos\\Neos\\Routing\\NodeIdentityConverterAspect","p":"Neos/Neos/Routing/NodeIdentityConverterAspect.html","d":"

Aspect to convert a node object to its context node path. This is used in URI\nbuilding in order to make linking to nodes a lot easier.

","f":{"n":"Neos\\Neos\\Routing","p":"Neos/Neos/Routing.html"}},{"t":"C","n":"Neos\\Neos\\Routing\\RequestUriHostMiddleware","p":"Neos/Neos/Routing/RequestUriHostMiddleware.html","d":"

Simple HTTP middleware that makes the host of the currently active server request available to the routing framework\nThis allows the FrontendRoutePartHandler (and other handlers) to react on the current request when matching/resolving routes

","f":{"n":"Neos\\Neos\\Routing","p":"Neos/Neos/Routing.html"}},{"t":"C","n":"Neos\\Neos\\Security\\Authorization\\Privilege\\ModulePrivilege","p":"Neos/Neos/Security/Authorization/Privilege/ModulePrivilege.html","d":"

A privilege covering general access to Neos Backend Modules

","f":{"n":"Neos\\Neos\\Security\\Authorization\\Privilege","p":"Neos/Neos/Security/Authorization/Privilege.html"}},{"t":"C","n":"Neos\\Neos\\Security\\Authorization\\Privilege\\ModulePrivilegeSubject","p":"Neos/Neos/Security/Authorization/Privilege/ModulePrivilegeSubject.html","d":"

A subject for the ModulePrivilege

","f":{"n":"Neos\\Neos\\Security\\Authorization\\Privilege","p":"Neos/Neos/Security/Authorization/Privilege.html"}},{"t":"C","n":"Neos\\Neos\\Security\\Authorization\\Privilege\\NodeTreePrivilege","p":"Neos/Neos/Security/Authorization/Privilege/NodeTreePrivilege.html","d":"

A privilege to show (document) nodes in the navigate component of the Neos backend. This also includes any manipulation of the affected nodes

","f":{"n":"Neos\\Neos\\Security\\Authorization\\Privilege","p":"Neos/Neos/Security/Authorization/Privilege.html"}},{"t":"C","n":"Neos\\Neos\\Service\\BackendRedirectionService","p":"Neos/Neos/Service/BackendRedirectionService.html","d":"","f":{"n":"Neos\\Neos\\Service","p":"Neos/Neos/Service.html"}},{"t":"C","n":"Neos\\Neos\\Service\\ContentElementEditableService","p":"Neos/Neos/Service/ContentElementEditableService.html","d":"

The content element editable service adds the necessary markup around\na content element such that it can be edited using the inline editing\nof the Neos Backend.

","f":{"n":"Neos\\Neos\\Service","p":"Neos/Neos/Service.html"}},{"t":"C","n":"Neos\\Neos\\Service\\ContentElementWrappingService","p":"Neos/Neos/Service/ContentElementWrappingService.html","d":"

The content element wrapping service adds the necessary markup around\na content element such that it can be edited using the Content Module\nof the Neos Backend.

","f":{"n":"Neos\\Neos\\Service","p":"Neos/Neos/Service.html"}},{"t":"C","n":"Neos\\Neos\\Service\\Controller\\AbstractServiceController","p":"Neos/Neos/Service/Controller/AbstractServiceController.html","d":"

Abstract Service Controller

","f":{"n":"Neos\\Neos\\Service\\Controller","p":"Neos/Neos/Service/Controller.html"}},{"t":"C","n":"Neos\\Neos\\Service\\Controller\\DataSourceController","p":"Neos/Neos/Service/Controller/DataSourceController.html","d":"

Data Source Controller

","f":{"n":"Neos\\Neos\\Service\\Controller","p":"Neos/Neos/Service/Controller.html"}},{"t":"C","n":"Neos\\Neos\\Service\\Controller\\NodeController","p":"Neos/Neos/Service/Controller/NodeController.html","d":"

Service Controller for managing Nodes

","f":{"n":"Neos\\Neos\\Service\\Controller","p":"Neos/Neos/Service/Controller.html"}},{"t":"C","n":"Neos\\Neos\\Service\\Controller\\UserPreferenceController","p":"Neos/Neos/Service/Controller/UserPreferenceController.html","d":"

Service Controller for user preferences

","f":{"n":"Neos\\Neos\\Service\\Controller","p":"Neos/Neos/Service/Controller.html"}},{"t":"C","n":"Neos\\Neos\\Service\\Controller\\WorkspaceController","p":"Neos/Neos/Service/Controller/WorkspaceController.html","d":"

Service Controller for managing Workspaces

","f":{"n":"Neos\\Neos\\Service\\Controller","p":"Neos/Neos/Service/Controller.html"}},{"t":"C","n":"Neos\\Neos\\Service\\DataSource\\AbstractDataSource","p":"Neos/Neos/Service/DataSource/AbstractDataSource.html","d":"

Data source interface for getting data.

","f":{"n":"Neos\\Neos\\Service\\DataSource","p":"Neos/Neos/Service/DataSource.html"}},{"t":"C","n":"Neos\\Neos\\Service\\DataSource\\DataSourceInterface","p":"Neos/Neos/Service/DataSource/DataSourceInterface.html","d":"

Data source interface for providing generic data

","f":{"n":"Neos\\Neos\\Service\\DataSource","p":"Neos/Neos/Service/DataSource.html"}},{"t":"C","n":"Neos\\Neos\\Service\\IconNameMappingService","p":"Neos/Neos/Service/IconNameMappingService.html","d":"","f":{"n":"Neos\\Neos\\Service","p":"Neos/Neos/Service.html"}},{"t":"C","n":"Neos\\Neos\\Service\\ImageVariantGarbageCollector","p":"Neos/Neos/Service/ImageVariantGarbageCollector.html","d":"

Takes care of cleaning up ImageVariants.

","f":{"n":"Neos\\Neos\\Service","p":"Neos/Neos/Service.html"}},{"t":"C","n":"Neos\\Neos\\Service\\LinkingService","p":"Neos/Neos/Service/LinkingService.html","d":"

A service for creating URIs pointing to nodes and assets.

","f":{"n":"Neos\\Neos\\Service","p":"Neos/Neos/Service.html"}},{"t":"C","n":"Neos\\Neos\\Service\\Mapping\\DateStringConverter","p":"Neos/Neos/Service/Mapping/DateStringConverter.html","d":"

Converts a Date to a JavaScript compatible representation, meaning also to convert it to UTC timezone.

","f":{"n":"Neos\\Neos\\Service\\Mapping","p":"Neos/Neos/Service/Mapping.html"}},{"t":"C","n":"Neos\\Neos\\Service\\Mapping\\NodePropertyConverterService","p":"Neos/Neos/Service/Mapping/NodePropertyConverterService.html","d":"

Creates PropertyMappingConfigurations to map NodeType properties for the Neos interface.

","f":{"n":"Neos\\Neos\\Service\\Mapping","p":"Neos/Neos/Service/Mapping.html"}},{"t":"C","n":"Neos\\Neos\\Service\\Mapping\\NodeReferenceConverter","p":"Neos/Neos/Service/Mapping/NodeReferenceConverter.html","d":"

Converter to convert node references to their identifiers

","f":{"n":"Neos\\Neos\\Service\\Mapping","p":"Neos/Neos/Service/Mapping.html"}},{"t":"C","n":"Neos\\Neos\\Service\\Mapping\\NodeTypeStringConverter","p":"Neos/Neos/Service/Mapping/NodeTypeStringConverter.html","d":"

Convert a boolean to a JavaScript compatible string representation.

","f":{"n":"Neos\\Neos\\Service\\Mapping","p":"Neos/Neos/Service/Mapping.html"}},{"t":"C","n":"Neos\\Neos\\Service\\NodeOperations","p":"Neos/Neos/Service/NodeOperations.html","d":"

Centralizes common operations like moving and copying of Nodes with Neos specific additional handling.

","f":{"n":"Neos\\Neos\\Service","p":"Neos/Neos/Service.html"}},{"t":"C","n":"Neos\\Neos\\Service\\NodeTypeSchemaBuilder","p":"Neos/Neos/Service/NodeTypeSchemaBuilder.html","d":"

Renders the Node Type Schema in a format the User Interface understands; additionally pre-calculating node constraints

","f":{"n":"Neos\\Neos\\Service","p":"Neos/Neos/Service.html"}},{"t":"C","n":"Neos\\Neos\\Service\\PluginService","p":"Neos/Neos/Service/PluginService.html","d":"

Central authority for interactions with plugins.

","f":{"n":"Neos\\Neos\\Service","p":"Neos/Neos/Service.html"}},{"t":"C","n":"Neos\\Neos\\Service\\PublishingService","p":"Neos/Neos/Service/PublishingService.html","d":"

The workspaces service adds some basic helper methods for getting workspaces,\nunpublished nodes and methods for publishing nodes or whole workspaces.

","f":{"n":"Neos\\Neos\\Service","p":"Neos/Neos/Service.html"}},{"t":"C","n":"Neos\\Neos\\Service\\TransliterationService","p":"Neos/Neos/Service/TransliterationService.html","d":"","f":{"n":"Neos\\Neos\\Service","p":"Neos/Neos/Service.html"}},{"t":"C","n":"Neos\\Neos\\Service\\UserService","p":"Neos/Neos/Service/UserService.html","d":"

The user service provides general context information about the currently\nauthenticated backend user.

","f":{"n":"Neos\\Neos\\Service","p":"Neos/Neos/Service.html"}},{"t":"C","n":"Neos\\Neos\\Service\\VieSchemaBuilder","p":"Neos/Neos/Service/VieSchemaBuilder.html","d":"

Generate a schema in JSON format for the VIE dataTypes validation, necessary\nwhen using nodes as semantic types.

","f":{"n":"Neos\\Neos\\Service","p":"Neos/Neos/Service.html"}},{"t":"C","n":"Neos\\Neos\\Service\\View\\NodeView","p":"Neos/Neos/Service/View/NodeView.html","d":"

An View specialized on single or multiple Nodes in a tree structure

","f":{"n":"Neos\\Neos\\Service\\View","p":"Neos/Neos/Service/View.html"}},{"t":"C","n":"Neos\\Neos\\Service\\XliffService","p":"Neos/Neos/Service/XliffService.html","d":"

The XLIFF service provides methods to find XLIFF files and parse them to json

","f":{"n":"Neos\\Neos\\Service","p":"Neos/Neos/Service.html"}},{"t":"C","n":"Neos\\Neos\\TYPO3CR\\NeosNodeService","p":"Neos/Neos/TYPO3CR/NeosNodeService.html","d":"","f":{"n":"Neos\\Neos\\TYPO3CR","p":"Neos/Neos/TYPO3CR.html"}},{"t":"C","n":"Neos\\Neos\\TYPO3CR\\NeosNodeServiceInterface","p":"Neos/Neos/TYPO3CR/NeosNodeServiceInterface.html","d":"

Provides generic methods to manage and work with Nodes

","f":{"n":"Neos\\Neos\\TYPO3CR","p":"Neos/Neos/TYPO3CR.html"}},{"t":"C","n":"Neos\\Neos\\TYPO3CR\\Transformations\\AssetTransformation","p":"Neos/Neos/TYPO3CR/Transformations/AssetTransformation.html","d":"

Convert serialized Assets to references.

","f":{"n":"Neos\\Neos\\TYPO3CR\\Transformations","p":"Neos/Neos/TYPO3CR/Transformations.html"}},{"t":"C","n":"Neos\\Neos\\TYPO3CR\\Transformations\\ImageVariantTransformation","p":"Neos/Neos/TYPO3CR/Transformations/ImageVariantTransformation.html","d":"

Convert serialized (old resource management) ImageVariants to new ImageVariants.

","f":{"n":"Neos\\Neos\\TYPO3CR\\Transformations","p":"Neos/Neos/TYPO3CR/Transformations.html"}},{"t":"C","n":"Neos\\Neos\\TYPO3CR\\Transformations\\PluginViewTransformation","p":"Neos/Neos/TYPO3CR/Transformations/PluginViewTransformation.html","d":"

Convert PluginViews references from node paths to identifiers

","f":{"n":"Neos\\Neos\\TYPO3CR\\Transformations","p":"Neos/Neos/TYPO3CR/Transformations.html"}},{"t":"C","n":"Neos\\Neos\\TypeConverter\\EntityToIdentityConverter","p":"Neos/Neos/TypeConverter/EntityToIdentityConverter.html","d":"

Converts the given entity to a JSON representation containing the identity and object type

","f":{"n":"Neos\\Neos\\TypeConverter","p":"Neos/Neos/TypeConverter.html"}},{"t":"C","n":"Neos\\Neos\\TypeConverter\\NodeConverter","p":"Neos/Neos/TypeConverter/NodeConverter.html","d":"

An Object Converter for nodes which can be used for routing (but also for other\npurposes) as a plugin for the Property Mapper.

","f":{"n":"Neos\\Neos\\TypeConverter","p":"Neos/Neos/TypeConverter.html"}},{"t":"C","n":"Neos\\Neos\\Utility\\BackendAssetsUtility","p":"Neos/Neos/Utility/BackendAssetsUtility.html","d":"

A collection of helper methods for the Neos backend assets

","f":{"n":"Neos\\Neos\\Utility","p":"Neos/Neos/Utility.html"}},{"t":"C","n":"Neos\\Neos\\Utility\\NodeUriPathSegmentGenerator","p":"Neos/Neos/Utility/NodeUriPathSegmentGenerator.html","d":"

Utility to generate a valid, non-conflicting uriPathSegment for nodes.

","f":{"n":"Neos\\Neos\\Utility","p":"Neos/Neos/Utility.html"}},{"t":"C","n":"Neos\\Neos\\Utility\\User","p":"Neos/Neos/Utility/User.html","d":"

Utility functions for dealing with users in the Content Repository.

","f":{"n":"Neos\\Neos\\Utility","p":"Neos/Neos/Utility.html"}},{"t":"C","n":"Neos\\Neos\\Validation\\Validator\\HostnameValidator","p":"Neos/Neos/Validation/Validator/HostnameValidator.html","d":"

Validator for http://tools.ietf.org/html/rfc1123 compatible host names

","f":{"n":"Neos\\Neos\\Validation\\Validator","p":"Neos/Neos/Validation/Validator.html"}},{"t":"C","n":"Neos\\Neos\\Validation\\Validator\\NodeNameValidator","p":"Neos/Neos/Validation/Validator/NodeNameValidator.html","d":"

Validator for node names

","f":{"n":"Neos\\Neos\\Validation\\Validator","p":"Neos/Neos/Validation/Validator.html"}},{"t":"C","n":"Neos\\Neos\\Validation\\Validator\\PackageKeyValidator","p":"Neos/Neos/Validation/Validator/PackageKeyValidator.html","d":"

Validator for package keys

","f":{"n":"Neos\\Neos\\Validation\\Validator","p":"Neos/Neos/Validation/Validator.html"}},{"t":"C","n":"Neos\\Neos\\Validation\\Validator\\PasswordValidator","p":"Neos/Neos/Validation/Validator/PasswordValidator.html","d":"

Validator for passwords

","f":{"n":"Neos\\Neos\\Validation\\Validator","p":"Neos/Neos/Validation/Validator.html"}},{"t":"C","n":"Neos\\Neos\\Validation\\Validator\\UserDoesNotExistValidator","p":"Neos/Neos/Validation/Validator/UserDoesNotExistValidator.html","d":"

Validator for Neos users

","f":{"n":"Neos\\Neos\\Validation\\Validator","p":"Neos/Neos/Validation/Validator.html"}},{"t":"C","n":"Neos\\Neos\\ViewHelpers\\Backend\\AuthenticationProviderLabelViewHelper","p":"Neos/Neos/ViewHelpers/Backend/AuthenticationProviderLabelViewHelper.html","d":"

Renders a label for the given authentication provider identifier

","f":{"n":"Neos\\Neos\\ViewHelpers\\Backend","p":"Neos/Neos/ViewHelpers/Backend.html"}},{"t":"C","n":"Neos\\Neos\\ViewHelpers\\Backend\\ChangeStatsViewHelper","p":"Neos/Neos/ViewHelpers/Backend/ChangeStatsViewHelper.html","d":"

Displays a text-based "bar graph" giving an indication of the amount and type of\nchanges done to something. Created for use in workspace management.

","f":{"n":"Neos\\Neos\\ViewHelpers\\Backend","p":"Neos/Neos/ViewHelpers/Backend.html"}},{"t":"C","n":"Neos\\Neos\\ViewHelpers\\Backend\\ColorOfStringViewHelper","p":"Neos/Neos/ViewHelpers/Backend/ColorOfStringViewHelper.html","d":"

Generates a color code for a given string

","f":{"n":"Neos\\Neos\\ViewHelpers\\Backend","p":"Neos/Neos/ViewHelpers/Backend.html"}},{"t":"C","n":"Neos\\Neos\\ViewHelpers\\Backend\\ConfigurationCacheVersionViewHelper","p":"Neos/Neos/ViewHelpers/Backend/ConfigurationCacheVersionViewHelper.html","d":"

ViewHelper for rendering the current version identifier for the\nconfiguration cache.

","f":{"n":"Neos\\Neos\\ViewHelpers\\Backend","p":"Neos/Neos/ViewHelpers/Backend.html"}},{"t":"C","n":"Neos\\Neos\\ViewHelpers\\Backend\\ConfigurationTreeViewHelper","p":"Neos/Neos/ViewHelpers/Backend/ConfigurationTreeViewHelper.html","d":"

Render HTML markup for the full configuration tree in the Neos Administration -> Configuration Module.

","f":{"n":"Neos\\Neos\\ViewHelpers\\Backend","p":"Neos/Neos/ViewHelpers/Backend.html"}},{"t":"C","n":"Neos\\Neos\\ViewHelpers\\Backend\\CssBuiltVersionViewHelper","p":"Neos/Neos/ViewHelpers/Backend/CssBuiltVersionViewHelper.html","d":"

Returns a shortened md5 of the built CSS file

","f":{"n":"Neos\\Neos\\ViewHelpers\\Backend","p":"Neos/Neos/ViewHelpers/Backend.html"}},{"t":"C","n":"Neos\\Neos\\ViewHelpers\\Backend\\DocumentBreadcrumbPathViewHelper","p":"Neos/Neos/ViewHelpers/Backend/DocumentBreadcrumbPathViewHelper.html","d":"

Render a bread crumb path by using the labels of documents leading to the given node path

","f":{"n":"Neos\\Neos\\ViewHelpers\\Backend","p":"Neos/Neos/ViewHelpers/Backend.html"}},{"t":"C","n":"Neos\\Neos\\ViewHelpers\\Backend\\IfModuleAccessibleViewHelper","p":"Neos/Neos/ViewHelpers/Backend/IfModuleAccessibleViewHelper.html","d":"

Condition ViewHelper that can evaluate whether the currently authenticated user can access a given Backend module

","f":{"n":"Neos\\Neos\\ViewHelpers\\Backend","p":"Neos/Neos/ViewHelpers/Backend.html"}},{"t":"C","n":"Neos\\Neos\\ViewHelpers\\Backend\\InterfaceLanguageViewHelper","p":"Neos/Neos/ViewHelpers/Backend/InterfaceLanguageViewHelper.html","d":"

ViewHelper for rendering the current backend users interface language.

","f":{"n":"Neos\\Neos\\ViewHelpers\\Backend","p":"Neos/Neos/ViewHelpers/Backend.html"}},{"t":"C","n":"Neos\\Neos\\ViewHelpers\\Backend\\IsAllowedToEditUserViewHelper","p":"Neos/Neos/ViewHelpers/Backend/IsAllowedToEditUserViewHelper.html","d":"

Returns true, if the current user is allowed to edit the given user, false otherwise.

","f":{"n":"Neos\\Neos\\ViewHelpers\\Backend","p":"Neos/Neos/ViewHelpers/Backend.html"}},{"t":"C","n":"Neos\\Neos\\ViewHelpers\\Backend\\JavascriptConfigurationViewHelper","p":"Neos/Neos/ViewHelpers/Backend/JavascriptConfigurationViewHelper.html","d":"

ViewHelper for the backend JavaScript configuration. Renders the required JS snippet to configure\nthe Neos backend.

","f":{"n":"Neos\\Neos\\ViewHelpers\\Backend","p":"Neos/Neos/ViewHelpers/Backend.html"}},{"t":"C","n":"Neos\\Neos\\ViewHelpers\\Backend\\TranslateViewHelper","p":"Neos/Neos/ViewHelpers/Backend/TranslateViewHelper.html","d":"

Returns translated message using source message or key ID.

","f":{"n":"Neos\\Neos\\ViewHelpers\\Backend","p":"Neos/Neos/ViewHelpers/Backend.html"}},{"t":"C","n":"Neos\\Neos\\ViewHelpers\\Backend\\UserInitialsViewHelper","p":"Neos/Neos/ViewHelpers/Backend/UserInitialsViewHelper.html","d":"

Render user initials for a given username

","f":{"n":"Neos\\Neos\\ViewHelpers\\Backend","p":"Neos/Neos/ViewHelpers/Backend.html"}},{"t":"C","n":"Neos\\Neos\\ViewHelpers\\Backend\\XliffCacheVersionViewHelper","p":"Neos/Neos/ViewHelpers/Backend/XliffCacheVersionViewHelper.html","d":"

ViewHelper for rendering the current version identifier for the\nxliff cache.

","f":{"n":"Neos\\Neos\\ViewHelpers\\Backend","p":"Neos/Neos/ViewHelpers/Backend.html"}},{"t":"C","n":"Neos\\Neos\\ViewHelpers\\ContentElement\\EditableViewHelper","p":"Neos/Neos/ViewHelpers/ContentElement/EditableViewHelper.html","d":"

Renders a wrapper around the inner contents of the tag to enable frontend editing.

","f":{"n":"Neos\\Neos\\ViewHelpers\\ContentElement","p":"Neos/Neos/ViewHelpers/ContentElement.html"}},{"t":"C","n":"Neos\\Neos\\ViewHelpers\\ContentElement\\WrapViewHelper","p":"Neos/Neos/ViewHelpers/ContentElement/WrapViewHelper.html","d":"

A view helper for manually wrapping content editables.

","f":{"n":"Neos\\Neos\\ViewHelpers\\ContentElement","p":"Neos/Neos/ViewHelpers/ContentElement.html"}},{"t":"C","n":"Neos\\Neos\\ViewHelpers\\GetTypeViewHelper","p":"Neos/Neos/ViewHelpers/GetTypeViewHelper.html","d":"

View helper to check if a given value is an array.

","f":{"n":"Neos\\Neos\\ViewHelpers","p":"Neos/Neos/ViewHelpers.html"}},{"t":"C","n":"Neos\\Neos\\ViewHelpers\\Link\\ModuleViewHelper","p":"Neos/Neos/ViewHelpers/Link/ModuleViewHelper.html","d":"

A view helper for creating links to modules.

","f":{"n":"Neos\\Neos\\ViewHelpers\\Link","p":"Neos/Neos/ViewHelpers/Link.html"}},{"t":"C","n":"Neos\\Neos\\ViewHelpers\\Link\\NodeViewHelper","p":"Neos/Neos/ViewHelpers/Link/NodeViewHelper.html","d":"

A view helper for creating links with URIs pointing to nodes.

","f":{"n":"Neos\\Neos\\ViewHelpers\\Link","p":"Neos/Neos/ViewHelpers/Link.html"}},{"t":"C","n":"Neos\\Neos\\ViewHelpers\\Node\\ClosestDocumentViewHelper","p":"Neos/Neos/ViewHelpers/Node/ClosestDocumentViewHelper.html","d":"

ViewHelper to find the closest document node to a given node

","f":{"n":"Neos\\Neos\\ViewHelpers\\Node","p":"Neos/Neos/ViewHelpers/Node.html"}},{"t":"C","n":"Neos\\Neos\\ViewHelpers\\Rendering\\AbstractRenderingStateViewHelper","p":"Neos/Neos/ViewHelpers/Rendering/AbstractRenderingStateViewHelper.html","d":"

Abstract ViewHelper for all Neos rendering state helpers.

","f":{"n":"Neos\\Neos\\ViewHelpers\\Rendering","p":"Neos/Neos/ViewHelpers/Rendering.html"}},{"t":"C","n":"Neos\\Neos\\ViewHelpers\\Rendering\\InBackendViewHelper","p":"Neos/Neos/ViewHelpers/Rendering/InBackendViewHelper.html","d":"

ViewHelper to find out if Neos is rendering the backend.

","f":{"n":"Neos\\Neos\\ViewHelpers\\Rendering","p":"Neos/Neos/ViewHelpers/Rendering.html"}},{"t":"C","n":"Neos\\Neos\\ViewHelpers\\Rendering\\InEditModeViewHelper","p":"Neos/Neos/ViewHelpers/Rendering/InEditModeViewHelper.html","d":"

ViewHelper to find out if Neos is rendering an edit mode.

","f":{"n":"Neos\\Neos\\ViewHelpers\\Rendering","p":"Neos/Neos/ViewHelpers/Rendering.html"}},{"t":"C","n":"Neos\\Neos\\ViewHelpers\\Rendering\\InPreviewModeViewHelper","p":"Neos/Neos/ViewHelpers/Rendering/InPreviewModeViewHelper.html","d":"

ViewHelper to find out if Neos is rendering a preview mode.

","f":{"n":"Neos\\Neos\\ViewHelpers\\Rendering","p":"Neos/Neos/ViewHelpers/Rendering.html"}},{"t":"C","n":"Neos\\Neos\\ViewHelpers\\Rendering\\LiveViewHelper","p":"Neos/Neos/ViewHelpers/Rendering/LiveViewHelper.html","d":"

ViewHelper to find out if Neos is rendering the live website.

","f":{"n":"Neos\\Neos\\ViewHelpers\\Rendering","p":"Neos/Neos/ViewHelpers/Rendering.html"}},{"t":"C","n":"Neos\\Neos\\ViewHelpers\\StandaloneViewViewHelper","p":"Neos/Neos/ViewHelpers/StandaloneViewViewHelper.html","d":"

A View Helper to render a fluid template based on the given template path and filename.

","f":{"n":"Neos\\Neos\\ViewHelpers","p":"Neos/Neos/ViewHelpers.html"}},{"t":"C","n":"Neos\\Neos\\ViewHelpers\\Uri\\ModuleViewHelper","p":"Neos/Neos/ViewHelpers/Uri/ModuleViewHelper.html","d":"

A view helper for creating links to modules.

","f":{"n":"Neos\\Neos\\ViewHelpers\\Uri","p":"Neos/Neos/ViewHelpers/Uri.html"}},{"t":"C","n":"Neos\\Neos\\ViewHelpers\\Uri\\NodeViewHelper","p":"Neos/Neos/ViewHelpers/Uri/NodeViewHelper.html","d":"

A view helper for creating URIs pointing to nodes.

","f":{"n":"Neos\\Neos\\ViewHelpers\\Uri","p":"Neos/Neos/ViewHelpers/Uri.html"}},{"t":"C","n":"Neos\\Neos\\View\\FusionExceptionView","p":"Neos/Neos/View/FusionExceptionView.html","d":null,"f":{"n":"Neos\\Neos\\View","p":"Neos/Neos/View.html"}},{"t":"C","n":"Neos\\Neos\\View\\FusionView","p":"Neos/Neos/View/FusionView.html","d":"

A Fusion view for Neos

","f":{"n":"Neos\\Neos\\View","p":"Neos/Neos/View.html"}},{"t":"T","n":"Neos\\Neos\\View\\FusionViewI18nTrait","p":"Neos/Neos/View/FusionViewI18nTrait.html","d":null,"f":{"n":"Neos\\Neos\\View","p":"Neos/Neos/View.html"}},{"t":"C","n":"Neos\\Neos\\View\\Service\\AssetJsonView","p":"Neos/Neos/View/Service/AssetJsonView.html","d":"

A view specialised on a JSON representation of Assets.

","f":{"n":"Neos\\Neos\\View\\Service","p":"Neos/Neos/View/Service.html"}},{"t":"C","n":"Neos\\Neos\\View\\Service\\NodeJsonView","p":"Neos/Neos/View/Service/NodeJsonView.html","d":"

A view specialised on a JSON representation of Nodes.

","f":{"n":"Neos\\Neos\\View\\Service","p":"Neos/Neos/View/Service.html"}},{"t":"C","n":"Neos\\Neos\\View\\Service\\WorkspaceJsonView","p":"Neos/Neos/View/Service/WorkspaceJsonView.html","d":"

A view specialised on a JSON representation of Workspaces.

","f":{"n":"Neos\\Neos\\View\\Service","p":"Neos/Neos/View/Service.html"}},{"t":"C","n":"Neos\\NodeTypes\\Form\\Service\\DataSource\\FormDefinitionDataSource","p":"Neos/NodeTypes/Form/Service/DataSource/FormDefinitionDataSource.html","d":null,"f":{"n":"Neos\\NodeTypes\\Form\\Service\\DataSource","p":"Neos/NodeTypes/Form/Service/DataSource.html"}},{"t":"C","n":"Neos\\SiteKickstarter\\Command\\KickstartCommandController","p":"Neos/SiteKickstarter/Command/KickstartCommandController.html","d":"

Command controller for the Kickstart generator

","f":{"n":"Neos\\SiteKickstarter\\Command","p":"Neos/SiteKickstarter/Command.html"}},{"t":"C","n":"Neos\\SiteKickstarter\\Generator\\AfxTemplateGenerator","p":"Neos/SiteKickstarter/Generator/AfxTemplateGenerator.html","d":"

Service to generate site packages

","f":{"n":"Neos\\SiteKickstarter\\Generator","p":"Neos/SiteKickstarter/Generator.html"}},{"t":"C","n":"Neos\\SiteKickstarter\\Generator\\SitePackageGeneratorInterface","p":"Neos/SiteKickstarter/Generator/SitePackageGeneratorInterface.html","d":null,"f":{"n":"Neos\\SiteKickstarter\\Generator","p":"Neos/SiteKickstarter/Generator.html"}},{"t":"C","n":"Neos\\SiteKickstarter\\Service\\FusionRecursiveDirectoryRenderer","p":"Neos/SiteKickstarter/Service/FusionRecursiveDirectoryRenderer.html","d":null,"f":{"n":"Neos\\SiteKickstarter\\Service","p":"Neos/SiteKickstarter/Service.html"}},{"t":"C","n":"Neos\\SiteKickstarter\\Service\\SimpleTemplateRenderer","p":"Neos/SiteKickstarter/Service/SimpleTemplateRenderer.html","d":null,"f":{"n":"Neos\\SiteKickstarter\\Service","p":"Neos/SiteKickstarter/Service.html"}},{"t":"C","n":"Neos\\SiteKickstarter\\Service\\SiteGeneratorCollectingService","p":"Neos/SiteKickstarter/Service/SiteGeneratorCollectingService.html","d":null,"f":{"n":"Neos\\SiteKickstarter\\Service","p":"Neos/SiteKickstarter/Service.html"}},{"t":"C","n":"Neos\\SiteKickstarter\\Service\\SitePackageGeneratorNameService","p":"Neos/SiteKickstarter/Service/SitePackageGeneratorNameService.html","d":null,"f":{"n":"Neos\\SiteKickstarter\\Service","p":"Neos/SiteKickstarter/Service.html"}},{"t":"I","n":"Neos\\ContentRepository\\Command\\EventDispatchingNodeCommandControllerPluginInterface","p":"Neos/ContentRepository/Command/EventDispatchingNodeCommandControllerPluginInterface.html","f":{"n":"Neos\\ContentRepository\\Command","p":"Neos/ContentRepository/Command.html"}},{"t":"I","n":"Neos\\ContentRepository\\Command\\NodeCommandControllerPluginInterface","p":"Neos/ContentRepository/Command/NodeCommandControllerPluginInterface.html","f":{"n":"Neos\\ContentRepository\\Command","p":"Neos/ContentRepository/Command.html"}},{"t":"I","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html","f":{"n":"Neos\\ContentRepository\\Domain\\Model","p":"Neos/ContentRepository/Domain/Model.html"}},{"t":"I","n":"Neos\\ContentRepository\\Domain\\Model\\NodeLabelGeneratorInterface","p":"Neos/ContentRepository/Domain/Model/NodeLabelGeneratorInterface.html","f":{"n":"Neos\\ContentRepository\\Domain\\Model","p":"Neos/ContentRepository/Domain/Model.html"}},{"t":"I","n":"Neos\\ContentRepository\\Domain\\Model\\UserInterface","p":"Neos/ContentRepository/Domain/Model/UserInterface.html","f":{"n":"Neos\\ContentRepository\\Domain\\Model","p":"Neos/ContentRepository/Domain/Model.html"}},{"t":"I","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\NodeInterface","p":"Neos/ContentRepository/Domain/Projection/Content/NodeInterface.html","f":{"n":"Neos\\ContentRepository\\Domain\\Projection\\Content","p":"Neos/ContentRepository/Domain/Projection/Content.html"}},{"t":"I","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\PropertyCollectionInterface","p":"Neos/ContentRepository/Domain/Projection/Content/PropertyCollectionInterface.html","f":{"n":"Neos\\ContentRepository\\Domain\\Projection\\Content","p":"Neos/ContentRepository/Domain/Projection/Content.html"}},{"t":"I","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\TraversableNodeInterface","p":"Neos/ContentRepository/Domain/Projection/Content/TraversableNodeInterface.html","f":{"n":"Neos\\ContentRepository\\Domain\\Projection\\Content","p":"Neos/ContentRepository/Domain/Projection/Content.html"}},{"t":"I","n":"Neos\\ContentRepository\\Domain\\Service\\ContentDimensionPresetSourceInterface","p":"Neos/ContentRepository/Domain/Service/ContentDimensionPresetSourceInterface.html","f":{"n":"Neos\\ContentRepository\\Domain\\Service","p":"Neos/ContentRepository/Domain/Service.html"}},{"t":"I","n":"Neos\\ContentRepository\\Domain\\Service\\ContextFactoryInterface","p":"Neos/ContentRepository/Domain/Service/ContextFactoryInterface.html","f":{"n":"Neos\\ContentRepository\\Domain\\Service","p":"Neos/ContentRepository/Domain/Service.html"}},{"t":"I","n":"Neos\\ContentRepository\\Domain\\Service\\NodeServiceInterface","p":"Neos/ContentRepository/Domain/Service/NodeServiceInterface.html","f":{"n":"Neos\\ContentRepository\\Domain\\Service","p":"Neos/ContentRepository/Domain/Service.html"}},{"t":"I","n":"Neos\\ContentRepository\\Domain\\Service\\PublishingServiceInterface","p":"Neos/ContentRepository/Domain/Service/PublishingServiceInterface.html","f":{"n":"Neos\\ContentRepository\\Domain\\Service","p":"Neos/ContentRepository/Domain/Service.html"}},{"t":"I","n":"Neos\\ContentRepository\\Migration\\Configuration\\ConfigurationInterface","p":"Neos/ContentRepository/Migration/Configuration/ConfigurationInterface.html","f":{"n":"Neos\\ContentRepository\\Migration\\Configuration","p":"Neos/ContentRepository/Migration/Configuration.html"}},{"t":"I","n":"Neos\\ContentRepository\\Migration\\Filters\\DoctrineFilterInterface","p":"Neos/ContentRepository/Migration/Filters/DoctrineFilterInterface.html","f":{"n":"Neos\\ContentRepository\\Migration\\Filters","p":"Neos/ContentRepository/Migration/Filters.html"}},{"t":"I","n":"Neos\\ContentRepository\\Migration\\Filters\\FilterInterface","p":"Neos/ContentRepository/Migration/Filters/FilterInterface.html","f":{"n":"Neos\\ContentRepository\\Migration\\Filters","p":"Neos/ContentRepository/Migration/Filters.html"}},{"t":"I","n":"Neos\\ContentRepository\\Migration\\Transformations\\TransformationInterface","p":"Neos/ContentRepository/Migration/Transformations/TransformationInterface.html","f":{"n":"Neos\\ContentRepository\\Migration\\Transformations","p":"Neos/ContentRepository/Migration/Transformations.html"}},{"t":"I","n":"Neos\\ContentRepository\\NodeTypePostprocessor\\NodeTypePostprocessorInterface","p":"Neos/ContentRepository/NodeTypePostprocessor/NodeTypePostprocessorInterface.html","f":{"n":"Neos\\ContentRepository\\NodeTypePostprocessor","p":"Neos/ContentRepository/NodeTypePostprocessor.html"}},{"t":"I","n":"Neos\\Fusion\\Core\\DslInterface","p":"Neos/Fusion/Core/DslInterface.html","f":{"n":"Neos\\Fusion\\Core","p":"Neos/Fusion/Core.html"}},{"t":"I","n":"Neos\\Fusion\\Core\\ParserInterface","p":"Neos/Fusion/Core/ParserInterface.html","f":{"n":"Neos\\Fusion\\Core","p":"Neos/Fusion/Core.html"}},{"t":"I","n":"Neos\\Fusion\\FusionObjects\\Helpers\\FusionAwareViewInterface","p":"Neos/Fusion/FusionObjects/Helpers/FusionAwareViewInterface.html","f":{"n":"Neos\\Fusion\\FusionObjects\\Helpers","p":"Neos/Fusion/FusionObjects/Helpers.html"}},{"t":"I","n":"Neos\\Media\\Domain\\Model\\Adjustment\\AdjustmentInterface","p":"Neos/Media/Domain/Model/Adjustment/AdjustmentInterface.html","f":{"n":"Neos\\Media\\Domain\\Model\\Adjustment","p":"Neos/Media/Domain/Model/Adjustment.html"}},{"t":"I","n":"Neos\\Media\\Domain\\Model\\Adjustment\\ImageAdjustmentInterface","p":"Neos/Media/Domain/Model/Adjustment/ImageAdjustmentInterface.html","f":{"n":"Neos\\Media\\Domain\\Model\\Adjustment","p":"Neos/Media/Domain/Model/Adjustment.html"}},{"t":"I","n":"Neos\\Media\\Domain\\Model\\AssetInterface","p":"Neos/Media/Domain/Model/AssetInterface.html","f":{"n":"Neos\\Media\\Domain\\Model","p":"Neos/Media/Domain/Model.html"}},{"t":"I","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetNotFoundExceptionInterface","p":"Neos/Media/Domain/Model/AssetSource/AssetNotFoundExceptionInterface.html","f":{"n":"Neos\\Media\\Domain\\Model\\AssetSource","p":"Neos/Media/Domain/Model/AssetSource.html"}},{"t":"I","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxyQueryInterface","p":"Neos/Media/Domain/Model/AssetSource/AssetProxyQueryInterface.html","f":{"n":"Neos\\Media\\Domain\\Model\\AssetSource","p":"Neos/Media/Domain/Model/AssetSource.html"}},{"t":"I","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxyQueryResultInterface","p":"Neos/Media/Domain/Model/AssetSource/AssetProxyQueryResultInterface.html","f":{"n":"Neos\\Media\\Domain\\Model\\AssetSource","p":"Neos/Media/Domain/Model/AssetSource.html"}},{"t":"I","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxyRepositoryInterface","p":"Neos/Media/Domain/Model/AssetSource/AssetProxyRepositoryInterface.html","f":{"n":"Neos\\Media\\Domain\\Model\\AssetSource","p":"Neos/Media/Domain/Model/AssetSource.html"}},{"t":"I","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxy\\AssetProxyInterface","p":"Neos/Media/Domain/Model/AssetSource/AssetProxy/AssetProxyInterface.html","f":{"n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxy","p":"Neos/Media/Domain/Model/AssetSource/AssetProxy.html"}},{"t":"I","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxy\\HasRemoteOriginalInterface","p":"Neos/Media/Domain/Model/AssetSource/AssetProxy/HasRemoteOriginalInterface.html","f":{"n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxy","p":"Neos/Media/Domain/Model/AssetSource/AssetProxy.html"}},{"t":"I","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxy\\ProvidesOriginalUriInterface","p":"Neos/Media/Domain/Model/AssetSource/AssetProxy/ProvidesOriginalUriInterface.html","f":{"n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxy","p":"Neos/Media/Domain/Model/AssetSource/AssetProxy.html"}},{"t":"I","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxy\\SupportsIptcMetadataInterface","p":"Neos/Media/Domain/Model/AssetSource/AssetProxy/SupportsIptcMetadataInterface.html","f":{"n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxy","p":"Neos/Media/Domain/Model/AssetSource/AssetProxy.html"}},{"t":"I","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetSourceAwareInterface","p":"Neos/Media/Domain/Model/AssetSource/AssetSourceAwareInterface.html","f":{"n":"Neos\\Media\\Domain\\Model\\AssetSource","p":"Neos/Media/Domain/Model/AssetSource.html"}},{"t":"I","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetSourceConnectionExceptionInterface","p":"Neos/Media/Domain/Model/AssetSource/AssetSourceConnectionExceptionInterface.html","f":{"n":"Neos\\Media\\Domain\\Model\\AssetSource","p":"Neos/Media/Domain/Model/AssetSource.html"}},{"t":"I","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetSourceInterface","p":"Neos/Media/Domain/Model/AssetSource/AssetSourceInterface.html","f":{"n":"Neos\\Media\\Domain\\Model\\AssetSource","p":"Neos/Media/Domain/Model/AssetSource.html"}},{"t":"I","n":"Neos\\Media\\Domain\\Model\\AssetSource\\SupportsCollectionsInterface","p":"Neos/Media/Domain/Model/AssetSource/SupportsCollectionsInterface.html","f":{"n":"Neos\\Media\\Domain\\Model\\AssetSource","p":"Neos/Media/Domain/Model/AssetSource.html"}},{"t":"I","n":"Neos\\Media\\Domain\\Model\\AssetSource\\SupportsSortingInterface","p":"Neos/Media/Domain/Model/AssetSource/SupportsSortingInterface.html","f":{"n":"Neos\\Media\\Domain\\Model\\AssetSource","p":"Neos/Media/Domain/Model/AssetSource.html"}},{"t":"I","n":"Neos\\Media\\Domain\\Model\\AssetSource\\SupportsTaggingInterface","p":"Neos/Media/Domain/Model/AssetSource/SupportsTaggingInterface.html","f":{"n":"Neos\\Media\\Domain\\Model\\AssetSource","p":"Neos/Media/Domain/Model/AssetSource.html"}},{"t":"I","n":"Neos\\Media\\Domain\\Model\\AssetVariantInterface","p":"Neos/Media/Domain/Model/AssetVariantInterface.html","f":{"n":"Neos\\Media\\Domain\\Model","p":"Neos/Media/Domain/Model.html"}},{"t":"I","n":"Neos\\Media\\Domain\\Model\\ImageInterface","p":"Neos/Media/Domain/Model/ImageInterface.html","f":{"n":"Neos\\Media\\Domain\\Model","p":"Neos/Media/Domain/Model.html"}},{"t":"I","n":"Neos\\Media\\Domain\\Model\\ResourceBasedInterface","p":"Neos/Media/Domain/Model/ResourceBasedInterface.html","f":{"n":"Neos\\Media\\Domain\\Model","p":"Neos/Media/Domain/Model.html"}},{"t":"I","n":"Neos\\Media\\Domain\\Model\\ThumbnailGenerator\\ThumbnailGeneratorInterface","p":"Neos/Media/Domain/Model/ThumbnailGenerator/ThumbnailGeneratorInterface.html","f":{"n":"Neos\\Media\\Domain\\Model\\ThumbnailGenerator","p":"Neos/Media/Domain/Model/ThumbnailGenerator.html"}},{"t":"I","n":"Neos\\Media\\Domain\\Model\\ThumbnailSupportInterface","p":"Neos/Media/Domain/Model/ThumbnailSupportInterface.html","f":{"n":"Neos\\Media\\Domain\\Model","p":"Neos/Media/Domain/Model.html"}},{"t":"I","n":"Neos\\Media\\Domain\\Model\\VariantSupportInterface","p":"Neos/Media/Domain/Model/VariantSupportInterface.html","f":{"n":"Neos\\Media\\Domain\\Model","p":"Neos/Media/Domain/Model.html"}},{"t":"I","n":"Neos\\Media\\Domain\\Strategy\\AssetModelMappingStrategyInterface","p":"Neos/Media/Domain/Strategy/AssetModelMappingStrategyInterface.html","f":{"n":"Neos\\Media\\Domain\\Strategy","p":"Neos/Media/Domain/Strategy.html"}},{"t":"I","n":"Neos\\Media\\Domain\\Strategy\\AssetUsageStrategyInterface","p":"Neos/Media/Domain/Strategy/AssetUsageStrategyInterface.html","f":{"n":"Neos\\Media\\Domain\\Strategy","p":"Neos/Media/Domain/Strategy.html"}},{"t":"I","n":"Neos\\Media\\Domain\\Validator\\AssetValidatorInterface","p":"Neos/Media/Domain/Validator/AssetValidatorInterface.html","f":{"n":"Neos\\Media\\Domain\\Validator","p":"Neos/Media/Domain/Validator.html"}},{"t":"I","n":"Neos\\Neos\\Domain\\Service\\ContentDimensionPresetSourceInterface","p":"Neos/Neos/Domain/Service/ContentDimensionPresetSourceInterface.html","f":{"n":"Neos\\Neos\\Domain\\Service","p":"Neos/Neos/Domain/Service.html"}},{"t":"I","n":"Neos\\Neos\\Domain\\Service\\DefaultPrototypeGeneratorInterface","p":"Neos/Neos/Domain/Service/DefaultPrototypeGeneratorInterface.html","f":{"n":"Neos\\Neos\\Domain\\Service","p":"Neos/Neos/Domain/Service.html"}},{"t":"I","n":"Neos\\Neos\\Domain\\Service\\NodeSearchServiceInterface","p":"Neos/Neos/Domain/Service/NodeSearchServiceInterface.html","f":{"n":"Neos\\Neos\\Domain\\Service","p":"Neos/Neos/Domain/Service.html"}},{"t":"I","n":"Neos\\Neos\\Routing\\FrontendNodeRoutePartHandlerInterface","p":"Neos/Neos/Routing/FrontendNodeRoutePartHandlerInterface.html","f":{"n":"Neos\\Neos\\Routing","p":"Neos/Neos/Routing.html"}},{"t":"I","n":"Neos\\Neos\\Service\\DataSource\\DataSourceInterface","p":"Neos/Neos/Service/DataSource/DataSourceInterface.html","f":{"n":"Neos\\Neos\\Service\\DataSource","p":"Neos/Neos/Service/DataSource.html"}},{"t":"I","n":"Neos\\Neos\\TYPO3CR\\NeosNodeServiceInterface","p":"Neos/Neos/TYPO3CR/NeosNodeServiceInterface.html","f":{"n":"Neos\\Neos\\TYPO3CR","p":"Neos/Neos/TYPO3CR.html"}},{"t":"I","n":"Neos\\SiteKickstarter\\Generator\\SitePackageGeneratorInterface","p":"Neos/SiteKickstarter/Generator/SitePackageGeneratorInterface.html","f":{"n":"Neos\\SiteKickstarter\\Generator","p":"Neos/SiteKickstarter/Generator.html"}},{"t":"M","n":"Neos\\CliSetup\\Command\\SetupCommandController::databaseCommand","p":"Neos/CliSetup/Command/SetupCommandController.html#method_databaseCommand","d":"

Configure the database connection for flow persistence

"},{"t":"M","n":"Neos\\CliSetup\\Command\\SetupCommandController::imageHandlerCommand","p":"Neos/CliSetup/Command/SetupCommandController.html#method_imageHandlerCommand","d":""},{"t":"M","n":"Neos\\CliSetup\\Command\\SetupCommandController::writeSettings","p":"Neos/CliSetup/Command/SetupCommandController.html#method_writeSettings","d":"

Write the settings to the given path, existing configuration files are created or modified

"},{"t":"M","n":"Neos\\CliSetup\\Command\\WelcomeCommandController::indexCommand","p":"Neos/CliSetup/Command/WelcomeCommandController.html#method_indexCommand","d":null},{"t":"M","n":"Neos\\CliSetup\\Infrastructure\\Database\\DatabaseConnectionService::getAvailableDrivers","p":"Neos/CliSetup/Infrastructure/Database/DatabaseConnectionService.html#method_getAvailableDrivers","d":"

Return an array with the available database drivers

"},{"t":"M","n":"Neos\\CliSetup\\Infrastructure\\Database\\DatabaseConnectionService::verifyDatabaseConnectionWorks","p":"Neos/CliSetup/Infrastructure/Database/DatabaseConnectionService.html#method_verifyDatabaseConnectionWorks","d":"

Verify the database connection settings

"},{"t":"M","n":"Neos\\CliSetup\\Infrastructure\\Database\\DatabaseConnectionService::createDatabaseAndVerifyDatabaseConnectionWorks","p":"Neos/CliSetup/Infrastructure/Database/DatabaseConnectionService.html#method_createDatabaseAndVerifyDatabaseConnectionWorks","d":"

Create a database with the connection settings and verify the connection

"},{"t":"M","n":"Neos\\CliSetup\\Infrastructure\\Database\\DatabaseConnectionService::connectToDatabase","p":"Neos/CliSetup/Infrastructure/Database/DatabaseConnectionService.html#method_connectToDatabase","d":"

Tries to connect to the database using the specified $connectionSettings

"},{"t":"M","n":"Neos\\CliSetup\\Infrastructure\\Database\\DatabaseConnectionService::createDatabase","p":"Neos/CliSetup/Infrastructure/Database/DatabaseConnectionService.html#method_createDatabase","d":"

Connects to the database using the specified $connectionSettings\nand tries to create a database named $databaseName.

"},{"t":"M","n":"Neos\\CliSetup\\Infrastructure\\ImageHandler\\ImageHandlerService::getAvailableImageHandlers","p":"Neos/CliSetup/Infrastructure/ImageHandler/ImageHandlerService.html#method_getAvailableImageHandlers","d":"

Return all Imagine drivers that support the loading of the required images

"},{"t":"M","n":"Neos\\CliSetup\\Infrastructure\\ImageHandler\\ImageHandlerService::findUnsupportedImageFormats","p":"Neos/CliSetup/Infrastructure/ImageHandler/ImageHandlerService.html#method_findUnsupportedImageFormats","d":""},{"t":"M","n":"Neos\\ContentRepository\\Command\\EventDispatchingNodeCommandControllerPluginInterface::on","p":"Neos/ContentRepository/Command/EventDispatchingNodeCommandControllerPluginInterface.html#method_on","d":"

Attaches a new event handler

"},{"t":"M","n":"Neos\\ContentRepository\\Command\\NodeCommandController::repairCommand","p":"Neos/ContentRepository/Command/NodeCommandController.html#method_repairCommand","d":"

Repair inconsistent nodes

"},{"t":"M","n":"Neos\\ContentRepository\\Command\\NodeCommandController::processShortDescription","p":"Neos/ContentRepository/Command/NodeCommandController.html#method_processShortDescription","d":"

Processes the given short description of the specified command.

"},{"t":"M","n":"Neos\\ContentRepository\\Command\\NodeCommandController::processDescription","p":"Neos/ContentRepository/Command/NodeCommandController.html#method_processDescription","d":"

Processes the given description of the specified command.

"},{"t":"M","n":"Neos\\ContentRepository\\Command\\NodeCommandController::detectPlugins","p":"Neos/ContentRepository/Command/NodeCommandController.html#method_detectPlugins","d":"

Detects plugins for this command controller

"},{"t":"M","n":"Neos\\ContentRepository\\Command\\NodeCommandControllerPlugin::getSubCommandShortDescription","p":"Neos/ContentRepository/Command/NodeCommandControllerPlugin.html#method_getSubCommandShortDescription","d":"

Returns a short description

"},{"t":"M","n":"Neos\\ContentRepository\\Command\\NodeCommandControllerPlugin::getSubCommandDescription","p":"Neos/ContentRepository/Command/NodeCommandControllerPlugin.html#method_getSubCommandDescription","d":"

Returns a piece of description for the specific task the plugin solves for the specified command

"},{"t":"M","n":"Neos\\ContentRepository\\Command\\NodeCommandControllerPlugin::invokeSubCommand","p":"Neos/ContentRepository/Command/NodeCommandControllerPlugin.html#method_invokeSubCommand","d":"

A method which runs the task implemented by the plugin for the given command

"},{"t":"M","n":"Neos\\ContentRepository\\Command\\NodeCommandControllerPlugin::createMissingChildNodes","p":"Neos/ContentRepository/Command/NodeCommandControllerPlugin.html#method_createMissingChildNodes","d":"

Performs checks for missing child nodes according to the node's auto-create configuration and creates\nthem if necessary.

"},{"t":"M","n":"Neos\\ContentRepository\\Command\\NodeCommandControllerPlugin::createChildNodesByNodeType","p":"Neos/ContentRepository/Command/NodeCommandControllerPlugin.html#method_createChildNodesByNodeType","d":"

Create missing child nodes for the given node type

"},{"t":"M","n":"Neos\\ContentRepository\\Command\\NodeCommandControllerPlugin::addMissingDefaultValues","p":"Neos/ContentRepository/Command/NodeCommandControllerPlugin.html#method_addMissingDefaultValues","d":"

Performs checks for unset properties that has default values and sets them if necessary.

"},{"t":"M","n":"Neos\\ContentRepository\\Command\\NodeCommandControllerPlugin::addMissingDefaultValuesByNodeType","p":"Neos/ContentRepository/Command/NodeCommandControllerPlugin.html#method_addMissingDefaultValuesByNodeType","d":"

Adds missing default values for the given node type

"},{"t":"M","n":"Neos\\ContentRepository\\Command\\NodeCommandControllerPlugin::removeAbstractAndUndefinedNodes","p":"Neos/ContentRepository/Command/NodeCommandControllerPlugin.html#method_removeAbstractAndUndefinedNodes","d":"

Performs checks for nodes with abstract or undefined node types and removes them if found.

"},{"t":"M","n":"Neos\\ContentRepository\\Command\\NodeCommandControllerPlugin::removeDisallowedChildNodes","p":"Neos/ContentRepository/Command/NodeCommandControllerPlugin.html#method_removeDisallowedChildNodes","d":"

Performs checks for disallowed child nodes according to the node's auto-create configuration and constraints\nand removes them if found.

"},{"t":"M","n":"Neos\\ContentRepository\\Command\\NodeCommandControllerPlugin::removeOrphanNodes","p":"Neos/ContentRepository/Command/NodeCommandControllerPlugin.html#method_removeOrphanNodes","d":"

Performs checks for orphan nodes removes them if found.

"},{"t":"M","n":"Neos\\ContentRepository\\Command\\NodeCommandControllerPlugin::removeUndefinedProperties","p":"Neos/ContentRepository/Command/NodeCommandControllerPlugin.html#method_removeUndefinedProperties","d":"

Performs checks for orphan nodes removes them if found.

"},{"t":"M","n":"Neos\\ContentRepository\\Command\\NodeCommandControllerPlugin::removeBrokenEntityReferences","p":"Neos/ContentRepository/Command/NodeCommandControllerPlugin.html#method_removeBrokenEntityReferences","d":"

Remove broken entity references

"},{"t":"M","n":"Neos\\ContentRepository\\Command\\NodeCommandControllerPlugin::createContext","p":"Neos/ContentRepository/Command/NodeCommandControllerPlugin.html#method_createContext","d":"

Creates a content context for given workspace

"},{"t":"M","n":"Neos\\ContentRepository\\Command\\NodeCommandControllerPlugin::getNodeDataByNodeTypeAndWorkspace","p":"Neos/ContentRepository/Command/NodeCommandControllerPlugin.html#method_getNodeDataByNodeTypeAndWorkspace","d":"

Retrieves all NodeData objects of a certain node type inside a given workspace.

"},{"t":"M","n":"Neos\\ContentRepository\\Command\\NodeCommandControllerPlugin::removeNodeAndChildNodesInWorkspaceByPath","p":"Neos/ContentRepository/Command/NodeCommandControllerPlugin.html#method_removeNodeAndChildNodesInWorkspaceByPath","d":"

Removes all nodes with a specific path and their children in the given workspace.

"},{"t":"M","n":"Neos\\ContentRepository\\Command\\NodeCommandControllerPlugin::removeNode","p":"Neos/ContentRepository/Command/NodeCommandControllerPlugin.html#method_removeNode","d":"

Removes the specified node (exactly that one)

"},{"t":"M","n":"Neos\\ContentRepository\\Command\\NodeCommandControllerPlugin::removeNodesWithInvalidDimensions","p":"Neos/ContentRepository/Command/NodeCommandControllerPlugin.html#method_removeNodesWithInvalidDimensions","d":"

Remove nodes with invalid dimension values

"},{"t":"M","n":"Neos\\ContentRepository\\Command\\NodeCommandControllerPlugin::collectNodesWithInvalidDimensions","p":"Neos/ContentRepository/Command/NodeCommandControllerPlugin.html#method_collectNodesWithInvalidDimensions","d":"

Collects all nodes of the given node type which have dimension values not fitting to the current dimension\nconfiguration.

"},{"t":"M","n":"Neos\\ContentRepository\\Command\\NodeCommandControllerPlugin::removeNodesWithInvalidWorkspace","p":"Neos/ContentRepository/Command/NodeCommandControllerPlugin.html#method_removeNodesWithInvalidWorkspace","d":"

Remove nodes with invalid workspace

"},{"t":"M","n":"Neos\\ContentRepository\\Command\\NodeCommandControllerPlugin::collectNodesWithInvalidWorkspace","p":"Neos/ContentRepository/Command/NodeCommandControllerPlugin.html#method_collectNodesWithInvalidWorkspace","d":"

Collects all nodes of the given node type which refer to an invalid workspace\nconfiguration.

"},{"t":"M","n":"Neos\\ContentRepository\\Command\\NodeCommandControllerPlugin::fixNodesWithInconsistentIdentifier","p":"Neos/ContentRepository/Command/NodeCommandControllerPlugin.html#method_fixNodesWithInconsistentIdentifier","d":"

Detect and fix nodes in non-live workspaces whose identifier does not match their corresponding node in the\nlive workspace.

"},{"t":"M","n":"Neos\\ContentRepository\\Command\\NodeCommandControllerPlugin::reorderChildNodes","p":"Neos/ContentRepository/Command/NodeCommandControllerPlugin.html#method_reorderChildNodes","d":"

Reorder child nodes according to the current position configuration of child nodes.

"},{"t":"M","n":"Neos\\ContentRepository\\Command\\NodeCommandControllerPlugin::reorderChildNodesByNodeType","p":"Neos/ContentRepository/Command/NodeCommandControllerPlugin.html#method_reorderChildNodesByNodeType","d":"

Reorder child nodes for the given node type

"},{"t":"M","n":"Neos\\ContentRepository\\Command\\NodeCommandControllerPlugin::repairShadowNodes","p":"Neos/ContentRepository/Command/NodeCommandControllerPlugin.html#method_repairShadowNodes","d":"

Repair nodes whose shadow nodes are missing

"},{"t":"M","n":"Neos\\ContentRepository\\Command\\NodeCommandControllerPlugin::findMissingShadowNodesInWorkspace","p":"Neos/ContentRepository/Command/NodeCommandControllerPlugin.html#method_findMissingShadowNodesInWorkspace","d":"

Collects all nodes with missing shadow nodes

"},{"t":"M","n":"Neos\\ContentRepository\\Command\\NodeCommandControllerPlugin::on","p":"Neos/ContentRepository/Command/NodeCommandControllerPlugin.html#method_on","d":"

Attaches a new event handler

"},{"t":"M","n":"Neos\\ContentRepository\\Command\\NodeCommandControllerPlugin::dispatch","p":"Neos/ContentRepository/Command/NodeCommandControllerPlugin.html#method_dispatch","d":"

Trigger a custom event

"},{"t":"M","n":"Neos\\ContentRepository\\Command\\NodeCommandControllerPluginInterface::getSubCommandShortDescription","p":"Neos/ContentRepository/Command/NodeCommandControllerPluginInterface.html#method_getSubCommandShortDescription","d":"

Returns a short description for the specific task the plugin solves for the specified command

"},{"t":"M","n":"Neos\\ContentRepository\\Command\\NodeCommandControllerPluginInterface::getSubCommandDescription","p":"Neos/ContentRepository/Command/NodeCommandControllerPluginInterface.html#method_getSubCommandDescription","d":"

Returns a piece of description for the specific task the plugin solves for the specified command

"},{"t":"M","n":"Neos\\ContentRepository\\Command\\NodeCommandControllerPluginInterface::invokeSubCommand","p":"Neos/ContentRepository/Command/NodeCommandControllerPluginInterface.html#method_invokeSubCommand","d":"

A method which runs the task implemented by the plugin for the given command

"},{"t":"M","n":"Neos\\ContentRepository\\Configuration\\NodeTypesLoader::__construct","p":"Neos/ContentRepository/Configuration/NodeTypesLoader.html#method___construct","d":null},{"t":"M","n":"Neos\\ContentRepository\\Configuration\\NodeTypesLoader::load","p":"Neos/ContentRepository/Configuration/NodeTypesLoader.html#method_load","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\ContentStream\\ContentStreamIdentifier::fromString","p":"Neos/ContentRepository/Domain/ContentStream/ContentStreamIdentifier.html#method_fromString","d":null},{"t":"M","n":"Neos\\ContentRepository\\Domain\\ContentStream\\ContentStreamIdentifier::create","p":"Neos/ContentRepository/Domain/ContentStream/ContentStreamIdentifier.html#method_create","d":null},{"t":"M","n":"Neos\\ContentRepository\\Domain\\ContentStream\\ContentStreamIdentifier::jsonSerialize","p":"Neos/ContentRepository/Domain/ContentStream/ContentStreamIdentifier.html#method_jsonSerialize","d":null},{"t":"M","n":"Neos\\ContentRepository\\Domain\\ContentStream\\ContentStreamIdentifier::getCacheEntryIdentifier","p":"Neos/ContentRepository/Domain/ContentStream/ContentStreamIdentifier.html#method_getCacheEntryIdentifier","d":null},{"t":"M","n":"Neos\\ContentRepository\\Domain\\ContentStream\\ContentStreamIdentifier::__toString","p":"Neos/ContentRepository/Domain/ContentStream/ContentStreamIdentifier.html#method___toString","d":null},{"t":"M","n":"Neos\\ContentRepository\\Domain\\ContentStream\\ContentStreamIdentifier::equals","p":"Neos/ContentRepository/Domain/ContentStream/ContentStreamIdentifier.html#method_equals","d":null},{"t":"M","n":"Neos\\ContentRepository\\Domain\\ContentSubgraph\\NodePath::fromString","p":"Neos/ContentRepository/Domain/ContentSubgraph/NodePath.html#method_fromString","d":null},{"t":"M","n":"Neos\\ContentRepository\\Domain\\ContentSubgraph\\NodePath::fromPathSegments","p":"Neos/ContentRepository/Domain/ContentSubgraph/NodePath.html#method_fromPathSegments","d":null},{"t":"M","n":"Neos\\ContentRepository\\Domain\\ContentSubgraph\\NodePath::isRoot","p":"Neos/ContentRepository/Domain/ContentSubgraph/NodePath.html#method_isRoot","d":null},{"t":"M","n":"Neos\\ContentRepository\\Domain\\ContentSubgraph\\NodePath::isAbsolute","p":"Neos/ContentRepository/Domain/ContentSubgraph/NodePath.html#method_isAbsolute","d":null},{"t":"M","n":"Neos\\ContentRepository\\Domain\\ContentSubgraph\\NodePath::appendPathSegment","p":"Neos/ContentRepository/Domain/ContentSubgraph/NodePath.html#method_appendPathSegment","d":"

IMMUTABLE function to create a new NodePath by appending a path segment. Returns a NEW NodePath object

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\ContentSubgraph\\NodePath::getParts","p":"Neos/ContentRepository/Domain/ContentSubgraph/NodePath.html#method_getParts","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\ContentSubgraph\\NodePath::getDepth","p":"Neos/ContentRepository/Domain/ContentSubgraph/NodePath.html#method_getDepth","d":null},{"t":"M","n":"Neos\\ContentRepository\\Domain\\ContentSubgraph\\NodePath::equals","p":"Neos/ContentRepository/Domain/ContentSubgraph/NodePath.html#method_equals","d":null},{"t":"M","n":"Neos\\ContentRepository\\Domain\\ContentSubgraph\\NodePath::jsonSerialize","p":"Neos/ContentRepository/Domain/ContentSubgraph/NodePath.html#method_jsonSerialize","d":null},{"t":"M","n":"Neos\\ContentRepository\\Domain\\ContentSubgraph\\NodePath::__toString","p":"Neos/ContentRepository/Domain/ContentSubgraph/NodePath.html#method___toString","d":null},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Factory\\NodeFactory::createFromNodeData","p":"Neos/ContentRepository/Domain/Factory/NodeFactory.html#method_createFromNodeData","d":"

Creates a node from the given NodeData container.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Factory\\NodeFactory::getNodeInterfaceImplementations","p":"Neos/ContentRepository/Domain/Factory/NodeFactory.html#method_getNodeInterfaceImplementations","d":"

Get all NodeInterface implementations to check if a configured node class is in there.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Factory\\NodeFactory::filterNodeByContext","p":"Neos/ContentRepository/Domain/Factory/NodeFactory.html#method_filterNodeByContext","d":"

Filter a node by the current context.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Factory\\NodeFactory::createContextMatchingNodeData","p":"Neos/ContentRepository/Domain/Factory/NodeFactory.html#method_createContextMatchingNodeData","d":"

Generates a Context that exactly fits the given NodeData Workspace and Dimensions.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Factory\\NodeFactory::reset","p":"Neos/ContentRepository/Domain/Factory/NodeFactory.html#method_reset","d":"

Reset the node instances (for testing)

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\AbstractNodeData::__construct","p":"Neos/ContentRepository/Domain/Model/AbstractNodeData.html#method___construct","d":"

Constructs this node data container

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\AbstractNodeData::ensurePropertiesIsNeverNull","p":"Neos/ContentRepository/Domain/Model/AbstractNodeData.html#method_ensurePropertiesIsNeverNull","d":"

Make sure the properties are always an array.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\AbstractNodeData::setProperty","p":"Neos/ContentRepository/Domain/Model/AbstractNodeData.html#method_setProperty","d":"

Sets the specified property.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\AbstractNodeData::persistRelatedEntities","p":"Neos/ContentRepository/Domain/Model/AbstractNodeData.html#method_persistRelatedEntities","d":"

Checks if a property value contains an entity and persists it.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\AbstractNodeData::hasProperty","p":"Neos/ContentRepository/Domain/Model/AbstractNodeData.html#method_hasProperty","d":"

If this node has a property with the given name.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\AbstractNodeData::getProperty","p":"Neos/ContentRepository/Domain/Model/AbstractNodeData.html#method_getProperty","d":"

Returns the specified property.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\AbstractNodeData::removeProperty","p":"Neos/ContentRepository/Domain/Model/AbstractNodeData.html#method_removeProperty","d":"

Removes the specified property.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\AbstractNodeData::getProperties","p":"Neos/ContentRepository/Domain/Model/AbstractNodeData.html#method_getProperties","d":"

Returns all properties of this node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\AbstractNodeData::getPropertyNames","p":"Neos/ContentRepository/Domain/Model/AbstractNodeData.html#method_getPropertyNames","d":"

Returns the names of all properties of this node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\AbstractNodeData::setContentObject","p":"Neos/ContentRepository/Domain/Model/AbstractNodeData.html#method_setContentObject","d":"

Sets a content object for this node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\AbstractNodeData::getContentObject","p":"Neos/ContentRepository/Domain/Model/AbstractNodeData.html#method_getContentObject","d":"

Returns the content object of this node (if any).

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\AbstractNodeData::unsetContentObject","p":"Neos/ContentRepository/Domain/Model/AbstractNodeData.html#method_unsetContentObject","d":"

Unsets the content object of this node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\AbstractNodeData::setNodeType","p":"Neos/ContentRepository/Domain/Model/AbstractNodeData.html#method_setNodeType","d":"

Sets the node type of this node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\AbstractNodeData::getNodeType","p":"Neos/ContentRepository/Domain/Model/AbstractNodeData.html#method_getNodeType","d":"

Returns the node type of this node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\AbstractNodeData::getCreationDateTime","p":"Neos/ContentRepository/Domain/Model/AbstractNodeData.html#method_getCreationDateTime","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\AbstractNodeData::getLastModificationDateTime","p":"Neos/ContentRepository/Domain/Model/AbstractNodeData.html#method_getLastModificationDateTime","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\AbstractNodeData::getLastPublicationDateTime","p":"Neos/ContentRepository/Domain/Model/AbstractNodeData.html#method_getLastPublicationDateTime","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\AbstractNodeData::setLastPublicationDateTime","p":"Neos/ContentRepository/Domain/Model/AbstractNodeData.html#method_setLastPublicationDateTime","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\AbstractNodeData::setHidden","p":"Neos/ContentRepository/Domain/Model/AbstractNodeData.html#method_setHidden","d":"

Sets the "hidden" flag for this node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\AbstractNodeData::isHidden","p":"Neos/ContentRepository/Domain/Model/AbstractNodeData.html#method_isHidden","d":"

Returns the current state of the hidden flag

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\AbstractNodeData::setHiddenBeforeDateTime","p":"Neos/ContentRepository/Domain/Model/AbstractNodeData.html#method_setHiddenBeforeDateTime","d":"

Sets the date and time when this node becomes potentially visible.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\AbstractNodeData::getHiddenBeforeDateTime","p":"Neos/ContentRepository/Domain/Model/AbstractNodeData.html#method_getHiddenBeforeDateTime","d":"

Returns the date and time before which this node will be automatically hidden.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\AbstractNodeData::setHiddenAfterDateTime","p":"Neos/ContentRepository/Domain/Model/AbstractNodeData.html#method_setHiddenAfterDateTime","d":"

Sets the date and time when this node should be automatically hidden

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\AbstractNodeData::getHiddenAfterDateTime","p":"Neos/ContentRepository/Domain/Model/AbstractNodeData.html#method_getHiddenAfterDateTime","d":"

Returns the date and time after which this node will be automatically hidden.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\AbstractNodeData::setHiddenInIndex","p":"Neos/ContentRepository/Domain/Model/AbstractNodeData.html#method_setHiddenInIndex","d":"

Sets if this node should be hidden in indexes, such as a site navigation.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\AbstractNodeData::isHiddenInIndex","p":"Neos/ContentRepository/Domain/Model/AbstractNodeData.html#method_isHiddenInIndex","d":"

If this node should be hidden in indexes

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\AbstractNodeData::setAccessRoles","p":"Neos/ContentRepository/Domain/Model/AbstractNodeData.html#method_setAccessRoles","d":"

Sets the roles which are required to access this node

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\AbstractNodeData::getAccessRoles","p":"Neos/ContentRepository/Domain/Model/AbstractNodeData.html#method_getAccessRoles","d":"

Returns the names of defined access roles

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\AbstractNodeData::addOrUpdate","p":"Neos/ContentRepository/Domain/Model/AbstractNodeData.html#method_addOrUpdate","d":"

By default this method does not do anything.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\AbstractNodeData::updateContentObject","p":"Neos/ContentRepository/Domain/Model/AbstractNodeData.html#method_updateContentObject","d":"

By default this method does not do anything.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\AbstractNodeData::getWorkspace","p":"Neos/ContentRepository/Domain/Model/AbstractNodeData.html#method_getWorkspace","d":"

Returns the workspace this node is contained in

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\ContentDimension::__construct","p":"Neos/ContentRepository/Domain/Model/ContentDimension.html#method___construct","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\ContentDimension::getIdentifier","p":"Neos/ContentRepository/Domain/Model/ContentDimension.html#method_getIdentifier","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\ContentDimension::getDefault","p":"Neos/ContentRepository/Domain/Model/ContentDimension.html#method_getDefault","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\ContentObjectProxy::__construct","p":"Neos/ContentRepository/Domain/Model/ContentObjectProxy.html#method___construct","d":"

Constructs this content type

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\ContentObjectProxy::initializeObject","p":"Neos/ContentRepository/Domain/Model/ContentObjectProxy.html#method_initializeObject","d":"

Fetches the identifier from the set content object. If that\nis not using automatically introduced UUIDs by Flow it tries\nto call persistAll() and fetch the identifier again. If it still\nfails, an exception is thrown.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\ContentObjectProxy::getObject","p":"Neos/ContentRepository/Domain/Model/ContentObjectProxy.html#method_getObject","d":"

Returns the real object this proxy stands for

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\ExpressionBasedNodeLabelGenerator::getExpression","p":"Neos/ContentRepository/Domain/Model/ExpressionBasedNodeLabelGenerator.html#method_getExpression","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\ExpressionBasedNodeLabelGenerator::setExpression","p":"Neos/ContentRepository/Domain/Model/ExpressionBasedNodeLabelGenerator.html#method_setExpression","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\ExpressionBasedNodeLabelGenerator::initializeObject","p":"Neos/ContentRepository/Domain/Model/ExpressionBasedNodeLabelGenerator.html#method_initializeObject","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\ExpressionBasedNodeLabelGenerator::getLabel","p":"Neos/ContentRepository/Domain/Model/ExpressionBasedNodeLabelGenerator.html#method_getLabel","d":"

Render a node label

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\InterDimension\\ContentSubgraph::__construct","p":"Neos/ContentRepository/Domain/Model/InterDimension/ContentSubgraph.html#method___construct","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\InterDimension\\ContentSubgraph::getDimensionValues","p":"Neos/ContentRepository/Domain/Model/InterDimension/ContentSubgraph.html#method_getDimensionValues","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\InterDimension\\ContentSubgraph::getDimensionValue","p":"Neos/ContentRepository/Domain/Model/InterDimension/ContentSubgraph.html#method_getDimensionValue","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\InterDimension\\ContentSubgraph::getIdentityHash","p":"Neos/ContentRepository/Domain/Model/InterDimension/ContentSubgraph.html#method_getIdentityHash","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\InterDimension\\ContentSubgraph::getWeight","p":"Neos/ContentRepository/Domain/Model/InterDimension/ContentSubgraph.html#method_getWeight","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\InterDimension\\ContentSubgraph::registerVariantEdge","p":"Neos/ContentRepository/Domain/Model/InterDimension/ContentSubgraph.html#method_registerVariantEdge","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\InterDimension\\ContentSubgraph::getVariantEdges","p":"Neos/ContentRepository/Domain/Model/InterDimension/ContentSubgraph.html#method_getVariantEdges","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\InterDimension\\ContentSubgraph::registerFallbackEdge","p":"Neos/ContentRepository/Domain/Model/InterDimension/ContentSubgraph.html#method_registerFallbackEdge","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\InterDimension\\ContentSubgraph::getFallbackEdges","p":"Neos/ContentRepository/Domain/Model/InterDimension/ContentSubgraph.html#method_getFallbackEdges","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\InterDimension\\ContentSubgraph::getVariants","p":"Neos/ContentRepository/Domain/Model/InterDimension/ContentSubgraph.html#method_getVariants","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\InterDimension\\ContentSubgraph::getFallback","p":"Neos/ContentRepository/Domain/Model/InterDimension/ContentSubgraph.html#method_getFallback","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\InterDimension\\InterDimensionalFallbackGraph::__construct","p":"Neos/ContentRepository/Domain/Model/InterDimension/InterDimensionalFallbackGraph.html#method___construct","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\InterDimension\\InterDimensionalFallbackGraph::createContentSubgraph","p":"Neos/ContentRepository/Domain/Model/InterDimension/InterDimensionalFallbackGraph.html#method_createContentSubgraph","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\InterDimension\\InterDimensionalFallbackGraph::connectSubgraphs","p":"Neos/ContentRepository/Domain/Model/InterDimension/InterDimensionalFallbackGraph.html#method_connectSubgraphs","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\InterDimension\\InterDimensionalFallbackGraph::calculateFallbackWeight","p":"Neos/ContentRepository/Domain/Model/InterDimension/InterDimensionalFallbackGraph.html#method_calculateFallbackWeight","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\InterDimension\\InterDimensionalFallbackGraph::normalizeWeight","p":"Neos/ContentRepository/Domain/Model/InterDimension/InterDimensionalFallbackGraph.html#method_normalizeWeight","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\InterDimension\\InterDimensionalFallbackGraph::determineWeightNormalizationBase","p":"Neos/ContentRepository/Domain/Model/InterDimension/InterDimensionalFallbackGraph.html#method_determineWeightNormalizationBase","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\InterDimension\\InterDimensionalFallbackGraph::getPrimaryFallback","p":"Neos/ContentRepository/Domain/Model/InterDimension/InterDimensionalFallbackGraph.html#method_getPrimaryFallback","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\InterDimension\\InterDimensionalFallbackGraph::getSubgraphs","p":"Neos/ContentRepository/Domain/Model/InterDimension/InterDimensionalFallbackGraph.html#method_getSubgraphs","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\InterDimension\\InterDimensionalFallbackGraph::getSubgraph","p":"Neos/ContentRepository/Domain/Model/InterDimension/InterDimensionalFallbackGraph.html#method_getSubgraph","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\InterDimension\\VariationEdge::__construct","p":"Neos/ContentRepository/Domain/Model/InterDimension/VariationEdge.html#method___construct","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\InterDimension\\VariationEdge::getVariant","p":"Neos/ContentRepository/Domain/Model/InterDimension/VariationEdge.html#method_getVariant","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\InterDimension\\VariationEdge::getFallback","p":"Neos/ContentRepository/Domain/Model/InterDimension/VariationEdge.html#method_getFallback","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\InterDimension\\VariationEdge::getWeight","p":"Neos/ContentRepository/Domain/Model/InterDimension/VariationEdge.html#method_getWeight","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\IntraDimension\\ContentDimension::__construct","p":"Neos/ContentRepository/Domain/Model/IntraDimension/ContentDimension.html#method___construct","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\IntraDimension\\ContentDimension::getName","p":"Neos/ContentRepository/Domain/Model/IntraDimension/ContentDimension.html#method_getName","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\IntraDimension\\ContentDimension::getLabel","p":"Neos/ContentRepository/Domain/Model/IntraDimension/ContentDimension.html#method_getLabel","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\IntraDimension\\ContentDimension::createValue","p":"Neos/ContentRepository/Domain/Model/IntraDimension/ContentDimension.html#method_createValue","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\IntraDimension\\ContentDimension::getValues","p":"Neos/ContentRepository/Domain/Model/IntraDimension/ContentDimension.html#method_getValues","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\IntraDimension\\ContentDimension::getValue","p":"Neos/ContentRepository/Domain/Model/IntraDimension/ContentDimension.html#method_getValue","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\IntraDimension\\ContentDimension::getRootValues","p":"Neos/ContentRepository/Domain/Model/IntraDimension/ContentDimension.html#method_getRootValues","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\IntraDimension\\ContentDimension::getDepth","p":"Neos/ContentRepository/Domain/Model/IntraDimension/ContentDimension.html#method_getDepth","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\IntraDimension\\ContentDimensionValue::__construct","p":"Neos/ContentRepository/Domain/Model/IntraDimension/ContentDimensionValue.html#method___construct","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\IntraDimension\\ContentDimensionValue::registerVariant","p":"Neos/ContentRepository/Domain/Model/IntraDimension/ContentDimensionValue.html#method_registerVariant","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\IntraDimension\\ContentDimensionValue::getVariants","p":"Neos/ContentRepository/Domain/Model/IntraDimension/ContentDimensionValue.html#method_getVariants","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\IntraDimension\\ContentDimensionValue::getFallback","p":"Neos/ContentRepository/Domain/Model/IntraDimension/ContentDimensionValue.html#method_getFallback","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\IntraDimension\\ContentDimensionValue::getValue","p":"Neos/ContentRepository/Domain/Model/IntraDimension/ContentDimensionValue.html#method_getValue","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\IntraDimension\\ContentDimensionValue::getDepth","p":"Neos/ContentRepository/Domain/Model/IntraDimension/ContentDimensionValue.html#method_getDepth","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\IntraDimension\\ContentDimensionValue::calculateFallbackDepth","p":"Neos/ContentRepository/Domain/Model/IntraDimension/ContentDimensionValue.html#method_calculateFallbackDepth","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\IntraDimension\\ContentDimensionValue::__toString","p":"Neos/ContentRepository/Domain/Model/IntraDimension/ContentDimensionValue.html#method___toString","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\IntraDimension\\IntraDimensionalFallbackGraph::createDimension","p":"Neos/ContentRepository/Domain/Model/IntraDimension/IntraDimensionalFallbackGraph.html#method_createDimension","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\IntraDimension\\IntraDimensionalFallbackGraph::getDimensions","p":"Neos/ContentRepository/Domain/Model/IntraDimension/IntraDimensionalFallbackGraph.html#method_getDimensions","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\IntraDimension\\IntraDimensionalFallbackGraph::getDimension","p":"Neos/ContentRepository/Domain/Model/IntraDimension/IntraDimensionalFallbackGraph.html#method_getDimension","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::__construct","p":"Neos/ContentRepository/Domain/Model/Node.html#method___construct","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::getContextPath","p":"Neos/ContentRepository/Domain/Model/Node.html#method_getContextPath","d":"

Returns the absolute path of this node with additional context information (such as the workspace name).

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::setName","p":"Neos/ContentRepository/Domain/Model/Node.html#method_setName","d":"

Set the name of the node to $newName, keeping its position as it is.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::setPath","p":"Neos/ContentRepository/Domain/Model/Node.html#method_setPath","d":"

Sets the absolute path of this node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::isNodePathAvailable","p":"Neos/ContentRepository/Domain/Model/Node.html#method_isNodePathAvailable","d":"

Checks if the given node path is available for this node, so either no node with this path exists or an existing node has the same identifier.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::setPathInternal","p":"Neos/ContentRepository/Domain/Model/Node.html#method_setPathInternal","d":"

Moves a node and sub nodes to the new path.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::setPathInternalForAggregate","p":"Neos/ContentRepository/Domain/Model/Node.html#method_setPathInternalForAggregate","d":"

Moves a node and sub nodes to the new path given with special logic for aggregate node types.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::moveNodeData","p":"Neos/ContentRepository/Domain/Model/Node.html#method_moveNodeData","d":"

Moves a NodeData object that is either a variant or child node to the given destination path.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::createNodeForVariant","p":"Neos/ContentRepository/Domain/Model/Node.html#method_createNodeForVariant","d":"

Create a node for the given NodeData, given that it is a variant of the current node

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::moveVariantOrChild","p":"Neos/ContentRepository/Domain/Model/Node.html#method_moveVariantOrChild","d":"

Moves the given variant or child node to the destination defined by the given path which is\nthe new path for the originally moved (parent|variant) node

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::moveNodeToDestinationPath","p":"Neos/ContentRepository/Domain/Model/Node.html#method_moveNodeToDestinationPath","d":"

Moves the given node to the destination path by modifying the underlaying NodeData object.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::getOtherNodeVariants","p":"Neos/ContentRepository/Domain/Model/Node.html#method_getOtherNodeVariants","d":"

Get other variants of this node (with different dimension values)

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::getCreationDateTime","p":"Neos/ContentRepository/Domain/Model/Node.html#method_getCreationDateTime","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::getLastModificationDateTime","p":"Neos/ContentRepository/Domain/Model/Node.html#method_getLastModificationDateTime","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::setLastPublicationDateTime","p":"Neos/ContentRepository/Domain/Model/Node.html#method_setLastPublicationDateTime","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::getLastPublicationDateTime","p":"Neos/ContentRepository/Domain/Model/Node.html#method_getLastPublicationDateTime","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::getPath","p":"Neos/ContentRepository/Domain/Model/Node.html#method_getPath","d":"

Returns the path of this node

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::getDepth","p":"Neos/ContentRepository/Domain/Model/Node.html#method_getDepth","d":"

Returns the level at which this node is located.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::getName","p":"Neos/ContentRepository/Domain/Model/Node.html#method_getName","d":"

Returns the name of this node

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::getLabel","p":"Neos/ContentRepository/Domain/Model/Node.html#method_getLabel","d":"

Returns the node label as generated by the configured node label generator

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::setWorkspace","p":"Neos/ContentRepository/Domain/Model/Node.html#method_setWorkspace","d":"

Sets the workspace of this node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::getWorkspace","p":"Neos/ContentRepository/Domain/Model/Node.html#method_getWorkspace","d":"

Returns the workspace this node is contained in

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::getIdentifier","p":"Neos/ContentRepository/Domain/Model/Node.html#method_getIdentifier","d":"

Returns the identifier of this node

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::setIndex","p":"Neos/ContentRepository/Domain/Model/Node.html#method_setIndex","d":"

Sets the index of this node

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::getIndex","p":"Neos/ContentRepository/Domain/Model/Node.html#method_getIndex","d":"

Returns the index of this node which determines the order among siblings\nwith the same parent node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::getParent","p":"Neos/ContentRepository/Domain/Model/Node.html#method_getParent","d":"

Returns the parent node of this node

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::getParentPath","p":"Neos/ContentRepository/Domain/Model/Node.html#method_getParentPath","d":"

Returns the parent node path

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::isRoot","p":"Neos/ContentRepository/Domain/Model/Node.html#method_isRoot","d":"

Whether or not the node is the root node (i.e. has no parent node)

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::moveBefore","p":"Neos/ContentRepository/Domain/Model/Node.html#method_moveBefore","d":"

Moves this node before the given node

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::moveAfter","p":"Neos/ContentRepository/Domain/Model/Node.html#method_moveAfter","d":"

Moves this node after the given node

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::moveInto","p":"Neos/ContentRepository/Domain/Model/Node.html#method_moveInto","d":"

Moves this node into the given node

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::copyBefore","p":"Neos/ContentRepository/Domain/Model/Node.html#method_copyBefore","d":"

Copies this node before the given node

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::copyAfter","p":"Neos/ContentRepository/Domain/Model/Node.html#method_copyAfter","d":"

Copies this node after the given node

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::copyInto","p":"Neos/ContentRepository/Domain/Model/Node.html#method_copyInto","d":"

Copies this node into the given node

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::copyIntoInternal","p":"Neos/ContentRepository/Domain/Model/Node.html#method_copyIntoInternal","d":"

Internal method to do the actual copying.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::setProperty","p":"Neos/ContentRepository/Domain/Model/Node.html#method_setProperty","d":"

Sets the specified property.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::hasProperty","p":"Neos/ContentRepository/Domain/Model/Node.html#method_hasProperty","d":"

If this node has a property with the given name.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::getProperty","p":"Neos/ContentRepository/Domain/Model/Node.html#method_getProperty","d":"

Returns the specified property.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::resolvePropertyReferences","p":"Neos/ContentRepository/Domain/Model/Node.html#method_resolvePropertyReferences","d":"

Maps the property value (an array of node identifiers) to the Node objects if needed.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::removeProperty","p":"Neos/ContentRepository/Domain/Model/Node.html#method_removeProperty","d":"

Removes the specified property.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::getProperties","p":"Neos/ContentRepository/Domain/Model/Node.html#method_getProperties","d":"

Returns all properties of this node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::getPropertyNames","p":"Neos/ContentRepository/Domain/Model/Node.html#method_getPropertyNames","d":"

Returns the names of all properties of this node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::setContentObject","p":"Neos/ContentRepository/Domain/Model/Node.html#method_setContentObject","d":"

Sets a content object for this node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::getContentObject","p":"Neos/ContentRepository/Domain/Model/Node.html#method_getContentObject","d":"

Returns the content object of this node (if any).

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::unsetContentObject","p":"Neos/ContentRepository/Domain/Model/Node.html#method_unsetContentObject","d":"

Unsets the content object of this node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::setNodeType","p":"Neos/ContentRepository/Domain/Model/Node.html#method_setNodeType","d":"

Sets the node type of this node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::getNodeType","p":"Neos/ContentRepository/Domain/Model/Node.html#method_getNodeType","d":"

Returns the node type of this node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::createNode","p":"Neos/ContentRepository/Domain/Model/Node.html#method_createNode","d":"

Creates, adds and returns a child node of this node. Also sets default\nproperties and creates default subnodes.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::createSingleNode","p":"Neos/ContentRepository/Domain/Model/Node.html#method_createSingleNode","d":"

Creates, adds and returns a child node of this node, without setting default\nproperties or creating subnodes. Only used internally.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::willChildNodeBeAutoCreated","p":"Neos/ContentRepository/Domain/Model/Node.html#method_willChildNodeBeAutoCreated","d":"

Checks if the given Node $name is configured as auto-created childNode in the NodeType configuration.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::createNodeFromTemplate","p":"Neos/ContentRepository/Domain/Model/Node.html#method_createNodeFromTemplate","d":"

Creates and persists a node from the given $nodeTemplate as child node

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::getNode","p":"Neos/ContentRepository/Domain/Model/Node.html#method_getNode","d":"

Returns a node specified by the given relative path.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::getPrimaryChildNode","p":"Neos/ContentRepository/Domain/Model/Node.html#method_getPrimaryChildNode","d":"

Returns the primary child node of this node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::getChildNodes","p":"Neos/ContentRepository/Domain/Model/Node.html#method_getChildNodes","d":"

Returns all direct child nodes of this node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::getNumberOfChildNodes","p":"Neos/ContentRepository/Domain/Model/Node.html#method_getNumberOfChildNodes","d":"

Returns the number of child nodes a similar getChildNodes() call would return.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::hasChildNodes","p":"Neos/ContentRepository/Domain/Model/Node.html#method_hasChildNodes","d":"

Checks if this node has any child nodes.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::remove","p":"Neos/ContentRepository/Domain/Model/Node.html#method_remove","d":"

Removes this node and all its child nodes. This is an alias for setRemoved(true)

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::setRemoved","p":"Neos/ContentRepository/Domain/Model/Node.html#method_setRemoved","d":"

Enables using the remove method when only setters are available

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::isRemoved","p":"Neos/ContentRepository/Domain/Model/Node.html#method_isRemoved","d":"

If this node is a removed node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::setHidden","p":"Neos/ContentRepository/Domain/Model/Node.html#method_setHidden","d":"

Sets the "hidden" flag for this node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::isHidden","p":"Neos/ContentRepository/Domain/Model/Node.html#method_isHidden","d":"

Returns the current state of the hidden flag

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::setHiddenBeforeDateTime","p":"Neos/ContentRepository/Domain/Model/Node.html#method_setHiddenBeforeDateTime","d":"

Sets the date and time when this node becomes potentially visible.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::getHiddenBeforeDateTime","p":"Neos/ContentRepository/Domain/Model/Node.html#method_getHiddenBeforeDateTime","d":"

Returns the date and time before which this node will be automatically hidden.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::setHiddenAfterDateTime","p":"Neos/ContentRepository/Domain/Model/Node.html#method_setHiddenAfterDateTime","d":"

Sets the date and time when this node should be automatically hidden

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::getHiddenAfterDateTime","p":"Neos/ContentRepository/Domain/Model/Node.html#method_getHiddenAfterDateTime","d":"

Returns the date and time after which this node will be automatically hidden.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::setHiddenInIndex","p":"Neos/ContentRepository/Domain/Model/Node.html#method_setHiddenInIndex","d":"

Sets if this node should be hidden in indexes, such as a site navigation.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::isHiddenInIndex","p":"Neos/ContentRepository/Domain/Model/Node.html#method_isHiddenInIndex","d":"

If this node should be hidden in indexes

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::setAccessRoles","p":"Neos/ContentRepository/Domain/Model/Node.html#method_setAccessRoles","d":"

Sets the roles which are required to access this node

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::getAccessRoles","p":"Neos/ContentRepository/Domain/Model/Node.html#method_getAccessRoles","d":"

Returns the names of defined access roles

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::hasAccessRestrictions","p":"Neos/ContentRepository/Domain/Model/Node.html#method_hasAccessRestrictions","d":"

Tells if a node, in general, has access restrictions, independent of the\ncurrent security context.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::isVisible","p":"Neos/ContentRepository/Domain/Model/Node.html#method_isVisible","d":"

Tells if this node is "visible".

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::isAccessible","p":"Neos/ContentRepository/Domain/Model/Node.html#method_isAccessible","d":"

Tells if this node may be accessed according to the current security context.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::getContext","p":"Neos/ContentRepository/Domain/Model/Node.html#method_getContext","d":"

Returns the context this node operates in.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::materializeNodeDataAsNeeded","p":"Neos/ContentRepository/Domain/Model/Node.html#method_materializeNodeDataAsNeeded","d":"

Materialize the node data either shallow or with child nodes depending\non how we materialize (workspace or dimensions).

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::materializeNodeData","p":"Neos/ContentRepository/Domain/Model/Node.html#method_materializeNodeData","d":"

Materializes the original node data (of a different workspace) into the current\nworkspace. And unlike the shallow counterpart does that for all auto-created\nchild nodes as well.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::shallowMaterializeNodeData","p":"Neos/ContentRepository/Domain/Model/Node.html#method_shallowMaterializeNodeData","d":"

Materializes the original node data (of a different workspace) into the current\nworkspace.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::createRecursiveCopy","p":"Neos/ContentRepository/Domain/Model/Node.html#method_createRecursiveCopy","d":"

Create a recursive copy of this node below $referenceNode with $nodeName.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::isNodeDataMatchingContext","p":"Neos/ContentRepository/Domain/Model/Node.html#method_isNodeDataMatchingContext","d":"

The NodeData matches the context if the workspace matches exactly.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::workspaceIsMatchingContext","p":"Neos/ContentRepository/Domain/Model/Node.html#method_workspaceIsMatchingContext","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::similarize","p":"Neos/ContentRepository/Domain/Model/Node.html#method_similarize","d":"

For internal use in createRecursiveCopy.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::getNodeData","p":"Neos/ContentRepository/Domain/Model/Node.html#method_getNodeData","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::getCacheEntryIdentifier","p":"Neos/ContentRepository/Domain/Model/Node.html#method_getCacheEntryIdentifier","d":"

Returns a string which distinctly identifies this object and thus can be used as an identifier for cache entries\nrelated to this object.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::getDimensions","p":"Neos/ContentRepository/Domain/Model/Node.html#method_getDimensions","d":"

Return the assigned content dimensions of the node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::createVariantForContext","p":"Neos/ContentRepository/Domain/Model/Node.html#method_createVariantForContext","d":"

Given a context a new node is returned that is like this node, but\nlives in the new context.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::dimensionsAreMatchingTargetDimensionValues","p":"Neos/ContentRepository/Domain/Model/Node.html#method_dimensionsAreMatchingTargetDimensionValues","d":"

Internal method

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::setNodeData","p":"Neos/ContentRepository/Domain/Model/Node.html#method_setNodeData","d":"

Set the associated NodeData in regards to the Context.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::isNodeTypeAllowedAsChildNode","p":"Neos/ContentRepository/Domain/Model/Node.html#method_isNodeTypeAllowedAsChildNode","d":"

Checks if the given $nodeType would be allowed as a child node of this node according to the configured constraints.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::isAutoCreated","p":"Neos/ContentRepository/Domain/Model/Node.html#method_isAutoCreated","d":"

Determine if this node is configured as auto-created childNode of the parent node. If that is the case, it\nshould not be deleted.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::isTethered","p":"Neos/ContentRepository/Domain/Model/Node.html#method_isTethered","d":"

Whether or not this node is tethered to its parent, fka auto created child node

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::setNodeDataIsMatchingContext","p":"Neos/ContentRepository/Domain/Model/Node.html#method_setNodeDataIsMatchingContext","d":"

Set the status of the associated NodeData in regards to the Context.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::getContentStreamIdentifier","p":"Neos/ContentRepository/Domain/Model/Node.html#method_getContentStreamIdentifier","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::getNodeAggregateIdentifier","p":"Neos/ContentRepository/Domain/Model/Node.html#method_getNodeAggregateIdentifier","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::getNodeTypeName","p":"Neos/ContentRepository/Domain/Model/Node.html#method_getNodeTypeName","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::getNodeName","p":"Neos/ContentRepository/Domain/Model/Node.html#method_getNodeName","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::getDimensionSpacePoint","p":"Neos/ContentRepository/Domain/Model/Node.html#method_getDimensionSpacePoint","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::getOriginDimensionSpacePoint","p":"Neos/ContentRepository/Domain/Model/Node.html#method_getOriginDimensionSpacePoint","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::findParentNode","p":"Neos/ContentRepository/Domain/Model/Node.html#method_findParentNode","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::findNodePath","p":"Neos/ContentRepository/Domain/Model/Node.html#method_findNodePath","d":"

Retrieves and returns the node's path to its root node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::findNamedChildNode","p":"Neos/ContentRepository/Domain/Model/Node.html#method_findNamedChildNode","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::findChildNodes","p":"Neos/ContentRepository/Domain/Model/Node.html#method_findChildNodes","d":"

Returns all direct child nodes of this node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::countChildNodes","p":"Neos/ContentRepository/Domain/Model/Node.html#method_countChildNodes","d":"

Returns the number of direct child nodes of this node from its subgraph.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::findReferencedNodes","p":"Neos/ContentRepository/Domain/Model/Node.html#method_findReferencedNodes","d":"

Retrieves and returns all nodes referenced by this node from its subgraph.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::findNamedReferencedNodes","p":"Neos/ContentRepository/Domain/Model/Node.html#method_findNamedReferencedNodes","d":"

Retrieves and returns nodes referenced by this node by name from its subgraph.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::findReferencingNodes","p":"Neos/ContentRepository/Domain/Model/Node.html#method_findReferencingNodes","d":"

Retrieves and returns nodes referencing this node from its subgraph.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::findNamedReferencingNodes","p":"Neos/ContentRepository/Domain/Model/Node.html#method_findNamedReferencingNodes","d":"

Retrieves and returns nodes referencing this node by name from its subgraph.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::emitBeforeNodeMove","p":"Neos/ContentRepository/Domain/Model/Node.html#method_emitBeforeNodeMove","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::emitAfterNodeMove","p":"Neos/ContentRepository/Domain/Model/Node.html#method_emitAfterNodeMove","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::emitBeforeNodeCopy","p":"Neos/ContentRepository/Domain/Model/Node.html#method_emitBeforeNodeCopy","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::emitAfterNodeCopy","p":"Neos/ContentRepository/Domain/Model/Node.html#method_emitAfterNodeCopy","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::emitNodePathChanged","p":"Neos/ContentRepository/Domain/Model/Node.html#method_emitNodePathChanged","d":"

Signals that the node path has been changed.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::emitBeforeNodeCreate","p":"Neos/ContentRepository/Domain/Model/Node.html#method_emitBeforeNodeCreate","d":"

Signals that a node will be created.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::emitAfterNodeCreate","p":"Neos/ContentRepository/Domain/Model/Node.html#method_emitAfterNodeCreate","d":"

Signals that a node was created.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::emitNodeAdded","p":"Neos/ContentRepository/Domain/Model/Node.html#method_emitNodeAdded","d":"

Signals that a node was added.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::emitNodeUpdated","p":"Neos/ContentRepository/Domain/Model/Node.html#method_emitNodeUpdated","d":"

Signals that a node was updated.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::emitNodeRemoved","p":"Neos/ContentRepository/Domain/Model/Node.html#method_emitNodeRemoved","d":"

Signals that a node was removed.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::emitBeforeNodePropertyChange","p":"Neos/ContentRepository/Domain/Model/Node.html#method_emitBeforeNodePropertyChange","d":"

Signals that the property of a node will be changed.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::emitNodePropertyChanged","p":"Neos/ContentRepository/Domain/Model/Node.html#method_emitNodePropertyChanged","d":"

Signals that the property of a node was changed.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::__toString","p":"Neos/ContentRepository/Domain/Model/Node.html#method___toString","d":"

For debugging purposes, the node can be converted to a string.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::equals","p":"Neos/ContentRepository/Domain/Model/Node.html#method_equals","d":"

Compare whether two traversable nodes are equal

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeData::__construct","p":"Neos/ContentRepository/Domain/Model/NodeData.html#method___construct","d":"

Constructs this node data container

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeData::getName","p":"Neos/ContentRepository/Domain/Model/NodeData.html#method_getName","d":"

Returns the name of this node

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeData::setPath","p":"Neos/ContentRepository/Domain/Model/NodeData.html#method_setPath","d":"

Sets the absolute path of this node

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeData::getPath","p":"Neos/ContentRepository/Domain/Model/NodeData.html#method_getPath","d":"

Returns the path of this node

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeData::getContextPath","p":"Neos/ContentRepository/Domain/Model/NodeData.html#method_getContextPath","d":"

Returns the absolute path of this node with additional context information (such as the workspace name).

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeData::getDepth","p":"Neos/ContentRepository/Domain/Model/NodeData.html#method_getDepth","d":"

Returns the level at which this node is located.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeData::setWorkspace","p":"Neos/ContentRepository/Domain/Model/NodeData.html#method_setWorkspace","d":"

Sets the workspace of this node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeData::getWorkspace","p":"Neos/ContentRepository/Domain/Model/NodeData.html#method_getWorkspace","d":"

Returns the workspace this node is contained in

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeData::getIdentifier","p":"Neos/ContentRepository/Domain/Model/NodeData.html#method_getIdentifier","d":"

Returns the identifier of this node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeData::setIndex","p":"Neos/ContentRepository/Domain/Model/NodeData.html#method_setIndex","d":"

Sets the index of this node

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeData::getIndex","p":"Neos/ContentRepository/Domain/Model/NodeData.html#method_getIndex","d":"

Returns the index of this node which determines the order among siblings\nwith the same parent node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeData::getParent","p":"Neos/ContentRepository/Domain/Model/NodeData.html#method_getParent","d":"

Returns the parent node of this node

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeData::getParentPath","p":"Neos/ContentRepository/Domain/Model/NodeData.html#method_getParentPath","d":"

Returns the parent node path

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeData::createNodeData","p":"Neos/ContentRepository/Domain/Model/NodeData.html#method_createNodeData","d":"

Creates, adds and returns a child node of this node. Also sets default\nproperties and creates default subnodes.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeData::createSingleNodeData","p":"Neos/ContentRepository/Domain/Model/NodeData.html#method_createSingleNodeData","d":"

Creates, adds and returns a child node of this node, without setting default\nproperties or creating subnodes.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeData::createNodeDataFromTemplate","p":"Neos/ContentRepository/Domain/Model/NodeData.html#method_createNodeDataFromTemplate","d":"

Creates and persists a node from the given $nodeTemplate as child node

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeData::setIdentifier","p":"Neos/ContentRepository/Domain/Model/NodeData.html#method_setIdentifier","d":"

Change the identifier of this node data

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeData::getChildNodeData","p":"Neos/ContentRepository/Domain/Model/NodeData.html#method_getChildNodeData","d":"

Returns all direct child node data of this node data with reducing the result by dimensionHash only

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeData::getNumberOfChildNodes","p":"Neos/ContentRepository/Domain/Model/NodeData.html#method_getNumberOfChildNodes","d":"

Returns the number of child nodes a similar getChildNodes() call would return.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeData::remove","p":"Neos/ContentRepository/Domain/Model/NodeData.html#method_remove","d":"

Removes this node and all its child nodes. This is an alias for setRemoved(true)

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeData::setRemoved","p":"Neos/ContentRepository/Domain/Model/NodeData.html#method_setRemoved","d":"

Enables using the remove method when only setters are available

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeData::isRemoved","p":"Neos/ContentRepository/Domain/Model/NodeData.html#method_isRemoved","d":"

If this node is a removed node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeData::isVisible","p":"Neos/ContentRepository/Domain/Model/NodeData.html#method_isVisible","d":"

Tells if this node is "visible".

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeData::isAccessible","p":"Neos/ContentRepository/Domain/Model/NodeData.html#method_isAccessible","d":"

Tells if this node may be accessed according to the current security context.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeData::hasAccessRestrictions","p":"Neos/ContentRepository/Domain/Model/NodeData.html#method_hasAccessRestrictions","d":"

Tells if a node, in general, has access restrictions, independent of the\ncurrent security context.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeData::getDimensions","p":"Neos/ContentRepository/Domain/Model/NodeData.html#method_getDimensions","d":"

Internal use, do not retrieve collection directly

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeData::setDimensions","p":"Neos/ContentRepository/Domain/Model/NodeData.html#method_setDimensions","d":"

Internal use, do not manipulate collection directly

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeData::findExistingDimensionMatching","p":"Neos/ContentRepository/Domain/Model/NodeData.html#method_findExistingDimensionMatching","d":"

Internal method used in setDimensions to reuse dimension objects with the same name/value pair.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeData::getMovedTo","p":"Neos/ContentRepository/Domain/Model/NodeData.html#method_getMovedTo","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeData::setMovedTo","p":"Neos/ContentRepository/Domain/Model/NodeData.html#method_setMovedTo","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeData::similarize","p":"Neos/ContentRepository/Domain/Model/NodeData.html#method_similarize","d":"

Make the node "similar" to the given source node. That means,

\n
    \n
  • all properties
  • \n
  • index
  • \n
  • node type
  • \n
  • content object\nwill be set to the same values as in the source node.
  • \n
"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeData::getDimensionValues","p":"Neos/ContentRepository/Domain/Model/NodeData.html#method_getDimensionValues","d":"

Returns the dimensions and their values.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeData::buildDimensionValues","p":"Neos/ContentRepository/Domain/Model/NodeData.html#method_buildDimensionValues","d":"

Build a cached array of dimension values and a hash to search for it.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeData::getDimensionsHash","p":"Neos/ContentRepository/Domain/Model/NodeData.html#method_getDimensionsHash","d":"

Get a unique string for all dimension values

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeData::matchesWorkspaceAndDimensions","p":"Neos/ContentRepository/Domain/Model/NodeData.html#method_matchesWorkspaceAndDimensions","d":"

Checks if this instance matches the given workspace and dimensions.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeData::isInternal","p":"Neos/ContentRepository/Domain/Model/NodeData.html#method_isInternal","d":"

Check if this NodeData object is a purely internal technical object (like a shadow node).

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeData::move","p":"Neos/ContentRepository/Domain/Model/NodeData.html#method_move","d":"

Move this NodeData to the given path and workspace.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeData::getExistingShadowNodeDataInExactWorkspace","p":"Neos/ContentRepository/Domain/Model/NodeData.html#method_getExistingShadowNodeDataInExactWorkspace","d":"

Find an existing shadow node data on the given path for the current node data of the node (used by setPath)

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeData::createShadow","p":"Neos/ContentRepository/Domain/Model/NodeData.html#method_createShadow","d":"

Create a shadow NodeData at the given path with the same workspace and dimensions as this

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeData::setAsShadowOf","p":"Neos/ContentRepository/Domain/Model/NodeData.html#method_setAsShadowOf","d":"

This becomes a shdow of the given NodeData object.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeData::materializeToWorkspace","p":"Neos/ContentRepository/Domain/Model/NodeData.html#method_materializeToWorkspace","d":"

Materializes the original node data (of a different workspace) into the current\nworkspace, excluding content dimensions

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeData::addOrUpdate","p":"Neos/ContentRepository/Domain/Model/NodeData.html#method_addOrUpdate","d":"

Adds this node to the Node Repository or updates it if it has been added earlier

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeData::updateContentObject","p":"Neos/ContentRepository/Domain/Model/NodeData.html#method_updateContentObject","d":"

Updates the attached content object

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeData::calculatePathHash","p":"Neos/ContentRepository/Domain/Model/NodeData.html#method_calculatePathHash","d":"

Calculates the hash corresponding to the path of this instance.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeData::calculateParentPathHash","p":"Neos/ContentRepository/Domain/Model/NodeData.html#method_calculateParentPathHash","d":"

Calculates the hash corresponding to the dimensions and their values for this instance.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeData::__clone","p":"Neos/ContentRepository/Domain/Model/NodeData.html#method___clone","d":"

Create a fresh collection instance and clone dimensions

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeData::emitNodePathChanged","p":"Neos/ContentRepository/Domain/Model/NodeData.html#method_emitNodePathChanged","d":"

Signals that a node has changed its path.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeDimension::__construct","p":"Neos/ContentRepository/Domain/Model/NodeDimension.html#method___construct","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeDimension::setName","p":"Neos/ContentRepository/Domain/Model/NodeDimension.html#method_setName","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeDimension::getName","p":"Neos/ContentRepository/Domain/Model/NodeDimension.html#method_getName","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeDimension::setValue","p":"Neos/ContentRepository/Domain/Model/NodeDimension.html#method_setValue","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeDimension::getValue","p":"Neos/ContentRepository/Domain/Model/NodeDimension.html#method_getValue","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeDimension::setNodeData","p":"Neos/ContentRepository/Domain/Model/NodeDimension.html#method_setNodeData","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeDimension::getNodeData","p":"Neos/ContentRepository/Domain/Model/NodeDimension.html#method_getNodeData","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::setName","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_setName","d":"

Set the name of the node to $newName, keeping it's position as it is

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::getName","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_getName","d":"

Returns the name of this node

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::getLabel","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_getLabel","d":"

Returns a full length plain text label of this node

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::setProperty","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_setProperty","d":"

Sets the specified property.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::hasProperty","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_hasProperty","d":"

If this node has a property with the given name.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::getProperty","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_getProperty","d":"

Returns the specified property.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::removeProperty","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_removeProperty","d":"

Removes the specified property.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::getProperties","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_getProperties","d":"

Returns all properties of this node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::getPropertyNames","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_getPropertyNames","d":"

Returns the names of all properties of this node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::setContentObject","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_setContentObject","d":"

Sets a content object for this node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::getContentObject","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_getContentObject","d":"

Returns the content object of this node (if any).

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::unsetContentObject","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_unsetContentObject","d":"

Unsets the content object of this node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::setNodeType","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_setNodeType","d":"

Sets the node type of this node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::getNodeType","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_getNodeType","d":"

Returns the node type of this node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::setHidden","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_setHidden","d":"

Sets the "hidden" flag for this node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::isHidden","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_isHidden","d":"

Returns the current state of the hidden flag

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::setHiddenBeforeDateTime","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_setHiddenBeforeDateTime","d":"

Sets the date and time when this node becomes potentially visible.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::getHiddenBeforeDateTime","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_getHiddenBeforeDateTime","d":"

Returns the date and time before which this node will be automatically hidden.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::setHiddenAfterDateTime","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_setHiddenAfterDateTime","d":"

Sets the date and time when this node should be automatically hidden

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::getHiddenAfterDateTime","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_getHiddenAfterDateTime","d":"

Returns the date and time after which this node will be automatically hidden.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::setHiddenInIndex","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_setHiddenInIndex","d":"

Sets if this node should be hidden in indexes, such as a site navigation.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::isHiddenInIndex","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_isHiddenInIndex","d":"

If this node should be hidden in indexes

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::setAccessRoles","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_setAccessRoles","d":"

Sets the roles which are required to access this node

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::getAccessRoles","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_getAccessRoles","d":"

Returns the names of defined access roles

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::getPath","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_getPath","d":"

Returns the path of this node

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::getContextPath","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_getContextPath","d":"

Returns the absolute path of this node with additional context information (such as the workspace name).

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::getDepth","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_getDepth","d":"

Returns the level at which this node is located.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::setWorkspace","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_setWorkspace","d":"

Sets the workspace of this node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::getWorkspace","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_getWorkspace","d":"

Returns the workspace this node is contained in

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::getIdentifier","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_getIdentifier","d":"

Returns the identifier of this node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::setIndex","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_setIndex","d":"

Sets the index of this node

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::getIndex","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_getIndex","d":"

Returns the index of this node which determines the order among siblings\nwith the same parent node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::getParent","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_getParent","d":"

Returns the parent node of this node

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::getParentPath","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_getParentPath","d":"

Returns the parent node path

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::createNode","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_createNode","d":"

Creates, adds and returns a child node of this node. Also sets default\nproperties and creates default subnodes.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::createSingleNode","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_createSingleNode","d":"

Creates, adds and returns a child node of this node, without setting default\nproperties or creating subnodes.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::createNodeFromTemplate","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_createNodeFromTemplate","d":"

Creates and persists a node from the given $nodeTemplate as child node

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::getNode","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_getNode","d":"

Returns a node specified by the given relative path.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::getPrimaryChildNode","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_getPrimaryChildNode","d":"

Returns the primary child node of this node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::getChildNodes","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_getChildNodes","d":"

Returns all direct child nodes of this node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::hasChildNodes","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_hasChildNodes","d":"

Checks if this node has any child nodes.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::remove","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_remove","d":"

Removes this node and all its child nodes. This is an alias for setRemoved(true)

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::setRemoved","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_setRemoved","d":"

Removes this node and all its child nodes or sets ONLY this node to not being removed.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::isRemoved","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_isRemoved","d":"

If this node is a removed node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::isVisible","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_isVisible","d":"

Tells if this node is "visible".

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::isAccessible","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_isAccessible","d":"

Tells if this node may be accessed according to the current security context.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::hasAccessRestrictions","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_hasAccessRestrictions","d":"

Tells if a node, in general, has access restrictions, independent of the\ncurrent security context.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::isNodeTypeAllowedAsChildNode","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_isNodeTypeAllowedAsChildNode","d":"

Checks if the given $nodeType would be allowed as a child node of this node according to the configured constraints.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::moveBefore","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_moveBefore","d":"

Moves this node before the given node

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::moveAfter","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_moveAfter","d":"

Moves this node after the given node

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::moveInto","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_moveInto","d":"

Moves this node into the given node

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::copyBefore","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_copyBefore","d":"

Copies this node before the given node

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::copyAfter","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_copyAfter","d":"

Copies this node after the given node

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::copyInto","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_copyInto","d":"

Copies this node to below the given node. The new node will be added behind\nany existing sub nodes of the given node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::getNodeData","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_getNodeData","d":"

Return the NodeData representation of the node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::getContext","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_getContext","d":"

Return the context of the node

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::getDimensions","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_getDimensions","d":"

Return the assigned content dimensions of the node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::createVariantForContext","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_createVariantForContext","d":"

Given a context a new node is returned that is like this node, but\nlives in the new context.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::isAutoCreated","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_isAutoCreated","d":"

Determine if this node is configured as auto-created childNode of the parent node. If that is the case, it\nshould not be deleted.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::getOtherNodeVariants","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_getOtherNodeVariants","d":"

Get other variants of this node (with different dimension values)

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeLabelGeneratorInterface::getLabel","p":"Neos/ContentRepository/Domain/Model/NodeLabelGeneratorInterface.html#method_getLabel","d":"

Render a node label

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeTemplate::setIdentifier","p":"Neos/ContentRepository/Domain/Model/NodeTemplate.html#method_setIdentifier","d":"

Allows to set a UUID to use for the node that will be created from this\nNodeTemplate. Use with care, usually identifier generation should be left\nto the ContentRepository.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeTemplate::getIdentifier","p":"Neos/ContentRepository/Domain/Model/NodeTemplate.html#method_getIdentifier","d":"

Returns the UUID set in this NodeTemplate.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeTemplate::setName","p":"Neos/ContentRepository/Domain/Model/NodeTemplate.html#method_setName","d":"

Set the name to $newName

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeTemplate::getName","p":"Neos/ContentRepository/Domain/Model/NodeTemplate.html#method_getName","d":"

Get the name of this node template.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeTemplate::getWorkspace","p":"Neos/ContentRepository/Domain/Model/NodeTemplate.html#method_getWorkspace","d":"

A NodeTemplate is not stored in any workspace, thus this method returns NULL.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeType::__construct","p":"Neos/ContentRepository/Domain/Model/NodeType.html#method___construct","d":"

Constructs this node type

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeType::initialize","p":"Neos/ContentRepository/Domain/Model/NodeType.html#method_initialize","d":"

Initializes this node type

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeType::buildFullConfiguration","p":"Neos/ContentRepository/Domain/Model/NodeType.html#method_buildFullConfiguration","d":"

Builds the full configuration by merging configuration from the supertypes into the local configuration.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeType::getFlattenedSuperTypes","p":"Neos/ContentRepository/Domain/Model/NodeType.html#method_getFlattenedSuperTypes","d":"

Returns a flat list of super types to inherit from.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeType::applyPostprocessing","p":"Neos/ContentRepository/Domain/Model/NodeType.html#method_applyPostprocessing","d":"

Iterates through configured postprocessors and invokes them

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeType::getName","p":"Neos/ContentRepository/Domain/Model/NodeType.html#method_getName","d":"

Returns the name of this node type

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeType::isAbstract","p":"Neos/ContentRepository/Domain/Model/NodeType.html#method_isAbstract","d":"

Return boolean true if marked abstract

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeType::isFinal","p":"Neos/ContentRepository/Domain/Model/NodeType.html#method_isFinal","d":"

Return boolean true if marked final

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeType::getDeclaredSuperTypes","p":"Neos/ContentRepository/Domain/Model/NodeType.html#method_getDeclaredSuperTypes","d":"

Returns the direct, explicitly declared super types\nof this node type.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeType::isAggregate","p":"Neos/ContentRepository/Domain/Model/NodeType.html#method_isAggregate","d":"

Returns whether this node type (or any parent type) is an aggregate.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeType::isOfType","p":"Neos/ContentRepository/Domain/Model/NodeType.html#method_isOfType","d":"

If this node type or any of the direct or indirect super types\nhas the given name.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeType::getLocalConfiguration","p":"Neos/ContentRepository/Domain/Model/NodeType.html#method_getLocalConfiguration","d":"

Get the local configuration of the node type. Should only be used internally.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeType::getFullConfiguration","p":"Neos/ContentRepository/Domain/Model/NodeType.html#method_getFullConfiguration","d":"

Get the full configuration of the node type. Should only be used internally.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeType::hasConfiguration","p":"Neos/ContentRepository/Domain/Model/NodeType.html#method_hasConfiguration","d":"

Checks if the configuration of this node type contains a setting for the given $configurationPath

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeType::getConfiguration","p":"Neos/ContentRepository/Domain/Model/NodeType.html#method_getConfiguration","d":"

Returns the configuration option with the specified $configurationPath or NULL if it does not exist

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeType::getLabel","p":"Neos/ContentRepository/Domain/Model/NodeType.html#method_getLabel","d":"

Get the human-readable label of this node type

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeType::getOptions","p":"Neos/ContentRepository/Domain/Model/NodeType.html#method_getOptions","d":"

Get additional options (if specified)

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeType::getNodeLabelGenerator","p":"Neos/ContentRepository/Domain/Model/NodeType.html#method_getNodeLabelGenerator","d":"

Return the node label generator class for the given node

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeType::getProperties","p":"Neos/ContentRepository/Domain/Model/NodeType.html#method_getProperties","d":"

Return the array with the defined properties. The key is the property name,\nthe value the property configuration. There are no guarantees on how the\nproperty configuration looks like.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeType::getPropertyType","p":"Neos/ContentRepository/Domain/Model/NodeType.html#method_getPropertyType","d":"

Returns the configured type of the specified property

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeType::getDefaultValuesForProperties","p":"Neos/ContentRepository/Domain/Model/NodeType.html#method_getDefaultValuesForProperties","d":"

Return an array with the defined default values for each property, if any.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeType::getAutoCreatedChildNodes","p":"Neos/ContentRepository/Domain/Model/NodeType.html#method_getAutoCreatedChildNodes","d":"

Return an array with child nodes which should be automatically created

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeType::hasAutoCreatedChildNode","p":"Neos/ContentRepository/Domain/Model/NodeType.html#method_hasAutoCreatedChildNode","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeType::getTypeOfAutoCreatedChildNode","p":"Neos/ContentRepository/Domain/Model/NodeType.html#method_getTypeOfAutoCreatedChildNode","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeType::allowsChildNodeType","p":"Neos/ContentRepository/Domain/Model/NodeType.html#method_allowsChildNodeType","d":"

Checks if the given NodeType is acceptable as sub-node with the configured constraints,\nnot taking constraints of auto-created nodes into account. Thus, this method only returns\nthe correct result if called on NON-AUTO-CREATED nodes!

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeType::allowsGrandchildNodeType","p":"Neos/ContentRepository/Domain/Model/NodeType.html#method_allowsGrandchildNodeType","d":"

Checks if the given $nodeType is allowed as a childNode of the given $childNodeName\n(which must be auto-created in $this NodeType).

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeType::isNodeTypeAllowedByConstraints","p":"Neos/ContentRepository/Domain/Model/NodeType.html#method_isNodeTypeAllowedByConstraints","d":"

Internal method to check whether the passed-in $nodeType is allowed by the $constraints array.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeType::isNodeTypeAllowedByDirectConstraints","p":"Neos/ContentRepository/Domain/Model/NodeType.html#method_isNodeTypeAllowedByDirectConstraints","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeType::isNodeTypeAllowedByInheritanceConstraints","p":"Neos/ContentRepository/Domain/Model/NodeType.html#method_isNodeTypeAllowedByInheritanceConstraints","d":"

This method loops over the constraints and finds node types that the given node type inherits from. For all\nmatched super types, their super types are traversed to find the closest super node with a constraint which\nis used to evaluated if the node type is allowed. It finds the closest results for true and false, and uses\nthe distance to choose which one wins (lowest). If no result is found the node type is allowed.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeType::traverseSuperTypes","p":"Neos/ContentRepository/Domain/Model/NodeType.html#method_traverseSuperTypes","d":"

This method traverses the given node type to find the first super type that matches the constraint node type.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeType::setFullConfiguration","p":"Neos/ContentRepository/Domain/Model/NodeType.html#method_setFullConfiguration","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeType::__toString","p":"Neos/ContentRepository/Domain/Model/NodeType.html#method___toString","d":"

Alias for getName().

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\UserInterface::getLabel","p":"Neos/ContentRepository/Domain/Model/UserInterface.html#method_getLabel","d":"

Returns a label which can be used as a human-friendly identifier for this user, for example his or her first\nand last name.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Workspace::__construct","p":"Neos/ContentRepository/Domain/Model/Workspace.html#method___construct","d":"

Constructs a new workspace

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Workspace::initializeObject","p":"Neos/ContentRepository/Domain/Model/Workspace.html#method_initializeObject","d":"

Initializes this workspace.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Workspace::getName","p":"Neos/ContentRepository/Domain/Model/Workspace.html#method_getName","d":"

Returns the name of this workspace

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Workspace::getTitle","p":"Neos/ContentRepository/Domain/Model/Workspace.html#method_getTitle","d":"

Returns the workspace title

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Workspace::setTitle","p":"Neos/ContentRepository/Domain/Model/Workspace.html#method_setTitle","d":"

Sets workspace title

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Workspace::getDescription","p":"Neos/ContentRepository/Domain/Model/Workspace.html#method_getDescription","d":"

Returns the workspace description

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Workspace::setDescription","p":"Neos/ContentRepository/Domain/Model/Workspace.html#method_setDescription","d":"

Sets the workspace description

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Workspace::getOwner","p":"Neos/ContentRepository/Domain/Model/Workspace.html#method_getOwner","d":"

Returns the workspace owner.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Workspace::setOwner","p":"Neos/ContentRepository/Domain/Model/Workspace.html#method_setOwner","d":"

Returns the workspace owner.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Workspace::isPersonalWorkspace","p":"Neos/ContentRepository/Domain/Model/Workspace.html#method_isPersonalWorkspace","d":"

Checks if this workspace is a user's personal workspace

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Workspace::isPrivateWorkspace","p":"Neos/ContentRepository/Domain/Model/Workspace.html#method_isPrivateWorkspace","d":"

Checks if this workspace is shared only across users with access to internal workspaces, for example "reviewers"

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Workspace::isInternalWorkspace","p":"Neos/ContentRepository/Domain/Model/Workspace.html#method_isInternalWorkspace","d":"

Checks if this workspace is shared across all editors

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Workspace::isPublicWorkspace","p":"Neos/ContentRepository/Domain/Model/Workspace.html#method_isPublicWorkspace","d":"

Checks if this workspace is public to everyone, even without authentication

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Workspace::setBaseWorkspace","p":"Neos/ContentRepository/Domain/Model/Workspace.html#method_setBaseWorkspace","d":"

Sets the base workspace

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Workspace::getBaseWorkspace","p":"Neos/ContentRepository/Domain/Model/Workspace.html#method_getBaseWorkspace","d":"

Returns the base workspace, if any

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Workspace::getBaseWorkspaces","p":"Neos/ContentRepository/Domain/Model/Workspace.html#method_getBaseWorkspaces","d":"

Returns all base workspaces, if any

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Workspace::getRootNodeData","p":"Neos/ContentRepository/Domain/Model/Workspace.html#method_getRootNodeData","d":"

Returns the root node data of this workspace

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Workspace::publish","p":"Neos/ContentRepository/Domain/Model/Workspace.html#method_publish","d":"

Publishes the content of this workspace to another workspace.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Workspace::publishNodes","p":"Neos/ContentRepository/Domain/Model/Workspace.html#method_publishNodes","d":"

Publishes the given nodes to the target workspace.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Workspace::publishNode","p":"Neos/ContentRepository/Domain/Model/Workspace.html#method_publishNode","d":"

Publishes the given node to the target workspace.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Workspace::publishNodeCanBeSkipped","p":"Neos/ContentRepository/Domain/Model/Workspace.html#method_publishNodeCanBeSkipped","d":"

Checks if the given node can / needs to be published to the given target workspace or if that operation can\nbe skipped.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Workspace::replaceNodeData","p":"Neos/ContentRepository/Domain/Model/Workspace.html#method_replaceNodeData","d":"

Replace the node data of a node instance with a given target node data

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Workspace::moveNodeVariantsInOtherWorkspaces","p":"Neos/ContentRepository/Domain/Model/Workspace.html#method_moveNodeVariantsInOtherWorkspaces","d":"

Moves variants of a given node which exists in other workspaces than source and target workspace.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Workspace::moveTargetNodeDataToNewPosition","p":"Neos/ContentRepository/Domain/Model/Workspace.html#method_moveTargetNodeDataToNewPosition","d":"

Moves an existing node in a target workspace to the place it should be in after publish,\nin order to move all children to the new position as well.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Workspace::moveNodeVariantToTargetWorkspace","p":"Neos/ContentRepository/Domain/Model/Workspace.html#method_moveNodeVariantToTargetWorkspace","d":"

Move the given node instance to the target workspace

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Workspace::adjustShadowNodeDataForNodePublishing","p":"Neos/ContentRepository/Domain/Model/Workspace.html#method_adjustShadowNodeDataForNodePublishing","d":"

Adjusts related shadow nodes for a "publish node" operation.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Workspace::getNodeCount","p":"Neos/ContentRepository/Domain/Model/Workspace.html#method_getNodeCount","d":"

Returns the number of nodes in this workspace.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Workspace::verifyPublishingTargetWorkspace","p":"Neos/ContentRepository/Domain/Model/Workspace.html#method_verifyPublishingTargetWorkspace","d":"

Checks if the specified workspace is a base workspace of this workspace\nand if not, throws an exception

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Workspace::findCorrespondingNodeDataInTargetWorkspace","p":"Neos/ContentRepository/Domain/Model/Workspace.html#method_findCorrespondingNodeDataInTargetWorkspace","d":"

Returns the NodeData instance with the given identifier from the target workspace.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Workspace::emitBaseWorkspaceChanged","p":"Neos/ContentRepository/Domain/Model/Workspace.html#method_emitBaseWorkspaceChanged","d":"

Emits a signal after the base workspace has been changed

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Workspace::emitBeforeNodePublishing","p":"Neos/ContentRepository/Domain/Model/Workspace.html#method_emitBeforeNodePublishing","d":"

Emits a signal just before a node is being published

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Workspace::emitAfterNodePublishing","p":"Neos/ContentRepository/Domain/Model/Workspace.html#method_emitAfterNodePublishing","d":"

Emits a signal when a node has been published.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\NodeAggregate\\NodeAggregateIdentifier::create","p":"Neos/ContentRepository/Domain/NodeAggregate/NodeAggregateIdentifier.html#method_create","d":null},{"t":"M","n":"Neos\\ContentRepository\\Domain\\NodeAggregate\\NodeAggregateIdentifier::fromString","p":"Neos/ContentRepository/Domain/NodeAggregate/NodeAggregateIdentifier.html#method_fromString","d":null},{"t":"M","n":"Neos\\ContentRepository\\Domain\\NodeAggregate\\NodeAggregateIdentifier::forAutoCreatedChildNode","p":"Neos/ContentRepository/Domain/NodeAggregate/NodeAggregateIdentifier.html#method_forAutoCreatedChildNode","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\NodeAggregate\\NodeAggregateIdentifier::equals","p":"Neos/ContentRepository/Domain/NodeAggregate/NodeAggregateIdentifier.html#method_equals","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\NodeAggregate\\NodeAggregateIdentifier::jsonSerialize","p":"Neos/ContentRepository/Domain/NodeAggregate/NodeAggregateIdentifier.html#method_jsonSerialize","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\NodeAggregate\\NodeAggregateIdentifier::__toString","p":"Neos/ContentRepository/Domain/NodeAggregate/NodeAggregateIdentifier.html#method___toString","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\NodeAggregate\\NodeAggregateIdentifier::getCacheEntryIdentifier","p":"Neos/ContentRepository/Domain/NodeAggregate/NodeAggregateIdentifier.html#method_getCacheEntryIdentifier","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\NodeAggregate\\NodeName::fromString","p":"Neos/ContentRepository/Domain/NodeAggregate/NodeName.html#method_fromString","d":null},{"t":"M","n":"Neos\\ContentRepository\\Domain\\NodeAggregate\\NodeName::jsonSerialize","p":"Neos/ContentRepository/Domain/NodeAggregate/NodeName.html#method_jsonSerialize","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\NodeAggregate\\NodeName::__toString","p":"Neos/ContentRepository/Domain/NodeAggregate/NodeName.html#method___toString","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\NodeType\\NodeTypeConstraintFactory::parseFilterString","p":"Neos/ContentRepository/Domain/NodeType/NodeTypeConstraintFactory.html#method_parseFilterString","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\NodeType\\NodeTypeConstraints::__construct","p":"Neos/ContentRepository/Domain/NodeType/NodeTypeConstraints.html#method___construct","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\NodeType\\NodeTypeConstraints::isWildcardAllowed","p":"Neos/ContentRepository/Domain/NodeType/NodeTypeConstraints.html#method_isWildcardAllowed","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\NodeType\\NodeTypeConstraints::getExplicitlyAllowedNodeTypeNames","p":"Neos/ContentRepository/Domain/NodeType/NodeTypeConstraints.html#method_getExplicitlyAllowedNodeTypeNames","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\NodeType\\NodeTypeConstraints::getExplicitlyDisallowedNodeTypeNames","p":"Neos/ContentRepository/Domain/NodeType/NodeTypeConstraints.html#method_getExplicitlyDisallowedNodeTypeNames","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\NodeType\\NodeTypeConstraints::matches","p":"Neos/ContentRepository/Domain/NodeType/NodeTypeConstraints.html#method_matches","d":null},{"t":"M","n":"Neos\\ContentRepository\\Domain\\NodeType\\NodeTypeConstraints::withExplicitlyDisallowedNodeType","p":"Neos/ContentRepository/Domain/NodeType/NodeTypeConstraints.html#method_withExplicitlyDisallowedNodeType","d":"

IMMUTABLE, returns a new instance

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\NodeType\\NodeTypeConstraints::asLegacyNodeTypeFilterString","p":"Neos/ContentRepository/Domain/NodeType/NodeTypeConstraints.html#method_asLegacyNodeTypeFilterString","d":"

return the legacy (pre-event-sourced) Node Type filter string looking like "Foo:Bar,!MyPackage:Exclude"

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\NodeType\\NodeTypeName::fromString","p":"Neos/ContentRepository/Domain/NodeType/NodeTypeName.html#method_fromString","d":null},{"t":"M","n":"Neos\\ContentRepository\\Domain\\NodeType\\NodeTypeName::getValue","p":"Neos/ContentRepository/Domain/NodeType/NodeTypeName.html#method_getValue","d":null},{"t":"M","n":"Neos\\ContentRepository\\Domain\\NodeType\\NodeTypeName::equals","p":"Neos/ContentRepository/Domain/NodeType/NodeTypeName.html#method_equals","d":null},{"t":"M","n":"Neos\\ContentRepository\\Domain\\NodeType\\NodeTypeName::jsonSerialize","p":"Neos/ContentRepository/Domain/NodeType/NodeTypeName.html#method_jsonSerialize","d":null},{"t":"M","n":"Neos\\ContentRepository\\Domain\\NodeType\\NodeTypeName::__toString","p":"Neos/ContentRepository/Domain/NodeType/NodeTypeName.html#method___toString","d":null},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\NodeInterface::isRoot","p":"Neos/ContentRepository/Domain/Projection/Content/NodeInterface.html#method_isRoot","d":"

Whether or not this node is the root of the graph, i.e. has no parent node

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\NodeInterface::isTethered","p":"Neos/ContentRepository/Domain/Projection/Content/NodeInterface.html#method_isTethered","d":"

Whether or not this node is tethered to its parent, fka auto created child node

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\NodeInterface::getContentStreamIdentifier","p":"Neos/ContentRepository/Domain/Projection/Content/NodeInterface.html#method_getContentStreamIdentifier","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\NodeInterface::getNodeAggregateIdentifier","p":"Neos/ContentRepository/Domain/Projection/Content/NodeInterface.html#method_getNodeAggregateIdentifier","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\NodeInterface::getNodeTypeName","p":"Neos/ContentRepository/Domain/Projection/Content/NodeInterface.html#method_getNodeTypeName","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\NodeInterface::getNodeType","p":"Neos/ContentRepository/Domain/Projection/Content/NodeInterface.html#method_getNodeType","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\NodeInterface::getNodeName","p":"Neos/ContentRepository/Domain/Projection/Content/NodeInterface.html#method_getNodeName","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\NodeInterface::getOriginDimensionSpacePoint","p":"Neos/ContentRepository/Domain/Projection/Content/NodeInterface.html#method_getOriginDimensionSpacePoint","d":"

returns the DimensionSpacePoint the node is at home in. Usually needed to address a Node in a NodeAggregate\nin order to update it.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\NodeInterface::getProperties","p":"Neos/ContentRepository/Domain/Projection/Content/NodeInterface.html#method_getProperties","d":"

Returns all properties of this node. References are NOT part of this API; there you need to check getReference() and getReferences()

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\NodeInterface::getProperty","p":"Neos/ContentRepository/Domain/Projection/Content/NodeInterface.html#method_getProperty","d":"

Returns the specified property.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\NodeInterface::hasProperty","p":"Neos/ContentRepository/Domain/Projection/Content/NodeInterface.html#method_hasProperty","d":"

If this node has a property with the given name. Does NOT check the NodeType; but checks\nfor a non-NULL property value.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\NodeInterface::getLabel","p":"Neos/ContentRepository/Domain/Projection/Content/NodeInterface.html#method_getLabel","d":"

Returns the node label as generated by the configured node label generator

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\TraversableNodeInterface::getDimensionSpacePoint","p":"Neos/ContentRepository/Domain/Projection/Content/TraversableNodeInterface.html#method_getDimensionSpacePoint","d":"

Returns the DimensionSpacePoint the node was requested in, i.e. one of the DimensionSpacePoints\nthis node is visible in. If you need the DimensionSpacePoint where the node is actually at home,\nsee getOriginDimensionSpacePoint()

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\TraversableNodeInterface::findParentNode","p":"Neos/ContentRepository/Domain/Projection/Content/TraversableNodeInterface.html#method_findParentNode","d":"

Retrieves and returns the parent node from the node's subgraph.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\TraversableNodeInterface::findNodePath","p":"Neos/ContentRepository/Domain/Projection/Content/TraversableNodeInterface.html#method_findNodePath","d":"

Retrieves and returns the node's path to its root node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\TraversableNodeInterface::findNamedChildNode","p":"Neos/ContentRepository/Domain/Projection/Content/TraversableNodeInterface.html#method_findNamedChildNode","d":"

Retrieves and returns a child node by name from the node's subgraph.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\TraversableNodeInterface::findChildNodes","p":"Neos/ContentRepository/Domain/Projection/Content/TraversableNodeInterface.html#method_findChildNodes","d":"

Retrieves and returns all direct child nodes of this node from its subgraph.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\TraversableNodeInterface::countChildNodes","p":"Neos/ContentRepository/Domain/Projection/Content/TraversableNodeInterface.html#method_countChildNodes","d":"

Returns the number of direct child nodes of this node from its subgraph.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\TraversableNodeInterface::findReferencedNodes","p":"Neos/ContentRepository/Domain/Projection/Content/TraversableNodeInterface.html#method_findReferencedNodes","d":"

Retrieves and returns all nodes referenced by this node from its subgraph.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\TraversableNodeInterface::findNamedReferencedNodes","p":"Neos/ContentRepository/Domain/Projection/Content/TraversableNodeInterface.html#method_findNamedReferencedNodes","d":"

Retrieves and returns nodes referenced by this node by name from its subgraph.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\TraversableNodeInterface::findReferencingNodes","p":"Neos/ContentRepository/Domain/Projection/Content/TraversableNodeInterface.html#method_findReferencingNodes","d":"

Retrieves and returns nodes referencing this node from its subgraph.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\TraversableNodeInterface::findNamedReferencingNodes","p":"Neos/ContentRepository/Domain/Projection/Content/TraversableNodeInterface.html#method_findNamedReferencingNodes","d":"

Retrieves and returns nodes referencing this node by name from its subgraph.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\TraversableNodeInterface::equals","p":"Neos/ContentRepository/Domain/Projection/Content/TraversableNodeInterface.html#method_equals","d":"

Compare whether two traversable nodes are equal

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\TraversableNodes::fromArray","p":"Neos/ContentRepository/Domain/Projection/Content/TraversableNodes.html#method_fromArray","d":null},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\TraversableNodes::merge","p":"Neos/ContentRepository/Domain/Projection/Content/TraversableNodes.html#method_merge","d":null},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\TraversableNodes::isEmpty","p":"Neos/ContentRepository/Domain/Projection/Content/TraversableNodes.html#method_isEmpty","d":null},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\TraversableNodes::count","p":"Neos/ContentRepository/Domain/Projection/Content/TraversableNodes.html#method_count","d":null},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\TraversableNodes::previous","p":"Neos/ContentRepository/Domain/Projection/Content/TraversableNodes.html#method_previous","d":"

Returns the node before the given $referenceNode in this set - or throws an exception if $referenceNode does not exist or is the first node in the set

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\TraversableNodes::previousAll","p":"Neos/ContentRepository/Domain/Projection/Content/TraversableNodes.html#method_previousAll","d":"

Returns all nodes before the given $referenceNode in this set

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\TraversableNodes::next","p":"Neos/ContentRepository/Domain/Projection/Content/TraversableNodes.html#method_next","d":"

Returns the node after the given $referenceNode in this set - or throws an exception if $referenceNode does not exist or is the last node in the set

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\TraversableNodes::nextAll","p":"Neos/ContentRepository/Domain/Projection/Content/TraversableNodes.html#method_nextAll","d":"

Returns all nodes after the given $referenceNode in this set

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\TraversableNodes::until","p":"Neos/ContentRepository/Domain/Projection/Content/TraversableNodes.html#method_until","d":"

Returns all nodes after the given $referenceNode in this set

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\TraversableNodes::getIterator","p":"Neos/ContentRepository/Domain/Projection/Content/TraversableNodes.html#method_getIterator","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\TraversableNodes::toArray","p":"Neos/ContentRepository/Domain/Projection/Content/TraversableNodes.html#method_toArray","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\ContentDimensionRepository::findAll","p":"Neos/ContentRepository/Domain/Repository/ContentDimensionRepository.html#method_findAll","d":"

Returns an array of content dimensions that are available in the system.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\ContentDimensionRepository::setDimensionsConfiguration","p":"Neos/ContentRepository/Domain/Repository/ContentDimensionRepository.html#method_setDimensionsConfiguration","d":"

Set the content dimensions available in the system.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository::__construct","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html#method___construct","d":"Constructor"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository::add","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html#method_add","d":"

Adds a NodeData object to this repository.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository::remove","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html#method_remove","d":"

Removes an object to the persistence.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository::findByNodeIdentifier","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html#method_findByNodeIdentifier","d":null},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository::findOneByPath","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html#method_findOneByPath","d":"

Find a single node by exact path.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository::findShadowNodeByPath","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html#method_findShadowNodeByPath","d":"

Find a shadow node by exact path

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository::findRawNodesByPath","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html#method_findRawNodesByPath","d":"

This finds nodes by path and delivers a raw, unfiltered result.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository::findOneByPathInContext","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html#method_findOneByPathInContext","d":"

Finds a node by its path and context.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository::findOneByIdentifier","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html#method_findOneByIdentifier","d":"

Finds a node by its identifier and workspace.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository::findAllIterator","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html#method_findAllIterator","d":"

Find all objects and return an IterableResult

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository::iterate","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html#method_iterate","d":"

Iterate over an IterableResult and return a Generator

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository::setNewIndex","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html#method_setNewIndex","d":"

Assigns an index to the given node which reflects the specified position.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository::findByParentAndNodeTypeRecursively","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html#method_findByParentAndNodeTypeRecursively","d":"

Finds recursively nodes by its parent and (optionally) by its node type.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository::findByParentAndNodeType","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html#method_findByParentAndNodeType","d":"

Finds nodes by its parent and (optionally) by its node type.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository::getNodeDataForParentAndNodeType","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html#method_getNodeDataForParentAndNodeType","d":"

Internal method

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository::findByParentWithoutReduce","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html#method_findByParentWithoutReduce","d":"

Find NodeData by parent path without any dimension reduction and grouping by identifier

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository::findByIdentifierWithoutReduce","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html#method_findByIdentifierWithoutReduce","d":"

Find NodeData by identifier path without any dimension reduction

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository::findByParentAndNodeTypeInContext","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html#method_findByParentAndNodeTypeInContext","d":"

Finds nodes by its parent and (optionally) by its node type given a Context

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository::countByParentAndNodeType","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html#method_countByParentAndNodeType","d":"

Counts nodes by its parent and (optionally) by its node type.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository::openIndexSpace","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html#method_openIndexSpace","d":"

Make room in the sortindex-index space of a given path in preparation to inserting a node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository::findNextFreeIndexInParentPath","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html#method_findNextFreeIndexInParentPath","d":"

Finds the next free index on the level below the given parent path\nacross all workspaces.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository::setHighestIndexInParentPath","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html#method_setHighestIndexInParentPath","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository::findNextLowerIndex","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html#method_findNextLowerIndex","d":"

Returns the next-lower-index seen from the given reference index in the\nlevel below the specified parent path. If no node with a lower than the\ngiven index exists at that level, the reference index is returned.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository::findNextHigherIndex","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html#method_findNextHigherIndex","d":"

Returns the next-higher-index seen from the given reference index in the\nlevel below the specified parent path. If no node with a higher than the\ngiven index exists at that level, NULL is returned.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository::countByWorkspace","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html#method_countByWorkspace","d":"

Counts the number of nodes within the specified workspace

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository::sortNodesByIndex","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html#method_sortNodesByIndex","d":"

Sorts the given nodes by their index

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository::findFirstByParentAndNodeType","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html#method_findFirstByParentAndNodeType","d":"

Finds a single node by its parent and (optionally) by its node type

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository::findFirstByParentAndNodeTypeInContext","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html#method_findFirstByParentAndNodeTypeInContext","d":"

Finds a single node by its parent and (optionally) by its node type

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository::findOnPath","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html#method_findOnPath","d":"

Finds all nodes of the specified workspace lying on the path specified by\n(and including) the given starting point and end point and (optionally) a node type filter.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository::findByProperties","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html#method_findByProperties","d":"

Find nodes by a value in properties

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository::flushNodeRegistry","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html#method_flushNodeRegistry","d":"

Flushes the addedNodes and removedNodes registry.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository::addNodeTypeFilterConstraintsToQueryBuilder","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html#method_addNodeTypeFilterConstraintsToQueryBuilder","d":"

Add node type filter constraints to the query builder

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository::getNodeTypeFilterConstraintsForDql","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html#method_getNodeTypeFilterConstraintsForDql","d":"

Generates a two dimensional array with the filters. First level is:\n'excludeNodeTypes'\n'includeNodeTypes'

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository::getNodeTypeFilterConstraints","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html#method_getNodeTypeFilterConstraints","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository::filterOutRemovedObjects","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html#method_filterOutRemovedObjects","d":"

Iterates of the array of objects and removes all those which have recently been removed from the repository,\nbut whose removal has not yet been persisted.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository::withoutRemovedNodes","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html#method_withoutRemovedNodes","d":"

Returns a subset of $nodes which are not flagged as removed.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository::onlyRemovedNodes","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html#method_onlyRemovedNodes","d":"

Returns a subset of $nodes which are flagged as removed.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository::persistEntities","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html#method_persistEntities","d":"

Persists all entities managed by the repository and all cascading dependencies

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository::emitRepositoryObjectsPersisted","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html#method_emitRepositoryObjectsPersisted","d":"

Signals that persistEntities() in this repository finished correctly.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository::addDimensionJoinConstraintsToQueryBuilder","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html#method_addDimensionJoinConstraintsToQueryBuilder","d":"

If $dimensions is not empty, adds join constraints to the given $queryBuilder\nlimiting the query result to matching hits.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository::reduceNodeVariantsByWorkspacesAndDimensions","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html#method_reduceNodeVariantsByWorkspacesAndDimensions","d":"

Given an array with duplicate nodes (from different workspaces and dimensions) those are reduced to uniqueness (by node identifier)

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository::reduceNodeVariantsByWorkspaces","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html#method_reduceNodeVariantsByWorkspaces","d":"

Given an array with duplicate nodes (from different workspaces) those are reduced to uniqueness (by node identifier and dimensions hash)

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository::findByWorkspace","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html#method_findByWorkspace","d":"

Find all NodeData objects inside a given workspace sorted by path to be used\nin publishing. The order makes sure that parent nodes are published first.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository::pathExists","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html#method_pathExists","d":"

Find out if the given path exists anywhere in the CR. (internal)\nIf you need this functionality use \\Neos\\ContentRepository\\Domain\\Service\\NodeService::nodePathExistsInAnyContext()

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository::findByPathWithoutReduce","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html#method_findByPathWithoutReduce","d":"

Find all node data in a path matching the given workspace hierarchy

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository::findNodesByRelatedEntities","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html#method_findNodesByRelatedEntities","d":"

Searches for possible relations to the given entity identifiers in NodeData.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository::findNodesByPathPrefixAndRelatedEntities","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html#method_findNodesByPathPrefixAndRelatedEntities","d":"

Searches for possible relations to the given entity identifiers in NodeData using a path prefix.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository::removeAllInPath","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html#method_removeAllInPath","d":"

Remove all nodes below a given path. Does not care about workspaces and dimensions.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository::isInRemovedNodes","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html#method_isInRemovedNodes","d":"

Test if a given NodeData is in the set of removed node data objects

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository::createQueryBuilder","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html#method_createQueryBuilder","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository::addParentPathConstraintToQueryBuilder","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html#method_addParentPathConstraintToQueryBuilder","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository::addPathConstraintToQueryBuilder","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html#method_addPathConstraintToQueryBuilder","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository::addIdentifierConstraintToQueryBuilder","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html#method_addIdentifierConstraintToQueryBuilder","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository::filterNodeDataByBestMatchInContext","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html#method_filterNodeDataByBestMatchInContext","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository::collectWorkspaceAndAllBaseWorkspaces","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html#method_collectWorkspaceAndAllBaseWorkspaces","d":"

Returns an array that contains the given workspace and all base (parent) workspaces of it.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository::buildQueryBuilderForRelationMap","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html#method_buildQueryBuilderForRelationMap","d":"

Returns a query builder for a query on node data using the given\nrelation map.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\WorkspaceRepository::findByBaseWorkspace","p":"Neos/ContentRepository/Domain/Repository/WorkspaceRepository.html#method_findByBaseWorkspace","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\WorkspaceRepository::findByIdentifier","p":"Neos/ContentRepository/Domain/Repository/WorkspaceRepository.html#method_findByIdentifier","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\Cache\\FirstLevelNodeCache::getByPath","p":"Neos/ContentRepository/Domain/Service/Cache/FirstLevelNodeCache.html#method_getByPath","d":"

If the cache contains a node for the given path, it is returned.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\Cache\\FirstLevelNodeCache::setByPath","p":"Neos/ContentRepository/Domain/Service/Cache/FirstLevelNodeCache.html#method_setByPath","d":"

Adds the given node to the cache for the given path. The node\nwill also be added under it's identifier.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\Cache\\FirstLevelNodeCache::getByIdentifier","p":"Neos/ContentRepository/Domain/Service/Cache/FirstLevelNodeCache.html#method_getByIdentifier","d":"

If the cache contains a node with the given identifier, it is returned.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\Cache\\FirstLevelNodeCache::setByIdentifier","p":"Neos/ContentRepository/Domain/Service/Cache/FirstLevelNodeCache.html#method_setByIdentifier","d":"

Adds the given node to the cache for the given identifier. The node\nwill also be added with is's path.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\Cache\\FirstLevelNodeCache::removeNodeFromIdentifierCache","p":"Neos/ContentRepository/Domain/Service/Cache/FirstLevelNodeCache.html#method_removeNodeFromIdentifierCache","d":"

Removes the Node with identifier $identifier from the cache.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\Cache\\FirstLevelNodeCache::removeNodeFromPathCache","p":"Neos/ContentRepository/Domain/Service/Cache/FirstLevelNodeCache.html#method_removeNodeFromPathCache","d":"

Removes the Node Path $nodePath from the cache.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\Cache\\FirstLevelNodeCache::getChildNodesByPathAndNodeTypeFilter","p":"Neos/ContentRepository/Domain/Service/Cache/FirstLevelNodeCache.html#method_getChildNodesByPathAndNodeTypeFilter","d":"

Returns the cached child nodes for the given path and node type filter.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\Cache\\FirstLevelNodeCache::setChildNodesByPathAndNodeTypeFilter","p":"Neos/ContentRepository/Domain/Service/Cache/FirstLevelNodeCache.html#method_setChildNodesByPathAndNodeTypeFilter","d":"

Sets the given nodes as child nodes for the given path and node type filter.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\Cache\\FirstLevelNodeCache::flush","p":"Neos/ContentRepository/Domain/Service/Cache/FirstLevelNodeCache.html#method_flush","d":"

Flush the cache.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ConfigurationContentDimensionPresetSource::getAllPresets","p":"Neos/ContentRepository/Domain/Service/ConfigurationContentDimensionPresetSource.html#method_getAllPresets","d":"

Get the full presets configuration as an array

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ConfigurationContentDimensionPresetSource::getDefaultPreset","p":"Neos/ContentRepository/Domain/Service/ConfigurationContentDimensionPresetSource.html#method_getDefaultPreset","d":"

Get the default preset of a dimension

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ConfigurationContentDimensionPresetSource::findPresetByDimensionValues","p":"Neos/ContentRepository/Domain/Service/ConfigurationContentDimensionPresetSource.html#method_findPresetByDimensionValues","d":"

Find a dimension preset by dimension values

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ConfigurationContentDimensionPresetSource::getAllowedDimensionPresetsAccordingToPreselection","p":"Neos/ContentRepository/Domain/Service/ConfigurationContentDimensionPresetSource.html#method_getAllowedDimensionPresetsAccordingToPreselection","d":"

Returns a list of presets of the specified dimension which are allowed in combination with the given presets\nof other dimensions.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ConfigurationContentDimensionPresetSource::isPresetCombinationAllowedByConstraints","p":"Neos/ContentRepository/Domain/Service/ConfigurationContentDimensionPresetSource.html#method_isPresetCombinationAllowedByConstraints","d":"

Checks if the given combination of presets is allowed, according to possibly defined constraints in the\ncontent dimension configuration.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ConfigurationContentDimensionPresetSource::isPresetAllowedByConstraints","p":"Neos/ContentRepository/Domain/Service/ConfigurationContentDimensionPresetSource.html#method_isPresetAllowedByConstraints","d":"

Checks if the given preset of the specified dimension is allowed according to the given constraints

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ConfigurationContentDimensionPresetSource::setConfiguration","p":"Neos/ContentRepository/Domain/Service/ConfigurationContentDimensionPresetSource.html#method_setConfiguration","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ConfigurationContentDimensionPresetSource::findPresetsByTargetValues","p":"Neos/ContentRepository/Domain/Service/ConfigurationContentDimensionPresetSource.html#method_findPresetsByTargetValues","d":"

Finds for each configured dimension the best matching preset based on given target value for that dimension.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ConfigurationContentDimensionPresetSource::comparePresetsForTargetValue","p":"Neos/ContentRepository/Domain/Service/ConfigurationContentDimensionPresetSource.html#method_comparePresetsForTargetValue","d":"

Compares the given $possibleBetterPreset to the $targetValues (based on the position of the contained values)\nand returns either $possibleBetterPreset or the $currentBestPreset, depending on the result.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ContentDimensionCombinator::getAllAllowedCombinations","p":"Neos/ContentRepository/Domain/Service/ContentDimensionCombinator.html#method_getAllAllowedCombinations","d":"

Array of all possible dimension configurations allowed by configured presets.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ContentDimensionPresetSourceInterface::getAllPresets","p":"Neos/ContentRepository/Domain/Service/ContentDimensionPresetSourceInterface.html#method_getAllPresets","d":"

Get the full presets configuration as an array

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ContentDimensionPresetSourceInterface::getDefaultPreset","p":"Neos/ContentRepository/Domain/Service/ContentDimensionPresetSourceInterface.html#method_getDefaultPreset","d":"

Get the default preset of a dimension

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ContentDimensionPresetSourceInterface::findPresetByDimensionValues","p":"Neos/ContentRepository/Domain/Service/ContentDimensionPresetSourceInterface.html#method_findPresetByDimensionValues","d":"

Find a dimension preset by dimension values

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ContentDimensionPresetSourceInterface::getAllowedDimensionPresetsAccordingToPreselection","p":"Neos/ContentRepository/Domain/Service/ContentDimensionPresetSourceInterface.html#method_getAllowedDimensionPresetsAccordingToPreselection","d":"

Returns a list of presets of the specified dimension which are allowed in combination with the given presets\nof other dimensions.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ContentDimensionPresetSourceInterface::isPresetCombinationAllowedByConstraints","p":"Neos/ContentRepository/Domain/Service/ContentDimensionPresetSourceInterface.html#method_isPresetCombinationAllowedByConstraints","d":"

Checks if the given combination of presets is allowed, according to possibly defined constraints in the\ncontent dimension configuration.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ContentDimensionPresetSourceInterface::findPresetsByTargetValues","p":"Neos/ContentRepository/Domain/Service/ContentDimensionPresetSourceInterface.html#method_findPresetsByTargetValues","d":"

Finds for each configured dimension the best matching preset based on given target value for that dimension.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\Context::__construct","p":"Neos/ContentRepository/Domain/Service/Context.html#method___construct","d":"

Creates a new Context object.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\Context::getWorkspace","p":"Neos/ContentRepository/Domain/Service/Context.html#method_getWorkspace","d":"

Returns the current workspace.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\Context::validateWorkspace","p":"Neos/ContentRepository/Domain/Service/Context.html#method_validateWorkspace","d":"

This method is called in order to check if a workspace is accessible.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\Context::getWorkspaceName","p":"Neos/ContentRepository/Domain/Service/Context.html#method_getWorkspaceName","d":"

Returns the name of the workspace.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\Context::getCurrentDateTime","p":"Neos/ContentRepository/Domain/Service/Context.html#method_getCurrentDateTime","d":"

Returns the current date and time in form of a \\DateTime\nobject.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\Context::getRootNode","p":"Neos/ContentRepository/Domain/Service/Context.html#method_getRootNode","d":"

Convenience method returns the root node for\nthis context workspace.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\Context::getNode","p":"Neos/ContentRepository/Domain/Service/Context.html#method_getNode","d":"

Returns a node specified by the given absolute path.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\Context::getNodeByIdentifier","p":"Neos/ContentRepository/Domain/Service/Context.html#method_getNodeByIdentifier","d":"

Get a node by identifier and this context

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\Context::getNodeVariantsByIdentifier","p":"Neos/ContentRepository/Domain/Service/Context.html#method_getNodeVariantsByIdentifier","d":"

Get all node variants for the given identifier

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\Context::getNodesOnPath","p":"Neos/ContentRepository/Domain/Service/Context.html#method_getNodesOnPath","d":"

Finds all nodes lying on the path specified by (and including) the given\nstarting point and end point.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\Context::adoptNode","p":"Neos/ContentRepository/Domain/Service/Context.html#method_adoptNode","d":"

Adopts a node from a (possibly) different context to this context

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\Context::emitBeforeAdoptNode","p":"Neos/ContentRepository/Domain/Service/Context.html#method_emitBeforeAdoptNode","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\Context::emitAfterAdoptNode","p":"Neos/ContentRepository/Domain/Service/Context.html#method_emitAfterAdoptNode","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\Context::isInvisibleContentShown","p":"Neos/ContentRepository/Domain/Service/Context.html#method_isInvisibleContentShown","d":"

Tells if nodes which are usually invisible should be accessible through the Node API and queries

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\Context::isRemovedContentShown","p":"Neos/ContentRepository/Domain/Service/Context.html#method_isRemovedContentShown","d":"

Tells if nodes which have their "removed" flag set should be accessible through\nthe Node API and queries

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\Context::isInaccessibleContentShown","p":"Neos/ContentRepository/Domain/Service/Context.html#method_isInaccessibleContentShown","d":"

Tells if nodes which have access restrictions should be accessible through\nthe Node API and queries even without the necessary roles / rights

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\Context::getDimensions","p":"Neos/ContentRepository/Domain/Service/Context.html#method_getDimensions","d":"

An indexed array of dimensions with ordered list of values for matching nodes by content dimensions

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\Context::getTargetDimensions","p":"Neos/ContentRepository/Domain/Service/Context.html#method_getTargetDimensions","d":"

An indexed array of dimensions with a set of values that should be applied when updating or creating

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\Context::getTargetDimensionValues","p":"Neos/ContentRepository/Domain/Service/Context.html#method_getTargetDimensionValues","d":"

An indexed array of dimensions with a set of values that should be applied when updating or creating

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\Context::getProperties","p":"Neos/ContentRepository/Domain/Service/Context.html#method_getProperties","d":"

Returns the properties of this context.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\Context::getFirstLevelNodeCache","p":"Neos/ContentRepository/Domain/Service/Context.html#method_getFirstLevelNodeCache","d":"

Not public API!

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ContextFactory::create","p":"Neos/ContentRepository/Domain/Service/ContextFactory.html#method_create","d":"

Create the context from the given properties. If a context with those properties was already\ncreated before then the existing one is returned.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ContextFactory::buildContextInstance","p":"Neos/ContentRepository/Domain/Service/ContextFactory.html#method_buildContextInstance","d":"

Creates the actual Context instance.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ContextFactory::mergeContextPropertiesWithDefaults","p":"Neos/ContentRepository/Domain/Service/ContextFactory.html#method_mergeContextPropertiesWithDefaults","d":"

Merges the given context properties with sane defaults for the context implementation.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ContextFactory::getIdentifier","p":"Neos/ContentRepository/Domain/Service/ContextFactory.html#method_getIdentifier","d":"

Provides a way to identify a context to prevent duplicate context objects.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ContextFactory::getIdentifierSource","p":"Neos/ContentRepository/Domain/Service/ContextFactory.html#method_getIdentifierSource","d":"

This creates the actual identifier and needs to be overridden by builders extending this.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ContextFactory::validateContextProperties","p":"Neos/ContentRepository/Domain/Service/ContextFactory.html#method_validateContextProperties","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ContextFactory::removeDeprecatedProperties","p":"Neos/ContentRepository/Domain/Service/ContextFactory.html#method_removeDeprecatedProperties","d":"

Removes context properties which have been previously allowed but are not supported\nanymore and should be silently ignored

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ContextFactory::getAvailableDimensions","p":"Neos/ContentRepository/Domain/Service/ContextFactory.html#method_getAvailableDimensions","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ContextFactory::reset","p":"Neos/ContentRepository/Domain/Service/ContextFactory.html#method_reset","d":"

Reset instances (internal)

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ContextFactory::mergeTargetDimensionContextProperties","p":"Neos/ContentRepository/Domain/Service/ContextFactory.html#method_mergeTargetDimensionContextProperties","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ContextFactory::mergeDimensionValues","p":"Neos/ContentRepository/Domain/Service/ContextFactory.html#method_mergeDimensionValues","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ContextFactory::getInstances","p":"Neos/ContentRepository/Domain/Service/ContextFactory.html#method_getInstances","d":"

Returns all known instances of Context.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ContextFactoryInterface::create","p":"Neos/ContentRepository/Domain/Service/ContextFactoryInterface.html#method_create","d":"

Create the context from the given properties. If a context with those properties was already\ncreated before then the existing one is returned.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ContextFactoryInterface::reset","p":"Neos/ContentRepository/Domain/Service/ContextFactoryInterface.html#method_reset","d":"

Clears the instances cache clearing all contexts.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ContextFactoryInterface::getInstances","p":"Neos/ContentRepository/Domain/Service/ContextFactoryInterface.html#method_getInstances","d":"

Returns all known instances of Context.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\Dto\\NodeMoveIntegrityCheckResult::createForNode","p":"Neos/ContentRepository/Domain/Service/Dto/NodeMoveIntegrityCheckResult.html#method_createForNode","d":null},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\Dto\\NodeMoveIntegrityCheckResult::withResultParts","p":"Neos/ContentRepository/Domain/Service/Dto/NodeMoveIntegrityCheckResult.html#method_withResultParts","d":null},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\Dto\\NodeMoveIntegrityCheckResult::hasIntegrityViolations","p":"Neos/ContentRepository/Domain/Service/Dto/NodeMoveIntegrityCheckResult.html#method_hasIntegrityViolations","d":null},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\Dto\\NodeMoveIntegrityCheckResult::getPlainMessage","p":"Neos/ContentRepository/Domain/Service/Dto/NodeMoveIntegrityCheckResult.html#method_getPlainMessage","d":null},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\Dto\\NodeMoveIntegrityCheckResultPart::noViolation","p":"Neos/ContentRepository/Domain/Service/Dto/NodeMoveIntegrityCheckResultPart.html#method_noViolation","d":null},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\Dto\\NodeMoveIntegrityCheckResultPart::violationNoParentInDimension","p":"Neos/ContentRepository/Domain/Service/Dto/NodeMoveIntegrityCheckResultPart.html#method_violationNoParentInDimension","d":null},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\Dto\\NodeMoveIntegrityCheckResultPart::getDimensionsLabel","p":"Neos/ContentRepository/Domain/Service/Dto/NodeMoveIntegrityCheckResultPart.html#method_getDimensionsLabel","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\Dto\\NodeMoveIntegrityCheckResultPart::isViolated","p":"Neos/ContentRepository/Domain/Service/Dto/NodeMoveIntegrityCheckResultPart.html#method_isViolated","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ImportExport\\ImportExportPropertyMappingConfiguration::__construct","p":"Neos/ContentRepository/Domain/Service/ImportExport/ImportExportPropertyMappingConfiguration.html#method___construct","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ImportExport\\ImportExportPropertyMappingConfiguration::getConfigurationFor","p":"Neos/ContentRepository/Domain/Service/ImportExport/ImportExportPropertyMappingConfiguration.html#method_getConfigurationFor","d":"

The sub-configuration to be used is the current one.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ImportExport\\ImportExportPropertyMappingConfiguration::getConfigurationValue","p":"Neos/ContentRepository/Domain/Service/ImportExport/ImportExportPropertyMappingConfiguration.html#method_getConfigurationValue","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ImportExport\\ImportExportPropertyMappingConfiguration::shouldMap","p":"Neos/ContentRepository/Domain/Service/ImportExport/ImportExportPropertyMappingConfiguration.html#method_shouldMap","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ImportExport\\ImportExportPropertyMappingConfiguration::shouldSkip","p":"Neos/ContentRepository/Domain/Service/ImportExport/ImportExportPropertyMappingConfiguration.html#method_shouldSkip","d":"

Check if the given $propertyName should be skipped during mapping.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ImportExport\\ImportExportPropertyMappingConfiguration::shouldSkipUnknownProperties","p":"Neos/ContentRepository/Domain/Service/ImportExport/ImportExportPropertyMappingConfiguration.html#method_shouldSkipUnknownProperties","d":"

Whether unknown (unconfigured) properties should be skipped during\nmapping, instead if causing an error.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ImportExport\\ImportExportPropertyMappingConfiguration::getTargetPropertyName","p":"Neos/ContentRepository/Domain/Service/ImportExport/ImportExportPropertyMappingConfiguration.html#method_getTargetPropertyName","d":"

Maps the given $sourcePropertyName to a target property name.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ImportExport\\ImportExportPropertyMappingConfiguration::getTypeConverter","p":"Neos/ContentRepository/Domain/Service/ImportExport/ImportExportPropertyMappingConfiguration.html#method_getTypeConverter","d":"

This method can be used to explicitely force a TypeConverter to be used for this Configuration.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ImportExport\\NodeExportService::injectLogger","p":"Neos/ContentRepository/Domain/Service/ImportExport/NodeExportService.html#method_injectLogger","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ImportExport\\NodeExportService::injectThrowableStorage","p":"Neos/ContentRepository/Domain/Service/ImportExport/NodeExportService.html#method_injectThrowableStorage","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ImportExport\\NodeExportService::export","p":"Neos/ContentRepository/Domain/Service/ImportExport/NodeExportService.html#method_export","d":"

Exports the node data of all nodes in the given sub-tree\nby writing them to the given XMLWriter.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ImportExport\\NodeExportService::findNodeDataListToExport","p":"Neos/ContentRepository/Domain/Service/ImportExport/NodeExportService.html#method_findNodeDataListToExport","d":"

Find all nodes of the specified workspace lying below the path specified by\n(and including) the given starting point.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ImportExport\\NodeExportService::exportNodeDataList","p":"Neos/ContentRepository/Domain/Service/ImportExport/NodeExportService.html#method_exportNodeDataList","d":"

Exports the given Nodes into the XML structure, contained in tags.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ImportExport\\NodeExportService::exportNodeData","p":"Neos/ContentRepository/Domain/Service/ImportExport/NodeExportService.html#method_exportNodeData","d":"

Exports a single Node into the XML structure

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ImportExport\\NodeExportService::writeConvertedElement","p":"Neos/ContentRepository/Domain/Service/ImportExport/NodeExportService.html#method_writeConvertedElement","d":"

Writes out a single property into the XML structure.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ImportExport\\NodeExportService::handleExceptionsDuringExport","p":"Neos/ContentRepository/Domain/Service/ImportExport/NodeExportService.html#method_handleExceptionsDuringExport","d":"

If $this->exceptionsDuringImport is non-empty, build up a new composite exception which contains the individual messages and\nre-throw that one.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ImportExport\\NodeImportService::import","p":"Neos/ContentRepository/Domain/Service/ImportExport/NodeImportService.html#method_import","d":"

Imports the sub-tree from the xml reader into the given target path.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ImportExport\\NodeImportService::determineFormatVersion","p":"Neos/ContentRepository/Domain/Service/ImportExport/NodeImportService.html#method_determineFormatVersion","d":"

Determines the ContentRepository format version of the given xml

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ImportExport\\NodeImportService::importSubtree","p":"Neos/ContentRepository/Domain/Service/ImportExport/NodeImportService.html#method_importSubtree","d":"

Imports the sub-tree from the xml reader into the given target path.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ImportExport\\NodeImportService::parseElement","p":"Neos/ContentRepository/Domain/Service/ImportExport/NodeImportService.html#method_parseElement","d":"

Parses the given XML element and adds its content to the internal content tree

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ImportExport\\NodeImportService::parseDimensionsElement","p":"Neos/ContentRepository/Domain/Service/ImportExport/NodeImportService.html#method_parseDimensionsElement","d":"

Parses the content of the dimensions-tag and returns the dimensions as an array\n'dimension name' => dimension value

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ImportExport\\NodeImportService::parseArrayElements","p":"Neos/ContentRepository/Domain/Service/ImportExport/NodeImportService.html#method_parseArrayElements","d":"

Parses the content of exported array and returns the values

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ImportExport\\NodeImportService::parsePropertiesElement","p":"Neos/ContentRepository/Domain/Service/ImportExport/NodeImportService.html#method_parsePropertiesElement","d":"

Parses the content of the properties-tag and returns the properties as an array\n'property name' => property value

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ImportExport\\NodeImportService::convertElementToValue","p":"Neos/ContentRepository/Domain/Service/ImportExport/NodeImportService.html#method_convertElementToValue","d":"

Convert an element to the value it represents.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ImportExport\\NodeImportService::persistEntities","p":"Neos/ContentRepository/Domain/Service/ImportExport/NodeImportService.html#method_persistEntities","d":"

Checks if a propertyValue contains an entity and persists it.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ImportExport\\NodeImportService::parseEndElement","p":"Neos/ContentRepository/Domain/Service/ImportExport/NodeImportService.html#method_parseEndElement","d":"

Parses the closing tags writes data to the database then

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ImportExport\\NodeImportService::getCurrentPath","p":"Neos/ContentRepository/Domain/Service/ImportExport/NodeImportService.html#method_getCurrentPath","d":"

Provides the path for a NodeData according to the current stacks

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ImportExport\\NodeImportService::getParentPath","p":"Neos/ContentRepository/Domain/Service/ImportExport/NodeImportService.html#method_getParentPath","d":"

Provides the parent of the given path

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ImportExport\\NodeImportService::persistNodeData","p":"Neos/ContentRepository/Domain/Service/ImportExport/NodeImportService.html#method_persistNodeData","d":"

Saves the given array as a node data entity without using the ORM.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\NodeMoveIntegrityCheckService::ensureIntegrityForDocumentNodeMove","p":"Neos/ContentRepository/Domain/Service/NodeMoveIntegrityCheckService.html#method_ensureIntegrityForDocumentNodeMove","d":null},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\NodeMoveIntegrityCheckService::checkIntegrityForDocumentNodeMove","p":"Neos/ContentRepository/Domain/Service/NodeMoveIntegrityCheckService.html#method_checkIntegrityForDocumentNodeMove","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\NodeService::setDefaultValues","p":"Neos/ContentRepository/Domain/Service/NodeService.html#method_setDefaultValues","d":"

Sets default node property values on the given node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\NodeService::createChildNodes","p":"Neos/ContentRepository/Domain/Service/NodeService.html#method_createChildNodes","d":"

Creates missing child nodes for the given node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\NodeService::cleanUpAutoCreatedChildNodes","p":"Neos/ContentRepository/Domain/Service/NodeService.html#method_cleanUpAutoCreatedChildNodes","d":"

Removes all auto created child nodes that existed in the previous nodeType.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\NodeService::cleanUpProperties","p":"Neos/ContentRepository/Domain/Service/NodeService.html#method_cleanUpProperties","d":"

Remove all properties not configured in the current Node Type.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\NodeService::isNodeOfType","p":"Neos/ContentRepository/Domain/Service/NodeService.html#method_isNodeOfType","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\NodeService::nodePathExistsInAnyContext","p":"Neos/ContentRepository/Domain/Service/NodeService.html#method_nodePathExistsInAnyContext","d":"

Checks if the given node path exists in any possible context already.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\NodeService::nodePathAvailableForNode","p":"Neos/ContentRepository/Domain/Service/NodeService.html#method_nodePathAvailableForNode","d":"

Checks if the given node path can be used for the given node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\NodeService::normalizePath","p":"Neos/ContentRepository/Domain/Service/NodeService.html#method_normalizePath","d":"

Normalizes the given node path to a reference path and returns an absolute path.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\NodeService::generateUniqueNodeName","p":"Neos/ContentRepository/Domain/Service/NodeService.html#method_generateUniqueNodeName","d":"

Generate a node name, optionally based on a suggested "ideal" name

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\NodeService::generatePossibleNodeName","p":"Neos/ContentRepository/Domain/Service/NodeService.html#method_generatePossibleNodeName","d":"

Generate possible node name. When an idealNodeName is given then this is put into a valid format for a node name,\notherwise a random node name in the form "node-alphanumeric" is generated.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\NodeServiceInterface::setDefaultValues","p":"Neos/ContentRepository/Domain/Service/NodeServiceInterface.html#method_setDefaultValues","d":"

Sets default node property values on the given node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\NodeServiceInterface::createChildNodes","p":"Neos/ContentRepository/Domain/Service/NodeServiceInterface.html#method_createChildNodes","d":"

Creates missing child nodes for the given node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\NodeServiceInterface::cleanUpProperties","p":"Neos/ContentRepository/Domain/Service/NodeServiceInterface.html#method_cleanUpProperties","d":"

Removes all properties not configured in the current Node Type.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\NodeServiceInterface::cleanUpAutoCreatedChildNodes","p":"Neos/ContentRepository/Domain/Service/NodeServiceInterface.html#method_cleanUpAutoCreatedChildNodes","d":"

Removes all auto created child nodes that existed in the previous nodeType.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\NodeServiceInterface::isNodeOfType","p":"Neos/ContentRepository/Domain/Service/NodeServiceInterface.html#method_isNodeOfType","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\NodeServiceInterface::nodePathExistsInAnyContext","p":"Neos/ContentRepository/Domain/Service/NodeServiceInterface.html#method_nodePathExistsInAnyContext","d":"

Checks if the given node path exists in any possible context already.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\NodeServiceInterface::nodePathAvailableForNode","p":"Neos/ContentRepository/Domain/Service/NodeServiceInterface.html#method_nodePathAvailableForNode","d":"

Checks if the given node path can be used for the given node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\NodeServiceInterface::normalizePath","p":"Neos/ContentRepository/Domain/Service/NodeServiceInterface.html#method_normalizePath","d":"

Normalizes the given node path to a reference path and returns an absolute path.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\NodeServiceInterface::generateUniqueNodeName","p":"Neos/ContentRepository/Domain/Service/NodeServiceInterface.html#method_generateUniqueNodeName","d":"

Generates a possible node name, optionally based on a suggested "ideal" name.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\NodeTypeManager::getNodeTypes","p":"Neos/ContentRepository/Domain/Service/NodeTypeManager.html#method_getNodeTypes","d":"

Return all registered node types.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\NodeTypeManager::getSubNodeTypes","p":"Neos/ContentRepository/Domain/Service/NodeTypeManager.html#method_getSubNodeTypes","d":"

Return all node types which have a certain $superType, without\nthe $superType itself.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\NodeTypeManager::getNodeType","p":"Neos/ContentRepository/Domain/Service/NodeTypeManager.html#method_getNodeType","d":"

Returns the specified node type (which could be abstract)

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\NodeTypeManager::hasNodeType","p":"Neos/ContentRepository/Domain/Service/NodeTypeManager.html#method_hasNodeType","d":"

Checks if the specified node type exists

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\NodeTypeManager::createNodeType","p":"Neos/ContentRepository/Domain/Service/NodeTypeManager.html#method_createNodeType","d":"

Creates a new node type

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\NodeTypeManager::loadNodeTypes","p":"Neos/ContentRepository/Domain/Service/NodeTypeManager.html#method_loadNodeTypes","d":"

Loads all node types into memory.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\NodeTypeManager::overrideNodeTypes","p":"Neos/ContentRepository/Domain/Service/NodeTypeManager.html#method_overrideNodeTypes","d":"

This method can be used by Functional of Behavioral Tests to completely\noverride the node types known in the system.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\NodeTypeManager::loadNodeType","p":"Neos/ContentRepository/Domain/Service/NodeTypeManager.html#method_loadNodeType","d":"

Load one node type, if it is not loaded yet.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\NodeTypeManager::evaluateSuperTypesConfiguration","p":"Neos/ContentRepository/Domain/Service/NodeTypeManager.html#method_evaluateSuperTypesConfiguration","d":"

Evaluates the given superTypes configuation and returns the array of effective superTypes.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\NodeTypeManager::evaluateSuperTypeConfiguration","p":"Neos/ContentRepository/Domain/Service/NodeTypeManager.html#method_evaluateSuperTypeConfiguration","d":"

Evaluates a single superType configuration and returns the NodeType if enabled.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\PublishingService::getUnpublishedNodes","p":"Neos/ContentRepository/Domain/Service/PublishingService.html#method_getUnpublishedNodes","d":"

Returns a list of nodes contained in the given workspace which are not yet published

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\PublishingService::getUnpublishedNodesCount","p":"Neos/ContentRepository/Domain/Service/PublishingService.html#method_getUnpublishedNodesCount","d":"

Returns the number of unpublished nodes contained in the given workspace

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\PublishingService::publishNode","p":"Neos/ContentRepository/Domain/Service/PublishingService.html#method_publishNode","d":"

Publishes the given node to the specified target workspace. If no workspace is specified, the source workspace's\nbase workspace is assumed.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\PublishingService::publishNodes","p":"Neos/ContentRepository/Domain/Service/PublishingService.html#method_publishNodes","d":"

Publishes the given nodes to the specified target workspace. If no workspace is specified, the source workspace's\nbase workspace is assumed.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\PublishingService::discardNode","p":"Neos/ContentRepository/Domain/Service/PublishingService.html#method_discardNode","d":"

Discards the given node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\PublishingService::doDiscardNode","p":"Neos/ContentRepository/Domain/Service/PublishingService.html#method_doDiscardNode","d":"

Method which does the actual work of discarding, includes a protection against endless recursions and\nmultiple discarding of the same node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\PublishingService::discardNodes","p":"Neos/ContentRepository/Domain/Service/PublishingService.html#method_discardNodes","d":"

Discards the given nodes.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\PublishingService::discardAllNodes","p":"Neos/ContentRepository/Domain/Service/PublishingService.html#method_discardAllNodes","d":"

Discards all unpublished nodes of the given workspace.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\PublishingService::sortNodesForPublishing","p":"Neos/ContentRepository/Domain/Service/PublishingService.html#method_sortNodesForPublishing","d":"

Sort an unsorted list of nodes in a publishable order

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\PublishingService::emitNodePublished","p":"Neos/ContentRepository/Domain/Service/PublishingService.html#method_emitNodePublished","d":"

Signals that a node has been published.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\PublishingService::emitNodeDiscarded","p":"Neos/ContentRepository/Domain/Service/PublishingService.html#method_emitNodeDiscarded","d":"

Signals that a node has been discarded.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\PublishingService::createContext","p":"Neos/ContentRepository/Domain/Service/PublishingService.html#method_createContext","d":"

Creates a new content context based on the given workspace and the NodeData object.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\PublishingServiceInterface::getUnpublishedNodes","p":"Neos/ContentRepository/Domain/Service/PublishingServiceInterface.html#method_getUnpublishedNodes","d":"

Returns a list of nodes contained in the given workspace which are not yet published

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\PublishingServiceInterface::getUnpublishedNodesCount","p":"Neos/ContentRepository/Domain/Service/PublishingServiceInterface.html#method_getUnpublishedNodesCount","d":"

Returns the number of unpublished nodes contained in the given workspace

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\PublishingServiceInterface::publishNode","p":"Neos/ContentRepository/Domain/Service/PublishingServiceInterface.html#method_publishNode","d":"

Publishes the given node to the specified target workspace. If no workspace is specified, "live" is assumed.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\PublishingServiceInterface::publishNodes","p":"Neos/ContentRepository/Domain/Service/PublishingServiceInterface.html#method_publishNodes","d":"

Publishes the given nodes to the specified target workspace. If no workspace is specified, "live" is assumed.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\PublishingServiceInterface::discardNode","p":"Neos/ContentRepository/Domain/Service/PublishingServiceInterface.html#method_discardNode","d":"

Discards the given node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\PublishingServiceInterface::discardNodes","p":"Neos/ContentRepository/Domain/Service/PublishingServiceInterface.html#method_discardNodes","d":"

Discards the given nodes.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\PublishingServiceInterface::discardAllNodes","p":"Neos/ContentRepository/Domain/Service/PublishingServiceInterface.html#method_discardAllNodes","d":"

Discards all unpublished nodes of the given workspace.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Utility\\NodePaths::addNodePathSegment","p":"Neos/ContentRepository/Domain/Utility/NodePaths.html#method_addNodePathSegment","d":"

Appends the given $nodePathSegment to the $nodePath

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Utility\\NodePaths::generateContextPath","p":"Neos/ContentRepository/Domain/Utility/NodePaths.html#method_generateContextPath","d":"

Returns the given absolute node path appended with additional context information (such as the workspace name and dimensions).

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Utility\\NodePaths::explodeContextPath","p":"Neos/ContentRepository/Domain/Utility/NodePaths.html#method_explodeContextPath","d":"

Splits the given context path into relevant information, which results in an array with keys:\n"nodePath", "workspaceName", "dimensions"

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Utility\\NodePaths::parseDimensionValueStringToArray","p":"Neos/ContentRepository/Domain/Utility/NodePaths.html#method_parseDimensionValueStringToArray","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Utility\\NodePaths::isContextPath","p":"Neos/ContentRepository/Domain/Utility/NodePaths.html#method_isContextPath","d":"

Determine if the given node path is a context path.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Utility\\NodePaths::getNodeNameFromPath","p":"Neos/ContentRepository/Domain/Utility/NodePaths.html#method_getNodeNameFromPath","d":"

Get the name for a Node based on the given path.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Utility\\NodePaths::getParentPath","p":"Neos/ContentRepository/Domain/Utility/NodePaths.html#method_getParentPath","d":"

Get the parent path of the given Node path.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Utility\\NodePaths::isSubPathOf","p":"Neos/ContentRepository/Domain/Utility/NodePaths.html#method_isSubPathOf","d":"

Does $possibleSubPath begin with $path and so is a subpath or not.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Utility\\NodePaths::getPathDepth","p":"Neos/ContentRepository/Domain/Utility/NodePaths.html#method_getPathDepth","d":"

Returns the depth of the given Node path.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Utility\\NodePaths::replaceRelativePathElements","p":"Neos/ContentRepository/Domain/Utility/NodePaths.html#method_replaceRelativePathElements","d":"

Replaces relative path segments ("." or "..") in a given path

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Utility\\NodePaths::getRelativePathBetween","p":"Neos/ContentRepository/Domain/Utility/NodePaths.html#method_getRelativePathBetween","d":"

Get the relative path between the given $parentPath and the given $subPath.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Utility\\NodePaths::generateRandomNodeName","p":"Neos/ContentRepository/Domain/Utility/NodePaths.html#method_generateRandomNodeName","d":"

Generates a simple random node name.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Utility\\NodePaths::normalizePath","p":"Neos/ContentRepository/Domain/Utility/NodePaths.html#method_normalizePath","d":"

Normalizes the given node path to a reference path and returns an absolute path.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Utility\\SubgraphUtility::hashIdentityComponents","p":"Neos/ContentRepository/Domain/Utility/SubgraphUtility.html#method_hashIdentityComponents","d":""},{"t":"M","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\CacheLifetimeOperation::canEvaluate","p":"Neos/ContentRepository/Eel/FlowQueryOperations/CacheLifetimeOperation.html#method_canEvaluate","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\CacheLifetimeOperation::evaluate","p":"Neos/ContentRepository/Eel/FlowQueryOperations/CacheLifetimeOperation.html#method_evaluate","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\ChildrenOperation::canEvaluate","p":"Neos/ContentRepository/Eel/FlowQueryOperations/ChildrenOperation.html#method_canEvaluate","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\ChildrenOperation::evaluate","p":"Neos/ContentRepository/Eel/FlowQueryOperations/ChildrenOperation.html#method_evaluate","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\ChildrenOperation::earlyOptimizationOfFilters","p":"Neos/ContentRepository/Eel/FlowQueryOperations/ChildrenOperation.html#method_earlyOptimizationOfFilters","d":"

Optimize for typical use cases, filter by node name and filter\nby NodeType (instanceof). These cases are now optimized and will\nonly load the nodes that match the filters.

"},{"t":"M","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\ClosestOperation::canEvaluate","p":"Neos/ContentRepository/Eel/FlowQueryOperations/ClosestOperation.html#method_canEvaluate","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\ClosestOperation::evaluate","p":"Neos/ContentRepository/Eel/FlowQueryOperations/ClosestOperation.html#method_evaluate","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\ContextOperation::canEvaluate","p":"Neos/ContentRepository/Eel/FlowQueryOperations/ContextOperation.html#method_canEvaluate","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\ContextOperation::evaluate","p":"Neos/ContentRepository/Eel/FlowQueryOperations/ContextOperation.html#method_evaluate","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\FilterOperation::canEvaluate","p":"Neos/ContentRepository/Eel/FlowQueryOperations/FilterOperation.html#method_canEvaluate","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\FilterOperation::evaluate","p":"Neos/ContentRepository/Eel/FlowQueryOperations/FilterOperation.html#method_evaluate","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\FilterOperation::matchesPropertyNameFilter","p":"Neos/ContentRepository/Eel/FlowQueryOperations/FilterOperation.html#method_matchesPropertyNameFilter","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\FilterOperation::matchesIdentifierFilter","p":"Neos/ContentRepository/Eel/FlowQueryOperations/FilterOperation.html#method_matchesIdentifierFilter","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\FilterOperation::getPropertyPath","p":"Neos/ContentRepository/Eel/FlowQueryOperations/FilterOperation.html#method_getPropertyPath","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\FilterOperation::evaluateOperator","p":"Neos/ContentRepository/Eel/FlowQueryOperations/FilterOperation.html#method_evaluateOperator","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\FindOperation::canEvaluate","p":"Neos/ContentRepository/Eel/FlowQueryOperations/FindOperation.html#method_canEvaluate","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\FindOperation::evaluate","p":"Neos/ContentRepository/Eel/FlowQueryOperations/FindOperation.html#method_evaluate","d":"

This operation operates rather on the given Context object than on the given node\nand thus may work with the legacy node interface until subgraphs are available\n{@inheritdoc}

"},{"t":"M","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\FindOperation::hasOnlyInstanceOfFilters","p":"Neos/ContentRepository/Eel/FlowQueryOperations/FindOperation.html#method_hasOnlyInstanceOfFilters","d":"

Check if the parsed filters only contain instanceof filters (e.g. "[instanceof Foo],[instanceof Bar]")

"},{"t":"M","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\HasOperation::canEvaluate","p":"Neos/ContentRepository/Eel/FlowQueryOperations/HasOperation.html#method_canEvaluate","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\HasOperation::evaluate","p":"Neos/ContentRepository/Eel/FlowQueryOperations/HasOperation.html#method_evaluate","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\NextAllOperation::canEvaluate","p":"Neos/ContentRepository/Eel/FlowQueryOperations/NextAllOperation.html#method_canEvaluate","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\NextAllOperation::evaluate","p":"Neos/ContentRepository/Eel/FlowQueryOperations/NextAllOperation.html#method_evaluate","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\NextAllOperation::getNextForNode","p":"Neos/ContentRepository/Eel/FlowQueryOperations/NextAllOperation.html#method_getNextForNode","d":""},{"t":"M","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\NextOperation::canEvaluate","p":"Neos/ContentRepository/Eel/FlowQueryOperations/NextOperation.html#method_canEvaluate","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\NextOperation::evaluate","p":"Neos/ContentRepository/Eel/FlowQueryOperations/NextOperation.html#method_evaluate","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\NextOperation::getNextForNode","p":"Neos/ContentRepository/Eel/FlowQueryOperations/NextOperation.html#method_getNextForNode","d":""},{"t":"M","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\NextUntilOperation::canEvaluate","p":"Neos/ContentRepository/Eel/FlowQueryOperations/NextUntilOperation.html#method_canEvaluate","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\NextUntilOperation::evaluate","p":"Neos/ContentRepository/Eel/FlowQueryOperations/NextUntilOperation.html#method_evaluate","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\NextUntilOperation::getNextForNode","p":"Neos/ContentRepository/Eel/FlowQueryOperations/NextUntilOperation.html#method_getNextForNode","d":""},{"t":"M","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\NextUntilOperation::getNodesUntil","p":"Neos/ContentRepository/Eel/FlowQueryOperations/NextUntilOperation.html#method_getNodesUntil","d":""},{"t":"M","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\ParentOperation::canEvaluate","p":"Neos/ContentRepository/Eel/FlowQueryOperations/ParentOperation.html#method_canEvaluate","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\ParentOperation::evaluate","p":"Neos/ContentRepository/Eel/FlowQueryOperations/ParentOperation.html#method_evaluate","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\ParentsOperation::canEvaluate","p":"Neos/ContentRepository/Eel/FlowQueryOperations/ParentsOperation.html#method_canEvaluate","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\ParentsOperation::evaluate","p":"Neos/ContentRepository/Eel/FlowQueryOperations/ParentsOperation.html#method_evaluate","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\ParentsUntilOperation::canEvaluate","p":"Neos/ContentRepository/Eel/FlowQueryOperations/ParentsUntilOperation.html#method_canEvaluate","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\ParentsUntilOperation::evaluate","p":"Neos/ContentRepository/Eel/FlowQueryOperations/ParentsUntilOperation.html#method_evaluate","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\ParentsUntilOperation::getParents","p":"Neos/ContentRepository/Eel/FlowQueryOperations/ParentsUntilOperation.html#method_getParents","d":""},{"t":"M","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\ParentsUntilOperation::getNodesUntil","p":"Neos/ContentRepository/Eel/FlowQueryOperations/ParentsUntilOperation.html#method_getNodesUntil","d":""},{"t":"M","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\PrevAllOperation::canEvaluate","p":"Neos/ContentRepository/Eel/FlowQueryOperations/PrevAllOperation.html#method_canEvaluate","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\PrevAllOperation::evaluate","p":"Neos/ContentRepository/Eel/FlowQueryOperations/PrevAllOperation.html#method_evaluate","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\PrevAllOperation::getPrevForNode","p":"Neos/ContentRepository/Eel/FlowQueryOperations/PrevAllOperation.html#method_getPrevForNode","d":""},{"t":"M","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\PrevOperation::canEvaluate","p":"Neos/ContentRepository/Eel/FlowQueryOperations/PrevOperation.html#method_canEvaluate","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\PrevOperation::evaluate","p":"Neos/ContentRepository/Eel/FlowQueryOperations/PrevOperation.html#method_evaluate","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\PrevOperation::getPrevForNode","p":"Neos/ContentRepository/Eel/FlowQueryOperations/PrevOperation.html#method_getPrevForNode","d":""},{"t":"M","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\PrevUntilOperation::canEvaluate","p":"Neos/ContentRepository/Eel/FlowQueryOperations/PrevUntilOperation.html#method_canEvaluate","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\PrevUntilOperation::evaluate","p":"Neos/ContentRepository/Eel/FlowQueryOperations/PrevUntilOperation.html#method_evaluate","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\PrevUntilOperation::getPrevForNode","p":"Neos/ContentRepository/Eel/FlowQueryOperations/PrevUntilOperation.html#method_getPrevForNode","d":""},{"t":"M","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\PrevUntilOperation::getNodesUntil","p":"Neos/ContentRepository/Eel/FlowQueryOperations/PrevUntilOperation.html#method_getNodesUntil","d":""},{"t":"M","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\PropertyOperation::canEvaluate","p":"Neos/ContentRepository/Eel/FlowQueryOperations/PropertyOperation.html#method_canEvaluate","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\PropertyOperation::evaluate","p":"Neos/ContentRepository/Eel/FlowQueryOperations/PropertyOperation.html#method_evaluate","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\SiblingsOperation::canEvaluate","p":"Neos/ContentRepository/Eel/FlowQueryOperations/SiblingsOperation.html#method_canEvaluate","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\SiblingsOperation::evaluate","p":"Neos/ContentRepository/Eel/FlowQueryOperations/SiblingsOperation.html#method_evaluate","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Command\\NodeCommandController::migrateCommand","p":"Neos/ContentRepository/Migration/Command/NodeCommandController.html#method_migrateCommand","d":"

Do the configured migrations in the given migration.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Command\\NodeCommandController::migrationStatusCommand","p":"Neos/ContentRepository/Migration/Command/NodeCommandController.html#method_migrationStatusCommand","d":"

List available and applied migrations

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Command\\NodeCommandController::outputCommentsAndWarnings","p":"Neos/ContentRepository/Migration/Command/NodeCommandController.html#method_outputCommentsAndWarnings","d":"

Helper to output comments and warnings for the given configuration.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Command\\NodeCommandController::phraseMigrationApplicationInformation","p":"Neos/ContentRepository/Migration/Command/NodeCommandController.html#method_phraseMigrationApplicationInformation","d":""},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Configuration\\Configuration::getAvailableVersions","p":"Neos/ContentRepository/Migration/Configuration/Configuration.html#method_getAvailableVersions","d":"

Returns an array with all available versions.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Configuration\\Configuration::isVersionAvailable","p":"Neos/ContentRepository/Migration/Configuration/Configuration.html#method_isVersionAvailable","d":"

If the given version is available, true is returned.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Configuration\\Configuration::getMigrationVersion","p":"Neos/ContentRepository/Migration/Configuration/Configuration.html#method_getMigrationVersion","d":"

Returns the configuration of the given version, if available.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Configuration\\Configuration::isVersionLoaded","p":"Neos/ContentRepository/Migration/Configuration/Configuration.html#method_isVersionLoaded","d":"

Check if the given version has been loaded already.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Configuration\\Configuration::loadConfiguration","p":"Neos/ContentRepository/Migration/Configuration/Configuration.html#method_loadConfiguration","d":"

Loads a specific version into an array.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Configuration\\Configuration::registerAvailableVersions","p":"Neos/ContentRepository/Migration/Configuration/Configuration.html#method_registerAvailableVersions","d":"

Loads a list of available versions into an array.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Configuration\\ConfigurationInterface::getAvailableVersions","p":"Neos/ContentRepository/Migration/Configuration/ConfigurationInterface.html#method_getAvailableVersions","d":"

Returns all available versions.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Configuration\\ConfigurationInterface::isVersionAvailable","p":"Neos/ContentRepository/Migration/Configuration/ConfigurationInterface.html#method_isVersionAvailable","d":"

Is the given version available?

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Configuration\\ConfigurationInterface::getMigrationVersion","p":"Neos/ContentRepository/Migration/Configuration/ConfigurationInterface.html#method_getMigrationVersion","d":"

Returns the migration configuration with the given version.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Configuration\\YamlConfiguration::registerAvailableVersions","p":"Neos/ContentRepository/Migration/Configuration/YamlConfiguration.html#method_registerAvailableVersions","d":"

Loads a list of available versions into an array.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Configuration\\YamlConfiguration::registerVersionInDirectory","p":"Neos/ContentRepository/Migration/Configuration/YamlConfiguration.html#method_registerVersionInDirectory","d":""},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Configuration\\YamlConfiguration::loadConfiguration","p":"Neos/ContentRepository/Migration/Configuration/YamlConfiguration.html#method_loadConfiguration","d":"

Loads a specific version into an array.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Domain\\Factory\\MigrationFactory::getMigrationForVersion","p":"Neos/ContentRepository/Migration/Domain/Factory/MigrationFactory.html#method_getMigrationForVersion","d":""},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Domain\\Factory\\MigrationFactory::getAvailableMigrationsForCurrentConfigurationType","p":"Neos/ContentRepository/Migration/Domain/Factory/MigrationFactory.html#method_getAvailableMigrationsForCurrentConfigurationType","d":"

Return array of all available migrations with the current configuration type

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Domain\\Model\\Migration::__construct","p":"Neos/ContentRepository/Migration/Domain/Model/Migration.html#method___construct","d":""},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Domain\\Model\\Migration::getVersion","p":"Neos/ContentRepository/Migration/Domain/Model/Migration.html#method_getVersion","d":""},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Domain\\Model\\Migration::getDownConfiguration","p":"Neos/ContentRepository/Migration/Domain/Model/Migration.html#method_getDownConfiguration","d":""},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Domain\\Model\\Migration::getUpConfiguration","p":"Neos/ContentRepository/Migration/Domain/Model/Migration.html#method_getUpConfiguration","d":""},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Domain\\Model\\MigrationConfiguration::__construct","p":"Neos/ContentRepository/Migration/Domain/Model/MigrationConfiguration.html#method___construct","d":""},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Domain\\Model\\MigrationConfiguration::getComments","p":"Neos/ContentRepository/Migration/Domain/Model/MigrationConfiguration.html#method_getComments","d":""},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Domain\\Model\\MigrationConfiguration::hasComments","p":"Neos/ContentRepository/Migration/Domain/Model/MigrationConfiguration.html#method_hasComments","d":""},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Domain\\Model\\MigrationConfiguration::getMigration","p":"Neos/ContentRepository/Migration/Domain/Model/MigrationConfiguration.html#method_getMigration","d":""},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Domain\\Model\\MigrationConfiguration::getWarnings","p":"Neos/ContentRepository/Migration/Domain/Model/MigrationConfiguration.html#method_getWarnings","d":""},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Domain\\Model\\MigrationConfiguration::hasWarnings","p":"Neos/ContentRepository/Migration/Domain/Model/MigrationConfiguration.html#method_hasWarnings","d":""},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Domain\\Model\\MigrationStatus::__construct","p":"Neos/ContentRepository/Migration/Domain/Model/MigrationStatus.html#method___construct","d":""},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Domain\\Model\\MigrationStatus::getApplicationTimeStamp","p":"Neos/ContentRepository/Migration/Domain/Model/MigrationStatus.html#method_getApplicationTimeStamp","d":"

The date and time the recorded migration was applied.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Domain\\Model\\MigrationStatus::getDirection","p":"Neos/ContentRepository/Migration/Domain/Model/MigrationStatus.html#method_getDirection","d":"

The direction of the applied migration.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Domain\\Model\\MigrationStatus::getVersion","p":"Neos/ContentRepository/Migration/Domain/Model/MigrationStatus.html#method_getVersion","d":"

The version of the applied migration.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Filters\\DimensionValues::setDimensionValues","p":"Neos/ContentRepository/Migration/Filters/DimensionValues.html#method_setDimensionValues","d":""},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Filters\\DimensionValues::setFilterForDefaultDimensionValues","p":"Neos/ContentRepository/Migration/Filters/DimensionValues.html#method_setFilterForDefaultDimensionValues","d":""},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Filters\\DimensionValues::matches","p":"Neos/ContentRepository/Migration/Filters/DimensionValues.html#method_matches","d":"

Returns true if the given node has the default dimension values.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Filters\\DoctrineFilterInterface::getFilterExpressions","p":"Neos/ContentRepository/Migration/Filters/DoctrineFilterInterface.html#method_getFilterExpressions","d":null},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Filters\\FilterInterface::matches","p":"Neos/ContentRepository/Migration/Filters/FilterInterface.html#method_matches","d":"

If the given node satisfies the filter constraints, true is returned.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Filters\\IsRemoved::matches","p":"Neos/ContentRepository/Migration/Filters/IsRemoved.html#method_matches","d":"

Returns true if the given node is removed

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Filters\\NodeName::setNodeName","p":"Neos/ContentRepository/Migration/Filters/NodeName.html#method_setNodeName","d":"

Sets the node type name to match on.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Filters\\NodeName::matches","p":"Neos/ContentRepository/Migration/Filters/NodeName.html#method_matches","d":"

Returns true if the given node is of the node type this filter expects.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Filters\\NodeType::setNodeType","p":"Neos/ContentRepository/Migration/Filters/NodeType.html#method_setNodeType","d":"

Sets the node type name to match on.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Filters\\NodeType::setWithSubTypes","p":"Neos/ContentRepository/Migration/Filters/NodeType.html#method_setWithSubTypes","d":"

Whether the filter should match also on all subtypes of the configured\nnode type.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Filters\\NodeType::setExclude","p":"Neos/ContentRepository/Migration/Filters/NodeType.html#method_setExclude","d":"

Whether the filter should exclude the given NodeType instead of including only this node type.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Filters\\NodeType::getFilterExpressions","p":"Neos/ContentRepository/Migration/Filters/NodeType.html#method_getFilterExpressions","d":""},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Filters\\PropertyNotEmpty::setPropertyName","p":"Neos/ContentRepository/Migration/Filters/PropertyNotEmpty.html#method_setPropertyName","d":"

Sets the property name to be checked for non-empty value.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Filters\\PropertyNotEmpty::matches","p":"Neos/ContentRepository/Migration/Filters/PropertyNotEmpty.html#method_matches","d":"

Returns true if the given node has the property and the value is not empty.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Filters\\PropertyValue::setPropertyName","p":"Neos/ContentRepository/Migration/Filters/PropertyValue.html#method_setPropertyName","d":"

Sets the property name to be checked.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Filters\\PropertyValue::setPropertyValue","p":"Neos/ContentRepository/Migration/Filters/PropertyValue.html#method_setPropertyValue","d":"

Sets the property value to be checked against.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Filters\\PropertyValue::getFilterExpressions","p":"Neos/ContentRepository/Migration/Filters/PropertyValue.html#method_getFilterExpressions","d":"

Filters for nodes having the property and value requested.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Filters\\Workspace::setWorkspaceName","p":"Neos/ContentRepository/Migration/Filters/Workspace.html#method_setWorkspaceName","d":"

Sets the workspace name to match on.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Filters\\Workspace::matches","p":"Neos/ContentRepository/Migration/Filters/Workspace.html#method_matches","d":"

Returns true if the given node is in the workspace this filter expects.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Service\\NodeFilter::getFilterExpressions","p":"Neos/ContentRepository/Migration/Service/NodeFilter.html#method_getFilterExpressions","d":"

Return array with Doctrine expressions

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Service\\NodeFilter::matchFilters","p":"Neos/ContentRepository/Migration/Service/NodeFilter.html#method_matchFilters","d":"

Apply local filters to result.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Service\\NodeFilter::buildFilterConjunction","p":"Neos/ContentRepository/Migration/Service/NodeFilter.html#method_buildFilterConjunction","d":""},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Service\\NodeFilter::constructFilterObject","p":"Neos/ContentRepository/Migration/Service/NodeFilter.html#method_constructFilterObject","d":""},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Service\\NodeFilter::resolveFilterClass","p":"Neos/ContentRepository/Migration/Service/NodeFilter.html#method_resolveFilterClass","d":"

Resolves the class name for the filter by first assuming it is a full qualified class name and otherwise searching\nin this package (so filters delivered in Neos.ContentRepository can be used by simply giving the class name without namespace).

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Service\\NodeMigration::__construct","p":"Neos/ContentRepository/Migration/Service/NodeMigration.html#method___construct","d":""},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Service\\NodeMigration::execute","p":"Neos/ContentRepository/Migration/Service/NodeMigration.html#method_execute","d":"

Execute all migrations

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Service\\NodeMigration::executeSingle","p":"Neos/ContentRepository/Migration/Service/NodeMigration.html#method_executeSingle","d":"

Execute a single migration

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Service\\NodeTransformation::execute","p":"Neos/ContentRepository/Migration/Service/NodeTransformation.html#method_execute","d":"

Executes all configured transformations starting on the given node.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Service\\NodeTransformation::buildTransformationConjunction","p":"Neos/ContentRepository/Migration/Service/NodeTransformation.html#method_buildTransformationConjunction","d":""},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Service\\NodeTransformation::buildTransformationObject","p":"Neos/ContentRepository/Migration/Service/NodeTransformation.html#method_buildTransformationObject","d":"

Builds a transformation object from the given configuration.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Service\\NodeTransformation::resolveTransformationClassName","p":"Neos/ContentRepository/Migration/Service/NodeTransformation.html#method_resolveTransformationClassName","d":"

Tries to resolve the given transformation name into a class name.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Transformations\\AbstractTransformation::isTransformable","p":"Neos/ContentRepository/Migration/Transformations/AbstractTransformation.html#method_isTransformable","d":"

Returns true, indicating that the given node can be transformed by this transformation.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Transformations\\AbstractTransformation::execute","p":"Neos/ContentRepository/Migration/Transformations/AbstractTransformation.html#method_execute","d":"

Execute the transformation on the given node.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Transformations\\AddDimensions::setDimensionValues","p":"Neos/ContentRepository/Migration/Transformations/AddDimensions.html#method_setDimensionValues","d":""},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Transformations\\AddDimensions::setAddDefaultDimensionValues","p":"Neos/ContentRepository/Migration/Transformations/AddDimensions.html#method_setAddDefaultDimensionValues","d":""},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Transformations\\AddDimensions::execute","p":"Neos/ContentRepository/Migration/Transformations/AddDimensions.html#method_execute","d":"

Add dimensions to the node.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Transformations\\AddNewProperty::setNewPropertyName","p":"Neos/ContentRepository/Migration/Transformations/AddNewProperty.html#method_setNewPropertyName","d":"

Sets the name of the new property to be added.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Transformations\\AddNewProperty::setValue","p":"Neos/ContentRepository/Migration/Transformations/AddNewProperty.html#method_setValue","d":"

Property value to be set.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Transformations\\AddNewProperty::isTransformable","p":"Neos/ContentRepository/Migration/Transformations/AddNewProperty.html#method_isTransformable","d":"

If the given node has no property this transformation should work on, this\nreturns true.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Transformations\\AddNewProperty::execute","p":"Neos/ContentRepository/Migration/Transformations/AddNewProperty.html#method_execute","d":"

Add the new property with the given value on the given node.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Transformations\\ChangeNodeType::setNewType","p":"Neos/ContentRepository/Migration/Transformations/ChangeNodeType.html#method_setNewType","d":""},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Transformations\\ChangeNodeType::isTransformable","p":"Neos/ContentRepository/Migration/Transformations/ChangeNodeType.html#method_isTransformable","d":"

If the given node has the property this transformation should work on, this\nreturns true if the given NodeType is registered with the NodeTypeManager and is not abstract.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Transformations\\ChangeNodeType::execute","p":"Neos/ContentRepository/Migration/Transformations/ChangeNodeType.html#method_execute","d":"

Change the Node Type on the given node.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Transformations\\ChangePropertyValue::setProperty","p":"Neos/ContentRepository/Migration/Transformations/ChangePropertyValue.html#method_setProperty","d":"

Sets the name of the property to change.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Transformations\\ChangePropertyValue::setNewValue","p":"Neos/ContentRepository/Migration/Transformations/ChangePropertyValue.html#method_setNewValue","d":"

New property value to be set.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Transformations\\ChangePropertyValue::setSearch","p":"Neos/ContentRepository/Migration/Transformations/ChangePropertyValue.html#method_setSearch","d":"

Search string to replace in current property value.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Transformations\\ChangePropertyValue::setReplace","p":"Neos/ContentRepository/Migration/Transformations/ChangePropertyValue.html#method_setReplace","d":"

Replacement for the search string

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Transformations\\ChangePropertyValue::setCurrentValuePlaceholder","p":"Neos/ContentRepository/Migration/Transformations/ChangePropertyValue.html#method_setCurrentValuePlaceholder","d":"

The value of this option (defaults to "{current}") will be used to include the\ncurrent property value into the new value.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Transformations\\ChangePropertyValue::isTransformable","p":"Neos/ContentRepository/Migration/Transformations/ChangePropertyValue.html#method_isTransformable","d":"

If the given node has the property this transformation should work on, this\nreturns true.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Transformations\\ChangePropertyValue::execute","p":"Neos/ContentRepository/Migration/Transformations/ChangePropertyValue.html#method_execute","d":"

Change the property on the given node.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Transformations\\RemoveNode::execute","p":"Neos/ContentRepository/Migration/Transformations/RemoveNode.html#method_execute","d":"

Remove the given node

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Transformations\\RemoveProperty::setProperty","p":"Neos/ContentRepository/Migration/Transformations/RemoveProperty.html#method_setProperty","d":"

Sets the name of the property to be removed.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Transformations\\RemoveProperty::isTransformable","p":"Neos/ContentRepository/Migration/Transformations/RemoveProperty.html#method_isTransformable","d":"

If the given node has property this transformation should work on, this\nreturns true.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Transformations\\RemoveProperty::execute","p":"Neos/ContentRepository/Migration/Transformations/RemoveProperty.html#method_execute","d":"

Remove the property from the given node.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Transformations\\RenameDimension::setNewDimensionName","p":"Neos/ContentRepository/Migration/Transformations/RenameDimension.html#method_setNewDimensionName","d":""},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Transformations\\RenameDimension::getNewDimensionName","p":"Neos/ContentRepository/Migration/Transformations/RenameDimension.html#method_getNewDimensionName","d":""},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Transformations\\RenameDimension::setOldDimensionName","p":"Neos/ContentRepository/Migration/Transformations/RenameDimension.html#method_setOldDimensionName","d":""},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Transformations\\RenameDimension::getOldDimensionName","p":"Neos/ContentRepository/Migration/Transformations/RenameDimension.html#method_getOldDimensionName","d":""},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Transformations\\RenameDimension::execute","p":"Neos/ContentRepository/Migration/Transformations/RenameDimension.html#method_execute","d":"

Change the property on the given node.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Transformations\\RenameNode::setNewName","p":"Neos/ContentRepository/Migration/Transformations/RenameNode.html#method_setNewName","d":"

Sets the new name for the node to change.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Transformations\\RenameNode::isTransformable","p":"Neos/ContentRepository/Migration/Transformations/RenameNode.html#method_isTransformable","d":"

Returns true if the given node does not yet have the new name.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Transformations\\RenameNode::execute","p":"Neos/ContentRepository/Migration/Transformations/RenameNode.html#method_execute","d":"

Renames the node to the new name.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Transformations\\RenameProperty::setFrom","p":"Neos/ContentRepository/Migration/Transformations/RenameProperty.html#method_setFrom","d":"

Sets the name of the property to change.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Transformations\\RenameProperty::setTo","p":"Neos/ContentRepository/Migration/Transformations/RenameProperty.html#method_setTo","d":"

Sets the new name for the property to change.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Transformations\\RenameProperty::isTransformable","p":"Neos/ContentRepository/Migration/Transformations/RenameProperty.html#method_isTransformable","d":"

Returns true if the given node has a property with the name to work on\nand does not yet have a property with the name to rename that property to.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Transformations\\RenameProperty::execute","p":"Neos/ContentRepository/Migration/Transformations/RenameProperty.html#method_execute","d":"

Renames the configured property to the new name.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Transformations\\SetDimensions::setDimensionValues","p":"Neos/ContentRepository/Migration/Transformations/SetDimensions.html#method_setDimensionValues","d":""},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Transformations\\SetDimensions::setAddDefaultDimensionValues","p":"Neos/ContentRepository/Migration/Transformations/SetDimensions.html#method_setAddDefaultDimensionValues","d":""},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Transformations\\SetDimensions::execute","p":"Neos/ContentRepository/Migration/Transformations/SetDimensions.html#method_execute","d":"

Change the property on the given node.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Transformations\\StripTagsOnProperty::setProperty","p":"Neos/ContentRepository/Migration/Transformations/StripTagsOnProperty.html#method_setProperty","d":"

Sets the name of the property to work on.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Transformations\\StripTagsOnProperty::isTransformable","p":"Neos/ContentRepository/Migration/Transformations/StripTagsOnProperty.html#method_isTransformable","d":"

Returns true if the given node has the property to work on.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Transformations\\StripTagsOnProperty::execute","p":"Neos/ContentRepository/Migration/Transformations/StripTagsOnProperty.html#method_execute","d":"

Strips tags on the value of the property to work on.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Transformations\\TransformationInterface::isTransformable","p":"Neos/ContentRepository/Migration/Transformations/TransformationInterface.html#method_isTransformable","d":"

Returns true if the given node can be transformed by this transformation.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Transformations\\TransformationInterface::execute","p":"Neos/ContentRepository/Migration/Transformations/TransformationInterface.html#method_execute","d":"

Execute the transformation on the given node.

"},{"t":"M","n":"Neos\\ContentRepository\\NodeTypePostprocessor\\NodeTypePostprocessorInterface::process","p":"Neos/ContentRepository/NodeTypePostprocessor/NodeTypePostprocessorInterface.html#method_process","d":"

Processes the given $nodeType (e.g. changes/adds properties depending on the NodeType configuration and the specified $options)

"},{"t":"M","n":"Neos\\ContentRepository\\Package::boot","p":"Neos/ContentRepository/Package.html#method_boot","d":"

Invokes custom PHP code directly after the package manager has been initialized.

"},{"t":"M","n":"Neos\\ContentRepository\\Persistence\\Ast\\ToStringFunction::getSql","p":"Neos/ContentRepository/Persistence/Ast/ToStringFunction.html#method_getSql","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\ContentRepository\\Persistence\\Ast\\ToStringFunction::parse","p":"Neos/ContentRepository/Persistence/Ast/ToStringFunction.html#method_parse","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\AbstractNodePrivilege::__construct","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/AbstractNodePrivilege.html#method___construct","d":"Constructor"},{"t":"M","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\AbstractNodePrivilege::initialize","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/AbstractNodePrivilege.html#method_initialize","d":""},{"t":"M","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\AbstractNodePrivilege::buildCacheEntryIdentifier","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/AbstractNodePrivilege.html#method_buildCacheEntryIdentifier","d":""},{"t":"M","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\AbstractNodePrivilege::getCacheEntryIdentifier","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/AbstractNodePrivilege.html#method_getCacheEntryIdentifier","d":"

Unique identifier of this privilege

"},{"t":"M","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\AbstractNodePrivilege::matchesSubject","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/AbstractNodePrivilege.html#method_matchesSubject","d":""},{"t":"M","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\AbstractNodePrivilege::matchesMethod","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/AbstractNodePrivilege.html#method_matchesMethod","d":""},{"t":"M","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\AbstractNodePrivilege::getPointcutFilterComposite","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/AbstractNodePrivilege.html#method_getPointcutFilterComposite","d":""},{"t":"M","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\AbstractNodePrivilege::initializeMethodPrivilege","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/AbstractNodePrivilege.html#method_initializeMethodPrivilege","d":""},{"t":"M","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\AbstractNodePrivilege::evaluateNodeContext","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/AbstractNodePrivilege.html#method_evaluateNodeContext","d":"

Evaluates the matcher with this objects nodeContext and returns the result.

"},{"t":"M","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\AbstractNodePrivilege::buildMethodPrivilegeMatcher","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/AbstractNodePrivilege.html#method_buildMethodPrivilegeMatcher","d":""},{"t":"M","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\AbstractNodePropertyPrivilege::matchesSubject","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/AbstractNodePropertyPrivilege.html#method_matchesSubject","d":""},{"t":"M","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\AbstractNodePropertyPrivilege::getNodePropertyNames","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/AbstractNodePropertyPrivilege.html#method_getNodePropertyNames","d":""},{"t":"M","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\CreateNodePrivilege::matchesSubject","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/CreateNodePrivilege.html#method_matchesSubject","d":""},{"t":"M","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\CreateNodePrivilege::getCreationNodeTypes","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/CreateNodePrivilege.html#method_getCreationNodeTypes","d":""},{"t":"M","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\CreateNodePrivilege::buildMethodPrivilegeMatcher","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/CreateNodePrivilege.html#method_buildMethodPrivilegeMatcher","d":""},{"t":"M","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\CreateNodePrivilegeContext::createdNodeIsOfType","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/CreateNodePrivilegeContext.html#method_createdNodeIsOfType","d":""},{"t":"M","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\CreateNodePrivilegeContext::getCreationNodeTypes","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/CreateNodePrivilegeContext.html#method_getCreationNodeTypes","d":""},{"t":"M","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\CreateNodePrivilegeSubject::__construct","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/CreateNodePrivilegeSubject.html#method___construct","d":""},{"t":"M","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\CreateNodePrivilegeSubject::hasCreationNodeType","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/CreateNodePrivilegeSubject.html#method_hasCreationNodeType","d":""},{"t":"M","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\CreateNodePrivilegeSubject::getCreationNodeType","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/CreateNodePrivilegeSubject.html#method_getCreationNodeType","d":""},{"t":"M","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\Doctrine\\ConditionGenerator::isType","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/Doctrine/ConditionGenerator.html#method_isType","d":""},{"t":"M","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\Doctrine\\ConditionGenerator::isDescendantNodeOf","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/Doctrine/ConditionGenerator.html#method_isDescendantNodeOf","d":""},{"t":"M","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\Doctrine\\ConditionGenerator::nodeIsOfType","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/Doctrine/ConditionGenerator.html#method_nodeIsOfType","d":""},{"t":"M","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\Doctrine\\ConditionGenerator::isInWorkspace","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/Doctrine/ConditionGenerator.html#method_isInWorkspace","d":""},{"t":"M","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\Doctrine\\ConditionGenerator::getNodeByIdentifier","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/Doctrine/ConditionGenerator.html#method_getNodeByIdentifier","d":""},{"t":"M","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\EditNodePrivilege::matchesSubject","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/EditNodePrivilege.html#method_matchesSubject","d":""},{"t":"M","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\EditNodePrivilege::buildMethodPrivilegeMatcher","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/EditNodePrivilege.html#method_buildMethodPrivilegeMatcher","d":"

This is the pointcut expression for all methods to intercept. It targets all public methods that could change the outer state of a node.

"},{"t":"M","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\EditNodePropertyPrivilege::buildMethodPrivilegeMatcher","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/EditNodePropertyPrivilege.html#method_buildMethodPrivilegeMatcher","d":""},{"t":"M","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\NodePrivilegeContext::__construct","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/NodePrivilegeContext.html#method___construct","d":""},{"t":"M","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\NodePrivilegeContext::setNode","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/NodePrivilegeContext.html#method_setNode","d":""},{"t":"M","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\NodePrivilegeContext::isAncestorNodeOf","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/NodePrivilegeContext.html#method_isAncestorNodeOf","d":"

Matches if the selected node is an ancestor of the given node specified by $nodePathOrIdentifier

"},{"t":"M","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\NodePrivilegeContext::isDescendantNodeOf","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/NodePrivilegeContext.html#method_isDescendantNodeOf","d":"

Matches if the selected node is a descendant of the given node specified by $nodePathOrIdentifier

"},{"t":"M","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\NodePrivilegeContext::isAncestorOrDescendantNodeOf","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/NodePrivilegeContext.html#method_isAncestorOrDescendantNodeOf","d":"

Matches if the selected node is a descendant or ancestor of the given node specified by $nodePathOrIdentifier

"},{"t":"M","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\NodePrivilegeContext::nodeIsOfType","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/NodePrivilegeContext.html#method_nodeIsOfType","d":"

Matches if the selected node is of the given NodeType(s). If multiple types are specified, only one entry has to match

"},{"t":"M","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\NodePrivilegeContext::isInWorkspace","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/NodePrivilegeContext.html#method_isInWorkspace","d":"

Matches if the selected node belongs to one of the given $workspaceNames

"},{"t":"M","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\NodePrivilegeContext::isInDimensionPreset","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/NodePrivilegeContext.html#method_isInDimensionPreset","d":"

Matches if the currently-selected preset in the passed $dimensionName is one of $presets.

"},{"t":"M","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\NodePrivilegeContext::resolveNodePath","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/NodePrivilegeContext.html#method_resolveNodePath","d":"

Resolves the given $nodePathOrIdentifier and returns its absolute path and or a boolean if the result directly matches the currently selected node

"},{"t":"M","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\NodePrivilegeContext::getNodeByIdentifier","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/NodePrivilegeContext.html#method_getNodeByIdentifier","d":"

Returns a node from the given $nodeIdentifier (disabling authorization checks)

"},{"t":"M","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\NodePrivilegeSubject::__construct","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/NodePrivilegeSubject.html#method___construct","d":""},{"t":"M","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\NodePrivilegeSubject::getNode","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/NodePrivilegeSubject.html#method_getNode","d":""},{"t":"M","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\NodePrivilegeSubject::getJoinPoint","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/NodePrivilegeSubject.html#method_getJoinPoint","d":""},{"t":"M","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\PropertyAwareNodePrivilegeContext::nodePropertyIsIn","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/PropertyAwareNodePrivilegeContext.html#method_nodePropertyIsIn","d":""},{"t":"M","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\PropertyAwareNodePrivilegeContext::getNodePropertyNames","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/PropertyAwareNodePrivilegeContext.html#method_getNodePropertyNames","d":""},{"t":"M","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\PropertyAwareNodePrivilegeContext::hasProperties","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/PropertyAwareNodePrivilegeContext.html#method_hasProperties","d":"

Whether or not this context is bound to specific properties

"},{"t":"M","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\PropertyAwareNodePrivilegeSubject::__construct","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/PropertyAwareNodePrivilegeSubject.html#method___construct","d":""},{"t":"M","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\PropertyAwareNodePrivilegeSubject::getPropertyName","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/PropertyAwareNodePrivilegeSubject.html#method_getPropertyName","d":""},{"t":"M","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\PropertyAwareNodePrivilegeSubject::hasPropertyName","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/PropertyAwareNodePrivilegeSubject.html#method_hasPropertyName","d":""},{"t":"M","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\ReadNodePrivilege::matchesEntityType","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/ReadNodePrivilege.html#method_matchesEntityType","d":""},{"t":"M","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\ReadNodePrivilege::getConditionGenerator","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/ReadNodePrivilege.html#method_getConditionGenerator","d":""},{"t":"M","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\ReadNodePrivilege::matchesSubject","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/ReadNodePrivilege.html#method_matchesSubject","d":""},{"t":"M","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\ReadNodePropertyPrivilege::buildMethodPrivilegeMatcher","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/ReadNodePropertyPrivilege.html#method_buildMethodPrivilegeMatcher","d":""},{"t":"M","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\RemoveNodePrivilege::matchesSubject","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/RemoveNodePrivilege.html#method_matchesSubject","d":""},{"t":"M","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\RemoveNodePrivilege::buildMethodPrivilegeMatcher","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/RemoveNodePrivilege.html#method_buildMethodPrivilegeMatcher","d":""},{"t":"M","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\TransientNodeCache::cache","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/TransientNodeCache.html#method_cache","d":""},{"t":"M","n":"Neos\\ContentRepository\\Service\\AuthorizationService::isGrantedToEditNode","p":"Neos/ContentRepository/Service/AuthorizationService.html#method_isGrantedToEditNode","d":"

Returns true if the currently authenticated user is allowed to edit the given $node, otherwise false

"},{"t":"M","n":"Neos\\ContentRepository\\Service\\AuthorizationService::isGrantedToCreateNode","p":"Neos/ContentRepository/Service/AuthorizationService.html#method_isGrantedToCreateNode","d":"

Returns true if the currently authenticated user is allowed to create a node of type $typeOfNewNode within the given $referenceNode

"},{"t":"M","n":"Neos\\ContentRepository\\Service\\AuthorizationService::getNodeTypeNamesDeniedForCreation","p":"Neos/ContentRepository/Service/AuthorizationService.html#method_getNodeTypeNamesDeniedForCreation","d":"

Returns the node types that the currently authenticated user is denied to create within the given $referenceNode

"},{"t":"M","n":"Neos\\ContentRepository\\Service\\AuthorizationService::isGrantedToRemoveNode","p":"Neos/ContentRepository/Service/AuthorizationService.html#method_isGrantedToRemoveNode","d":"

Returns true if the currently authenticated user is allowed to remove the given $node

"},{"t":"M","n":"Neos\\ContentRepository\\Service\\AuthorizationService::isGrantedToReadNodeProperty","p":"Neos/ContentRepository/Service/AuthorizationService.html#method_isGrantedToReadNodeProperty","d":""},{"t":"M","n":"Neos\\ContentRepository\\Service\\AuthorizationService::isGrantedToEditNodeProperty","p":"Neos/ContentRepository/Service/AuthorizationService.html#method_isGrantedToEditNodeProperty","d":""},{"t":"M","n":"Neos\\ContentRepository\\Service\\AuthorizationService::getDeniedNodePropertiesForEditing","p":"Neos/ContentRepository/Service/AuthorizationService.html#method_getDeniedNodePropertiesForEditing","d":""},{"t":"M","n":"Neos\\ContentRepository\\Service\\FallbackGraphService::initializeObject","p":"Neos/ContentRepository/Service/FallbackGraphService.html#method_initializeObject","d":""},{"t":"M","n":"Neos\\ContentRepository\\Service\\FallbackGraphService::populateIntraDimensionalFallbackGraph","p":"Neos/ContentRepository/Service/FallbackGraphService.html#method_populateIntraDimensionalFallbackGraph","d":""},{"t":"M","n":"Neos\\ContentRepository\\Service\\FallbackGraphService::populatePresetDimensions","p":"Neos/ContentRepository/Service/FallbackGraphService.html#method_populatePresetDimensions","d":""},{"t":"M","n":"Neos\\ContentRepository\\Service\\FallbackGraphService::populateInterDimensionalFallbackGraph","p":"Neos/ContentRepository/Service/FallbackGraphService.html#method_populateInterDimensionalFallbackGraph","d":""},{"t":"M","n":"Neos\\ContentRepository\\Service\\FallbackGraphService::translateDimensionValueCombinationToPresetCombination","p":"Neos/ContentRepository/Service/FallbackGraphService.html#method_translateDimensionValueCombinationToPresetCombination","d":""},{"t":"M","n":"Neos\\ContentRepository\\Service\\FallbackGraphService::determineAffectedVariantSubgraphIdentifiers","p":"Neos/ContentRepository/Service/FallbackGraphService.html#method_determineAffectedVariantSubgraphIdentifiers","d":""},{"t":"M","n":"Neos\\ContentRepository\\Service\\FallbackGraphService::determineConnectedSubgraphIdentifiers","p":"Neos/ContentRepository/Service/FallbackGraphService.html#method_determineConnectedSubgraphIdentifiers","d":""},{"t":"M","n":"Neos\\ContentRepository\\Service\\FallbackGraphService::getIntraDimensionalFallbackGraph","p":"Neos/ContentRepository/Service/FallbackGraphService.html#method_getIntraDimensionalFallbackGraph","d":""},{"t":"M","n":"Neos\\ContentRepository\\Service\\FallbackGraphService::getInterDimensionalFallbackGraph","p":"Neos/ContentRepository/Service/FallbackGraphService.html#method_getInterDimensionalFallbackGraph","d":""},{"t":"M","n":"Neos\\ContentRepository\\Service\\Utility\\NodePublishingDependencySolver::sort","p":"Neos/ContentRepository/Service/Utility/NodePublishingDependencySolver.html#method_sort","d":"

Sort nodes by an order suitable for publishing

"},{"t":"M","n":"Neos\\ContentRepository\\Service\\Utility\\NodePublishingDependencySolver::buildNodeDependencies","p":"Neos/ContentRepository/Service/Utility/NodePublishingDependencySolver.html#method_buildNodeDependencies","d":"

Prepare dependencies for the given list of nodes

"},{"t":"M","n":"Neos\\ContentRepository\\Service\\Utility\\NodePublishingDependencySolver::resolveDependencies","p":"Neos/ContentRepository/Service/Utility/NodePublishingDependencySolver.html#method_resolveDependencies","d":"

Resolve node dependencies

"},{"t":"M","n":"Neos\\ContentRepository\\TypeConverter\\NodeConverter::convertFrom","p":"Neos/ContentRepository/TypeConverter/NodeConverter.html#method_convertFrom","d":"

Converts the specified $source into a Node.

"},{"t":"M","n":"Neos\\ContentRepository\\TypeConverter\\NodeConverter::setNodeProperties","p":"Neos/ContentRepository/TypeConverter/NodeConverter.html#method_setNodeProperties","d":"

Iterates through the given $properties setting them on the specified $node using the appropriate TypeConverters.

"},{"t":"M","n":"Neos\\ContentRepository\\TypeConverter\\NodeConverter::prepareContextProperties","p":"Neos/ContentRepository/TypeConverter/NodeConverter.html#method_prepareContextProperties","d":"

Prepares the context properties for the nodes based on the given workspace and dimensions

"},{"t":"M","n":"Neos\\ContentRepository\\TypeConverter\\NodeSerializer::convertFrom","p":"Neos/ContentRepository/TypeConverter/NodeSerializer.html#method_convertFrom","d":""},{"t":"M","n":"Neos\\ContentRepository\\TypeConverter\\NodeTemplateConverter::convertFrom","p":"Neos/ContentRepository/TypeConverter/NodeTemplateConverter.html#method_convertFrom","d":"

Converts the specified node path into a Node.

"},{"t":"M","n":"Neos\\ContentRepository\\TypeConverter\\NodeTemplateConverter::extractNodeType","p":"Neos/ContentRepository/TypeConverter/NodeTemplateConverter.html#method_extractNodeType","d":"

Detects the requested node type and returns a corresponding NodeType instance.

"},{"t":"M","n":"Neos\\ContentRepository\\Utility::renderValidNodeName","p":"Neos/ContentRepository/Utility.html#method_renderValidNodeName","d":"

Transforms a text (for example a node title) into a valid node name by removing invalid characters and\ntransliterating special characters if possible.

"},{"t":"M","n":"Neos\\ContentRepository\\Utility::sortDimensionValueArrayAndReturnDimensionsHash","p":"Neos/ContentRepository/Utility.html#method_sortDimensionValueArrayAndReturnDimensionsHash","d":"

Sorts the incoming $dimensionValues array to make sure that before hashing, the ordering is made deterministic.

"},{"t":"M","n":"Neos\\ContentRepository\\Utility::buildAutoCreatedChildNodeIdentifier","p":"Neos/ContentRepository/Utility.html#method_buildAutoCreatedChildNodeIdentifier","d":"

Generate a stable identifier for auto-created child nodes

"},{"t":"M","n":"Neos\\ContentRepository\\Validation\\Validator\\NodeIdentifierValidator::isValid","p":"Neos/ContentRepository/Validation/Validator/NodeIdentifierValidator.html#method_isValid","d":"

Checks if the given value is a syntactically valid node identifier.

"},{"t":"M","n":"Neos\\ContentRepository\\ViewHelpers\\Widget\\Controller\\PaginateController::initializeAction","p":"Neos/ContentRepository/ViewHelpers/Widget/Controller/PaginateController.html#method_initializeAction","d":""},{"t":"M","n":"Neos\\ContentRepository\\ViewHelpers\\Widget\\Controller\\PaginateController::indexAction","p":"Neos/ContentRepository/ViewHelpers/Widget/Controller/PaginateController.html#method_indexAction","d":""},{"t":"M","n":"Neos\\ContentRepository\\ViewHelpers\\Widget\\Controller\\PaginateController::calculateDisplayRange","p":"Neos/ContentRepository/ViewHelpers/Widget/Controller/PaginateController.html#method_calculateDisplayRange","d":"

If a certain number of links should be displayed, adjust before and after\namounts accordingly.

"},{"t":"M","n":"Neos\\ContentRepository\\ViewHelpers\\Widget\\Controller\\PaginateController::buildPagination","p":"Neos/ContentRepository/ViewHelpers/Widget/Controller/PaginateController.html#method_buildPagination","d":"

Returns an array with the keys "pages", "current", "numberOfPages", "nextPage" & "previousPage"

"},{"t":"M","n":"Neos\\ContentRepository\\ViewHelpers\\Widget\\PaginateViewHelper::initializeArguments","p":"Neos/ContentRepository/ViewHelpers/Widget/PaginateViewHelper.html#method_initializeArguments","d":"

Initialize the arguments.

"},{"t":"M","n":"Neos\\ContentRepository\\ViewHelpers\\Widget\\PaginateViewHelper::render","p":"Neos/ContentRepository/ViewHelpers/Widget/PaginateViewHelper.html#method_render","d":"

Render this view helper

"},{"t":"M","n":"Neos\\Diff\\Diff::__construct","p":"Neos/Diff/Diff.html#method___construct","d":"

The constructor.

"},{"t":"M","n":"Neos\\Diff\\Diff::render","p":"Neos/Diff/Diff.html#method_render","d":"

Render a diff using the supplied rendering class and return it.

"},{"t":"M","n":"Neos\\Diff\\Diff::getA","p":"Neos/Diff/Diff.html#method_getA","d":"

Get a range of lines from $start to $end from the first comparison string\nand return them as an array. If no values are supplied, the entire string\nis returned. It's also possible to specify just one line to return only\nthat line.

"},{"t":"M","n":"Neos\\Diff\\Diff::getB","p":"Neos/Diff/Diff.html#method_getB","d":"

Get a range of lines from $start to $end from the second comparison string\nand return them as an array. If no values are supplied, the entire string\nis returned. It's also possible to specify just one line to return only\nthat line.

"},{"t":"M","n":"Neos\\Diff\\Diff::getGroupedOpcodes","p":"Neos/Diff/Diff.html#method_getGroupedOpcodes","d":"

Generate a list of the compiled and grouped opcodes for the differences between the\ntwo strings. Generally called by the renderer, this class instantiates the sequence\nmatcher and performs the actual diff generation and return an array of the opcodes\nfor it. Once generated, the results are cached in the diff class instance.

"},{"t":"M","n":"Neos\\Diff\\Renderer\\AbstractRenderer::__construct","p":"Neos/Diff/Renderer/AbstractRenderer.html#method___construct","d":"

The constructor. Instantiates the rendering engine and if options are passed,\nsets the options for the renderer.

"},{"t":"M","n":"Neos\\Diff\\Renderer\\AbstractRenderer::setOptions","p":"Neos/Diff/Renderer/AbstractRenderer.html#method_setOptions","d":"

Set the options of the renderer to those supplied in the passed in array.

"},{"t":"M","n":"Neos\\Diff\\Renderer\\AbstractRenderer::render","p":"Neos/Diff/Renderer/AbstractRenderer.html#method_render","d":"

Render the diff.

"},{"t":"M","n":"Neos\\Diff\\Renderer\\Html\\HtmlArrayRenderer::render","p":"Neos/Diff/Renderer/Html/HtmlArrayRenderer.html#method_render","d":"

Render and return an array structure suitable for generating HTML\nbased differences. Generally called by subclasses that generate a\nHTML based diff and return an array of the changes to show in the diff.

"},{"t":"M","n":"Neos\\Diff\\Renderer\\Html\\HtmlArrayRenderer::fixSpaces","p":"Neos/Diff/Renderer/Html/HtmlArrayRenderer.html#method_fixSpaces","d":"

Replace a string containing spaces with a HTML representation using  .

"},{"t":"M","n":"Neos\\Diff\\Renderer\\Html\\HtmlInlineRenderer::render","p":"Neos/Diff/Renderer/Html/HtmlInlineRenderer.html#method_render","d":"

Render a and return diff with changes between the two sequences\ndisplayed inline (under each other)

"},{"t":"M","n":"Neos\\Diff\\Renderer\\Html\\HtmlSideBySideRenderer::render","p":"Neos/Diff/Renderer/Html/HtmlSideBySideRenderer.html#method_render","d":"

Render a and return diff with changes between the two sequences\ndisplayed side by side.

"},{"t":"M","n":"Neos\\Diff\\Renderer\\Text\\TextContextRenderer::render","p":"Neos/Diff/Renderer/Text/TextContextRenderer.html#method_render","d":"

Render and return a context formatted (old school!) diff file.

"},{"t":"M","n":"Neos\\Diff\\Renderer\\Text\\TextUnifiedRenderer::render","p":"Neos/Diff/Renderer/Text/TextUnifiedRenderer.html#method_render","d":"

Render and return a unified diff.

"},{"t":"M","n":"Neos\\Diff\\SequenceMatcher::__construct","p":"Neos/Diff/SequenceMatcher.html#method___construct","d":"

The constructor. With the sequences being passed, they'll be set for the\nsequence matcher and it will perform a basic cleanup & calculate junk\nelements.

"},{"t":"M","n":"Neos\\Diff\\SequenceMatcher::setOptions","p":"Neos/Diff/SequenceMatcher.html#method_setOptions","d":"

Set options for the matcher.

"},{"t":"M","n":"Neos\\Diff\\SequenceMatcher::setSequences","p":"Neos/Diff/SequenceMatcher.html#method_setSequences","d":"

Set the first and second sequences to use with the sequence matcher.

"},{"t":"M","n":"Neos\\Diff\\SequenceMatcher::setSeq1","p":"Neos/Diff/SequenceMatcher.html#method_setSeq1","d":"

Set the first sequence ($a) and reset any internal caches to indicate that\nwhen calling the calculation methods, we need to recalculate them.

"},{"t":"M","n":"Neos\\Diff\\SequenceMatcher::setSeq2","p":"Neos/Diff/SequenceMatcher.html#method_setSeq2","d":"

Set the second sequence ($b) and reset any internal caches to indicate that\nwhen calling the calculation methods, we need to recalculate them.

"},{"t":"M","n":"Neos\\Diff\\SequenceMatcher::findLongestMatch","p":"Neos/Diff/SequenceMatcher.html#method_findLongestMatch","d":"

Find the longest matching block in the two sequences, as defined by the\nlower and upper constraints for each sequence. (for the first sequence,\n$alo - $ahi and for the second sequence, $blo - $bhi)

"},{"t":"M","n":"Neos\\Diff\\SequenceMatcher::linesAreDifferent","p":"Neos/Diff/SequenceMatcher.html#method_linesAreDifferent","d":"

Check if the two lines at the given indexes are different or not.

"},{"t":"M","n":"Neos\\Diff\\SequenceMatcher::getMatchingBlocks","p":"Neos/Diff/SequenceMatcher.html#method_getMatchingBlocks","d":"

Return a nested set of arrays for all of the matching sub-sequences\nin the strings $a and $b.

"},{"t":"M","n":"Neos\\Diff\\SequenceMatcher::getOpCodes","p":"Neos/Diff/SequenceMatcher.html#method_getOpCodes","d":"

Return a list of all of the opcodes for the differences between the\ntwo strings.

"},{"t":"M","n":"Neos\\Diff\\SequenceMatcher::getGroupedOpcodes","p":"Neos/Diff/SequenceMatcher.html#method_getGroupedOpcodes","d":"

Return a series of nested arrays containing different groups of generated\nopcodes for the differences between the strings with up to $context lines\nof surrounding content.

"},{"t":"M","n":"Neos\\Diff\\SequenceMatcher::ratio","p":"Neos/Diff/SequenceMatcher.html#method_ratio","d":"

Return a measure of the similarity between the two sequences.

"},{"t":"M","n":"Neos\\Fusion\\Afx\\Dsl\\AfxDslImplementation::transpile","p":"Neos/Fusion/Afx/Dsl/AfxDslImplementation.html#method_transpile","d":"

Transpile the given dsl-code to fusion-code

"},{"t":"M","n":"Neos\\Fusion\\Afx\\Parser\\Expression\\Comment::parse","p":"Neos/Fusion/Afx/Parser/Expression/Comment.html#method_parse","d":""},{"t":"M","n":"Neos\\Fusion\\Afx\\Parser\\Expression\\Expression::parse","p":"Neos/Fusion/Afx/Parser/Expression/Expression.html#method_parse","d":""},{"t":"M","n":"Neos\\Fusion\\Afx\\Parser\\Expression\\Identifier::parse","p":"Neos/Fusion/Afx/Parser/Expression/Identifier.html#method_parse","d":""},{"t":"M","n":"Neos\\Fusion\\Afx\\Parser\\Expression\\Node::parse","p":"Neos/Fusion/Afx/Parser/Expression/Node.html#method_parse","d":""},{"t":"M","n":"Neos\\Fusion\\Afx\\Parser\\Expression\\NodeList::parse","p":"Neos/Fusion/Afx/Parser/Expression/NodeList.html#method_parse","d":""},{"t":"M","n":"Neos\\Fusion\\Afx\\Parser\\Expression\\Prop::parse","p":"Neos/Fusion/Afx/Parser/Expression/Prop.html#method_parse","d":""},{"t":"M","n":"Neos\\Fusion\\Afx\\Parser\\Expression\\Spread::parse","p":"Neos/Fusion/Afx/Parser/Expression/Spread.html#method_parse","d":""},{"t":"M","n":"Neos\\Fusion\\Afx\\Parser\\Expression\\StringLiteral::parse","p":"Neos/Fusion/Afx/Parser/Expression/StringLiteral.html#method_parse","d":""},{"t":"M","n":"Neos\\Fusion\\Afx\\Parser\\Lexer::__construct","p":"Neos/Fusion/Afx/Parser/Lexer.html#method___construct","d":"Constructor"},{"t":"M","n":"Neos\\Fusion\\Afx\\Parser\\Lexer::isWhiteSpace","p":"Neos/Fusion/Afx/Parser/Lexer.html#method_isWhiteSpace","d":"

Checks if the current character is whitespace

"},{"t":"M","n":"Neos\\Fusion\\Afx\\Parser\\Lexer::isAlpha","p":"Neos/Fusion/Afx/Parser/Lexer.html#method_isAlpha","d":"

Checks if the current character is a letter

"},{"t":"M","n":"Neos\\Fusion\\Afx\\Parser\\Lexer::isAlphaNumeric","p":"Neos/Fusion/Afx/Parser/Lexer.html#method_isAlphaNumeric","d":"

Checks if the current character is alpha-numeric

"},{"t":"M","n":"Neos\\Fusion\\Afx\\Parser\\Lexer::isColon","p":"Neos/Fusion/Afx/Parser/Lexer.html#method_isColon","d":"

Checks if the current character is a colon

"},{"t":"M","n":"Neos\\Fusion\\Afx\\Parser\\Lexer::isDot","p":"Neos/Fusion/Afx/Parser/Lexer.html#method_isDot","d":"

Checks if the current character is a dot

"},{"t":"M","n":"Neos\\Fusion\\Afx\\Parser\\Lexer::isAt","p":"Neos/Fusion/Afx/Parser/Lexer.html#method_isAt","d":"

Checks if the current character is a @

"},{"t":"M","n":"Neos\\Fusion\\Afx\\Parser\\Lexer::isMinus","p":"Neos/Fusion/Afx/Parser/Lexer.html#method_isMinus","d":"

Checks if the current character is a minus

"},{"t":"M","n":"Neos\\Fusion\\Afx\\Parser\\Lexer::isUnderscore","p":"Neos/Fusion/Afx/Parser/Lexer.html#method_isUnderscore","d":"

Checks if the current character is an underscore

"},{"t":"M","n":"Neos\\Fusion\\Afx\\Parser\\Lexer::isEqualSign","p":"Neos/Fusion/Afx/Parser/Lexer.html#method_isEqualSign","d":"

Checks if the current character is an equal sign

"},{"t":"M","n":"Neos\\Fusion\\Afx\\Parser\\Lexer::isOpeningBracket","p":"Neos/Fusion/Afx/Parser/Lexer.html#method_isOpeningBracket","d":"

Checks if the current character is an opening bracket

"},{"t":"M","n":"Neos\\Fusion\\Afx\\Parser\\Lexer::isClosingBracket","p":"Neos/Fusion/Afx/Parser/Lexer.html#method_isClosingBracket","d":"

Checks if the current character is a closing bracket

"},{"t":"M","n":"Neos\\Fusion\\Afx\\Parser\\Lexer::isOpeningBrace","p":"Neos/Fusion/Afx/Parser/Lexer.html#method_isOpeningBrace","d":"

Checks if the current character is an opening curly brace

"},{"t":"M","n":"Neos\\Fusion\\Afx\\Parser\\Lexer::isClosingBrace","p":"Neos/Fusion/Afx/Parser/Lexer.html#method_isClosingBrace","d":"

Checks if the current character is a closing curly brace

"},{"t":"M","n":"Neos\\Fusion\\Afx\\Parser\\Lexer::isForwardSlash","p":"Neos/Fusion/Afx/Parser/Lexer.html#method_isForwardSlash","d":"

Checks if the current character is a forward slash

"},{"t":"M","n":"Neos\\Fusion\\Afx\\Parser\\Lexer::isBackSlash","p":"Neos/Fusion/Afx/Parser/Lexer.html#method_isBackSlash","d":"

Checks if the current character is a back slash

"},{"t":"M","n":"Neos\\Fusion\\Afx\\Parser\\Lexer::isSingleQuote","p":"Neos/Fusion/Afx/Parser/Lexer.html#method_isSingleQuote","d":"

Checks if the current character is a single quote

"},{"t":"M","n":"Neos\\Fusion\\Afx\\Parser\\Lexer::isDoubleQuote","p":"Neos/Fusion/Afx/Parser/Lexer.html#method_isDoubleQuote","d":"

Checks if the current character is a double quote

"},{"t":"M","n":"Neos\\Fusion\\Afx\\Parser\\Lexer::isExclamationMark","p":"Neos/Fusion/Afx/Parser/Lexer.html#method_isExclamationMark","d":"

Checks if the current character is an exclamation mark

"},{"t":"M","n":"Neos\\Fusion\\Afx\\Parser\\Lexer::isEnd","p":"Neos/Fusion/Afx/Parser/Lexer.html#method_isEnd","d":"

Checks if the iteration has ended

"},{"t":"M","n":"Neos\\Fusion\\Afx\\Parser\\Lexer::rewind","p":"Neos/Fusion/Afx/Parser/Lexer.html#method_rewind","d":"

Rewinds the iteration by one step

"},{"t":"M","n":"Neos\\Fusion\\Afx\\Parser\\Lexer::peek","p":"Neos/Fusion/Afx/Parser/Lexer.html#method_peek","d":"

Peek several characters in advance and return the next n characters

"},{"t":"M","n":"Neos\\Fusion\\Afx\\Parser\\Lexer::consume","p":"Neos/Fusion/Afx/Parser/Lexer.html#method_consume","d":"

Returns the current character and moves one step forward

"},{"t":"M","n":"Neos\\Fusion\\Afx\\Parser\\Parser::__construct","p":"Neos/Fusion/Afx/Parser/Parser.html#method___construct","d":"

Parser constructor.

"},{"t":"M","n":"Neos\\Fusion\\Afx\\Parser\\Parser::parse","p":"Neos/Fusion/Afx/Parser/Parser.html#method_parse","d":""},{"t":"M","n":"Neos\\Fusion\\Afx\\Service\\AfxService::convertAfxToFusion","p":"Neos/Fusion/Afx/Service/AfxService.html#method_convertAfxToFusion","d":""},{"t":"M","n":"Neos\\Fusion\\Afx\\Service\\AfxService::astToFusion","p":"Neos/Fusion/Afx/Service/AfxService.html#method_astToFusion","d":""},{"t":"M","n":"Neos\\Fusion\\Afx\\Service\\AfxService::astBooleanToFusion","p":"Neos/Fusion/Afx/Service/AfxService.html#method_astBooleanToFusion","d":""},{"t":"M","n":"Neos\\Fusion\\Afx\\Service\\AfxService::astExpressionToFusion","p":"Neos/Fusion/Afx/Service/AfxService.html#method_astExpressionToFusion","d":""},{"t":"M","n":"Neos\\Fusion\\Afx\\Service\\AfxService::astStringToFusion","p":"Neos/Fusion/Afx/Service/AfxService.html#method_astStringToFusion","d":""},{"t":"M","n":"Neos\\Fusion\\Afx\\Service\\AfxService::astTextToFusion","p":"Neos/Fusion/Afx/Service/AfxService.html#method_astTextToFusion","d":""},{"t":"M","n":"Neos\\Fusion\\Afx\\Service\\AfxService::propListToFusion","p":"Neos/Fusion/Afx/Service/AfxService.html#method_propListToFusion","d":""},{"t":"M","n":"Neos\\Fusion\\Afx\\Service\\AfxService::generatePathForShorthandFusionMetaPath","p":"Neos/Fusion/Afx/Service/AfxService.html#method_generatePathForShorthandFusionMetaPath","d":""},{"t":"M","n":"Neos\\Fusion\\Afx\\Service\\AfxService::astNodeToFusion","p":"Neos/Fusion/Afx/Service/AfxService.html#method_astNodeToFusion","d":""},{"t":"M","n":"Neos\\Fusion\\Afx\\Service\\AfxService::astNodeListToFusion","p":"Neos/Fusion/Afx/Service/AfxService.html#method_astNodeListToFusion","d":""},{"t":"M","n":"Neos\\Fusion\\Aspects\\FusionCachingAspect::cacheGetMergedFusionObjectTree","p":"Neos/Fusion/Aspects/FusionCachingAspect.html#method_cacheGetMergedFusionObjectTree","d":""},{"t":"M","n":"Neos\\Fusion\\Core\\Cache\\CacheSegmentParser::__construct","p":"Neos/Fusion/Core/Cache/CacheSegmentParser.html#method___construct","d":"

Parses the given content and extracts segments by searching for start end end markers. Those segments can later\nbe retrieved via getCacheSegments() and stored in a cache.

"},{"t":"M","n":"Neos\\Fusion\\Core\\Cache\\CacheSegmentParser::parseSegment","p":"Neos/Fusion/Core/Cache/CacheSegmentParser.html#method_parseSegment","d":"

Parses a segment at current position diving down into nested segments.

"},{"t":"M","n":"Neos\\Fusion\\Core\\Cache\\CacheSegmentParser::extractContentAndSubSegments","p":"Neos/Fusion/Core/Cache/CacheSegmentParser.html#method_extractContentAndSubSegments","d":""},{"t":"M","n":"Neos\\Fusion\\Core\\Cache\\CacheSegmentParser::reduceSegmentDataToCacheRelevantInformation","p":"Neos/Fusion/Core/Cache/CacheSegmentParser.html#method_reduceSegmentDataToCacheRelevantInformation","d":"

Make sure that we keep only necessary information for caching and strip all internal segment data.

"},{"t":"M","n":"Neos\\Fusion\\Core\\Cache\\CacheSegmentParser::extractContent","p":"Neos/Fusion/Core/Cache/CacheSegmentParser.html#method_extractContent","d":""},{"t":"M","n":"Neos\\Fusion\\Core\\Cache\\CacheSegmentParser::calculateCurrentPosition","p":"Neos/Fusion/Core/Cache/CacheSegmentParser.html#method_calculateCurrentPosition","d":"

Calculates a position assuming that the given position is a token followed by the random cache marker

"},{"t":"M","n":"Neos\\Fusion\\Core\\Cache\\CacheSegmentParser::calculateNextTokenPosition","p":"Neos/Fusion/Core/Cache/CacheSegmentParser.html#method_calculateNextTokenPosition","d":"

Find the next position of the given token (one of the ContentCache::CACHESEGMENT*_TOKEN constants) in the parsed content.

"},{"t":"M","n":"Neos\\Fusion\\Core\\Cache\\CacheSegmentParser::getOutput","p":"Neos/Fusion/Core/Cache/CacheSegmentParser.html#method_getOutput","d":"

Returns the fully intact content as originally given to extractRenderedSegments() but without the markers. This\ncontent is suitable for being used as output for the user.

"},{"t":"M","n":"Neos\\Fusion\\Core\\Cache\\CacheSegmentParser::getCacheSegments","p":"Neos/Fusion/Core/Cache/CacheSegmentParser.html#method_getCacheSegments","d":"

Returns an array with extracted content segments, including the type (if they can be cached or not) and tags to\nbe used for their entries when the segments are stored in a persistent cache.

"},{"t":"M","n":"Neos\\Fusion\\Core\\Cache\\CacheSegmentParser::getUncachedPartCount","p":"Neos/Fusion/Core/Cache/CacheSegmentParser.html#method_getUncachedPartCount","d":""},{"t":"M","n":"Neos\\Fusion\\Core\\Cache\\CacheSegmentParser::getOuterSegmentContent","p":"Neos/Fusion/Core/Cache/CacheSegmentParser.html#method_getOuterSegmentContent","d":""},{"t":"M","n":"Neos\\Fusion\\Core\\Cache\\ContentCache::__construct","p":"Neos/Fusion/Core/Cache/ContentCache.html#method___construct","d":"

ContentCache constructor

"},{"t":"M","n":"Neos\\Fusion\\Core\\Cache\\ContentCache::createCacheSegment","p":"Neos/Fusion/Core/Cache/ContentCache.html#method_createCacheSegment","d":"

Takes the given content and adds markers for later use as a cached content segment.

"},{"t":"M","n":"Neos\\Fusion\\Core\\Cache\\ContentCache::createUncachedSegment","p":"Neos/Fusion/Core/Cache/ContentCache.html#method_createUncachedSegment","d":"

Similar to createCacheSegment() creates a content segment with markers added, but in contrast to that function\nthis method is used for rendering a segment which is not supposed to be cached.

"},{"t":"M","n":"Neos\\Fusion\\Core\\Cache\\ContentCache::createDynamicCachedSegment","p":"Neos/Fusion/Core/Cache/ContentCache.html#method_createDynamicCachedSegment","d":"

Similar to createUncachedSegment() creates a content segment with markers added, but in contrast to that function\nthis method is used for rendering a segment which will be evaluated at runtime but can still be cached.

"},{"t":"M","n":"Neos\\Fusion\\Core\\Cache\\ContentCache::renderContentCacheEntryIdentifier","p":"Neos/Fusion/Core/Cache/ContentCache.html#method_renderContentCacheEntryIdentifier","d":"

Renders an identifier for a content cache entry

"},{"t":"M","n":"Neos\\Fusion\\Core\\Cache\\ContentCache::processCacheSegments","p":"Neos/Fusion/Core/Cache/ContentCache.html#method_processCacheSegments","d":"

Takes a string of content which includes cache segment markers, extracts the marked segments, writes those\nsegments which can be cached to the actual cache and returns the cleaned up original content without markers.

"},{"t":"M","n":"Neos\\Fusion\\Core\\Cache\\ContentCache::getCachedSegment","p":"Neos/Fusion/Core/Cache/ContentCache.html#method_getCachedSegment","d":"

Tries to retrieve the specified content segment from the cache \u2013 further nested inline segments are retrieved\nas well and segments which were not cacheable are rendered.

"},{"t":"M","n":"Neos\\Fusion\\Core\\Cache\\ContentCache::replaceCachePlaceholders","p":"Neos/Fusion/Core/Cache/ContentCache.html#method_replaceCachePlaceholders","d":"

Find cache placeholders in a cached segment and return the identifiers

"},{"t":"M","n":"Neos\\Fusion\\Core\\Cache\\ContentCache::replaceUncachedPlaceholders","p":"Neos/Fusion/Core/Cache/ContentCache.html#method_replaceUncachedPlaceholders","d":"

Replace segments which are marked as not-cacheable by their actual content by invoking the Fusion Runtime.

"},{"t":"M","n":"Neos\\Fusion\\Core\\Cache\\ContentCache::serializeContext","p":"Neos/Fusion/Core/Cache/ContentCache.html#method_serializeContext","d":"

Generates an array of strings from the given array of context variables

"},{"t":"M","n":"Neos\\Fusion\\Core\\Cache\\ContentCache::getTypeForContextValue","p":"Neos/Fusion/Core/Cache/ContentCache.html#method_getTypeForContextValue","d":"

TODO: Adapt to Flow change https://review.typo3.org/#/c/33138/

"},{"t":"M","n":"Neos\\Fusion\\Core\\Cache\\ContentCache::flushByTag","p":"Neos/Fusion/Core/Cache/ContentCache.html#method_flushByTag","d":"

Flush content cache entries by tag

"},{"t":"M","n":"Neos\\Fusion\\Core\\Cache\\ContentCache::flush","p":"Neos/Fusion/Core/Cache/ContentCache.html#method_flush","d":"

Flush all content cache entries

"},{"t":"M","n":"Neos\\Fusion\\Core\\Cache\\ContentCache::sanitizeTag","p":"Neos/Fusion/Core/Cache/ContentCache.html#method_sanitizeTag","d":"

Sanitizes the given tag for use with the cache framework

"},{"t":"M","n":"Neos\\Fusion\\Core\\Cache\\ContentCache::sanitizeTags","p":"Neos/Fusion/Core/Cache/ContentCache.html#method_sanitizeTags","d":"

Sanitizes multiple tags with sanitizeTag()

"},{"t":"M","n":"Neos\\Fusion\\Core\\Cache\\FileMonitorListener::__construct","p":"Neos/Fusion/Core/Cache/FileMonitorListener.html#method___construct","d":""},{"t":"M","n":"Neos\\Fusion\\Core\\Cache\\FileMonitorListener::flushContentCacheOnFileChanges","p":"Neos/Fusion/Core/Cache/FileMonitorListener.html#method_flushContentCacheOnFileChanges","d":""},{"t":"M","n":"Neos\\Fusion\\Core\\Cache\\RuntimeContentCache::__construct","p":"Neos/Fusion/Core/Cache/RuntimeContentCache.html#method___construct","d":""},{"t":"M","n":"Neos\\Fusion\\Core\\Cache\\RuntimeContentCache::addTag","p":"Neos/Fusion/Core/Cache/RuntimeContentCache.html#method_addTag","d":"

Adds a tag built from the given key and value.

"},{"t":"M","n":"Neos\\Fusion\\Core\\Cache\\RuntimeContentCache::flushTags","p":"Neos/Fusion/Core/Cache/RuntimeContentCache.html#method_flushTags","d":"

Resets the assigned tags, returning the previously set tags.

"},{"t":"M","n":"Neos\\Fusion\\Core\\Cache\\RuntimeContentCache::enter","p":"Neos/Fusion/Core/Cache/RuntimeContentCache.html#method_enter","d":"

Enter an evaluation

"},{"t":"M","n":"Neos\\Fusion\\Core\\Cache\\RuntimeContentCache::preEvaluate","p":"Neos/Fusion/Core/Cache/RuntimeContentCache.html#method_preEvaluate","d":"

Check for cached evaluation and or collect metadata for evaluation

"},{"t":"M","n":"Neos\\Fusion\\Core\\Cache\\RuntimeContentCache::postProcess","p":"Neos/Fusion/Core/Cache/RuntimeContentCache.html#method_postProcess","d":"

Post process output for caching information

"},{"t":"M","n":"Neos\\Fusion\\Core\\Cache\\RuntimeContentCache::leave","p":"Neos/Fusion/Core/Cache/RuntimeContentCache.html#method_leave","d":"

Leave the evaluation of a path

"},{"t":"M","n":"Neos\\Fusion\\Core\\Cache\\RuntimeContentCache::evaluateUncached","p":"Neos/Fusion/Core/Cache/RuntimeContentCache.html#method_evaluateUncached","d":"

Evaluate a Fusion path with a given context without content caching

"},{"t":"M","n":"Neos\\Fusion\\Core\\Cache\\RuntimeContentCache::buildCacheIdentifierValues","p":"Neos/Fusion/Core/Cache/RuntimeContentCache.html#method_buildCacheIdentifierValues","d":"

Builds an array of additional key / values which must go into the calculation of the cache entry identifier for\na cached content segment.

"},{"t":"M","n":"Neos\\Fusion\\Core\\Cache\\RuntimeContentCache::buildCacheTags","p":"Neos/Fusion/Core/Cache/RuntimeContentCache.html#method_buildCacheTags","d":"

Builds an array of string which must be used as tags for the cache entry identifier of a specific cached content segment.

"},{"t":"M","n":"Neos\\Fusion\\Core\\Cache\\RuntimeContentCache::unserializeContext","p":"Neos/Fusion/Core/Cache/RuntimeContentCache.html#method_unserializeContext","d":""},{"t":"M","n":"Neos\\Fusion\\Core\\Cache\\RuntimeContentCache::setEnableContentCache","p":"Neos/Fusion/Core/Cache/RuntimeContentCache.html#method_setEnableContentCache","d":""},{"t":"M","n":"Neos\\Fusion\\Core\\Cache\\RuntimeContentCache::getEnableContentCache","p":"Neos/Fusion/Core/Cache/RuntimeContentCache.html#method_getEnableContentCache","d":""},{"t":"M","n":"Neos\\Fusion\\Core\\DslFactory::create","p":"Neos/Fusion/Core/DslFactory.html#method_create","d":""},{"t":"M","n":"Neos\\Fusion\\Core\\DslInterface::transpile","p":"Neos/Fusion/Core/DslInterface.html#method_transpile","d":"

Transpile the given dsl-code to fusion-code

"},{"t":"M","n":"Neos\\Fusion\\Core\\ExceptionHandlers\\AbsorbingHandler::handle","p":"Neos/Fusion/Core/ExceptionHandlers/AbsorbingHandler.html#method_handle","d":"

Returns an empty string

"},{"t":"M","n":"Neos\\Fusion\\Core\\ExceptionHandlers\\AbsorbingHandler::exceptionDisablesCache","p":"Neos/Fusion/Core/ExceptionHandlers/AbsorbingHandler.html#method_exceptionDisablesCache","d":"

The absorbing handler is meant to catch loose evaluation errors (like missing assets) in a useful way,\ntherefor caching is desired.

"},{"t":"M","n":"Neos\\Fusion\\Core\\ExceptionHandlers\\AbstractRenderingExceptionHandler::setRuntime","p":"Neos/Fusion/Core/ExceptionHandlers/AbstractRenderingExceptionHandler.html#method_setRuntime","d":"

Sets the current Fusion runtime

"},{"t":"M","n":"Neos\\Fusion\\Core\\ExceptionHandlers\\AbstractRenderingExceptionHandler::getRuntime","p":"Neos/Fusion/Core/ExceptionHandlers/AbstractRenderingExceptionHandler.html#method_getRuntime","d":"

Returns current Fusion runtime

"},{"t":"M","n":"Neos\\Fusion\\Core\\ExceptionHandlers\\AbstractRenderingExceptionHandler::handleRenderingException","p":"Neos/Fusion/Core/ExceptionHandlers/AbstractRenderingExceptionHandler.html#method_handleRenderingException","d":"

Handle an Exception thrown while rendering Fusion

"},{"t":"M","n":"Neos\\Fusion\\Core\\ExceptionHandlers\\AbstractRenderingExceptionHandler::handle","p":"Neos/Fusion/Core/ExceptionHandlers/AbstractRenderingExceptionHandler.html#method_handle","d":"

Handles an Exception thrown while rendering Fusion

"},{"t":"M","n":"Neos\\Fusion\\Core\\ExceptionHandlers\\AbstractRenderingExceptionHandler::formatScriptPath","p":"Neos/Fusion/Core/ExceptionHandlers/AbstractRenderingExceptionHandler.html#method_formatScriptPath","d":"

breaks the given path to multiple line to allow a nicer formatted logging

"},{"t":"M","n":"Neos\\Fusion\\Core\\ExceptionHandlers\\AbstractRenderingExceptionHandler::exceptionDisablesCache","p":"Neos/Fusion/Core/ExceptionHandlers/AbstractRenderingExceptionHandler.html#method_exceptionDisablesCache","d":"

Can be used to determine if handling the exception should disable the cache or not.

"},{"t":"M","n":"Neos\\Fusion\\Core\\ExceptionHandlers\\BubblingHandler::handleRenderingException","p":"Neos/Fusion/Core/ExceptionHandlers/BubblingHandler.html#method_handleRenderingException","d":"

Handle an Exception thrown while rendering Fusion

"},{"t":"M","n":"Neos\\Fusion\\Core\\ExceptionHandlers\\BubblingHandler::handle","p":"Neos/Fusion/Core/ExceptionHandlers/BubblingHandler.html#method_handle","d":"

Handles an Exception thrown while rendering Fusion

"},{"t":"M","n":"Neos\\Fusion\\Core\\ExceptionHandlers\\ContextDependentHandler::handle","p":"Neos/Fusion/Core/ExceptionHandlers/ContextDependentHandler.html#method_handle","d":"

Handle an exception depending on the context with an HTML message or XML comment

"},{"t":"M","n":"Neos\\Fusion\\Core\\ExceptionHandlers\\HtmlMessageHandler::injectLogger","p":"Neos/Fusion/Core/ExceptionHandlers/HtmlMessageHandler.html#method_injectLogger","d":""},{"t":"M","n":"Neos\\Fusion\\Core\\ExceptionHandlers\\HtmlMessageHandler::injectThrowableStorage","p":"Neos/Fusion/Core/ExceptionHandlers/HtmlMessageHandler.html#method_injectThrowableStorage","d":""},{"t":"M","n":"Neos\\Fusion\\Core\\ExceptionHandlers\\HtmlMessageHandler::__construct","p":"Neos/Fusion/Core/ExceptionHandlers/HtmlMessageHandler.html#method___construct","d":""},{"t":"M","n":"Neos\\Fusion\\Core\\ExceptionHandlers\\HtmlMessageHandler::handle","p":"Neos/Fusion/Core/ExceptionHandlers/HtmlMessageHandler.html#method_handle","d":"

Renders the exception in HTML for display

"},{"t":"M","n":"Neos\\Fusion\\Core\\ExceptionHandlers\\HtmlMessageHandler::formatErrorCodeMessage","p":"Neos/Fusion/Core/ExceptionHandlers/HtmlMessageHandler.html#method_formatErrorCodeMessage","d":"

Renders a message depicting the user where to find further information\nfor the given reference code.

"},{"t":"M","n":"Neos\\Fusion\\Core\\ExceptionHandlers\\HtmlMessageHandler::formatFusionPath","p":"Neos/Fusion/Core/ExceptionHandlers/HtmlMessageHandler.html#method_formatFusionPath","d":"

Renders an indented multi-line stack-trace for the given Fusion path.

"},{"t":"M","n":"Neos\\Fusion\\Core\\ExceptionHandlers\\PlainTextHandler::handle","p":"Neos/Fusion/Core/ExceptionHandlers/PlainTextHandler.html#method_handle","d":"

Handles an Exception thrown while rendering Fusion

"},{"t":"M","n":"Neos\\Fusion\\Core\\ExceptionHandlers\\ThrowingHandler::handleRenderingException","p":"Neos/Fusion/Core/ExceptionHandlers/ThrowingHandler.html#method_handleRenderingException","d":"

Handle an Exception thrown while rendering Fusion

"},{"t":"M","n":"Neos\\Fusion\\Core\\ExceptionHandlers\\ThrowingHandler::handle","p":"Neos/Fusion/Core/ExceptionHandlers/ThrowingHandler.html#method_handle","d":"

Handles an Exception thrown while rendering Fusion

"},{"t":"M","n":"Neos\\Fusion\\Core\\ExceptionHandlers\\XmlCommentHandler::injectLogger","p":"Neos/Fusion/Core/ExceptionHandlers/XmlCommentHandler.html#method_injectLogger","d":""},{"t":"M","n":"Neos\\Fusion\\Core\\ExceptionHandlers\\XmlCommentHandler::injectThrowableStorage","p":"Neos/Fusion/Core/ExceptionHandlers/XmlCommentHandler.html#method_injectThrowableStorage","d":""},{"t":"M","n":"Neos\\Fusion\\Core\\ExceptionHandlers\\XmlCommentHandler::handle","p":"Neos/Fusion/Core/ExceptionHandlers/XmlCommentHandler.html#method_handle","d":"

Provides an XML comment containing the exception

"},{"t":"M","n":"Neos\\Fusion\\Core\\Parser::parse","p":"Neos/Fusion/Core/Parser.html#method_parse","d":"

Parses the given Fusion source code and returns an object tree\nas the result.

"},{"t":"M","n":"Neos\\Fusion\\Core\\Parser::setObjectTypeNamespace","p":"Neos/Fusion/Core/Parser.html#method_setObjectTypeNamespace","d":"

Sets the given alias to the specified namespace.

"},{"t":"M","n":"Neos\\Fusion\\Core\\Parser::initialize","p":"Neos/Fusion/Core/Parser.html#method_initialize","d":"

Initializes the Fusion parser

"},{"t":"M","n":"Neos\\Fusion\\Core\\Parser::getNextFusionLine","p":"Neos/Fusion/Core/Parser.html#method_getNextFusionLine","d":"

Get the next, unparsed line of Fusion from this->currentSourceCodeLines and increase the pointer

"},{"t":"M","n":"Neos\\Fusion\\Core\\Parser::parseFusionLine","p":"Neos/Fusion/Core/Parser.html#method_parseFusionLine","d":"

Parses one line of Fusion

"},{"t":"M","n":"Neos\\Fusion\\Core\\Parser::parseComment","p":"Neos/Fusion/Core/Parser.html#method_parseComment","d":"

Parses a line with comments or a line while parsing is in block comment mode.

"},{"t":"M","n":"Neos\\Fusion\\Core\\Parser::parseConfinementBlock","p":"Neos/Fusion/Core/Parser.html#method_parseConfinementBlock","d":"

Parses a line which opens or closes a confinement

"},{"t":"M","n":"Neos\\Fusion\\Core\\Parser::parseDeclaration","p":"Neos/Fusion/Core/Parser.html#method_parseDeclaration","d":"

Parses a parser declaration of the form "declarationtype: declaration".

"},{"t":"M","n":"Neos\\Fusion\\Core\\Parser::parseObjectDefinition","p":"Neos/Fusion/Core/Parser.html#method_parseObjectDefinition","d":"

Parses an object definition.

"},{"t":"M","n":"Neos\\Fusion\\Core\\Parser::parseValueAssignment","p":"Neos/Fusion/Core/Parser.html#method_parseValueAssignment","d":"

Parses a value operation of the type "assignment".

"},{"t":"M","n":"Neos\\Fusion\\Core\\Parser::parseValueUnAssignment","p":"Neos/Fusion/Core/Parser.html#method_parseValueUnAssignment","d":"

Unsets the object, property or variable specified by the object path.

"},{"t":"M","n":"Neos\\Fusion\\Core\\Parser::parseValueCopy","p":"Neos/Fusion/Core/Parser.html#method_parseValueCopy","d":"

Copies the object or value specified by sourcObjectPath and assigns\nit to targetObjectPath.

"},{"t":"M","n":"Neos\\Fusion\\Core\\Parser::parseNamespaceDeclaration","p":"Neos/Fusion/Core/Parser.html#method_parseNamespaceDeclaration","d":"

Parses a namespace declaration and stores the result in the namespace registry.

"},{"t":"M","n":"Neos\\Fusion\\Core\\Parser::parseInclude","p":"Neos/Fusion/Core/Parser.html#method_parseInclude","d":"

Parse an include file. Currently, we start a new parser object; but we could as well re-use\nthe given one.

"},{"t":"M","n":"Neos\\Fusion\\Core\\Parser::getParsedObjectPath","p":"Neos/Fusion/Core/Parser.html#method_getParsedObjectPath","d":"

Parse an object path specified as a string and returns an array.

"},{"t":"M","n":"Neos\\Fusion\\Core\\Parser::getProcessedValue","p":"Neos/Fusion/Core/Parser.html#method_getProcessedValue","d":"

Parses the given value (which may be a literal, variable or object type) and\nreturns the evaluated result, including variables replaced by their actual value.

"},{"t":"M","n":"Neos\\Fusion\\Core\\Parser::invokeAndParseDsl","p":"Neos/Fusion/Core/Parser.html#method_invokeAndParseDsl","d":""},{"t":"M","n":"Neos\\Fusion\\Core\\Parser::setValueInObjectTree","p":"Neos/Fusion/Core/Parser.html#method_setValueInObjectTree","d":"

Assigns a value to a node or a property in the object tree, specified by the object path array.

"},{"t":"M","n":"Neos\\Fusion\\Core\\Parser::getValueFromObjectTree","p":"Neos/Fusion/Core/Parser.html#method_getValueFromObjectTree","d":"

Retrieves a value from a node in the object tree, specified by the object path array.

"},{"t":"M","n":"Neos\\Fusion\\Core\\Parser::getCurrentObjectPathPrefix","p":"Neos/Fusion/Core/Parser.html#method_getCurrentObjectPathPrefix","d":"

Returns the first part of an object path from the current object path stack\nwhich can be used to prefix a relative object path.

"},{"t":"M","n":"Neos\\Fusion\\Core\\Parser::buildPrototypeHierarchy","p":"Neos/Fusion/Core/Parser.html#method_buildPrototypeHierarchy","d":"

Precalculate merged configuration for inherited prototypes.

"},{"t":"M","n":"Neos\\Fusion\\Core\\Parser::unquoteString","p":"Neos/Fusion/Core/Parser.html#method_unquoteString","d":"

Removes escapings from a given argument string and trims the outermost\nquotes.

"},{"t":"M","n":"Neos\\Fusion\\Core\\Parser::renderCurrentFileAndLineInformation","p":"Neos/Fusion/Core/Parser.html#method_renderCurrentFileAndLineInformation","d":"

Render a hint about the currently rendered file and l\u00edne that is to be used\nin Exception Messages to show where parser errors originate from

"},{"t":"M","n":"Neos\\Fusion\\Core\\ParserInterface::parse","p":"Neos/Fusion/Core/ParserInterface.html#method_parse","d":"

Parses the given Fusion source code and returns an object tree\nas the result.

"},{"t":"M","n":"Neos\\Fusion\\Core\\ParserInterface::setObjectTypeNamespace","p":"Neos/Fusion/Core/ParserInterface.html#method_setObjectTypeNamespace","d":"

Sets the given alias to the specified namespace.

"},{"t":"M","n":"Neos\\Fusion\\Core\\Runtime::__construct","p":"Neos/Fusion/Core/Runtime.html#method___construct","d":"

Constructor for the Fusion Runtime

"},{"t":"M","n":"Neos\\Fusion\\Core\\Runtime::injectSettings","p":"Neos/Fusion/Core/Runtime.html#method_injectSettings","d":"

Inject settings of this package

"},{"t":"M","n":"Neos\\Fusion\\Core\\Runtime::addCacheTag","p":"Neos/Fusion/Core/Runtime.html#method_addCacheTag","d":"

Add a tag to the current cache segment

"},{"t":"M","n":"Neos\\Fusion\\Core\\Runtime::pushContextArray","p":"Neos/Fusion/Core/Runtime.html#method_pushContextArray","d":"

Completely replace the context array with the new $contextArray.

"},{"t":"M","n":"Neos\\Fusion\\Core\\Runtime::pushContext","p":"Neos/Fusion/Core/Runtime.html#method_pushContext","d":"

Push a new context object to the rendering stack

"},{"t":"M","n":"Neos\\Fusion\\Core\\Runtime::popContext","p":"Neos/Fusion/Core/Runtime.html#method_popContext","d":"

Remove the topmost context objects and return them

"},{"t":"M","n":"Neos\\Fusion\\Core\\Runtime::getCurrentContext","p":"Neos/Fusion/Core/Runtime.html#method_getCurrentContext","d":"

Get the current context array

"},{"t":"M","n":"Neos\\Fusion\\Core\\Runtime::popApplyValues","p":"Neos/Fusion/Core/Runtime.html#method_popApplyValues","d":null},{"t":"M","n":"Neos\\Fusion\\Core\\Runtime::getLastEvaluationStatus","p":"Neos/Fusion/Core/Runtime.html#method_getLastEvaluationStatus","d":""},{"t":"M","n":"Neos\\Fusion\\Core\\Runtime::render","p":"Neos/Fusion/Core/Runtime.html#method_render","d":"

Render an absolute Fusion path and return the result.

"},{"t":"M","n":"Neos\\Fusion\\Core\\Runtime::handleRenderingException","p":"Neos/Fusion/Core/Runtime.html#method_handleRenderingException","d":"

Handle an Exception thrown while rendering Fusion according to\nsettings specified in Neos.Fusion.rendering.exceptionHandler

"},{"t":"M","n":"Neos\\Fusion\\Core\\Runtime::canRender","p":"Neos/Fusion/Core/Runtime.html#method_canRender","d":"

Determine if the given Fusion path is renderable, which means it exists\nand has an implementation.

"},{"t":"M","n":"Neos\\Fusion\\Core\\Runtime::evaluate","p":"Neos/Fusion/Core/Runtime.html#method_evaluate","d":"

Evaluate an absolute Fusion path and return the result

"},{"t":"M","n":"Neos\\Fusion\\Core\\Runtime::evaluateObjectOrRetrieveFromCache","p":"Neos/Fusion/Core/Runtime.html#method_evaluateObjectOrRetrieveFromCache","d":"

Does the evaluation of a Fusion instance, first checking the cache and if conditions and afterwards applying processors.

"},{"t":"M","n":"Neos\\Fusion\\Core\\Runtime::evaluateExpressionOrValueInternal","p":"Neos/Fusion/Core/Runtime.html#method_evaluateExpressionOrValueInternal","d":"

Evaluates an EEL expression or value, checking if conditions first and applying processors.

"},{"t":"M","n":"Neos\\Fusion\\Core\\Runtime::prepareApplyValuesForFusionPath","p":"Neos/Fusion/Core/Runtime.html#method_prepareApplyValuesForFusionPath","d":"

Possibly prepares a new "@apply" context for the current fusionPath and pushes it to the stack.

"},{"t":"M","n":"Neos\\Fusion\\Core\\Runtime::prepareContextForFusionObject","p":"Neos/Fusion/Core/Runtime.html#method_prepareContextForFusionObject","d":"

Possibly prepares a new context for the current FusionObject and cache context and pushes it to the stack.

"},{"t":"M","n":"Neos\\Fusion\\Core\\Runtime::finalizePathEvaluation","p":"Neos/Fusion/Core/Runtime.html#method_finalizePathEvaluation","d":"

Ends the evaluation of a fusion path by popping the context and property stack if needed and leaving the cache context.

"},{"t":"M","n":"Neos\\Fusion\\Core\\Runtime::instantiateFusionObject","p":"Neos/Fusion/Core/Runtime.html#method_instantiateFusionObject","d":"

Instantiates a Fusion object specified by the given path and configuration

"},{"t":"M","n":"Neos\\Fusion\\Core\\Runtime::isArrayFusionObject","p":"Neos/Fusion/Core/Runtime.html#method_isArrayFusionObject","d":"

Check if the given object is an array like object that should get all properties set to iterate or process internally.

"},{"t":"M","n":"Neos\\Fusion\\Core\\Runtime::setPropertiesOnFusionObject","p":"Neos/Fusion/Core/Runtime.html#method_setPropertiesOnFusionObject","d":"

Set options on the given (AbstractArray)Fusion object

"},{"t":"M","n":"Neos\\Fusion\\Core\\Runtime::evaluateEelExpression","p":"Neos/Fusion/Core/Runtime.html#method_evaluateEelExpression","d":"

Evaluate an Eel expression

"},{"t":"M","n":"Neos\\Fusion\\Core\\Runtime::evaluateApplyValues","p":"Neos/Fusion/Core/Runtime.html#method_evaluateApplyValues","d":"

Evaluate "@apply" for the given fusion key.

"},{"t":"M","n":"Neos\\Fusion\\Core\\Runtime::evaluateProcessors","p":"Neos/Fusion/Core/Runtime.html#method_evaluateProcessors","d":"

Evaluate processors on given value.

"},{"t":"M","n":"Neos\\Fusion\\Core\\Runtime::evaluateIfCondition","p":"Neos/Fusion/Core/Runtime.html#method_evaluateIfCondition","d":"

Evaluate eventually existing meta "@if" conditionals inside the given configuration and path.

"},{"t":"M","n":"Neos\\Fusion\\Core\\Runtime::getControllerContext","p":"Neos/Fusion/Core/Runtime.html#method_getControllerContext","d":"

Returns the context which has been passed by the currently active MVC Controller

"},{"t":"M","n":"Neos\\Fusion\\Core\\Runtime::getDefaultContextVariables","p":"Neos/Fusion/Core/Runtime.html#method_getDefaultContextVariables","d":"

Get variables from configuration that should be set in the context by default.

"},{"t":"M","n":"Neos\\Fusion\\Core\\Runtime::throwExceptionForUnrenderablePathIfNeeded","p":"Neos/Fusion/Core/Runtime.html#method_throwExceptionForUnrenderablePathIfNeeded","d":"

Checks and throws an exception for an unrenderable path.

"},{"t":"M","n":"Neos\\Fusion\\Core\\Runtime::setDebugMode","p":"Neos/Fusion/Core/Runtime.html#method_setDebugMode","d":""},{"t":"M","n":"Neos\\Fusion\\Core\\Runtime::isDebugMode","p":"Neos/Fusion/Core/Runtime.html#method_isDebugMode","d":""},{"t":"M","n":"Neos\\Fusion\\Core\\Runtime::setEnableContentCache","p":"Neos/Fusion/Core/Runtime.html#method_setEnableContentCache","d":"

If the Fusion content cache should be enabled at all

"},{"t":"M","n":"Neos\\Fusion\\Core\\RuntimeConfiguration::__construct","p":"Neos/Fusion/Core/RuntimeConfiguration.html#method___construct","d":null},{"t":"M","n":"Neos\\Fusion\\Core\\RuntimeConfiguration::forPath","p":"Neos/Fusion/Core/RuntimeConfiguration.html#method_forPath","d":"

Get the expanded Fusion configuration for the given path

"},{"t":"M","n":"Neos\\Fusion\\Core\\RuntimeConfiguration::isPathCached","p":"Neos/Fusion/Core/RuntimeConfiguration.html#method_isPathCached","d":"

No API, internal use for testing

"},{"t":"M","n":"Neos\\Fusion\\Core\\RuntimeFactory::create","p":"Neos/Fusion/Core/RuntimeFactory.html#method_create","d":""},{"t":"M","n":"Neos\\Fusion\\Core\\RuntimeFactory::createControllerContextFromEnvironment","p":"Neos/Fusion/Core/RuntimeFactory.html#method_createControllerContextFromEnvironment","d":""},{"t":"M","n":"Neos\\Fusion\\DebugMessage::__construct","p":"Neos/Fusion/DebugMessage.html#method___construct","d":null},{"t":"M","n":"Neos\\Fusion\\DebugMessage::getTitle","p":"Neos/Fusion/DebugMessage.html#method_getTitle","d":""},{"t":"M","n":"Neos\\Fusion\\DebugMessage::getPath","p":"Neos/Fusion/DebugMessage.html#method_getPath","d":""},{"t":"M","n":"Neos\\Fusion\\DebugMessage::getData","p":"Neos/Fusion/DebugMessage.html#method_getData","d":""},{"t":"M","n":"Neos\\Fusion\\DebugMessage::isPlaintext","p":"Neos/Fusion/DebugMessage.html#method_isPlaintext","d":""},{"t":"M","n":"Neos\\Fusion\\DebugMessage::getLevel","p":"Neos/Fusion/DebugMessage.html#method_getLevel","d":""},{"t":"M","n":"Neos\\Fusion\\Eel\\BaseUriHelper::getConfiguredBaseUriOrFallbackToCurrentRequest","p":"Neos/Fusion/Eel/BaseUriHelper.html#method_getConfiguredBaseUriOrFallbackToCurrentRequest","d":""},{"t":"M","n":"Neos\\Fusion\\Eel\\BaseUriHelper::allowsCallOfMethod","p":"Neos/Fusion/Eel/BaseUriHelper.html#method_allowsCallOfMethod","d":""},{"t":"M","n":"Neos\\Fusion\\Exception\\RuntimeException::__construct","p":"Neos/Fusion/Exception/RuntimeException.html#method___construct","d":""},{"t":"M","n":"Neos\\Fusion\\Exception\\RuntimeException::getFusionPath","p":"Neos/Fusion/Exception/RuntimeException.html#method_getFusionPath","d":""},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\AbstractArrayFusionObject::setIgnoreProperties","p":"Neos/Fusion/FusionObjects/AbstractArrayFusionObject.html#method_setIgnoreProperties","d":""},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\AbstractArrayFusionObject::offsetExists","p":"Neos/Fusion/FusionObjects/AbstractArrayFusionObject.html#method_offsetExists","d":""},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\AbstractArrayFusionObject::offsetGet","p":"Neos/Fusion/FusionObjects/AbstractArrayFusionObject.html#method_offsetGet","d":""},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\AbstractArrayFusionObject::offsetSet","p":"Neos/Fusion/FusionObjects/AbstractArrayFusionObject.html#method_offsetSet","d":""},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\AbstractArrayFusionObject::offsetUnset","p":"Neos/Fusion/FusionObjects/AbstractArrayFusionObject.html#method_offsetUnset","d":""},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\AbstractCollectionImplementation::getCollection","p":"Neos/Fusion/FusionObjects/AbstractCollectionImplementation.html#method_getCollection","d":"

Render the array collection by triggering the itemRenderer for every element

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\AbstractCollectionImplementation::getItems","p":"Neos/Fusion/FusionObjects/AbstractCollectionImplementation.html#method_getItems","d":""},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\AbstractCollectionImplementation::evaluate","p":"Neos/Fusion/FusionObjects/AbstractCollectionImplementation.html#method_evaluate","d":"

Evaluate the collection nodes as concatenated string

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\AbstractCollectionImplementation::evaluateAsArray","p":"Neos/Fusion/FusionObjects/AbstractCollectionImplementation.html#method_evaluateAsArray","d":"

Evaluate the collection nodes as array

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\AbstractFusionObject::__construct","p":"Neos/Fusion/FusionObjects/AbstractFusionObject.html#method___construct","d":"Constructor"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\AbstractFusionObject::evaluate","p":"Neos/Fusion/FusionObjects/AbstractFusionObject.html#method_evaluate","d":"

Evaluate this Fusion object and return the result

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\AbstractFusionObject::getRuntime","p":"Neos/Fusion/FusionObjects/AbstractFusionObject.html#method_getRuntime","d":"

Get the Fusion runtime this object was created in.

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\AbstractFusionObject::fusionValue","p":"Neos/Fusion/FusionObjects/AbstractFusionObject.html#method_fusionValue","d":"

Return the Fusion value relative to this Fusion object (with processors etc applied).

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\AbstractFusionObject::offsetExists","p":"Neos/Fusion/FusionObjects/AbstractFusionObject.html#method_offsetExists","d":"

Dummy implementation of ArrayAccess to allow this.XXX access in processors.

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\AbstractFusionObject::offsetGet","p":"Neos/Fusion/FusionObjects/AbstractFusionObject.html#method_offsetGet","d":"

Dummy implementation of ArrayAccess to allow this.XXX access in processors.

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\AbstractFusionObject::offsetSet","p":"Neos/Fusion/FusionObjects/AbstractFusionObject.html#method_offsetSet","d":"

Dummy implementation of ArrayAccess to allow this.XXX access in processors.

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\AbstractFusionObject::offsetUnset","p":"Neos/Fusion/FusionObjects/AbstractFusionObject.html#method_offsetUnset","d":"

Dummy implementation of ArrayAccess to allow this.XXX access in processors.

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\ArrayImplementation::getGlue","p":"Neos/Fusion/FusionObjects/ArrayImplementation.html#method_getGlue","d":"

Arrays are always concatenated with an empty string

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\AttributesImplementation::evaluate","p":"Neos/Fusion/FusionObjects/AttributesImplementation.html#method_evaluate","d":""},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\AttributesImplementation::getAllowEmpty","p":"Neos/Fusion/FusionObjects/AttributesImplementation.html#method_getAllowEmpty","d":"

Whether empty attributes (HTML5 syntax) should be allowed

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\AugmenterImplementation::evaluate","p":"Neos/Fusion/FusionObjects/AugmenterImplementation.html#method_evaluate","d":""},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\CanRenderImplementation::getType","p":"Neos/Fusion/FusionObjects/CanRenderImplementation.html#method_getType","d":"

Fusion type which shall be rendered

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\CanRenderImplementation::evaluate","p":"Neos/Fusion/FusionObjects/CanRenderImplementation.html#method_evaluate","d":""},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\CaseImplementation::evaluate","p":"Neos/Fusion/FusionObjects/CaseImplementation.html#method_evaluate","d":"

Execute each matcher until the first one matches

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\CaseImplementation::renderMatcher","p":"Neos/Fusion/FusionObjects/CaseImplementation.html#method_renderMatcher","d":"

Render the given matcher

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\CaseImplementation::matcherMatched","p":"Neos/Fusion/FusionObjects/CaseImplementation.html#method_matcherMatched","d":"

Test whether the output of the matcher does not equal the MATCH_NORESULT

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\CollectionImplementation::getGlue","p":"Neos/Fusion/FusionObjects/CollectionImplementation.html#method_getGlue","d":"

Collections are always concatenated with an empty string

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\CollectionImplementation::evaluate","p":"Neos/Fusion/FusionObjects/CollectionImplementation.html#method_evaluate","d":"

Evaluate the collection nodes

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\ComponentImplementation::evaluate","p":"Neos/Fusion/FusionObjects/ComponentImplementation.html#method_evaluate","d":"

Evaluate the fusion-keys and transfer the result into the context as props\nafterwards evaluate the renderer with this context

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\ComponentImplementation::prepare","p":"Neos/Fusion/FusionObjects/ComponentImplementation.html#method_prepare","d":"

Prepare the context for the renderer

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\ComponentImplementation::getProps","p":"Neos/Fusion/FusionObjects/ComponentImplementation.html#method_getProps","d":"

Calculate the component props

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\ComponentImplementation::render","p":"Neos/Fusion/FusionObjects/ComponentImplementation.html#method_render","d":"

Evaluate the renderer with the give context and return

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\DataStructureImplementation::evaluate","p":"Neos/Fusion/FusionObjects/DataStructureImplementation.html#method_evaluate","d":"

Evaluate this Fusion object and return the result

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\DataStructureImplementation::sortNestedFusionKeys","p":"Neos/Fusion/FusionObjects/DataStructureImplementation.html#method_sortNestedFusionKeys","d":"

Sort the Fusion objects inside $this->properties depending on:

\n
    \n
  • numerical ordering
  • \n
  • position meta-property
  • \n
"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\DebugConsoleImplementation::getTitle","p":"Neos/Fusion/FusionObjects/DebugConsoleImplementation.html#method_getTitle","d":null},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\DebugConsoleImplementation::getMethod","p":"Neos/Fusion/FusionObjects/DebugConsoleImplementation.html#method_getMethod","d":null},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\DebugConsoleImplementation::getContent","p":"Neos/Fusion/FusionObjects/DebugConsoleImplementation.html#method_getContent","d":null},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\DebugConsoleImplementation::getValue","p":"Neos/Fusion/FusionObjects/DebugConsoleImplementation.html#method_getValue","d":""},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\DebugConsoleImplementation::evaluate","p":"Neos/Fusion/FusionObjects/DebugConsoleImplementation.html#method_evaluate","d":"

Appends a console script call to the output

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\DebugDumpImplementation::isEnabled","p":"Neos/Fusion/FusionObjects/DebugDumpImplementation.html#method_isEnabled","d":null},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\DebugDumpImplementation::evaluate","p":"Neos/Fusion/FusionObjects/DebugDumpImplementation.html#method_evaluate","d":"

Return the values in a human readable form

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\DebugImplementation::getTitle","p":"Neos/Fusion/FusionObjects/DebugImplementation.html#method_getTitle","d":null},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\DebugImplementation::getPlaintext","p":"Neos/Fusion/FusionObjects/DebugImplementation.html#method_getPlaintext","d":null},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\DebugImplementation::evaluate","p":"Neos/Fusion/FusionObjects/DebugImplementation.html#method_evaluate","d":"

Return the values in a human readable form

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\Helpers\\FluidView::__construct","p":"Neos/Fusion/FusionObjects/Helpers/FluidView.html#method___construct","d":""},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\Helpers\\FluidView::setResourcePackage","p":"Neos/Fusion/FusionObjects/Helpers/FluidView.html#method_setResourcePackage","d":""},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\Helpers\\FluidView::getResourcePackage","p":"Neos/Fusion/FusionObjects/Helpers/FluidView.html#method_getResourcePackage","d":""},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\Helpers\\FluidView::getFusionObject","p":"Neos/Fusion/FusionObjects/Helpers/FluidView.html#method_getFusionObject","d":""},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\Helpers\\FusionAwareViewInterface::getFusionObject","p":"Neos/Fusion/FusionObjects/Helpers/FusionAwareViewInterface.html#method_getFusionObject","d":""},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\Helpers\\FusionPathProxy::__construct","p":"Neos/Fusion/FusionObjects/Helpers/FusionPathProxy.html#method___construct","d":"Constructor."},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\Helpers\\FusionPathProxy::offsetExists","p":"Neos/Fusion/FusionObjects/Helpers/FusionPathProxy.html#method_offsetExists","d":"

true if a given subpath exists, false otherwise.

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\Helpers\\FusionPathProxy::offsetGet","p":"Neos/Fusion/FusionObjects/Helpers/FusionPathProxy.html#method_offsetGet","d":"

Return the object at $offset; evaluating simple types right away, and\nwrapping arrays into ourselves again.

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\Helpers\\FusionPathProxy::offsetSet","p":"Neos/Fusion/FusionObjects/Helpers/FusionPathProxy.html#method_offsetSet","d":"

Stub to implement the ArrayAccess interface cleanly

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\Helpers\\FusionPathProxy::offsetUnset","p":"Neos/Fusion/FusionObjects/Helpers/FusionPathProxy.html#method_offsetUnset","d":"

Stub to implement the ArrayAccess interface cleanly

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\Helpers\\FusionPathProxy::objectAccess","p":"Neos/Fusion/FusionObjects/Helpers/FusionPathProxy.html#method_objectAccess","d":"

Post-Processor which is called whenever this object is encountered in a Fluid\nobject access.

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\Helpers\\FusionPathProxy::getIterator","p":"Neos/Fusion/FusionObjects/Helpers/FusionPathProxy.html#method_getIterator","d":"

Iterates through all subelements.

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\Helpers\\FusionPathProxy::count","p":"Neos/Fusion/FusionObjects/Helpers/FusionPathProxy.html#method_count","d":""},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\Helpers\\LazyProps::__construct","p":"Neos/Fusion/FusionObjects/Helpers/LazyProps.html#method___construct","d":null},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\Helpers\\LazyProps::offsetExists","p":"Neos/Fusion/FusionObjects/Helpers/LazyProps.html#method_offsetExists","d":null},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\Helpers\\LazyProps::offsetGet","p":"Neos/Fusion/FusionObjects/Helpers/LazyProps.html#method_offsetGet","d":null},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\Helpers\\LazyProps::offsetSet","p":"Neos/Fusion/FusionObjects/Helpers/LazyProps.html#method_offsetSet","d":null},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\Helpers\\LazyProps::offsetUnset","p":"Neos/Fusion/FusionObjects/Helpers/LazyProps.html#method_offsetUnset","d":null},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\Helpers\\LazyProps::current","p":"Neos/Fusion/FusionObjects/Helpers/LazyProps.html#method_current","d":null},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\Helpers\\LazyProps::next","p":"Neos/Fusion/FusionObjects/Helpers/LazyProps.html#method_next","d":null},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\Helpers\\LazyProps::key","p":"Neos/Fusion/FusionObjects/Helpers/LazyProps.html#method_key","d":null},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\Helpers\\LazyProps::valid","p":"Neos/Fusion/FusionObjects/Helpers/LazyProps.html#method_valid","d":null},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\Helpers\\LazyProps::rewind","p":"Neos/Fusion/FusionObjects/Helpers/LazyProps.html#method_rewind","d":null},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\Helpers\\LazyProps::jsonSerialize","p":"Neos/Fusion/FusionObjects/Helpers/LazyProps.html#method_jsonSerialize","d":null},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\HttpResponseImplementation::getResponseHead","p":"Neos/Fusion/FusionObjects/HttpResponseImplementation.html#method_getResponseHead","d":"

Get the HTTP Header values for this response

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\HttpResponseImplementation::getResponseHeadName","p":"Neos/Fusion/FusionObjects/HttpResponseImplementation.html#method_getResponseHeadName","d":""},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\HttpResponseImplementation::evaluate","p":"Neos/Fusion/FusionObjects/HttpResponseImplementation.html#method_evaluate","d":"

Evaluate this Fusion object and return the result

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\Http\\ResponseHeadImplementation::getHttpVersion","p":"Neos/Fusion/FusionObjects/Http/ResponseHeadImplementation.html#method_getHttpVersion","d":"

Get HTTP protocol version

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\Http\\ResponseHeadImplementation::getStatusCode","p":"Neos/Fusion/FusionObjects/Http/ResponseHeadImplementation.html#method_getStatusCode","d":""},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\Http\\ResponseHeadImplementation::getHeaders","p":"Neos/Fusion/FusionObjects/Http/ResponseHeadImplementation.html#method_getHeaders","d":""},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\Http\\ResponseHeadImplementation::evaluate","p":"Neos/Fusion/FusionObjects/Http/ResponseHeadImplementation.html#method_evaluate","d":"

Just return the processed value

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\JoinImplementation::getGlue","p":"Neos/Fusion/FusionObjects/JoinImplementation.html#method_getGlue","d":"

Get the glue to insert between items

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\JoinImplementation::evaluate","p":"Neos/Fusion/FusionObjects/JoinImplementation.html#method_evaluate","d":"

Evaluate this Fusion object and return the result

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\LoopImplementation::getGlue","p":"Neos/Fusion/FusionObjects/LoopImplementation.html#method_getGlue","d":"

Get the glue to insert between items

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\LoopImplementation::evaluate","p":"Neos/Fusion/FusionObjects/LoopImplementation.html#method_evaluate","d":"

Evaluate the collection nodes

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\MapImplementation::getItems","p":"Neos/Fusion/FusionObjects/MapImplementation.html#method_getItems","d":""},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\MapImplementation::getItemName","p":"Neos/Fusion/FusionObjects/MapImplementation.html#method_getItemName","d":""},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\MapImplementation::getItemKey","p":"Neos/Fusion/FusionObjects/MapImplementation.html#method_getItemKey","d":""},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\MapImplementation::getIterationName","p":"Neos/Fusion/FusionObjects/MapImplementation.html#method_getIterationName","d":"

If set iteration data (index, cycle, isFirst, isLast) is available in context with the name given.

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\MapImplementation::evaluate","p":"Neos/Fusion/FusionObjects/MapImplementation.html#method_evaluate","d":"

Evaluate the collection nodes as array

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\MapImplementation::prepareIterationInformation","p":"Neos/Fusion/FusionObjects/MapImplementation.html#method_prepareIterationInformation","d":""},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\MatchImplementation::getSubject","p":"Neos/Fusion/FusionObjects/MatchImplementation.html#method_getSubject","d":null},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\MatchImplementation::getDefault","p":"Neos/Fusion/FusionObjects/MatchImplementation.html#method_getDefault","d":null},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\MatchImplementation::evaluate","p":"Neos/Fusion/FusionObjects/MatchImplementation.html#method_evaluate","d":"

Tries to find a matching value for the subject and returns it

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\MatcherImplementation::getCondition","p":"Neos/Fusion/FusionObjects/MatcherImplementation.html#method_getCondition","d":""},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\MatcherImplementation::getType","p":"Neos/Fusion/FusionObjects/MatcherImplementation.html#method_getType","d":"

The type to render if condition is true

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\MatcherImplementation::getRenderPath","p":"Neos/Fusion/FusionObjects/MatcherImplementation.html#method_getRenderPath","d":"

A path to a Fusion configuration

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\MatcherImplementation::evaluate","p":"Neos/Fusion/FusionObjects/MatcherImplementation.html#method_evaluate","d":"

If $condition matches, render $type and return it. Else, return MATCH_NORESULT.

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\MemoImplementation::evaluate","p":"Neos/Fusion/FusionObjects/MemoImplementation.html#method_evaluate","d":"

Return the processed value or its cached version based on the discriminator

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\MemoImplementation::getDiscriminator","p":"Neos/Fusion/FusionObjects/MemoImplementation.html#method_getDiscriminator","d":null},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\MemoImplementation::getValue","p":"Neos/Fusion/FusionObjects/MemoImplementation.html#method_getValue","d":""},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\RawCollectionImplementation::evaluate","p":"Neos/Fusion/FusionObjects/RawCollectionImplementation.html#method_evaluate","d":"

Evaluate the collection nodes

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\ReduceImplementation::getItems","p":"Neos/Fusion/FusionObjects/ReduceImplementation.html#method_getItems","d":"

The list items that shall be reduced to a single value

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\ReduceImplementation::getItemName","p":"Neos/Fusion/FusionObjects/ReduceImplementation.html#method_getItemName","d":""},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\ReduceImplementation::getItemKey","p":"Neos/Fusion/FusionObjects/ReduceImplementation.html#method_getItemKey","d":""},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\ReduceImplementation::getCarryName","p":"Neos/Fusion/FusionObjects/ReduceImplementation.html#method_getCarryName","d":""},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\ReduceImplementation::getInitialValue","p":"Neos/Fusion/FusionObjects/ReduceImplementation.html#method_getInitialValue","d":""},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\ReduceImplementation::getIterationName","p":"Neos/Fusion/FusionObjects/ReduceImplementation.html#method_getIterationName","d":"

If set iteration data (index, cycle, isFirst, isLast) is available in context with the name given.

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\ReduceImplementation::evaluate","p":"Neos/Fusion/FusionObjects/ReduceImplementation.html#method_evaluate","d":"

Reduce the given items to a single value

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\ReduceImplementation::prepareIterationInformation","p":"Neos/Fusion/FusionObjects/ReduceImplementation.html#method_prepareIterationInformation","d":""},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\RendererImplementation::getType","p":"Neos/Fusion/FusionObjects/RendererImplementation.html#method_getType","d":"

The type to render if condition is true

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\RendererImplementation::getRenderPath","p":"Neos/Fusion/FusionObjects/RendererImplementation.html#method_getRenderPath","d":"

A path to a Fusion configuration

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\RendererImplementation::evaluate","p":"Neos/Fusion/FusionObjects/RendererImplementation.html#method_evaluate","d":"

Render $type and return it.

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\ResourceUriImplementation::getPath","p":"Neos/Fusion/FusionObjects/ResourceUriImplementation.html#method_getPath","d":"

The location of the resource, can be either a path relative to the Public resource directory of the package or a resource://... URI

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\ResourceUriImplementation::getPackage","p":"Neos/Fusion/FusionObjects/ResourceUriImplementation.html#method_getPackage","d":"

Target package key (only required for relative paths)

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\ResourceUriImplementation::getResource","p":"Neos/Fusion/FusionObjects/ResourceUriImplementation.html#method_getResource","d":"

If specified, this resource object is used instead of the path and package information

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\ResourceUriImplementation::isLocalize","p":"Neos/Fusion/FusionObjects/ResourceUriImplementation.html#method_isLocalize","d":"

Whether resource localization should be attempted or not, defaults to true

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\ResourceUriImplementation::evaluate","p":"Neos/Fusion/FusionObjects/ResourceUriImplementation.html#method_evaluate","d":"

Returns the absolute URL of a resource

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\TagImplementation::getTagName","p":"Neos/Fusion/FusionObjects/TagImplementation.html#method_getTagName","d":"

The tag name (e.g. 'body', 'head', 'title', ...)

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\TagImplementation::getOmitClosingTag","p":"Neos/Fusion/FusionObjects/TagImplementation.html#method_getOmitClosingTag","d":"

Whether to leave out the closing tag (defaults to false)

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\TagImplementation::isSelfClosingTag","p":"Neos/Fusion/FusionObjects/TagImplementation.html#method_isSelfClosingTag","d":"

Whether to force a self closing tag (e.g. '

')

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\TagImplementation::getContent","p":"Neos/Fusion/FusionObjects/TagImplementation.html#method_getContent","d":"

The tag content

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\TagImplementation::getAttributes","p":"Neos/Fusion/FusionObjects/TagImplementation.html#method_getAttributes","d":"

The tag attributes dataStructure\nIf anything but an iterable is returned the value is casted to string

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\TagImplementation::getAllowEmptyAttributes","p":"Neos/Fusion/FusionObjects/TagImplementation.html#method_getAllowEmptyAttributes","d":"

Whether empty attributes (HTML5 syntax) should be allowed

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\TagImplementation::evaluate","p":"Neos/Fusion/FusionObjects/TagImplementation.html#method_evaluate","d":"

Return a tag

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\TagImplementation::renderAttributes","p":"Neos/Fusion/FusionObjects/TagImplementation.html#method_renderAttributes","d":"

Render the tag attributes for the given key->values as atring,\nif an value is an iterable it will be concatenated with spaces as seperator

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\TemplateImplementation::getTemplatePath","p":"Neos/Fusion/FusionObjects/TemplateImplementation.html#method_getTemplatePath","d":"

Path to the template which should be rendered

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\TemplateImplementation::getPartialRootPath","p":"Neos/Fusion/FusionObjects/TemplateImplementation.html#method_getPartialRootPath","d":"

Path to the partial root

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\TemplateImplementation::getLayoutRootPath","p":"Neos/Fusion/FusionObjects/TemplateImplementation.html#method_getLayoutRootPath","d":"

Path to the layout root

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\TemplateImplementation::getSectionName","p":"Neos/Fusion/FusionObjects/TemplateImplementation.html#method_getSectionName","d":"

Name of a specific section, if only this section should be rendered.

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\TemplateImplementation::getPath","p":"Neos/Fusion/FusionObjects/TemplateImplementation.html#method_getPath","d":""},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\TemplateImplementation::evaluate","p":"Neos/Fusion/FusionObjects/TemplateImplementation.html#method_evaluate","d":"

Evaluate this Fusion object and return the result

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\TemplateImplementation::initializeView","p":"Neos/Fusion/FusionObjects/TemplateImplementation.html#method_initializeView","d":"

This is a template method which can be overridden in subclasses to add new variables which should\nbe available inside the Fluid template. It is needed e.g. for Expose.

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\UriBuilderImplementation::getPackage","p":"Neos/Fusion/FusionObjects/UriBuilderImplementation.html#method_getPackage","d":"

Key of the target package

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\UriBuilderImplementation::getSubpackage","p":"Neos/Fusion/FusionObjects/UriBuilderImplementation.html#method_getSubpackage","d":"

Key of the target sub package

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\UriBuilderImplementation::getController","p":"Neos/Fusion/FusionObjects/UriBuilderImplementation.html#method_getController","d":"

Target controller name

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\UriBuilderImplementation::getAction","p":"Neos/Fusion/FusionObjects/UriBuilderImplementation.html#method_getAction","d":"

Target controller action name

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\UriBuilderImplementation::getArguments","p":"Neos/Fusion/FusionObjects/UriBuilderImplementation.html#method_getArguments","d":"

Controller arguments

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\UriBuilderImplementation::getFormat","p":"Neos/Fusion/FusionObjects/UriBuilderImplementation.html#method_getFormat","d":"

The requested format, for example "html"

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\UriBuilderImplementation::getSection","p":"Neos/Fusion/FusionObjects/UriBuilderImplementation.html#method_getSection","d":"

The anchor to be appended to the URL

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\UriBuilderImplementation::getAdditionalParams","p":"Neos/Fusion/FusionObjects/UriBuilderImplementation.html#method_getAdditionalParams","d":"

Additional query parameters that won't be prefixed like $arguments (overrule $arguments)

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\UriBuilderImplementation::getArgumentsToBeExcludedFromQueryString","p":"Neos/Fusion/FusionObjects/UriBuilderImplementation.html#method_getArgumentsToBeExcludedFromQueryString","d":"

Arguments to be removed from the URI. Only active if addQueryString = true

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\UriBuilderImplementation::isAddQueryString","p":"Neos/Fusion/FusionObjects/UriBuilderImplementation.html#method_isAddQueryString","d":"

If true, the current query parameters will be kept in the URI

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\UriBuilderImplementation::isAbsolute","p":"Neos/Fusion/FusionObjects/UriBuilderImplementation.html#method_isAbsolute","d":"

If true, an absolute URI is rendered

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\UriBuilderImplementation::evaluate","p":"Neos/Fusion/FusionObjects/UriBuilderImplementation.html#method_evaluate","d":""},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\ValueImplementation::getValue","p":"Neos/Fusion/FusionObjects/ValueImplementation.html#method_getValue","d":""},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\ValueImplementation::evaluate","p":"Neos/Fusion/FusionObjects/ValueImplementation.html#method_evaluate","d":"

Just return the processed value

"},{"t":"M","n":"Neos\\Fusion\\Package::boot","p":"Neos/Fusion/Package.html#method_boot","d":"

Invokes custom PHP code directly after the package manager has been initialized.

"},{"t":"M","n":"Neos\\Fusion\\Service\\DebugStack::register","p":"Neos/Fusion/Service/DebugStack.html#method_register","d":null},{"t":"M","n":"Neos\\Fusion\\Service\\DebugStack::hasMessage","p":"Neos/Fusion/Service/DebugStack.html#method_hasMessage","d":null},{"t":"M","n":"Neos\\Fusion\\Service\\DebugStack::dump","p":"Neos/Fusion/Service/DebugStack.html#method_dump","d":null},{"t":"M","n":"Neos\\Fusion\\Service\\DebugStack::flush","p":"Neos/Fusion/Service/DebugStack.html#method_flush","d":null},{"t":"M","n":"Neos\\Fusion\\Service\\HtmlAugmenter::addAttributes","p":"Neos/Fusion/Service/HtmlAugmenter.html#method_addAttributes","d":"

Adds the given $attributes to the $html by augmenting the root element.

"},{"t":"M","n":"Neos\\Fusion\\Service\\HtmlAugmenter::getHtmlRootElement","p":"Neos/Fusion/Service/HtmlAugmenter.html#method_getHtmlRootElement","d":"

Detects a unique root tag in the given $html string and returns its DOMNode representation - or NULL if no unique root element could be found

"},{"t":"M","n":"Neos\\Fusion\\Service\\HtmlAugmenter::mergeAttributes","p":"Neos/Fusion/Service/HtmlAugmenter.html#method_mergeAttributes","d":"

Merges the attributes of $element with the given $newAttributes\nIf an attribute exists in both collections, it is merged to " " (if both values differ)

"},{"t":"M","n":"Neos\\Fusion\\Service\\HtmlAugmenter::renderAttributes","p":"Neos/Fusion/Service/HtmlAugmenter.html#method_renderAttributes","d":"

Renders the given key/value pair to a valid attribute string in the format ="" ="".

"},{"t":"M","n":"Neos\\Fusion\\Service\\HtmlAugmenter::elementHasAttributes","p":"Neos/Fusion/Service/HtmlAugmenter.html#method_elementHasAttributes","d":"

Checks whether the given $element contains at least one of the specified $attributes (case insensitive)

"},{"t":"M","n":"Neos\\Fusion\\ViewHelpers\\FusionContextTrait::getContextVariable","p":"Neos/Fusion/ViewHelpers/FusionContextTrait.html#method_getContextVariable","d":"

Get a variable value from the Fusion runtime context.

"},{"t":"M","n":"Neos\\Fusion\\ViewHelpers\\FusionContextTrait::hasContextVariable","p":"Neos/Fusion/ViewHelpers/FusionContextTrait.html#method_hasContextVariable","d":""},{"t":"M","n":"Neos\\Fusion\\ViewHelpers\\RenderViewHelper::initializeArguments","p":"Neos/Fusion/ViewHelpers/RenderViewHelper.html#method_initializeArguments","d":"

Initialize the arguments.

"},{"t":"M","n":"Neos\\Fusion\\ViewHelpers\\RenderViewHelper::render","p":"Neos/Fusion/ViewHelpers/RenderViewHelper.html#method_render","d":"

Evaluate the Fusion object at $path and return the rendered result.

"},{"t":"M","n":"Neos\\Fusion\\ViewHelpers\\RenderViewHelper::initializeFusionView","p":"Neos/Fusion/ViewHelpers/RenderViewHelper.html#method_initializeFusionView","d":"

Initialize the Fusion View

"},{"t":"M","n":"Neos\\Fusion\\View\\FusionView::setOption","p":"Neos/Fusion/View/FusionView.html#method_setOption","d":"

Reset runtime cache if an option is changed

"},{"t":"M","n":"Neos\\Fusion\\View\\FusionView::setFusionPath","p":"Neos/Fusion/View/FusionView.html#method_setFusionPath","d":"

Sets the Fusion path to be rendered to an explicit value;\nto be used mostly inside tests.

"},{"t":"M","n":"Neos\\Fusion\\View\\FusionView::setPackageKey","p":"Neos/Fusion/View/FusionView.html#method_setPackageKey","d":"

The package key where the Fusion should be loaded from. If not given,\nis automatically derived from the current request.

"},{"t":"M","n":"Neos\\Fusion\\View\\FusionView::setFusionPathPattern","p":"Neos/Fusion/View/FusionView.html#method_setFusionPathPattern","d":""},{"t":"M","n":"Neos\\Fusion\\View\\FusionView::setFusionPathPatterns","p":"Neos/Fusion/View/FusionView.html#method_setFusionPathPatterns","d":""},{"t":"M","n":"Neos\\Fusion\\View\\FusionView::render","p":"Neos/Fusion/View/FusionView.html#method_render","d":"

Render the view

"},{"t":"M","n":"Neos\\Fusion\\View\\FusionView::initializeFusionRuntime","p":"Neos/Fusion/View/FusionView.html#method_initializeFusionRuntime","d":"

Load the Fusion Files form the defined\npaths and construct a Runtime from the\nparsed results

"},{"t":"M","n":"Neos\\Fusion\\View\\FusionView::loadFusion","p":"Neos/Fusion/View/FusionView.html#method_loadFusion","d":"

Load Fusion from the directories specified by $this->getOption('fusionPathPatterns')

"},{"t":"M","n":"Neos\\Fusion\\View\\FusionView::getMergedFusionObjectTree","p":"Neos/Fusion/View/FusionView.html#method_getMergedFusionObjectTree","d":"

Parse all the fusion files the are in the current fusionPathPatterns

"},{"t":"M","n":"Neos\\Fusion\\View\\FusionView::getFusionPathPatterns","p":"Neos/Fusion/View/FusionView.html#method_getFusionPathPatterns","d":"

Get the currently configured fusion path patterns\n@package is replaced by the current package key

"},{"t":"M","n":"Neos\\Fusion\\View\\FusionView::getPackageKey","p":"Neos/Fusion/View/FusionView.html#method_getPackageKey","d":"

Get the package key to load the Fusion from. If set, $this->getOption('packageKey') is used.

"},{"t":"M","n":"Neos\\Fusion\\View\\FusionView::getFusionPathForCurrentRequest","p":"Neos/Fusion/View/FusionView.html#method_getFusionPathForCurrentRequest","d":"

Determines the Fusion path depending on the current controller and action

"},{"t":"M","n":"Neos\\Fusion\\View\\FusionView::renderFusion","p":"Neos/Fusion/View/FusionView.html#method_renderFusion","d":"

Render the given Fusion and return the rendered page

"},{"t":"M","n":"Neos\\Media\\Browser\\Controller\\AddTranslatedFlashMessageTrait::addTranslatedFlashMessage","p":"Neos/Media/Browser/Controller/AddTranslatedFlashMessageTrait.html#method_addTranslatedFlashMessage","d":null},{"t":"M","n":"Neos\\Media\\Browser\\Controller\\AssetCollectionController::initializeView","p":"Neos/Media/Browser/Controller/AssetCollectionController.html#method_initializeView","d":null},{"t":"M","n":"Neos\\Media\\Browser\\Controller\\AssetCollectionController::createAction","p":"Neos/Media/Browser/Controller/AssetCollectionController.html#method_createAction","d":""},{"t":"M","n":"Neos\\Media\\Browser\\Controller\\AssetCollectionController::editAction","p":"Neos/Media/Browser/Controller/AssetCollectionController.html#method_editAction","d":""},{"t":"M","n":"Neos\\Media\\Browser\\Controller\\AssetCollectionController::updateAction","p":"Neos/Media/Browser/Controller/AssetCollectionController.html#method_updateAction","d":""},{"t":"M","n":"Neos\\Media\\Browser\\Controller\\AssetCollectionController::deleteAction","p":"Neos/Media/Browser/Controller/AssetCollectionController.html#method_deleteAction","d":""},{"t":"M","n":"Neos\\Media\\Browser\\Controller\\AssetController::initializeObject","p":"Neos/Media/Browser/Controller/AssetController.html#method_initializeObject","d":""},{"t":"M","n":"Neos\\Media\\Browser\\Controller\\AssetController::initializeAction","p":"Neos/Media/Browser/Controller/AssetController.html#method_initializeAction","d":""},{"t":"M","n":"Neos\\Media\\Browser\\Controller\\AssetController::initializeView","p":"Neos/Media/Browser/Controller/AssetController.html#method_initializeView","d":"

Set common variables on the view

"},{"t":"M","n":"Neos\\Media\\Browser\\Controller\\AssetController::indexAction","p":"Neos/Media/Browser/Controller/AssetController.html#method_indexAction","d":"

List existing assets

"},{"t":"M","n":"Neos\\Media\\Browser\\Controller\\AssetController::newAction","p":"Neos/Media/Browser/Controller/AssetController.html#method_newAction","d":"

New asset form

"},{"t":"M","n":"Neos\\Media\\Browser\\Controller\\AssetController::replaceAssetResourceAction","p":"Neos/Media/Browser/Controller/AssetController.html#method_replaceAssetResourceAction","d":""},{"t":"M","n":"Neos\\Media\\Browser\\Controller\\AssetController::showAction","p":"Neos/Media/Browser/Controller/AssetController.html#method_showAction","d":"

Show an asset

"},{"t":"M","n":"Neos\\Media\\Browser\\Controller\\AssetController::editAction","p":"Neos/Media/Browser/Controller/AssetController.html#method_editAction","d":"

Edit an asset

"},{"t":"M","n":"Neos\\Media\\Browser\\Controller\\AssetController::variantsAction","p":"Neos/Media/Browser/Controller/AssetController.html#method_variantsAction","d":"

Display variants of an asset

"},{"t":"M","n":"Neos\\Media\\Browser\\Controller\\AssetController::initializeUpdateAction","p":"Neos/Media/Browser/Controller/AssetController.html#method_initializeUpdateAction","d":""},{"t":"M","n":"Neos\\Media\\Browser\\Controller\\AssetController::updateAction","p":"Neos/Media/Browser/Controller/AssetController.html#method_updateAction","d":"

Update an asset

"},{"t":"M","n":"Neos\\Media\\Browser\\Controller\\AssetController::initializeCreateAction","p":"Neos/Media/Browser/Controller/AssetController.html#method_initializeCreateAction","d":"

Initialization for createAction

"},{"t":"M","n":"Neos\\Media\\Browser\\Controller\\AssetController::createAction","p":"Neos/Media/Browser/Controller/AssetController.html#method_createAction","d":"

Create a new asset

"},{"t":"M","n":"Neos\\Media\\Browser\\Controller\\AssetController::initializeUploadAction","p":"Neos/Media/Browser/Controller/AssetController.html#method_initializeUploadAction","d":"

Initialization for uploadAction

"},{"t":"M","n":"Neos\\Media\\Browser\\Controller\\AssetController::uploadAction","p":"Neos/Media/Browser/Controller/AssetController.html#method_uploadAction","d":"

Upload a new asset. No redirection and no response body, for use by plupload (or similar).

"},{"t":"M","n":"Neos\\Media\\Browser\\Controller\\AssetController::tagAssetAction","p":"Neos/Media/Browser/Controller/AssetController.html#method_tagAssetAction","d":"

Tags an asset with a tag.

"},{"t":"M","n":"Neos\\Media\\Browser\\Controller\\AssetController::addAssetToCollectionAction","p":"Neos/Media/Browser/Controller/AssetController.html#method_addAssetToCollectionAction","d":"

Adds an asset to an asset collection

"},{"t":"M","n":"Neos\\Media\\Browser\\Controller\\AssetController::deleteAction","p":"Neos/Media/Browser/Controller/AssetController.html#method_deleteAction","d":"

Delete an asset

"},{"t":"M","n":"Neos\\Media\\Browser\\Controller\\AssetController::updateAssetResourceAction","p":"Neos/Media/Browser/Controller/AssetController.html#method_updateAssetResourceAction","d":"

Update the resource on an asset.

"},{"t":"M","n":"Neos\\Media\\Browser\\Controller\\AssetController::relatedNodesAction","p":"Neos/Media/Browser/Controller/AssetController.html#method_relatedNodesAction","d":"

Get Related Nodes for an asset (proxy action)

"},{"t":"M","n":"Neos\\Media\\Browser\\Controller\\AssetController::createTagAction","p":"Neos/Media/Browser/Controller/AssetController.html#method_createTagAction","d":""},{"t":"M","n":"Neos\\Media\\Browser\\Controller\\AssetController::editTagAction","p":"Neos/Media/Browser/Controller/AssetController.html#method_editTagAction","d":""},{"t":"M","n":"Neos\\Media\\Browser\\Controller\\AssetController::updateTagAction","p":"Neos/Media/Browser/Controller/AssetController.html#method_updateTagAction","d":""},{"t":"M","n":"Neos\\Media\\Browser\\Controller\\AssetController::deleteTagAction","p":"Neos/Media/Browser/Controller/AssetController.html#method_deleteTagAction","d":""},{"t":"M","n":"Neos\\Media\\Browser\\Controller\\AssetController::createAssetCollectionAction","p":"Neos/Media/Browser/Controller/AssetController.html#method_createAssetCollectionAction","d":""},{"t":"M","n":"Neos\\Media\\Browser\\Controller\\AssetController::editAssetCollectionAction","p":"Neos/Media/Browser/Controller/AssetController.html#method_editAssetCollectionAction","d":""},{"t":"M","n":"Neos\\Media\\Browser\\Controller\\AssetController::updateAssetCollectionAction","p":"Neos/Media/Browser/Controller/AssetController.html#method_updateAssetCollectionAction","d":""},{"t":"M","n":"Neos\\Media\\Browser\\Controller\\AssetController::deleteAssetCollectionAction","p":"Neos/Media/Browser/Controller/AssetController.html#method_deleteAssetCollectionAction","d":""},{"t":"M","n":"Neos\\Media\\Browser\\Controller\\AssetController::errorAction","p":"Neos/Media/Browser/Controller/AssetController.html#method_errorAction","d":"

This custom errorAction adds FlashMessages for validation results to give more information in the

"},{"t":"M","n":"Neos\\Media\\Browser\\Controller\\AssetController::getErrorFlashMessage","p":"Neos/Media/Browser/Controller/AssetController.html#method_getErrorFlashMessage","d":"

Individual error FlashMessage that hides which action fails in production.

"},{"t":"M","n":"Neos\\Media\\Browser\\Controller\\AssetProxyController::importAction","p":"Neos/Media/Browser/Controller/AssetProxyController.html#method_importAction","d":"

Import a specified asset from the given Asset Source

"},{"t":"M","n":"Neos\\Media\\Browser\\Controller\\ImageController::indexAction","p":"Neos/Media/Browser/Controller/ImageController.html#method_indexAction","d":"

List existing images

"},{"t":"M","n":"Neos\\Media\\Browser\\Controller\\ImageController::editAction","p":"Neos/Media/Browser/Controller/ImageController.html#method_editAction","d":""},{"t":"M","n":"Neos\\Media\\Browser\\Controller\\ImageVariantController::initializeUpdateAction","p":"Neos/Media/Browser/Controller/ImageVariantController.html#method_initializeUpdateAction","d":null},{"t":"M","n":"Neos\\Media\\Browser\\Controller\\ImageVariantController::updateAction","p":"Neos/Media/Browser/Controller/ImageVariantController.html#method_updateAction","d":""},{"t":"M","n":"Neos\\Media\\Browser\\Controller\\TagController::initializeView","p":"Neos/Media/Browser/Controller/TagController.html#method_initializeView","d":null},{"t":"M","n":"Neos\\Media\\Browser\\Controller\\TagController::createAction","p":"Neos/Media/Browser/Controller/TagController.html#method_createAction","d":""},{"t":"M","n":"Neos\\Media\\Browser\\Controller\\TagController::editAction","p":"Neos/Media/Browser/Controller/TagController.html#method_editAction","d":""},{"t":"M","n":"Neos\\Media\\Browser\\Controller\\TagController::updateAction","p":"Neos/Media/Browser/Controller/TagController.html#method_updateAction","d":""},{"t":"M","n":"Neos\\Media\\Browser\\Controller\\TagController::deleteAction","p":"Neos/Media/Browser/Controller/TagController.html#method_deleteAction","d":""},{"t":"M","n":"Neos\\Media\\Browser\\Controller\\UsageController::relatedNodesAction","p":"Neos/Media/Browser/Controller/UsageController.html#method_relatedNodesAction","d":"

Get Related Nodes for an asset

"},{"t":"M","n":"Neos\\Media\\Browser\\Domain\\ImageMapper::injectResourceManager","p":"Neos/Media/Browser/Domain/ImageMapper.html#method_injectResourceManager","d":""},{"t":"M","n":"Neos\\Media\\Browser\\Domain\\ImageMapper::injectPersistenceManager","p":"Neos/Media/Browser/Domain/ImageMapper.html#method_injectPersistenceManager","d":""},{"t":"M","n":"Neos\\Media\\Browser\\Domain\\ImageMapper::__construct","p":"Neos/Media/Browser/Domain/ImageMapper.html#method___construct","d":"

ImageMapper constructor.

"},{"t":"M","n":"Neos\\Media\\Browser\\Domain\\ImageMapper::initializeObject","p":"Neos/Media/Browser/Domain/ImageMapper.html#method_initializeObject","d":null},{"t":"M","n":"Neos\\Media\\Browser\\Domain\\ImageMapper::getMappingResult","p":"Neos/Media/Browser/Domain/ImageMapper.html#method_getMappingResult","d":""},{"t":"M","n":"Neos\\Media\\Browser\\Domain\\Session\\BrowserState::set","p":"Neos/Media/Browser/Domain/Session/BrowserState.html#method_set","d":"

Set a $value for $key

"},{"t":"M","n":"Neos\\Media\\Browser\\Domain\\Session\\BrowserState::get","p":"Neos/Media/Browser/Domain/Session/BrowserState.html#method_get","d":"

Return a value for $key.

"},{"t":"M","n":"Neos\\Media\\Browser\\Domain\\Session\\BrowserState::getActiveAssetSourceIdentifier","p":"Neos/Media/Browser/Domain/Session/BrowserState.html#method_getActiveAssetSourceIdentifier","d":""},{"t":"M","n":"Neos\\Media\\Browser\\Domain\\Session\\BrowserState::setActiveAssetSourceIdentifier","p":"Neos/Media/Browser/Domain/Session/BrowserState.html#method_setActiveAssetSourceIdentifier","d":""},{"t":"M","n":"Neos\\Media\\Browser\\ViewHelpers\\Controller\\PaginateController::initializeAction","p":"Neos/Media/Browser/ViewHelpers/Controller/PaginateController.html#method_initializeAction","d":""},{"t":"M","n":"Neos\\Media\\Browser\\ViewHelpers\\Controller\\PaginateController::indexAction","p":"Neos/Media/Browser/ViewHelpers/Controller/PaginateController.html#method_indexAction","d":""},{"t":"M","n":"Neos\\Media\\Browser\\ViewHelpers\\Controller\\PaginateController::calculateDisplayRange","p":"Neos/Media/Browser/ViewHelpers/Controller/PaginateController.html#method_calculateDisplayRange","d":"

If a certain number of links should be displayed, adjust before and after\namounts accordingly.

"},{"t":"M","n":"Neos\\Media\\Browser\\ViewHelpers\\Controller\\PaginateController::buildPagination","p":"Neos/Media/Browser/ViewHelpers/Controller/PaginateController.html#method_buildPagination","d":"

Returns an array with the keys "pages", "current", "numberOfPages", "nextPage" & "previousPage"

"},{"t":"M","n":"Neos\\Media\\Browser\\ViewHelpers\\PaginateViewHelper::initializeArguments","p":"Neos/Media/Browser/ViewHelpers/PaginateViewHelper.html#method_initializeArguments","d":"

Initialize the arguments.

"},{"t":"M","n":"Neos\\Media\\Browser\\ViewHelpers\\PaginateViewHelper::render","p":"Neos/Media/Browser/ViewHelpers/PaginateViewHelper.html#method_render","d":"

Render this view helper

"},{"t":"M","n":"Neos\\Media\\Browser\\ViewHelpers\\ThumbnailViewHelper::initializeArguments","p":"Neos/Media/Browser/ViewHelpers/ThumbnailViewHelper.html#method_initializeArguments","d":""},{"t":"M","n":"Neos\\Media\\Browser\\ViewHelpers\\ThumbnailViewHelper::render","p":"Neos/Media/Browser/ViewHelpers/ThumbnailViewHelper.html#method_render","d":"

Renders an HTML img tag with a thumbnail or preview image, created from a given asset proxy.

"},{"t":"M","n":"Neos\\Media\\Command\\MediaCommandController::importResourcesCommand","p":"Neos/Media/Command/MediaCommandController.html#method_importResourcesCommand","d":"

Import resources to asset management

"},{"t":"M","n":"Neos\\Media\\Command\\MediaCommandController::removeUnusedCommand","p":"Neos/Media/Command/MediaCommandController.html#method_removeUnusedCommand","d":"

Remove unused assets

"},{"t":"M","n":"Neos\\Media\\Command\\MediaCommandController::createThumbnailsCommand","p":"Neos/Media/Command/MediaCommandController.html#method_createThumbnailsCommand","d":"

Create thumbnails

"},{"t":"M","n":"Neos\\Media\\Command\\MediaCommandController::clearThumbnailsCommand","p":"Neos/Media/Command/MediaCommandController.html#method_clearThumbnailsCommand","d":"

Remove thumbnails

"},{"t":"M","n":"Neos\\Media\\Command\\MediaCommandController::renderThumbnailsCommand","p":"Neos/Media/Command/MediaCommandController.html#method_renderThumbnailsCommand","d":"

Render ungenerated thumbnails

"},{"t":"M","n":"Neos\\Media\\Command\\MediaCommandController::renderVariantsCommand","p":"Neos/Media/Command/MediaCommandController.html#method_renderVariantsCommand","d":"

Render asset variants

"},{"t":"M","n":"Neos\\Media\\Command\\MediaCommandController::initializeConnection","p":"Neos/Media/Command/MediaCommandController.html#method_initializeConnection","d":"

Initializes the DBAL connection which is currently bound to the Doctrine Entity Manager

"},{"t":"M","n":"Neos\\Media\\Controller\\ThumbnailController::thumbnailAction","p":"Neos/Media/Controller/ThumbnailController.html#method_thumbnailAction","d":"

Generate thumbnail and redirect to resource URI

"},{"t":"M","n":"Neos\\Media\\Domain\\EventListener\\ImageEventListener::postRemove","p":"Neos/Media/Domain/EventListener/ImageEventListener.html#method_postRemove","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Adjustment\\AbstractAdjustment::__construct","p":"Neos/Media/Domain/Model/Adjustment/AbstractAdjustment.html#method___construct","d":"

Constructs this adjustment

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Adjustment\\AbstractImageAdjustment::setImageVariant","p":"Neos/Media/Domain/Model/Adjustment/AbstractImageAdjustment.html#method_setImageVariant","d":"

Sets the image variant this adjustment belongs to

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Adjustment\\AbstractImageAdjustment::getPosition","p":"Neos/Media/Domain/Model/Adjustment/AbstractImageAdjustment.html#method_getPosition","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Adjustment\\AbstractImageAdjustment::setPosition","p":"Neos/Media/Domain/Model/Adjustment/AbstractImageAdjustment.html#method_setPosition","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Adjustment\\CropImageAdjustment::setHeight","p":"Neos/Media/Domain/Model/Adjustment/CropImageAdjustment.html#method_setHeight","d":"

Sets height

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Adjustment\\CropImageAdjustment::getHeight","p":"Neos/Media/Domain/Model/Adjustment/CropImageAdjustment.html#method_getHeight","d":"

Returns height

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Adjustment\\CropImageAdjustment::setWidth","p":"Neos/Media/Domain/Model/Adjustment/CropImageAdjustment.html#method_setWidth","d":"

Sets width

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Adjustment\\CropImageAdjustment::getWidth","p":"Neos/Media/Domain/Model/Adjustment/CropImageAdjustment.html#method_getWidth","d":"

Returns width

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Adjustment\\CropImageAdjustment::setX","p":"Neos/Media/Domain/Model/Adjustment/CropImageAdjustment.html#method_setX","d":"

Sets x

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Adjustment\\CropImageAdjustment::getX","p":"Neos/Media/Domain/Model/Adjustment/CropImageAdjustment.html#method_getX","d":"

Returns x

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Adjustment\\CropImageAdjustment::setY","p":"Neos/Media/Domain/Model/Adjustment/CropImageAdjustment.html#method_setY","d":"

Sets y

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Adjustment\\CropImageAdjustment::getY","p":"Neos/Media/Domain/Model/Adjustment/CropImageAdjustment.html#method_getY","d":"

Returns y

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Adjustment\\CropImageAdjustment::setAspectRatio","p":"Neos/Media/Domain/Model/Adjustment/CropImageAdjustment.html#method_setAspectRatio","d":"

This setter accepts strings in order to make configuration / mapping of settings easier.

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Adjustment\\CropImageAdjustment::getAspectRatio","p":"Neos/Media/Domain/Model/Adjustment/CropImageAdjustment.html#method_getAspectRatio","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Adjustment\\CropImageAdjustment::calculateDimensionsByAspectRatio","p":"Neos/Media/Domain/Model/Adjustment/CropImageAdjustment.html#method_calculateDimensionsByAspectRatio","d":"

Calculates the actual position and dimensions of the cropping area based on the given image\ndimensions and desired aspect ratio.

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Adjustment\\CropImageAdjustment::canBeApplied","p":"Neos/Media/Domain/Model/Adjustment/CropImageAdjustment.html#method_canBeApplied","d":"

Check if this Adjustment can or should be applied to its ImageVariant.

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Adjustment\\CropImageAdjustment::applyToImage","p":"Neos/Media/Domain/Model/Adjustment/CropImageAdjustment.html#method_applyToImage","d":"

Applies this adjustment to the given Imagine Image object

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Adjustment\\CropImageAdjustment::refit","p":"Neos/Media/Domain/Model/Adjustment/CropImageAdjustment.html#method_refit","d":"

Refits the crop proportions to be the maximum size within the image boundaries.

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Adjustment\\ImageAdjustmentInterface::applyToImage","p":"Neos/Media/Domain/Model/Adjustment/ImageAdjustmentInterface.html#method_applyToImage","d":"

Applies this adjustment to the given Imagine Image object

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Adjustment\\ImageAdjustmentInterface::setImageVariant","p":"Neos/Media/Domain/Model/Adjustment/ImageAdjustmentInterface.html#method_setImageVariant","d":"

Sets the image variant this adjustment belongs to

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Adjustment\\ImageAdjustmentInterface::canBeApplied","p":"Neos/Media/Domain/Model/Adjustment/ImageAdjustmentInterface.html#method_canBeApplied","d":"

Check if this Adjustment can or should be applied to its ImageVariant.

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Adjustment\\QualityImageAdjustment::getQuality","p":"Neos/Media/Domain/Model/Adjustment/QualityImageAdjustment.html#method_getQuality","d":"

Returns quality

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Adjustment\\QualityImageAdjustment::setQuality","p":"Neos/Media/Domain/Model/Adjustment/QualityImageAdjustment.html#method_setQuality","d":"

Sets quality

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Adjustment\\QualityImageAdjustment::applyToImage","p":"Neos/Media/Domain/Model/Adjustment/QualityImageAdjustment.html#method_applyToImage","d":"

Applies this adjustment to the given Imagine Image object

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Adjustment\\QualityImageAdjustment::canBeApplied","p":"Neos/Media/Domain/Model/Adjustment/QualityImageAdjustment.html#method_canBeApplied","d":"

Check if this Adjustment can or should be applied to its ImageVariant.

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Adjustment\\ResizeImageAdjustment::setMaximumHeight","p":"Neos/Media/Domain/Model/Adjustment/ResizeImageAdjustment.html#method_setMaximumHeight","d":"

Sets maximumHeight

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Adjustment\\ResizeImageAdjustment::getMaximumHeight","p":"Neos/Media/Domain/Model/Adjustment/ResizeImageAdjustment.html#method_getMaximumHeight","d":"

Returns maximumHeight

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Adjustment\\ResizeImageAdjustment::setMaximumWidth","p":"Neos/Media/Domain/Model/Adjustment/ResizeImageAdjustment.html#method_setMaximumWidth","d":"

Sets maximumWidth

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Adjustment\\ResizeImageAdjustment::getMaximumWidth","p":"Neos/Media/Domain/Model/Adjustment/ResizeImageAdjustment.html#method_getMaximumWidth","d":"

Returns maximumWidth

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Adjustment\\ResizeImageAdjustment::setHeight","p":"Neos/Media/Domain/Model/Adjustment/ResizeImageAdjustment.html#method_setHeight","d":"

Sets height

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Adjustment\\ResizeImageAdjustment::getHeight","p":"Neos/Media/Domain/Model/Adjustment/ResizeImageAdjustment.html#method_getHeight","d":"

Returns height

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Adjustment\\ResizeImageAdjustment::setWidth","p":"Neos/Media/Domain/Model/Adjustment/ResizeImageAdjustment.html#method_setWidth","d":"

Sets width

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Adjustment\\ResizeImageAdjustment::getWidth","p":"Neos/Media/Domain/Model/Adjustment/ResizeImageAdjustment.html#method_getWidth","d":"

Returns width

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Adjustment\\ResizeImageAdjustment::setMinimumHeight","p":"Neos/Media/Domain/Model/Adjustment/ResizeImageAdjustment.html#method_setMinimumHeight","d":"

Sets minimumHeight

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Adjustment\\ResizeImageAdjustment::getMinimumHeight","p":"Neos/Media/Domain/Model/Adjustment/ResizeImageAdjustment.html#method_getMinimumHeight","d":"

Returns minimumHeight

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Adjustment\\ResizeImageAdjustment::setMinimumWidth","p":"Neos/Media/Domain/Model/Adjustment/ResizeImageAdjustment.html#method_setMinimumWidth","d":"

Sets minimumWidth

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Adjustment\\ResizeImageAdjustment::getMinimumWidth","p":"Neos/Media/Domain/Model/Adjustment/ResizeImageAdjustment.html#method_getMinimumWidth","d":"

Returns minimumWidth

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Adjustment\\ResizeImageAdjustment::setRatioMode","p":"Neos/Media/Domain/Model/Adjustment/ResizeImageAdjustment.html#method_setRatioMode","d":"

Sets ratioMode

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Adjustment\\ResizeImageAdjustment::getRatioMode","p":"Neos/Media/Domain/Model/Adjustment/ResizeImageAdjustment.html#method_getRatioMode","d":"

Returns ratioMode

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Adjustment\\ResizeImageAdjustment::getAllowUpScaling","p":"Neos/Media/Domain/Model/Adjustment/ResizeImageAdjustment.html#method_getAllowUpScaling","d":"

Returns allowUpScaling

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Adjustment\\ResizeImageAdjustment::setAllowUpScaling","p":"Neos/Media/Domain/Model/Adjustment/ResizeImageAdjustment.html#method_setAllowUpScaling","d":"

Sets allowUpScaling

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Adjustment\\ResizeImageAdjustment::canBeApplied","p":"Neos/Media/Domain/Model/Adjustment/ResizeImageAdjustment.html#method_canBeApplied","d":"

Check if this Adjustment can or should be applied to its ImageVariant.

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Adjustment\\ResizeImageAdjustment::applyToImage","p":"Neos/Media/Domain/Model/Adjustment/ResizeImageAdjustment.html#method_applyToImage","d":"

Applies this adjustment to the given Imagine Image object

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Adjustment\\ResizeImageAdjustment::calculateDimensions","p":"Neos/Media/Domain/Model/Adjustment/ResizeImageAdjustment.html#method_calculateDimensions","d":"

Calculates and returns the dimensions the image should have according all parameters set\nin this adjustment.

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Adjustment\\ResizeImageAdjustment::calculateWithFixedDimensions","p":"Neos/Media/Domain/Model/Adjustment/ResizeImageAdjustment.html#method_calculateWithFixedDimensions","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Adjustment\\ResizeImageAdjustment::calculateOutboundBox","p":"Neos/Media/Domain/Model/Adjustment/ResizeImageAdjustment.html#method_calculateOutboundBox","d":"

Calculate the final dimensions for an outbound box. usually exactly the requested width and height unless that\nwould require upscaling and it is not allowed.

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Adjustment\\ResizeImageAdjustment::calculateScalingToWidth","p":"Neos/Media/Domain/Model/Adjustment/ResizeImageAdjustment.html#method_calculateScalingToWidth","d":"

Calculates new dimensions with a requested width applied. Takes upscaling into consideration.

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Adjustment\\ResizeImageAdjustment::calculateScalingToHeight","p":"Neos/Media/Domain/Model/Adjustment/ResizeImageAdjustment.html#method_calculateScalingToHeight","d":"

Calculates new dimensions with a requested height applied. Takes upscaling into consideration.

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Adjustment\\ResizeImageAdjustment::resize","p":"Neos/Media/Domain/Model/Adjustment/ResizeImageAdjustment.html#method_resize","d":"

Executes the actual resizing operation on the Imagine image.

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Adjustment\\ResizeImageAdjustment::calculateOutboundScalingDimensions","p":"Neos/Media/Domain/Model/Adjustment/ResizeImageAdjustment.html#method_calculateOutboundScalingDimensions","d":"

Calculates a resize dimension box that allows for outbound resize.

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Asset::__construct","p":"Neos/Media/Domain/Model/Asset.html#method___construct","d":"

Constructs an asset. The resource is set internally and then initialize()\nis called.

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Asset::initializeObject","p":"Neos/Media/Domain/Model/Asset.html#method_initializeObject","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Asset::initialize","p":"Neos/Media/Domain/Model/Asset.html#method_initialize","d":"

Override this to initialize upon instantiation.

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Asset::getIdentifier","p":"Neos/Media/Domain/Model/Asset.html#method_getIdentifier","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Asset::getLabel","p":"Neos/Media/Domain/Model/Asset.html#method_getLabel","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Asset::getLastModified","p":"Neos/Media/Domain/Model/Asset.html#method_getLastModified","d":"

Returns the last modification timestamp for this asset

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Asset::setResource","p":"Neos/Media/Domain/Model/Asset.html#method_setResource","d":"

Sets the asset resource and (re-)initializes the asset.

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Asset::getResource","p":"Neos/Media/Domain/Model/Asset.html#method_getResource","d":"

PersistentResource of the original file

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Asset::getFileExtension","p":"Neos/Media/Domain/Model/Asset.html#method_getFileExtension","d":"

Returns a file extension fitting to the media type of this asset

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Asset::getMediaType","p":"Neos/Media/Domain/Model/Asset.html#method_getMediaType","d":"

Returns the IANA media type of this asset

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Asset::setTitle","p":"Neos/Media/Domain/Model/Asset.html#method_setTitle","d":"

Sets the title of this image (optional)

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Asset::getTitle","p":"Neos/Media/Domain/Model/Asset.html#method_getTitle","d":"

The title of this image

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Asset::setCaption","p":"Neos/Media/Domain/Model/Asset.html#method_setCaption","d":"

Sets the caption of this asset (optional)

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Asset::getCaption","p":"Neos/Media/Domain/Model/Asset.html#method_getCaption","d":"

The caption of this asset

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Asset::getCopyrightNotice","p":"Neos/Media/Domain/Model/Asset.html#method_getCopyrightNotice","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Asset::setCopyrightNotice","p":"Neos/Media/Domain/Model/Asset.html#method_setCopyrightNotice","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Asset::getTags","p":"Neos/Media/Domain/Model/Asset.html#method_getTags","d":"

Return the tags assigned to this asset

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Asset::addTag","p":"Neos/Media/Domain/Model/Asset.html#method_addTag","d":"

Add a single tag to this asset

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Asset::getThumbnail","p":"Neos/Media/Domain/Model/Asset.html#method_getThumbnail","d":"

Returns a thumbnail of this asset

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Asset::addThumbnail","p":"Neos/Media/Domain/Model/Asset.html#method_addThumbnail","d":"

An internal method which adds a thumbnail which was generated by the ThumbnailService.

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Asset::refresh","p":"Neos/Media/Domain/Model/Asset.html#method_refresh","d":"

Refreshes this asset after the Resource or any other parameters affecting thumbnails have been modified

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Asset::setTags","p":"Neos/Media/Domain/Model/Asset.html#method_setTags","d":"

Set the tags assigned to this asset

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Asset::removeTag","p":"Neos/Media/Domain/Model/Asset.html#method_removeTag","d":"

Remove a single tag from this asset

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Asset::getAssetCollections","p":"Neos/Media/Domain/Model/Asset.html#method_getAssetCollections","d":"

Return the asset collections this asset is included in

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Asset::setAssetCollections","p":"Neos/Media/Domain/Model/Asset.html#method_setAssetCollections","d":"

Set the asset collections that include this asset

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Asset::setAssetSourceIdentifier","p":"Neos/Media/Domain/Model/Asset.html#method_setAssetSourceIdentifier","d":"

Set the asset source identifier for this asset

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Asset::getAssetSourceIdentifier","p":"Neos/Media/Domain/Model/Asset.html#method_getAssetSourceIdentifier","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Asset::getAssetProxy","p":"Neos/Media/Domain/Model/Asset.html#method_getAssetProxy","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Asset::isInUse","p":"Neos/Media/Domain/Model/Asset.html#method_isInUse","d":"

Returns true if the asset is still in use.

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Asset::getUsageCount","p":"Neos/Media/Domain/Model/Asset.html#method_getUsageCount","d":"

Returns the number of times the asset is in use.

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetCollection::__construct","p":"Neos/Media/Domain/Model/AssetCollection.html#method___construct","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetCollection::getTitle","p":"Neos/Media/Domain/Model/AssetCollection.html#method_getTitle","d":"

Returns the Title

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetCollection::setTitle","p":"Neos/Media/Domain/Model/AssetCollection.html#method_setTitle","d":"

Sets the Title

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetCollection::getAssets","p":"Neos/Media/Domain/Model/AssetCollection.html#method_getAssets","d":"

Returns the Assets

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetCollection::setAssets","p":"Neos/Media/Domain/Model/AssetCollection.html#method_setAssets","d":"

Sets the Assets

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetCollection::addAsset","p":"Neos/Media/Domain/Model/AssetCollection.html#method_addAsset","d":"

Add one asset to the asset collection

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetCollection::removeAsset","p":"Neos/Media/Domain/Model/AssetCollection.html#method_removeAsset","d":"

Remove one asset from the asset collection

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetCollection::getTags","p":"Neos/Media/Domain/Model/AssetCollection.html#method_getTags","d":"

Return the tags assigned to this asset

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetCollection::addTag","p":"Neos/Media/Domain/Model/AssetCollection.html#method_addTag","d":"

Add a single tag to this asset

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetCollection::setTags","p":"Neos/Media/Domain/Model/AssetCollection.html#method_setTags","d":"

Set the tags assigned to this asset

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetCollection::removeTag","p":"Neos/Media/Domain/Model/AssetCollection.html#method_removeTag","d":"

Remove a single tag from this asset

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetInterface::getTitle","p":"Neos/Media/Domain/Model/AssetInterface.html#method_getTitle","d":"

The title of this asset

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetInterface::setTitle","p":"Neos/Media/Domain/Model/AssetInterface.html#method_setTitle","d":"

Sets the title of this asset

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetInterface::setResource","p":"Neos/Media/Domain/Model/AssetInterface.html#method_setResource","d":"

Sets the resource and possibly triggers a refresh of dependent behavior

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetInterface::getResource","p":"Neos/Media/Domain/Model/AssetInterface.html#method_getResource","d":"

Returns the resource of this asset

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetInterface::getMediaType","p":"Neos/Media/Domain/Model/AssetInterface.html#method_getMediaType","d":"

Returns the IANA media type of this asset

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetInterface::getFileExtension","p":"Neos/Media/Domain/Model/AssetInterface.html#method_getFileExtension","d":"

Returns a file extension fitting to the media type of this asset

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxyQueryInterface::setOffset","p":"Neos/Media/Domain/Model/AssetSource/AssetProxyQueryInterface.html#method_setOffset","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxyQueryInterface::getOffset","p":"Neos/Media/Domain/Model/AssetSource/AssetProxyQueryInterface.html#method_getOffset","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxyQueryInterface::setLimit","p":"Neos/Media/Domain/Model/AssetSource/AssetProxyQueryInterface.html#method_setLimit","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxyQueryInterface::getLimit","p":"Neos/Media/Domain/Model/AssetSource/AssetProxyQueryInterface.html#method_getLimit","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxyQueryInterface::setSearchTerm","p":"Neos/Media/Domain/Model/AssetSource/AssetProxyQueryInterface.html#method_setSearchTerm","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxyQueryInterface::getSearchTerm","p":"Neos/Media/Domain/Model/AssetSource/AssetProxyQueryInterface.html#method_getSearchTerm","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxyQueryInterface::execute","p":"Neos/Media/Domain/Model/AssetSource/AssetProxyQueryInterface.html#method_execute","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxyQueryInterface::count","p":"Neos/Media/Domain/Model/AssetSource/AssetProxyQueryInterface.html#method_count","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxyQueryResultInterface::getQuery","p":"Neos/Media/Domain/Model/AssetSource/AssetProxyQueryResultInterface.html#method_getQuery","d":"

Returns a clone of the query object

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxyQueryResultInterface::getFirst","p":"Neos/Media/Domain/Model/AssetSource/AssetProxyQueryResultInterface.html#method_getFirst","d":"

Returns the first asset proxy in the result set

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxyQueryResultInterface::toArray","p":"Neos/Media/Domain/Model/AssetSource/AssetProxyQueryResultInterface.html#method_toArray","d":"

Returns an array with the asset proxies in the result set

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxyRepositoryInterface::getAssetProxy","p":"Neos/Media/Domain/Model/AssetSource/AssetProxyRepositoryInterface.html#method_getAssetProxy","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxyRepositoryInterface::filterByType","p":"Neos/Media/Domain/Model/AssetSource/AssetProxyRepositoryInterface.html#method_filterByType","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxyRepositoryInterface::findAll","p":"Neos/Media/Domain/Model/AssetSource/AssetProxyRepositoryInterface.html#method_findAll","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxyRepositoryInterface::findBySearchTerm","p":"Neos/Media/Domain/Model/AssetSource/AssetProxyRepositoryInterface.html#method_findBySearchTerm","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxyRepositoryInterface::findByTag","p":"Neos/Media/Domain/Model/AssetSource/AssetProxyRepositoryInterface.html#method_findByTag","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxyRepositoryInterface::findUntagged","p":"Neos/Media/Domain/Model/AssetSource/AssetProxyRepositoryInterface.html#method_findUntagged","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxyRepositoryInterface::countAll","p":"Neos/Media/Domain/Model/AssetSource/AssetProxyRepositoryInterface.html#method_countAll","d":"

Count all assets, regardless of tag or collection

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxy\\AssetProxyInterface::getAssetSource","p":"Neos/Media/Domain/Model/AssetSource/AssetProxy/AssetProxyInterface.html#method_getAssetSource","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxy\\AssetProxyInterface::getIdentifier","p":"Neos/Media/Domain/Model/AssetSource/AssetProxy/AssetProxyInterface.html#method_getIdentifier","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxy\\AssetProxyInterface::getLabel","p":"Neos/Media/Domain/Model/AssetSource/AssetProxy/AssetProxyInterface.html#method_getLabel","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxy\\AssetProxyInterface::getFilename","p":"Neos/Media/Domain/Model/AssetSource/AssetProxy/AssetProxyInterface.html#method_getFilename","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxy\\AssetProxyInterface::getLastModified","p":"Neos/Media/Domain/Model/AssetSource/AssetProxy/AssetProxyInterface.html#method_getLastModified","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxy\\AssetProxyInterface::getFileSize","p":"Neos/Media/Domain/Model/AssetSource/AssetProxy/AssetProxyInterface.html#method_getFileSize","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxy\\AssetProxyInterface::getMediaType","p":"Neos/Media/Domain/Model/AssetSource/AssetProxy/AssetProxyInterface.html#method_getMediaType","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxy\\AssetProxyInterface::getWidthInPixels","p":"Neos/Media/Domain/Model/AssetSource/AssetProxy/AssetProxyInterface.html#method_getWidthInPixels","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxy\\AssetProxyInterface::getHeightInPixels","p":"Neos/Media/Domain/Model/AssetSource/AssetProxy/AssetProxyInterface.html#method_getHeightInPixels","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxy\\AssetProxyInterface::getThumbnailUri","p":"Neos/Media/Domain/Model/AssetSource/AssetProxy/AssetProxyInterface.html#method_getThumbnailUri","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxy\\AssetProxyInterface::getPreviewUri","p":"Neos/Media/Domain/Model/AssetSource/AssetProxy/AssetProxyInterface.html#method_getPreviewUri","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxy\\AssetProxyInterface::getImportStream","p":"Neos/Media/Domain/Model/AssetSource/AssetProxy/AssetProxyInterface.html#method_getImportStream","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxy\\AssetProxyInterface::getLocalAssetIdentifier","p":"Neos/Media/Domain/Model/AssetSource/AssetProxy/AssetProxyInterface.html#method_getLocalAssetIdentifier","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxy\\HasRemoteOriginalInterface::isImported","p":"Neos/Media/Domain/Model/AssetSource/AssetProxy/HasRemoteOriginalInterface.html#method_isImported","d":"

Returns true if the binary data of the asset has already been imported into the Neos asset source.

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxy\\ProvidesOriginalUriInterface::getOriginalUri","p":"Neos/Media/Domain/Model/AssetSource/AssetProxy/ProvidesOriginalUriInterface.html#method_getOriginalUri","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxy\\SupportsIptcMetadataInterface::hasIptcProperty","p":"Neos/Media/Domain/Model/AssetSource/AssetProxy/SupportsIptcMetadataInterface.html#method_hasIptcProperty","d":"

Returns true, if the given IPTC metadata property is available, ie. is supported and is not empty.

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxy\\SupportsIptcMetadataInterface::getIptcProperty","p":"Neos/Media/Domain/Model/AssetSource/AssetProxy/SupportsIptcMetadataInterface.html#method_getIptcProperty","d":"

Returns the given IPTC metadata property if it exists, or an empty string otherwise.

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxy\\SupportsIptcMetadataInterface::getIptcProperties","p":"Neos/Media/Domain/Model/AssetSource/AssetProxy/SupportsIptcMetadataInterface.html#method_getIptcProperties","d":"

Returns all known IPTC metadata properties as key => value (e.g. "Title" => "My Photo")

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetSourceAwareInterface::setAssetSourceIdentifier","p":"Neos/Media/Domain/Model/AssetSource/AssetSourceAwareInterface.html#method_setAssetSourceIdentifier","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetSourceAwareInterface::getAssetSourceIdentifier","p":"Neos/Media/Domain/Model/AssetSource/AssetSourceAwareInterface.html#method_getAssetSourceIdentifier","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetSourceAwareInterface::getAssetProxy","p":"Neos/Media/Domain/Model/AssetSource/AssetSourceAwareInterface.html#method_getAssetProxy","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetSourceInterface::createFromConfiguration","p":"Neos/Media/Domain/Model/AssetSource/AssetSourceInterface.html#method_createFromConfiguration","d":"

This factory method is used instead of a constructor in order to not dictate a __construct() signature in this\ninterface (which might conflict with an asset source's implementation or generated Flow proxy class).

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetSourceInterface::getIdentifier","p":"Neos/Media/Domain/Model/AssetSource/AssetSourceInterface.html#method_getIdentifier","d":"

A unique string which identifies the concrete asset source.

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetSourceInterface::getLabel","p":"Neos/Media/Domain/Model/AssetSource/AssetSourceInterface.html#method_getLabel","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetSourceInterface::getIconUri","p":"Neos/Media/Domain/Model/AssetSource/AssetSourceInterface.html#method_getIconUri","d":"

Returns the resource path to the icon of the asset source

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetSourceInterface::getDescription","p":"Neos/Media/Domain/Model/AssetSource/AssetSourceInterface.html#method_getDescription","d":"

Returns the description of the asset source

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetSourceInterface::getAssetProxyRepository","p":"Neos/Media/Domain/Model/AssetSource/AssetSourceInterface.html#method_getAssetProxyRepository","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetSourceInterface::isReadOnly","p":"Neos/Media/Domain/Model/AssetSource/AssetSourceInterface.html#method_isReadOnly","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetTypeFilter::__construct","p":"Neos/Media/Domain/Model/AssetSource/AssetTypeFilter.html#method___construct","d":"

AssetType constructor.

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetTypeFilter::getAllowedValues","p":"Neos/Media/Domain/Model/AssetSource/AssetTypeFilter.html#method_getAllowedValues","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetTypeFilter::getAssetType","p":"Neos/Media/Domain/Model/AssetSource/AssetTypeFilter.html#method_getAssetType","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetTypeFilter::__toString","p":"Neos/Media/Domain/Model/AssetSource/AssetTypeFilter.html#method___toString","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetTypeFilter::jsonSerialize","p":"Neos/Media/Domain/Model/AssetSource/AssetTypeFilter.html#method_jsonSerialize","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetProxy::__construct","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetProxy.html#method___construct","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetProxy::getAssetSource","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetProxy.html#method_getAssetSource","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetProxy::getIdentifier","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetProxy.html#method_getIdentifier","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetProxy::getLabel","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetProxy.html#method_getLabel","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetProxy::getFilename","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetProxy.html#method_getFilename","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetProxy::getLastModified","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetProxy.html#method_getLastModified","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetProxy::getFileSize","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetProxy.html#method_getFileSize","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetProxy::getMediaType","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetProxy.html#method_getMediaType","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetProxy::getWidthInPixels","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetProxy.html#method_getWidthInPixels","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetProxy::getHeightInPixels","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetProxy.html#method_getHeightInPixels","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetProxy::getAsset","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetProxy.html#method_getAsset","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetProxy::getThumbnailUri","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetProxy.html#method_getThumbnailUri","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetProxy::getPreviewUri","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetProxy.html#method_getPreviewUri","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetProxy::getOriginalUri","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetProxy.html#method_getOriginalUri","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetProxy::getImportStream","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetProxy.html#method_getImportStream","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetProxy::getLocalAssetIdentifier","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetProxy.html#method_getLocalAssetIdentifier","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetProxyQuery::__construct","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetProxyQuery.html#method___construct","d":"

NeosAssetProxyQuery constructor.

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetProxyQuery::setOffset","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetProxyQuery.html#method_setOffset","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetProxyQuery::getOffset","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetProxyQuery.html#method_getOffset","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetProxyQuery::setLimit","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetProxyQuery.html#method_setLimit","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetProxyQuery::getLimit","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetProxyQuery.html#method_getLimit","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetProxyQuery::execute","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetProxyQuery.html#method_execute","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetProxyQuery::setSearchTerm","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetProxyQuery.html#method_setSearchTerm","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetProxyQuery::getSearchTerm","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetProxyQuery.html#method_getSearchTerm","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetProxyQuery::count","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetProxyQuery.html#method_count","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetProxyQueryResult::__construct","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetProxyQueryResult.html#method___construct","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetProxyQueryResult::getQuery","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetProxyQueryResult.html#method_getQuery","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetProxyQueryResult::getFirst","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetProxyQueryResult.html#method_getFirst","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetProxyQueryResult::toArray","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetProxyQueryResult.html#method_toArray","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetProxyQueryResult::current","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetProxyQueryResult.html#method_current","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetProxyQueryResult::next","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetProxyQueryResult.html#method_next","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetProxyQueryResult::key","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetProxyQueryResult.html#method_key","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetProxyQueryResult::valid","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetProxyQueryResult.html#method_valid","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetProxyQueryResult::rewind","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetProxyQueryResult.html#method_rewind","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetProxyQueryResult::offsetExists","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetProxyQueryResult.html#method_offsetExists","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetProxyQueryResult::offsetGet","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetProxyQueryResult.html#method_offsetGet","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetProxyQueryResult::offsetSet","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetProxyQueryResult.html#method_offsetSet","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetProxyQueryResult::offsetUnset","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetProxyQueryResult.html#method_offsetUnset","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetProxyQueryResult::count","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetProxyQueryResult.html#method_count","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetProxyRepository::__construct","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetProxyRepository.html#method___construct","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetProxyRepository::initializeObject","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetProxyRepository.html#method_initializeObject","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetProxyRepository::orderBy","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetProxyRepository.html#method_orderBy","d":"

Sets the property names to order results by. Expected like this:\narray(\n'foo' => \\Neos\\Flow\\Persistence\\QueryInterface::ORDER_ASCENDING,\n'bar' => \\Neos\\Flow\\Persistence\\QueryInterface::ORDER_DESCENDING\n)

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetProxyRepository::filterByType","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetProxyRepository.html#method_filterByType","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetProxyRepository::filterByCollection","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetProxyRepository.html#method_filterByCollection","d":"

NOTE: This needs to be refactored to use an asset collection identifier instead of Media's domain model before\nit can become a public API for other asset sources.

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetProxyRepository::getAssetProxy","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetProxyRepository.html#method_getAssetProxy","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetProxyRepository::findAll","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetProxyRepository.html#method_findAll","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetProxyRepository::findBySearchTerm","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetProxyRepository.html#method_findBySearchTerm","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetProxyRepository::findByTag","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetProxyRepository.html#method_findByTag","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetProxyRepository::findUntagged","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetProxyRepository.html#method_findUntagged","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetProxyRepository::countAll","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetProxyRepository.html#method_countAll","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetProxyRepository::countUntagged","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetProxyRepository.html#method_countUntagged","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetSource::__construct","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetSource.html#method___construct","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetSource::createFromConfiguration","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetSource.html#method_createFromConfiguration","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetSource::getIdentifier","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetSource.html#method_getIdentifier","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetSource::getLabel","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetSource.html#method_getLabel","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetSource::getIconUri","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetSource.html#method_getIconUri","d":"

Returns the resource path to Assetsources icon

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetSource::getDescription","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetSource.html#method_getDescription","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetSource::getAssetProxyRepository","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetSource.html#method_getAssetProxyRepository","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetSource::isReadOnly","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetSource.html#method_isReadOnly","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetSource::getThumbnailUriForAsset","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetSource.html#method_getThumbnailUriForAsset","d":"

Internal method used by NeosAssetProxy

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetSource::getPreviewUriForAsset","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetSource.html#method_getPreviewUriForAsset","d":"

Internal method used by NeosAssetProxy

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\SupportsCollectionsInterface::filterByCollection","p":"Neos/Media/Domain/Model/AssetSource/SupportsCollectionsInterface.html#method_filterByCollection","d":"

NOTE: This needs to be refactored to use an asset collection identifier instead of Media's domain model before\nit can become a public API for other asset sources.

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\SupportsSortingInterface::orderBy","p":"Neos/Media/Domain/Model/AssetSource/SupportsSortingInterface.html#method_orderBy","d":"

Note: This method is preliminary, not to be used for third-party asset sources yet.

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\SupportsTaggingInterface::findByTag","p":"Neos/Media/Domain/Model/AssetSource/SupportsTaggingInterface.html#method_findByTag","d":"

NOTE: This needs to be refactored to use a tag identifier instead of Media's domain model before\nit can become a public API for other asset sources.

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\SupportsTaggingInterface::findUntagged","p":"Neos/Media/Domain/Model/AssetSource/SupportsTaggingInterface.html#method_findUntagged","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\SupportsTaggingInterface::countUntagged","p":"Neos/Media/Domain/Model/AssetSource/SupportsTaggingInterface.html#method_countUntagged","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetVariantInterface::getOriginalAsset","p":"Neos/Media/Domain/Model/AssetVariantInterface.html#method_getOriginalAsset","d":"

Returns the Asset this derived asset is based on

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\DimensionsTrait::getWidth","p":"Neos/Media/Domain/Model/DimensionsTrait.html#method_getWidth","d":"

Width of the image in pixels

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\DimensionsTrait::getHeight","p":"Neos/Media/Domain/Model/DimensionsTrait.html#method_getHeight","d":"

Height of the image in pixels

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\DimensionsTrait::hasDimensions","p":"Neos/Media/Domain/Model/DimensionsTrait.html#method_hasDimensions","d":"

Does the asset have dimensions

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\DimensionsTrait::getAspectRatio","p":"Neos/Media/Domain/Model/DimensionsTrait.html#method_getAspectRatio","d":"

Edge / aspect ratio of the image

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\DimensionsTrait::getOrientation","p":"Neos/Media/Domain/Model/DimensionsTrait.html#method_getOrientation","d":"

Orientation of this image, i.e. portrait, landscape or square

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\DimensionsTrait::isOrientationSquare","p":"Neos/Media/Domain/Model/DimensionsTrait.html#method_isOrientationSquare","d":"

Whether this image is square aspect ratio and therefore has a square orientation

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\DimensionsTrait::isOrientationLandscape","p":"Neos/Media/Domain/Model/DimensionsTrait.html#method_isOrientationLandscape","d":"

Whether this image is in landscape orientation

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\DimensionsTrait::isOrientationPortrait","p":"Neos/Media/Domain/Model/DimensionsTrait.html#method_isOrientationPortrait","d":"

Whether this image is in portrait orientation

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Dto\\AssetConstraints::create","p":"Neos/Media/Domain/Model/Dto/AssetConstraints.html#method_create","d":"

Create an empty instance (without any active constraints)

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Dto\\AssetConstraints::fromArray","p":"Neos/Media/Domain/Model/Dto/AssetConstraints.html#method_fromArray","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Dto\\AssetConstraints::withAssetSourceConstraint","p":"Neos/Media/Domain/Model/Dto/AssetConstraints.html#method_withAssetSourceConstraint","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Dto\\AssetConstraints::withoutAssetSourceConstraint","p":"Neos/Media/Domain/Model/Dto/AssetConstraints.html#method_withoutAssetSourceConstraint","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Dto\\AssetConstraints::withMediaTypeConstraint","p":"Neos/Media/Domain/Model/Dto/AssetConstraints.html#method_withMediaTypeConstraint","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Dto\\AssetConstraints::withoutAssetTypeConstraint","p":"Neos/Media/Domain/Model/Dto/AssetConstraints.html#method_withoutAssetTypeConstraint","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Dto\\AssetConstraints::hasAssetSourceConstraint","p":"Neos/Media/Domain/Model/Dto/AssetConstraints.html#method_hasAssetSourceConstraint","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Dto\\AssetConstraints::getAllowedAssetSourceIdentifiers","p":"Neos/Media/Domain/Model/Dto/AssetConstraints.html#method_getAllowedAssetSourceIdentifiers","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Dto\\AssetConstraints::hasMediaTypeConstraint","p":"Neos/Media/Domain/Model/Dto/AssetConstraints.html#method_hasMediaTypeConstraint","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Dto\\AssetConstraints::getAllowedMediaTypes","p":"Neos/Media/Domain/Model/Dto/AssetConstraints.html#method_getAllowedMediaTypes","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Dto\\AssetConstraints::getMediaTypeAcceptAttribute","p":"Neos/Media/Domain/Model/Dto/AssetConstraints.html#method_getMediaTypeAcceptAttribute","d":"

Returns the allowed media types as a string that can be used for "accept" attributes in file upload HTML elements

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Dto\\AssetConstraints::applyToAssetSources","p":"Neos/Media/Domain/Model/Dto/AssetConstraints.html#method_applyToAssetSources","d":"

Filters the given $assetSources according to the active asset source constraints\nIf no asset source constraints is active, the original array is returned

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Dto\\AssetConstraints::applyToAssetSourceIdentifiers","p":"Neos/Media/Domain/Model/Dto/AssetConstraints.html#method_applyToAssetSourceIdentifiers","d":"

Verifies the given $assetSourceIdentifier against the asset source constraint:\nIf no asset source constraint is set or the given $assetSourceIdentifier matches one of the allowedAssetSourceIdentifiers, the input is un-altered\nOtherwise the first allowed allowedAssetSourceIdentifier is returned

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Dto\\AssetConstraints::applyToAssetTypeFilter","p":"Neos/Media/Domain/Model/Dto/AssetConstraints.html#method_applyToAssetTypeFilter","d":"

Verifies the given $assetType against the media type constraint:\nIf no media type constraint is set or the given $assetType matches one of the allowed asset types, the input is un-altered\nOtherwise the first allowed asset type is returned

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Dto\\AssetConstraints::getAllowedAssetTypeFilterOptions","p":"Neos/Media/Domain/Model/Dto/AssetConstraints.html#method_getAllowedAssetTypeFilterOptions","d":"

Returns an array with all supported asset type filter values according to the active media type constraints\nIf no media type constraint is set, all options are returned including the special "All": ("All", "Image", "Video", ...)\nOtherwise only the allowed asset types are returned ("Video", "Image").

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Dto\\UsageReference::__construct","p":"Neos/Media/Domain/Model/Dto/UsageReference.html#method___construct","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Dto\\UsageReference::getAsset","p":"Neos/Media/Domain/Model/Dto/UsageReference.html#method_getAsset","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\FileTypeIcon::__construct","p":"Neos/Media/Domain/Model/FileTypeIcon.html#method___construct","d":null},{"t":"M","n":"Neos\\Media\\Domain\\Model\\FileTypeIcon::alt","p":"Neos/Media/Domain/Model/FileTypeIcon.html#method_alt","d":null},{"t":"M","n":"Neos\\Media\\Domain\\Model\\FileTypeIcon::path","p":"Neos/Media/Domain/Model/FileTypeIcon.html#method_path","d":null},{"t":"M","n":"Neos\\Media\\Domain\\Model\\FileTypeIcon::getIconPath","p":"Neos/Media/Domain/Model/FileTypeIcon.html#method_getIconPath","d":null},{"t":"M","n":"Neos\\Media\\Domain\\Model\\FileTypeIcon::getIconSet","p":"Neos/Media/Domain/Model/FileTypeIcon.html#method_getIconSet","d":null},{"t":"M","n":"Neos\\Media\\Domain\\Model\\FileTypeIcon::getIconExtension","p":"Neos/Media/Domain/Model/FileTypeIcon.html#method_getIconExtension","d":null},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Image::__construct","p":"Neos/Media/Domain/Model/Image.html#method___construct","d":"Constructor"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Image::initializeObject","p":"Neos/Media/Domain/Model/Image.html#method_initializeObject","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Image::refresh","p":"Neos/Media/Domain/Model/Image.html#method_refresh","d":"

Calculates image width and height from the image resource.

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Image::addVariant","p":"Neos/Media/Domain/Model/Image.html#method_addVariant","d":"

Adds a variant of this image

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Image::replaceVariant","p":"Neos/Media/Domain/Model/Image.html#method_replaceVariant","d":"

Replace a variant of this image, based on preset identifier and preset variant name.

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Image::getVariants","p":"Neos/Media/Domain/Model/Image.html#method_getVariants","d":"

Returns all variants (if any) derived from this asset

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Image::getVariant","p":"Neos/Media/Domain/Model/Image.html#method_getVariant","d":"

Returns the variant identified by $presetIdentifier and $presetVariantName (if existing)

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Image::calculateDimensionsFromResource","p":"Neos/Media/Domain/Model/Image.html#method_calculateDimensionsFromResource","d":"

Calculates and sets the width and height of this Image asset based\non the given PersistentResource.

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Image::setAssetCollections","p":"Neos/Media/Domain/Model/Image.html#method_setAssetCollections","d":"

Set the asset collections that include this asset and\nkeeps the attached variants' collections in sync.

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ImageInterface::getWidth","p":"Neos/Media/Domain/Model/ImageInterface.html#method_getWidth","d":"

Width of the image in pixels

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ImageInterface::getHeight","p":"Neos/Media/Domain/Model/ImageInterface.html#method_getHeight","d":"

Height of the image in pixels

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ImageInterface::getAspectRatio","p":"Neos/Media/Domain/Model/ImageInterface.html#method_getAspectRatio","d":"

Edge / aspect ratio of the image

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ImageInterface::getOrientation","p":"Neos/Media/Domain/Model/ImageInterface.html#method_getOrientation","d":"

Orientation of this image, i.e. portrait, landscape or square

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ImageInterface::isOrientationSquare","p":"Neos/Media/Domain/Model/ImageInterface.html#method_isOrientationSquare","d":"

Whether this image is square aspect ratio and therefore has a square orientation

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ImageInterface::isOrientationLandscape","p":"Neos/Media/Domain/Model/ImageInterface.html#method_isOrientationLandscape","d":"

Whether this image is in landscape orientation

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ImageInterface::isOrientationPortrait","p":"Neos/Media/Domain/Model/ImageInterface.html#method_isOrientationPortrait","d":"

Whether this image is in portrait orientation

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ImageVariant::__construct","p":"Neos/Media/Domain/Model/ImageVariant.html#method___construct","d":"

Constructs a new Image Variant based on the given original

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ImageVariant::initializeObject","p":"Neos/Media/Domain/Model/ImageVariant.html#method_initializeObject","d":"

Initialize this image variant

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ImageVariant::getOriginalAsset","p":"Neos/Media/Domain/Model/ImageVariant.html#method_getOriginalAsset","d":"

Returns the original image this variant is based on

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ImageVariant::getResource","p":"Neos/Media/Domain/Model/ImageVariant.html#method_getResource","d":"

Returns the resource of this image variant

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ImageVariant::refresh","p":"Neos/Media/Domain/Model/ImageVariant.html#method_refresh","d":"

Refreshes this image variant: according to the added adjustments, a new image is rendered and stored as this\nimage variant's resource.

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ImageVariant::getFileExtension","p":"Neos/Media/Domain/Model/ImageVariant.html#method_getFileExtension","d":"

File extension of the image without leading dot.

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ImageVariant::getTitle","p":"Neos/Media/Domain/Model/ImageVariant.html#method_getTitle","d":"

Returns the title of the original image

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ImageVariant::getCaption","p":"Neos/Media/Domain/Model/ImageVariant.html#method_getCaption","d":"

Returns the caption of the original image

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ImageVariant::getCopyrightNotice","p":"Neos/Media/Domain/Model/ImageVariant.html#method_getCopyrightNotice","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ImageVariant::setName","p":"Neos/Media/Domain/Model/ImageVariant.html#method_setName","d":"

Sets a name which can be used for identifying this variant

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ImageVariant::getName","p":"Neos/Media/Domain/Model/ImageVariant.html#method_getName","d":"

Returns the name

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ImageVariant::setResource","p":"Neos/Media/Domain/Model/ImageVariant.html#method_setResource","d":"

Setting the image resource on an ImageVariant is not allowed, this method will\nthrow a RuntimeException.

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ImageVariant::setTitle","p":"Neos/Media/Domain/Model/ImageVariant.html#method_setTitle","d":"

Setting the title on an ImageVariant is not allowed, this method will throw a\nRuntimeException.

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ImageVariant::addTag","p":"Neos/Media/Domain/Model/ImageVariant.html#method_addTag","d":"

Add a single tag to this asset

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ImageVariant::setTags","p":"Neos/Media/Domain/Model/ImageVariant.html#method_setTags","d":"

Set the tags assigned to this asset

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ImageVariant::addVariant","p":"Neos/Media/Domain/Model/ImageVariant.html#method_addVariant","d":"

Adding variants to variants is not supported.

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ImageVariant::getVariants","p":"Neos/Media/Domain/Model/ImageVariant.html#method_getVariants","d":"

Retrieving variants from variants is not supported (no-operation)

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ImageVariant::setPresetIdentifier","p":"Neos/Media/Domain/Model/ImageVariant.html#method_setPresetIdentifier","d":"

Sets the identifier of the image variant preset which created this variant (if any)

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ImageVariant::getPresetIdentifier","p":"Neos/Media/Domain/Model/ImageVariant.html#method_getPresetIdentifier","d":"

Returns the identifier of the image variant preset which created this variant (if any)

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ImageVariant::setPresetVariantName","p":"Neos/Media/Domain/Model/ImageVariant.html#method_setPresetVariantName","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ImageVariant::getPresetVariantName","p":"Neos/Media/Domain/Model/ImageVariant.html#method_getPresetVariantName","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ImageVariant::addAdjustment","p":"Neos/Media/Domain/Model/ImageVariant.html#method_addAdjustment","d":"

Adds the given adjustment to the list of adjustments applied to this image variant.

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ImageVariant::addAdjustments","p":"Neos/Media/Domain/Model/ImageVariant.html#method_addAdjustments","d":"

Adds the given adjustments to the list of adjustments applied to this image variant.

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ImageVariant::applyAdjustment","p":"Neos/Media/Domain/Model/ImageVariant.html#method_applyAdjustment","d":"

Apply the given adjustment to the image variant.

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ImageVariant::getAdjustments","p":"Neos/Media/Domain/Model/ImageVariant.html#method_getAdjustments","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ImageVariant::renderResource","p":"Neos/Media/Domain/Model/ImageVariant.html#method_renderResource","d":"

Tells the ImageService to render the resource of this ImageVariant according to the existing adjustments.

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ImportedAsset::__construct","p":"Neos/Media/Domain/Model/ImportedAsset.html#method___construct","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ImportedAsset::getAssetSourceIdentifier","p":"Neos/Media/Domain/Model/ImportedAsset.html#method_getAssetSourceIdentifier","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ImportedAsset::getRemoteAssetIdentifier","p":"Neos/Media/Domain/Model/ImportedAsset.html#method_getRemoteAssetIdentifier","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ImportedAsset::getLocalAssetIdentifier","p":"Neos/Media/Domain/Model/ImportedAsset.html#method_getLocalAssetIdentifier","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ImportedAsset::getLocalOriginalAssetIdentifier","p":"Neos/Media/Domain/Model/ImportedAsset.html#method_getLocalOriginalAssetIdentifier","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ImportedAsset::getImportedAt","p":"Neos/Media/Domain/Model/ImportedAsset.html#method_getImportedAt","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ImportedAssetManager::registerImportedAsset","p":"Neos/Media/Domain/Model/ImportedAssetManager.html#method_registerImportedAsset","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ImportedAssetManager::registerCreatedAsset","p":"Neos/Media/Domain/Model/ImportedAssetManager.html#method_registerCreatedAsset","d":"

Register that an asset was created.

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ImportedAssetManager::registerRemovedAsset","p":"Neos/Media/Domain/Model/ImportedAssetManager.html#method_registerRemovedAsset","d":"

When an asset was removed (supposedly by a user), also remove the corresponding entry in the imported assets registry

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\QualityTrait::getQuality","p":"Neos/Media/Domain/Model/QualityTrait.html#method_getQuality","d":"

Returns the quality of the image

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ResourceBasedInterface::getResource","p":"Neos/Media/Domain/Model/ResourceBasedInterface.html#method_getResource","d":"

Returns the PersistentResource

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ResourceBasedInterface::refresh","p":"Neos/Media/Domain/Model/ResourceBasedInterface.html#method_refresh","d":"

Refreshes this asset after the PersistentResource has been modified

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Tag::__construct","p":"Neos/Media/Domain/Model/Tag.html#method___construct","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Tag::setLabel","p":"Neos/Media/Domain/Model/Tag.html#method_setLabel","d":"

Sets the label of this tag

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Tag::getLabel","p":"Neos/Media/Domain/Model/Tag.html#method_getLabel","d":"

The label of this tag

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Tag::getAssetCollections","p":"Neos/Media/Domain/Model/Tag.html#method_getAssetCollections","d":"

Return the asset collections this tag is included in

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Tag::setAssetCollections","p":"Neos/Media/Domain/Model/Tag.html#method_setAssetCollections","d":"

Set the asset collections that include this tag

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Tag::getParent","p":"Neos/Media/Domain/Model/Tag.html#method_getParent","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Tag::setParent","p":"Neos/Media/Domain/Model/Tag.html#method_setParent","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Tag::addChild","p":"Neos/Media/Domain/Model/Tag.html#method_addChild","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Tag::getChildren","p":"Neos/Media/Domain/Model/Tag.html#method_getChildren","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Thumbnail::__construct","p":"Neos/Media/Domain/Model/Thumbnail.html#method___construct","d":"

Constructs a new Thumbnail

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Thumbnail::initializeObject","p":"Neos/Media/Domain/Model/Thumbnail.html#method_initializeObject","d":"

Initializes this thumbnail

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Thumbnail::onPostPersist","p":"Neos/Media/Domain/Model/Thumbnail.html#method_onPostPersist","d":"

Post persistence lifecycle callback

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Thumbnail::getOriginalAsset","p":"Neos/Media/Domain/Model/Thumbnail.html#method_getOriginalAsset","d":"

Returns the Asset this thumbnail is derived from

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Thumbnail::setConfiguration","p":"Neos/Media/Domain/Model/Thumbnail.html#method_setConfiguration","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Thumbnail::getConfigurationValue","p":"Neos/Media/Domain/Model/Thumbnail.html#method_getConfigurationValue","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Thumbnail::getResource","p":"Neos/Media/Domain/Model/Thumbnail.html#method_getResource","d":"

PersistentResource of this thumbnail

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Thumbnail::setResource","p":"Neos/Media/Domain/Model/Thumbnail.html#method_setResource","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Thumbnail::getStaticResource","p":"Neos/Media/Domain/Model/Thumbnail.html#method_getStaticResource","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Thumbnail::setStaticResource","p":"Neos/Media/Domain/Model/Thumbnail.html#method_setStaticResource","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Thumbnail::setWidth","p":"Neos/Media/Domain/Model/Thumbnail.html#method_setWidth","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Thumbnail::setHeight","p":"Neos/Media/Domain/Model/Thumbnail.html#method_setHeight","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Thumbnail::setQuality","p":"Neos/Media/Domain/Model/Thumbnail.html#method_setQuality","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Thumbnail::refresh","p":"Neos/Media/Domain/Model/Thumbnail.html#method_refresh","d":"

Refreshes this asset after the PersistentResource has been modified

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Thumbnail::getConfigurationHash","p":"Neos/Media/Domain/Model/Thumbnail.html#method_getConfigurationHash","d":null},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ThumbnailConfiguration::__construct","p":"Neos/Media/Domain/Model/ThumbnailConfiguration.html#method___construct","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ThumbnailConfiguration::getWidth","p":"Neos/Media/Domain/Model/ThumbnailConfiguration.html#method_getWidth","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ThumbnailConfiguration::getMaximumWidth","p":"Neos/Media/Domain/Model/ThumbnailConfiguration.html#method_getMaximumWidth","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ThumbnailConfiguration::getHeight","p":"Neos/Media/Domain/Model/ThumbnailConfiguration.html#method_getHeight","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ThumbnailConfiguration::getMaximumHeight","p":"Neos/Media/Domain/Model/ThumbnailConfiguration.html#method_getMaximumHeight","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ThumbnailConfiguration::getRatioMode","p":"Neos/Media/Domain/Model/ThumbnailConfiguration.html#method_getRatioMode","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ThumbnailConfiguration::isCroppingAllowed","p":"Neos/Media/Domain/Model/ThumbnailConfiguration.html#method_isCroppingAllowed","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ThumbnailConfiguration::isUpScalingAllowed","p":"Neos/Media/Domain/Model/ThumbnailConfiguration.html#method_isUpScalingAllowed","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ThumbnailConfiguration::isAsync","p":"Neos/Media/Domain/Model/ThumbnailConfiguration.html#method_isAsync","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ThumbnailConfiguration::getHash","p":"Neos/Media/Domain/Model/ThumbnailConfiguration.html#method_getHash","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ThumbnailConfiguration::getQuality","p":"Neos/Media/Domain/Model/ThumbnailConfiguration.html#method_getQuality","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ThumbnailConfiguration::getFormat","p":"Neos/Media/Domain/Model/ThumbnailConfiguration.html#method_getFormat","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ThumbnailConfiguration::toArray","p":"Neos/Media/Domain/Model/ThumbnailConfiguration.html#method_toArray","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ThumbnailGenerator\\AbstractThumbnailGenerator::getPriority","p":"Neos/Media/Domain/Model/ThumbnailGenerator/AbstractThumbnailGenerator.html#method_getPriority","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ThumbnailGenerator\\AbstractThumbnailGenerator::getOption","p":"Neos/Media/Domain/Model/ThumbnailGenerator/AbstractThumbnailGenerator.html#method_getOption","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ThumbnailGenerator\\AbstractThumbnailGenerator::canRefresh","p":"Neos/Media/Domain/Model/ThumbnailGenerator/AbstractThumbnailGenerator.html#method_canRefresh","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ThumbnailGenerator\\AbstractThumbnailGenerator::isExtensionSupported","p":"Neos/Media/Domain/Model/ThumbnailGenerator/AbstractThumbnailGenerator.html#method_isExtensionSupported","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ThumbnailGenerator\\DocumentThumbnailGenerator::canRefresh","p":"Neos/Media/Domain/Model/ThumbnailGenerator/DocumentThumbnailGenerator.html#method_canRefresh","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ThumbnailGenerator\\DocumentThumbnailGenerator::refresh","p":"Neos/Media/Domain/Model/ThumbnailGenerator/DocumentThumbnailGenerator.html#method_refresh","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ThumbnailGenerator\\FontDocumentThumbnailGenerator::canRefresh","p":"Neos/Media/Domain/Model/ThumbnailGenerator/FontDocumentThumbnailGenerator.html#method_canRefresh","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ThumbnailGenerator\\FontDocumentThumbnailGenerator::refresh","p":"Neos/Media/Domain/Model/ThumbnailGenerator/FontDocumentThumbnailGenerator.html#method_refresh","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ThumbnailGenerator\\FontDocumentThumbnailGenerator::resize","p":"Neos/Media/Domain/Model/ThumbnailGenerator/FontDocumentThumbnailGenerator.html#method_resize","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ThumbnailGenerator\\IconThumbnailGenerator::refresh","p":"Neos/Media/Domain/Model/ThumbnailGenerator/IconThumbnailGenerator.html#method_refresh","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ThumbnailGenerator\\ImageThumbnailGenerator::canRefresh","p":"Neos/Media/Domain/Model/ThumbnailGenerator/ImageThumbnailGenerator.html#method_canRefresh","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ThumbnailGenerator\\ImageThumbnailGenerator::refresh","p":"Neos/Media/Domain/Model/ThumbnailGenerator/ImageThumbnailGenerator.html#method_refresh","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ThumbnailGenerator\\ThumbnailGeneratorInterface::getPriority","p":"Neos/Media/Domain/Model/ThumbnailGenerator/ThumbnailGeneratorInterface.html#method_getPriority","d":"

Return the priority of this ThumbnailGenerator. ThumbnailGenerator with a high priority are chosen before low priority.

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ThumbnailGenerator\\ThumbnailGeneratorInterface::canRefresh","p":"Neos/Media/Domain/Model/ThumbnailGenerator/ThumbnailGeneratorInterface.html#method_canRefresh","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ThumbnailGenerator\\ThumbnailGeneratorInterface::refresh","p":"Neos/Media/Domain/Model/ThumbnailGenerator/ThumbnailGeneratorInterface.html#method_refresh","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ThumbnailSupportInterface::getThumbnail","p":"Neos/Media/Domain/Model/ThumbnailSupportInterface.html#method_getThumbnail","d":"

Returns a thumbnail of this model

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ThumbnailSupportInterface::addThumbnail","p":"Neos/Media/Domain/Model/ThumbnailSupportInterface.html#method_addThumbnail","d":"

Adds a thumbnail which was generated by the ThumbnailService.

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\VariantSupportInterface::getVariants","p":"Neos/Media/Domain/Model/VariantSupportInterface.html#method_getVariants","d":"

Returns all variants (if any) derived from this asset

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\VariantSupportInterface::getVariant","p":"Neos/Media/Domain/Model/VariantSupportInterface.html#method_getVariant","d":"

Returns the variant identified by $presetIdentifier and $presetVariantName (if existing)

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Video::__construct","p":"Neos/Media/Domain/Model/Video.html#method___construct","d":"

Constructs the object and sets default values for width and height

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Video::getWidth","p":"Neos/Media/Domain/Model/Video.html#method_getWidth","d":"

Width of the video in pixels. If the width cannot be determined,\n-1 is returned.

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Video::getHeight","p":"Neos/Media/Domain/Model/Video.html#method_getHeight","d":"

Height of the video in pixels. If the height cannot be determined,\n-1 is returned.

"},{"t":"M","n":"Neos\\Media\\Domain\\Repository\\AssetRepository::findBySearchTermOrTags","p":"Neos/Media/Domain/Repository/AssetRepository.html#method_findBySearchTermOrTags","d":"

Find assets by title or given tags

"},{"t":"M","n":"Neos\\Media\\Domain\\Repository\\AssetRepository::findByTag","p":"Neos/Media/Domain/Repository/AssetRepository.html#method_findByTag","d":"

Find Assets with the given Tag assigned

"},{"t":"M","n":"Neos\\Media\\Domain\\Repository\\AssetRepository::countByTag","p":"Neos/Media/Domain/Repository/AssetRepository.html#method_countByTag","d":"

Counts Assets with the given Tag assigned

"},{"t":"M","n":"Neos\\Media\\Domain\\Repository\\AssetRepository::findAll","p":"Neos/Media/Domain/Repository/AssetRepository.html#method_findAll","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Repository\\AssetRepository::countAll","p":"Neos/Media/Domain/Repository/AssetRepository.html#method_countAll","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Repository\\AssetRepository::findUntagged","p":"Neos/Media/Domain/Repository/AssetRepository.html#method_findUntagged","d":"

Find Assets without any tag

"},{"t":"M","n":"Neos\\Media\\Domain\\Repository\\AssetRepository::countUntagged","p":"Neos/Media/Domain/Repository/AssetRepository.html#method_countUntagged","d":"

Counts Assets without any tag

"},{"t":"M","n":"Neos\\Media\\Domain\\Repository\\AssetRepository::findByAssetCollection","p":"Neos/Media/Domain/Repository/AssetRepository.html#method_findByAssetCollection","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Repository\\AssetRepository::countByAssetCollection","p":"Neos/Media/Domain/Repository/AssetRepository.html#method_countByAssetCollection","d":"

Count assets by asset collection

"},{"t":"M","n":"Neos\\Media\\Domain\\Repository\\AssetRepository::addAssetCollectionToQueryConstraints","p":"Neos/Media/Domain/Repository/AssetRepository.html#method_addAssetCollectionToQueryConstraints","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Repository\\AssetRepository::addAssetVariantFilterClause","p":"Neos/Media/Domain/Repository/AssetRepository.html#method_addAssetVariantFilterClause","d":"

Adds conditions filtering any implementation of AssetVariantInterface

"},{"t":"M","n":"Neos\\Media\\Domain\\Repository\\AssetRepository::getAssetVariantFilterClauseForDql","p":"Neos/Media/Domain/Repository/AssetRepository.html#method_getAssetVariantFilterClauseForDql","d":"

Returns a DQL clause filtering any implementation of AssetVariantInterface

"},{"t":"M","n":"Neos\\Media\\Domain\\Repository\\AssetRepository::findOneByResourceSha1","p":"Neos/Media/Domain/Repository/AssetRepository.html#method_findOneByResourceSha1","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Repository\\AssetRepository::iterate","p":"Neos/Media/Domain/Repository/AssetRepository.html#method_iterate","d":"

Iterate over an IterableResult and return a Generator

"},{"t":"M","n":"Neos\\Media\\Domain\\Repository\\AssetRepository::findAllIterator","p":"Neos/Media/Domain/Repository/AssetRepository.html#method_findAllIterator","d":"

Find all objects and return an IterableResult

"},{"t":"M","n":"Neos\\Media\\Domain\\Repository\\AssetRepository::remove","p":"Neos/Media/Domain/Repository/AssetRepository.html#method_remove","d":"

Remove an asset while first validating if the object can be removed or\nif removal is blocked because the asset is still in use.

"},{"t":"M","n":"Neos\\Media\\Domain\\Repository\\AssetRepository::removeWithoutUsageChecks","p":"Neos/Media/Domain/Repository/AssetRepository.html#method_removeWithoutUsageChecks","d":"

Remove the asset even if it is still in use. Use with care, it is probably\nbetter to first make sure the asset is not used anymore and then use\nthe remove() method for removal.

"},{"t":"M","n":"Neos\\Media\\Domain\\Repository\\AssetRepository::add","p":"Neos/Media/Domain/Repository/AssetRepository.html#method_add","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Repository\\AssetRepository::update","p":"Neos/Media/Domain/Repository/AssetRepository.html#method_update","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Repository\\ImageRepository::findAssetIdentifiersWithVariants","p":"Neos/Media/Domain/Repository/ImageRepository.html#method_findAssetIdentifiersWithVariants","d":"

Return raw data about existing assets and their variants

"},{"t":"M","n":"Neos\\Media\\Domain\\Repository\\ImportedAssetRepository::findOneByAssetSourceIdentifierAndRemoteAssetIdentifier","p":"Neos/Media/Domain/Repository/ImportedAssetRepository.html#method_findOneByAssetSourceIdentifierAndRemoteAssetIdentifier","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Repository\\ImportedAssetRepository::findOneByLocalAssetIdentifier","p":"Neos/Media/Domain/Repository/ImportedAssetRepository.html#method_findOneByLocalAssetIdentifier","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Repository\\TagRepository::findBySearchTerm","p":"Neos/Media/Domain/Repository/TagRepository.html#method_findBySearchTerm","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Repository\\TagRepository::findByAssetCollections","p":"Neos/Media/Domain/Repository/TagRepository.html#method_findByAssetCollections","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Repository\\TagRepository::findOneByLabel","p":"Neos/Media/Domain/Repository/TagRepository.html#method_findOneByLabel","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Repository\\TagRepository::findByParent","p":"Neos/Media/Domain/Repository/TagRepository.html#method_findByParent","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Repository\\ThumbnailRepository::iterate","p":"Neos/Media/Domain/Repository/ThumbnailRepository.html#method_iterate","d":"

Iterate over an IterableResult and return a Generator

"},{"t":"M","n":"Neos\\Media\\Domain\\Repository\\ThumbnailRepository::findAllIterator","p":"Neos/Media/Domain/Repository/ThumbnailRepository.html#method_findAllIterator","d":"

Find all objects and return an IterableResult

"},{"t":"M","n":"Neos\\Media\\Domain\\Repository\\ThumbnailRepository::findUngeneratedIterator","p":"Neos/Media/Domain/Repository/ThumbnailRepository.html#method_findUngeneratedIterator","d":"

Find ungenerated objects and return an IterableResult

"},{"t":"M","n":"Neos\\Media\\Domain\\Repository\\ThumbnailRepository::countUngenerated","p":"Neos/Media/Domain/Repository/ThumbnailRepository.html#method_countUngenerated","d":"

Count ungenerated objects

"},{"t":"M","n":"Neos\\Media\\Domain\\Repository\\ThumbnailRepository::findOneByAssetAndThumbnailConfiguration","p":"Neos/Media/Domain/Repository/ThumbnailRepository.html#method_findOneByAssetAndThumbnailConfiguration","d":"

Returns a thumbnail of the given asset with the specified dimensions.

"},{"t":"M","n":"Neos\\Media\\Domain\\Repository\\ThumbnailRepository::persistThumbnailDirectly","p":"Neos/Media/Domain/Repository/ThumbnailRepository.html#method_persistThumbnailDirectly","d":"

store via DBAL to avoid errors caused by concurrent creation of thumbnails - see\nhttps://github.com/neos/neos-development-collection/issues/3479#issuecomment-1016375400

"},{"t":"M","n":"Neos\\Media\\Domain\\Service\\AssetService::getRepository","p":"Neos/Media/Domain/Service/AssetService.html#method_getRepository","d":"

Returns the repository for an asset

"},{"t":"M","n":"Neos\\Media\\Domain\\Service\\AssetService::getThumbnailUriAndSizeForAsset","p":"Neos/Media/Domain/Service/AssetService.html#method_getThumbnailUriAndSizeForAsset","d":"

Calculates the dimensions of the thumbnail to be generated and returns the thumbnail URI.

"},{"t":"M","n":"Neos\\Media\\Domain\\Service\\AssetService::getUsageStrategies","p":"Neos/Media/Domain/Service/AssetService.html#method_getUsageStrategies","d":"

Returns all registered asset usage strategies

"},{"t":"M","n":"Neos\\Media\\Domain\\Service\\AssetService::getUsageReferences","p":"Neos/Media/Domain/Service/AssetService.html#method_getUsageReferences","d":"

Returns an array of asset usage references.

"},{"t":"M","n":"Neos\\Media\\Domain\\Service\\AssetService::getUsageCount","p":"Neos/Media/Domain/Service/AssetService.html#method_getUsageCount","d":"

Returns the total count of times an asset is used.

"},{"t":"M","n":"Neos\\Media\\Domain\\Service\\AssetService::isInUse","p":"Neos/Media/Domain/Service/AssetService.html#method_isInUse","d":"

Returns true if the asset is used.

"},{"t":"M","n":"Neos\\Media\\Domain\\Service\\AssetService::validateRemoval","p":"Neos/Media/Domain/Service/AssetService.html#method_validateRemoval","d":"

Validates if the asset can be removed

"},{"t":"M","n":"Neos\\Media\\Domain\\Service\\AssetService::replaceAssetResource","p":"Neos/Media/Domain/Service/AssetService.html#method_replaceAssetResource","d":"

Replace resource on an asset. Takes variants and redirect handling into account.

"},{"t":"M","n":"Neos\\Media\\Domain\\Service\\AssetService::emitAssetCreated","p":"Neos/Media/Domain/Service/AssetService.html#method_emitAssetCreated","d":"

Signals that an asset was added.

"},{"t":"M","n":"Neos\\Media\\Domain\\Service\\AssetService::emitAssetRemoved","p":"Neos/Media/Domain/Service/AssetService.html#method_emitAssetRemoved","d":"

Signals that an asset was removed.

"},{"t":"M","n":"Neos\\Media\\Domain\\Service\\AssetService::emitAssetUpdated","p":"Neos/Media/Domain/Service/AssetService.html#method_emitAssetUpdated","d":"

Signals that an asset was updated.

"},{"t":"M","n":"Neos\\Media\\Domain\\Service\\AssetService::emitAssetResourceReplaced","p":"Neos/Media/Domain/Service/AssetService.html#method_emitAssetResourceReplaced","d":"

Signals that a resource on an asset has been replaced

"},{"t":"M","n":"Neos\\Media\\Domain\\Service\\AssetSourceService::getAssetSources","p":"Neos/Media/Domain/Service/AssetSourceService.html#method_getAssetSources","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Service\\AssetSourceService::importAsset","p":"Neos/Media/Domain/Service/AssetSourceService.html#method_importAsset","d":"

Import a specified asset from the given Asset Source

"},{"t":"M","n":"Neos\\Media\\Domain\\Service\\AssetVariantGenerator::getVariantPresets","p":"Neos/Media/Domain/Service/AssetVariantGenerator.html#method_getVariantPresets","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Service\\AssetVariantGenerator::createVariants","p":"Neos/Media/Domain/Service/AssetVariantGenerator.html#method_createVariants","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Service\\AssetVariantGenerator::recreateVariants","p":"Neos/Media/Domain/Service/AssetVariantGenerator.html#method_recreateVariants","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Service\\AssetVariantGenerator::createVariant","p":"Neos/Media/Domain/Service/AssetVariantGenerator.html#method_createVariant","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Service\\AssetVariantGenerator::recreateVariant","p":"Neos/Media/Domain/Service/AssetVariantGenerator.html#method_recreateVariant","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Service\\AssetVariantGenerator::renderVariant","p":"Neos/Media/Domain/Service/AssetVariantGenerator.html#method_renderVariant","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Service\\AssetVariantGenerator::createAssetVariant","p":"Neos/Media/Domain/Service/AssetVariantGenerator.html#method_createAssetVariant","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Service\\FileTypeIconService::getIcon","p":"Neos/Media/Domain/Service/FileTypeIconService.html#method_getIcon","d":"

Returns an icon for a file type within given dimensions

"},{"t":"M","n":"Neos\\Media\\Domain\\Service\\FileTypeIconService::extractFileExtension","p":"Neos/Media/Domain/Service/FileTypeIconService.html#method_extractFileExtension","d":null},{"t":"M","n":"Neos\\Media\\Domain\\Service\\ImageService::injectSettings","p":"Neos/Media/Domain/Service/ImageService.html#method_injectSettings","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Service\\ImageService::processImage","p":"Neos/Media/Domain/Service/ImageService.html#method_processImage","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Service\\ImageService::getOptionsMergedWithDefaults","p":"Neos/Media/Domain/Service/ImageService.html#method_getOptionsMergedWithDefaults","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Service\\ImageService::getImageSize","p":"Neos/Media/Domain/Service/ImageService.html#method_getImageSize","d":"

Get the size of a Flow PersistentResource that contains an image file.

"},{"t":"M","n":"Neos\\Media\\Domain\\Service\\ImageService::applyAdjustments","p":"Neos/Media/Domain/Service/ImageService.html#method_applyAdjustments","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Service\\ImageService::isAnimatedGif","p":"Neos/Media/Domain/Service/ImageService.html#method_isAnimatedGif","d":"

Detects whether the given GIF image data contains more than one frame

"},{"t":"M","n":"Neos\\Media\\Domain\\Service\\ThumbnailGenerator::createThumbnails","p":"Neos/Media/Domain/Service/ThumbnailGenerator.html#method_createThumbnails","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Service\\ThumbnailService::getThumbnail","p":"Neos/Media/Domain/Service/ThumbnailService.html#method_getThumbnail","d":"

Returns a thumbnail of the given asset

"},{"t":"M","n":"Neos\\Media\\Domain\\Service\\ThumbnailService::getPresets","p":"Neos/Media/Domain/Service/ThumbnailService.html#method_getPresets","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Service\\ThumbnailService::getThumbnailConfigurationForPreset","p":"Neos/Media/Domain/Service/ThumbnailService.html#method_getThumbnailConfigurationForPreset","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Service\\ThumbnailService::applyFormatToThumbnailConfiguration","p":"Neos/Media/Domain/Service/ThumbnailService.html#method_applyFormatToThumbnailConfiguration","d":"

Create a new thumbnailConfiguration with the identical configuration\nto the given one PLUS setting of the target-format

"},{"t":"M","n":"Neos\\Media\\Domain\\Service\\ThumbnailService::refreshThumbnail","p":"Neos/Media/Domain/Service/ThumbnailService.html#method_refreshThumbnail","d":"

Refreshes a thumbnail and persists the thumbnail

"},{"t":"M","n":"Neos\\Media\\Domain\\Service\\ThumbnailService::getUriForThumbnail","p":"Neos/Media/Domain/Service/ThumbnailService.html#method_getUriForThumbnail","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Service\\ThumbnailService::emitThumbnailRefreshed","p":"Neos/Media/Domain/Service/ThumbnailService.html#method_emitThumbnailRefreshed","d":"

Signals that a thumbnail was refreshed.

"},{"t":"M","n":"Neos\\Media\\Domain\\Service\\ThumbnailService::emitThumbnailPersisted","p":"Neos/Media/Domain/Service/ThumbnailService.html#method_emitThumbnailPersisted","d":"

Signals that a thumbnail was persisted.

"},{"t":"M","n":"Neos\\Media\\Domain\\Service\\ThumbnailService::emitThumbnailCreated","p":"Neos/Media/Domain/Service/ThumbnailService.html#method_emitThumbnailCreated","d":"

Signals that a thumbnail was created.

"},{"t":"M","n":"Neos\\Media\\Domain\\Strategy\\AbstractAssetUsageStrategy::isInUse","p":"Neos/Media/Domain/Strategy/AbstractAssetUsageStrategy.html#method_isInUse","d":"

Returns true if the asset is used.

"},{"t":"M","n":"Neos\\Media\\Domain\\Strategy\\AbstractAssetUsageStrategy::getUsageCount","p":"Neos/Media/Domain/Strategy/AbstractAssetUsageStrategy.html#method_getUsageCount","d":"

Returns the total count of usages found.

"},{"t":"M","n":"Neos\\Media\\Domain\\Strategy\\AssetModelMappingStrategyInterface::map","p":"Neos/Media/Domain/Strategy/AssetModelMappingStrategyInterface.html#method_map","d":"

Map the given resource to a media model class.

"},{"t":"M","n":"Neos\\Media\\Domain\\Strategy\\AssetUsageStrategyInterface::isInUse","p":"Neos/Media/Domain/Strategy/AssetUsageStrategyInterface.html#method_isInUse","d":"

Returns true if the asset is used.

"},{"t":"M","n":"Neos\\Media\\Domain\\Strategy\\AssetUsageStrategyInterface::getUsageCount","p":"Neos/Media/Domain/Strategy/AssetUsageStrategyInterface.html#method_getUsageCount","d":"

Returns the total count of usages found.

"},{"t":"M","n":"Neos\\Media\\Domain\\Strategy\\AssetUsageStrategyInterface::getUsageReferences","p":"Neos/Media/Domain/Strategy/AssetUsageStrategyInterface.html#method_getUsageReferences","d":"

Returns an array of usage reference objects.

"},{"t":"M","n":"Neos\\Media\\Domain\\Strategy\\ConfigurationAssetModelMappingStrategy::initializeObject","p":"Neos/Media/Domain/Strategy/ConfigurationAssetModelMappingStrategy.html#method_initializeObject","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Strategy\\ConfigurationAssetModelMappingStrategy::map","p":"Neos/Media/Domain/Strategy/ConfigurationAssetModelMappingStrategy.html#method_map","d":"

Map the given resource to a media model class.

"},{"t":"M","n":"Neos\\Media\\Domain\\Strategy\\ThumbnailGeneratorStrategy::refresh","p":"Neos/Media/Domain/Strategy/ThumbnailGeneratorStrategy.html#method_refresh","d":"

Refresh the given thumbnail

"},{"t":"M","n":"Neos\\Media\\Domain\\Strategy\\ThumbnailGeneratorStrategy::getThumbnailGeneratorClassNames","p":"Neos/Media/Domain/Strategy/ThumbnailGeneratorStrategy.html#method_getThumbnailGeneratorClassNames","d":"

Returns all class names implementing the ThumbnailGeneratorInterface.

"},{"t":"M","n":"Neos\\Media\\Domain\\Validator\\AssetValidator::initializeObject","p":"Neos/Media/Domain/Validator/AssetValidator.html#method_initializeObject","d":"

Adds all validators that extend the AssetValidatorInterface.

"},{"t":"M","n":"Neos\\Media\\Domain\\ValueObject\\Configuration\\Adjustment::__construct","p":"Neos/Media/Domain/ValueObject/Configuration/Adjustment.html#method___construct","d":""},{"t":"M","n":"Neos\\Media\\Domain\\ValueObject\\Configuration\\Adjustment::fromConfiguration","p":"Neos/Media/Domain/ValueObject/Configuration/Adjustment.html#method_fromConfiguration","d":""},{"t":"M","n":"Neos\\Media\\Domain\\ValueObject\\Configuration\\Adjustment::identifier","p":"Neos/Media/Domain/ValueObject/Configuration/Adjustment.html#method_identifier","d":""},{"t":"M","n":"Neos\\Media\\Domain\\ValueObject\\Configuration\\Adjustment::type","p":"Neos/Media/Domain/ValueObject/Configuration/Adjustment.html#method_type","d":""},{"t":"M","n":"Neos\\Media\\Domain\\ValueObject\\Configuration\\Adjustment::options","p":"Neos/Media/Domain/ValueObject/Configuration/Adjustment.html#method_options","d":""},{"t":"M","n":"Neos\\Media\\Domain\\ValueObject\\Configuration\\AspectRatio::__construct","p":"Neos/Media/Domain/ValueObject/Configuration/AspectRatio.html#method___construct","d":""},{"t":"M","n":"Neos\\Media\\Domain\\ValueObject\\Configuration\\AspectRatio::fromString","p":"Neos/Media/Domain/ValueObject/Configuration/AspectRatio.html#method_fromString","d":""},{"t":"M","n":"Neos\\Media\\Domain\\ValueObject\\Configuration\\AspectRatio::getWidth","p":"Neos/Media/Domain/ValueObject/Configuration/AspectRatio.html#method_getWidth","d":""},{"t":"M","n":"Neos\\Media\\Domain\\ValueObject\\Configuration\\AspectRatio::getHeight","p":"Neos/Media/Domain/ValueObject/Configuration/AspectRatio.html#method_getHeight","d":""},{"t":"M","n":"Neos\\Media\\Domain\\ValueObject\\Configuration\\AspectRatio::getRatio","p":"Neos/Media/Domain/ValueObject/Configuration/AspectRatio.html#method_getRatio","d":""},{"t":"M","n":"Neos\\Media\\Domain\\ValueObject\\Configuration\\AspectRatio::getOrientation","p":"Neos/Media/Domain/ValueObject/Configuration/AspectRatio.html#method_getOrientation","d":""},{"t":"M","n":"Neos\\Media\\Domain\\ValueObject\\Configuration\\AspectRatio::isOrientationLandscape","p":"Neos/Media/Domain/ValueObject/Configuration/AspectRatio.html#method_isOrientationLandscape","d":""},{"t":"M","n":"Neos\\Media\\Domain\\ValueObject\\Configuration\\AspectRatio::isOrientationPortrait","p":"Neos/Media/Domain/ValueObject/Configuration/AspectRatio.html#method_isOrientationPortrait","d":""},{"t":"M","n":"Neos\\Media\\Domain\\ValueObject\\Configuration\\AspectRatio::isOrientationSquare","p":"Neos/Media/Domain/ValueObject/Configuration/AspectRatio.html#method_isOrientationSquare","d":""},{"t":"M","n":"Neos\\Media\\Domain\\ValueObject\\Configuration\\AspectRatio::__toString","p":"Neos/Media/Domain/ValueObject/Configuration/AspectRatio.html#method___toString","d":""},{"t":"M","n":"Neos\\Media\\Domain\\ValueObject\\Configuration\\Label::__construct","p":"Neos/Media/Domain/ValueObject/Configuration/Label.html#method___construct","d":""},{"t":"M","n":"Neos\\Media\\Domain\\ValueObject\\Configuration\\Label::__toString","p":"Neos/Media/Domain/ValueObject/Configuration/Label.html#method___toString","d":""},{"t":"M","n":"Neos\\Media\\Domain\\ValueObject\\Configuration\\MediaTypePattern::__construct","p":"Neos/Media/Domain/ValueObject/Configuration/MediaTypePattern.html#method___construct","d":"

Currently only image/* media types are allowed, because asset variant presets lack\nsupport for other types, such as audio, document or video.

"},{"t":"M","n":"Neos\\Media\\Domain\\ValueObject\\Configuration\\MediaTypePattern::matches","p":"Neos/Media/Domain/ValueObject/Configuration/MediaTypePattern.html#method_matches","d":""},{"t":"M","n":"Neos\\Media\\Domain\\ValueObject\\Configuration\\MediaTypePattern::getMediaTypePattern","p":"Neos/Media/Domain/ValueObject/Configuration/MediaTypePattern.html#method_getMediaTypePattern","d":""},{"t":"M","n":"Neos\\Media\\Domain\\ValueObject\\Configuration\\MediaTypePattern::__toString","p":"Neos/Media/Domain/ValueObject/Configuration/MediaTypePattern.html#method___toString","d":""},{"t":"M","n":"Neos\\Media\\Domain\\ValueObject\\Configuration\\Variant::__construct","p":"Neos/Media/Domain/ValueObject/Configuration/Variant.html#method___construct","d":""},{"t":"M","n":"Neos\\Media\\Domain\\ValueObject\\Configuration\\Variant::fromConfiguration","p":"Neos/Media/Domain/ValueObject/Configuration/Variant.html#method_fromConfiguration","d":""},{"t":"M","n":"Neos\\Media\\Domain\\ValueObject\\Configuration\\Variant::identifier","p":"Neos/Media/Domain/ValueObject/Configuration/Variant.html#method_identifier","d":""},{"t":"M","n":"Neos\\Media\\Domain\\ValueObject\\Configuration\\Variant::label","p":"Neos/Media/Domain/ValueObject/Configuration/Variant.html#method_label","d":""},{"t":"M","n":"Neos\\Media\\Domain\\ValueObject\\Configuration\\Variant::description","p":"Neos/Media/Domain/ValueObject/Configuration/Variant.html#method_description","d":""},{"t":"M","n":"Neos\\Media\\Domain\\ValueObject\\Configuration\\Variant::adjustments","p":"Neos/Media/Domain/ValueObject/Configuration/Variant.html#method_adjustments","d":""},{"t":"M","n":"Neos\\Media\\Domain\\ValueObject\\Configuration\\VariantPreset::__construct","p":"Neos/Media/Domain/ValueObject/Configuration/VariantPreset.html#method___construct","d":""},{"t":"M","n":"Neos\\Media\\Domain\\ValueObject\\Configuration\\VariantPreset::fromConfiguration","p":"Neos/Media/Domain/ValueObject/Configuration/VariantPreset.html#method_fromConfiguration","d":""},{"t":"M","n":"Neos\\Media\\Domain\\ValueObject\\Configuration\\VariantPreset::label","p":"Neos/Media/Domain/ValueObject/Configuration/VariantPreset.html#method_label","d":""},{"t":"M","n":"Neos\\Media\\Domain\\ValueObject\\Configuration\\VariantPreset::matchesMediaType","p":"Neos/Media/Domain/ValueObject/Configuration/VariantPreset.html#method_matchesMediaType","d":"

Checks if any of the defined media type patterns matches the given concrete media type.

"},{"t":"M","n":"Neos\\Media\\Domain\\ValueObject\\Configuration\\VariantPreset::mediaTypePatterns","p":"Neos/Media/Domain/ValueObject/Configuration/VariantPreset.html#method_mediaTypePatterns","d":""},{"t":"M","n":"Neos\\Media\\Domain\\ValueObject\\Configuration\\VariantPreset::variants","p":"Neos/Media/Domain/ValueObject/Configuration/VariantPreset.html#method_variants","d":""},{"t":"M","n":"Neos\\Media\\Imagine\\Box::__construct","p":"Neos/Media/Imagine/Box.html#method___construct","d":"

Constructs the Size with given width and height

"},{"t":"M","n":"Neos\\Media\\Imagine\\Box::getWidth","p":"Neos/Media/Imagine/Box.html#method_getWidth","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\Media\\Imagine\\Box::getHeight","p":"Neos/Media/Imagine/Box.html#method_getHeight","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\Media\\Imagine\\Box::scale","p":"Neos/Media/Imagine/Box.html#method_scale","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\Media\\Imagine\\Box::increase","p":"Neos/Media/Imagine/Box.html#method_increase","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\Media\\Imagine\\Box::contains","p":"Neos/Media/Imagine/Box.html#method_contains","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\Media\\Imagine\\Box::square","p":"Neos/Media/Imagine/Box.html#method_square","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\Media\\Imagine\\Box::__toString","p":"Neos/Media/Imagine/Box.html#method___toString","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\Media\\Imagine\\Box::widen","p":"Neos/Media/Imagine/Box.html#method_widen","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\Media\\Imagine\\Box::heighten","p":"Neos/Media/Imagine/Box.html#method_heighten","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\Media\\Package::boot","p":"Neos/Media/Package.html#method_boot","d":""},{"t":"M","n":"Neos\\Media\\Security\\Authorization\\Privilege\\Doctrine\\AssetAssetCollectionConditionGenerator::__construct","p":"Neos/Media/Security/Authorization/Privilege/Doctrine/AssetAssetCollectionConditionGenerator.html#method___construct","d":""},{"t":"M","n":"Neos\\Media\\Security\\Authorization\\Privilege\\Doctrine\\AssetAssetCollectionConditionGenerator::getSql","p":"Neos/Media/Security/Authorization/Privilege/Doctrine/AssetAssetCollectionConditionGenerator.html#method_getSql","d":""},{"t":"M","n":"Neos\\Media\\Security\\Authorization\\Privilege\\Doctrine\\AssetCollectionConditionGenerator::isType","p":"Neos/Media/Security/Authorization/Privilege/Doctrine/AssetCollectionConditionGenerator.html#method_isType","d":""},{"t":"M","n":"Neos\\Media\\Security\\Authorization\\Privilege\\Doctrine\\AssetCollectionConditionGenerator::isTitled","p":"Neos/Media/Security/Authorization/Privilege/Doctrine/AssetCollectionConditionGenerator.html#method_isTitled","d":""},{"t":"M","n":"Neos\\Media\\Security\\Authorization\\Privilege\\Doctrine\\AssetCollectionConditionGenerator::hasId","p":"Neos/Media/Security/Authorization/Privilege/Doctrine/AssetCollectionConditionGenerator.html#method_hasId","d":""},{"t":"M","n":"Neos\\Media\\Security\\Authorization\\Privilege\\Doctrine\\AssetConditionGenerator::isType","p":"Neos/Media/Security/Authorization/Privilege/Doctrine/AssetConditionGenerator.html#method_isType","d":""},{"t":"M","n":"Neos\\Media\\Security\\Authorization\\Privilege\\Doctrine\\AssetConditionGenerator::titleStartsWith","p":"Neos/Media/Security/Authorization/Privilege/Doctrine/AssetConditionGenerator.html#method_titleStartsWith","d":""},{"t":"M","n":"Neos\\Media\\Security\\Authorization\\Privilege\\Doctrine\\AssetConditionGenerator::titleEndsWith","p":"Neos/Media/Security/Authorization/Privilege/Doctrine/AssetConditionGenerator.html#method_titleEndsWith","d":""},{"t":"M","n":"Neos\\Media\\Security\\Authorization\\Privilege\\Doctrine\\AssetConditionGenerator::titleContains","p":"Neos/Media/Security/Authorization/Privilege/Doctrine/AssetConditionGenerator.html#method_titleContains","d":""},{"t":"M","n":"Neos\\Media\\Security\\Authorization\\Privilege\\Doctrine\\AssetConditionGenerator::hasMediaType","p":"Neos/Media/Security/Authorization/Privilege/Doctrine/AssetConditionGenerator.html#method_hasMediaType","d":""},{"t":"M","n":"Neos\\Media\\Security\\Authorization\\Privilege\\Doctrine\\AssetConditionGenerator::isTagged","p":"Neos/Media/Security/Authorization/Privilege/Doctrine/AssetConditionGenerator.html#method_isTagged","d":""},{"t":"M","n":"Neos\\Media\\Security\\Authorization\\Privilege\\Doctrine\\AssetConditionGenerator::isInCollection","p":"Neos/Media/Security/Authorization/Privilege/Doctrine/AssetConditionGenerator.html#method_isInCollection","d":""},{"t":"M","n":"Neos\\Media\\Security\\Authorization\\Privilege\\Doctrine\\AssetConditionGenerator::isWithoutCollection","p":"Neos/Media/Security/Authorization/Privilege/Doctrine/AssetConditionGenerator.html#method_isWithoutCollection","d":""},{"t":"M","n":"Neos\\Media\\Security\\Authorization\\Privilege\\Doctrine\\AssetTagConditionGenerator::__construct","p":"Neos/Media/Security/Authorization/Privilege/Doctrine/AssetTagConditionGenerator.html#method___construct","d":""},{"t":"M","n":"Neos\\Media\\Security\\Authorization\\Privilege\\Doctrine\\AssetTagConditionGenerator::getSql","p":"Neos/Media/Security/Authorization/Privilege/Doctrine/AssetTagConditionGenerator.html#method_getSql","d":""},{"t":"M","n":"Neos\\Media\\Security\\Authorization\\Privilege\\Doctrine\\AssetWithoutAssetCollectionConditionGenerator::getSql","p":"Neos/Media/Security/Authorization/Privilege/Doctrine/AssetWithoutAssetCollectionConditionGenerator.html#method_getSql","d":""},{"t":"M","n":"Neos\\Media\\Security\\Authorization\\Privilege\\Doctrine\\TagConditionGenerator::isType","p":"Neos/Media/Security/Authorization/Privilege/Doctrine/TagConditionGenerator.html#method_isType","d":""},{"t":"M","n":"Neos\\Media\\Security\\Authorization\\Privilege\\Doctrine\\TagConditionGenerator::isLabeled","p":"Neos/Media/Security/Authorization/Privilege/Doctrine/TagConditionGenerator.html#method_isLabeled","d":""},{"t":"M","n":"Neos\\Media\\Security\\Authorization\\Privilege\\Doctrine\\TagConditionGenerator::hasId","p":"Neos/Media/Security/Authorization/Privilege/Doctrine/TagConditionGenerator.html#method_hasId","d":""},{"t":"M","n":"Neos\\Media\\Security\\Authorization\\Privilege\\ReadAssetCollectionPrivilege::matchesEntityType","p":"Neos/Media/Security/Authorization/Privilege/ReadAssetCollectionPrivilege.html#method_matchesEntityType","d":""},{"t":"M","n":"Neos\\Media\\Security\\Authorization\\Privilege\\ReadAssetCollectionPrivilege::getConditionGenerator","p":"Neos/Media/Security/Authorization/Privilege/ReadAssetCollectionPrivilege.html#method_getConditionGenerator","d":""},{"t":"M","n":"Neos\\Media\\Security\\Authorization\\Privilege\\ReadAssetPrivilege::matchesEntityType","p":"Neos/Media/Security/Authorization/Privilege/ReadAssetPrivilege.html#method_matchesEntityType","d":""},{"t":"M","n":"Neos\\Media\\Security\\Authorization\\Privilege\\ReadAssetPrivilege::getConditionGenerator","p":"Neos/Media/Security/Authorization/Privilege/ReadAssetPrivilege.html#method_getConditionGenerator","d":""},{"t":"M","n":"Neos\\Media\\Security\\Authorization\\Privilege\\ReadTagPrivilege::matchesEntityType","p":"Neos/Media/Security/Authorization/Privilege/ReadTagPrivilege.html#method_matchesEntityType","d":""},{"t":"M","n":"Neos\\Media\\Security\\Authorization\\Privilege\\ReadTagPrivilege::getConditionGenerator","p":"Neos/Media/Security/Authorization/Privilege/ReadTagPrivilege.html#method_getConditionGenerator","d":""},{"t":"M","n":"Neos\\Media\\TypeConverter\\ArrayConverter::canConvertFrom","p":"Neos/Media/TypeConverter/ArrayConverter.html#method_canConvertFrom","d":""},{"t":"M","n":"Neos\\Media\\TypeConverter\\ArrayConverter::getSourceChildPropertiesToBeConverted","p":"Neos/Media/TypeConverter/ArrayConverter.html#method_getSourceChildPropertiesToBeConverted","d":"

Return a list of sub-properties inside the source object.

"},{"t":"M","n":"Neos\\Media\\TypeConverter\\ArrayConverter::getTypeOfChildProperty","p":"Neos/Media/TypeConverter/ArrayConverter.html#method_getTypeOfChildProperty","d":"

Return the type of a given sub-property inside the $targetType, in this case always "array"

"},{"t":"M","n":"Neos\\Media\\TypeConverter\\ArrayConverter::convertFrom","p":"Neos/Media/TypeConverter/ArrayConverter.html#method_convertFrom","d":"

Convert an object from $source to an array

"},{"t":"M","n":"Neos\\Media\\TypeConverter\\AspectRatioFromStringConverter::convertFrom","p":"Neos/Media/TypeConverter/AspectRatioFromStringConverter.html#method_convertFrom","d":"

Convert From

"},{"t":"M","n":"Neos\\Media\\TypeConverter\\AspectRatioFromStringConverter::getSourceChildPropertiesToBeConverted","p":"Neos/Media/TypeConverter/AspectRatioFromStringConverter.html#method_getSourceChildPropertiesToBeConverted","d":"

Convert all properties in the source array

"},{"t":"M","n":"Neos\\Media\\TypeConverter\\AssetCollectionToArrayConverter::canConvertFrom","p":"Neos/Media/TypeConverter/AssetCollectionToArrayConverter.html#method_canConvertFrom","d":""},{"t":"M","n":"Neos\\Media\\TypeConverter\\AssetCollectionToArrayConverter::getSourceChildPropertiesToBeConverted","p":"Neos/Media/TypeConverter/AssetCollectionToArrayConverter.html#method_getSourceChildPropertiesToBeConverted","d":"

Return a list of sub-properties inside the source object.

"},{"t":"M","n":"Neos\\Media\\TypeConverter\\AssetCollectionToArrayConverter::getTypeOfChildProperty","p":"Neos/Media/TypeConverter/AssetCollectionToArrayConverter.html#method_getTypeOfChildProperty","d":"

Return the type of a given sub-property inside the $targetType, in this case always "array"

"},{"t":"M","n":"Neos\\Media\\TypeConverter\\AssetCollectionToArrayConverter::convertFrom","p":"Neos/Media/TypeConverter/AssetCollectionToArrayConverter.html#method_convertFrom","d":"

Convert an object from $source to an array

"},{"t":"M","n":"Neos\\Media\\TypeConverter\\AssetInterfaceConverter::canConvertFrom","p":"Neos/Media/TypeConverter/AssetInterfaceConverter.html#method_canConvertFrom","d":"

If $source has an identity, we have a persisted Image, and therefore\nthis type converter should withdraw and let the PersistedObjectConverter kick in.

"},{"t":"M","n":"Neos\\Media\\TypeConverter\\AssetInterfaceConverter::getSourceChildPropertiesToBeConverted","p":"Neos/Media/TypeConverter/AssetInterfaceConverter.html#method_getSourceChildPropertiesToBeConverted","d":"

All properties in the source array except __identity and adjustments are sub-properties.

"},{"t":"M","n":"Neos\\Media\\TypeConverter\\AssetInterfaceConverter::getTypeOfChildProperty","p":"Neos/Media/TypeConverter/AssetInterfaceConverter.html#method_getTypeOfChildProperty","d":"

Convert the property "resource"

"},{"t":"M","n":"Neos\\Media\\TypeConverter\\AssetInterfaceConverter::getTargetTypeForSource","p":"Neos/Media/TypeConverter/AssetInterfaceConverter.html#method_getTargetTypeForSource","d":"

Determines the target type based on the source's (optional) __type key.

"},{"t":"M","n":"Neos\\Media\\TypeConverter\\AssetInterfaceConverter::convertFrom","p":"Neos/Media/TypeConverter/AssetInterfaceConverter.html#method_convertFrom","d":"

Convert an object from $source to an \\Neos\\Media\\Domain\\Model\\AssetInterface implementation

"},{"t":"M","n":"Neos\\Media\\TypeConverter\\AssetInterfaceConverter::buildObject","p":"Neos/Media/TypeConverter/AssetInterfaceConverter.html#method_buildObject","d":"

Builds a new instance of $objectType with the given $possibleConstructorArgumentValues.

"},{"t":"M","n":"Neos\\Media\\TypeConverter\\AssetInterfaceConverter::fetchObjectFromPersistence","p":"Neos/Media/TypeConverter/AssetInterfaceConverter.html#method_fetchObjectFromPersistence","d":"

Fetch an object from persistence layer.

"},{"t":"M","n":"Neos\\Media\\TypeConverter\\AssetInterfaceConverter::applyTypeSpecificHandling","p":"Neos/Media/TypeConverter/AssetInterfaceConverter.html#method_applyTypeSpecificHandling","d":""},{"t":"M","n":"Neos\\Media\\TypeConverter\\AssetInterfaceConverter::applyModelMappingStrategy","p":"Neos/Media/TypeConverter/AssetInterfaceConverter.html#method_applyModelMappingStrategy","d":"

Applies the model mapping strategy for a converted resource to determine the final target type.

"},{"t":"M","n":"Neos\\Media\\TypeConverter\\ImageInterfaceArrayPresenter::canConvertFrom","p":"Neos/Media/TypeConverter/ImageInterfaceArrayPresenter.html#method_canConvertFrom","d":"

If $source has an identity, we have a persisted Image, and therefore\nthis type converter should withdraw and let the PersistedObjectConverter kick in.

"},{"t":"M","n":"Neos\\Media\\TypeConverter\\ImageInterfaceArrayPresenter::getSourceChildPropertiesToBeConverted","p":"Neos/Media/TypeConverter/ImageInterfaceArrayPresenter.html#method_getSourceChildPropertiesToBeConverted","d":"

Convert all properties in the source array

"},{"t":"M","n":"Neos\\Media\\TypeConverter\\ImageInterfaceArrayPresenter::convertFrom","p":"Neos/Media/TypeConverter/ImageInterfaceArrayPresenter.html#method_convertFrom","d":"

Convert an object from \\Neos\\Media\\Domain\\Model\\ImageInterface to a json representation

"},{"t":"M","n":"Neos\\Media\\TypeConverter\\ImageInterfaceConverter::getSourceChildPropertiesToBeConverted","p":"Neos/Media/TypeConverter/ImageInterfaceConverter.html#method_getSourceChildPropertiesToBeConverted","d":"

All properties in the source array except __identity are sub-properties.

"},{"t":"M","n":"Neos\\Media\\TypeConverter\\ImageInterfaceConverter::applyTypeSpecificHandling","p":"Neos/Media/TypeConverter/ImageInterfaceConverter.html#method_applyTypeSpecificHandling","d":"

Converts and adds ImageAdjustments to the ImageVariant

"},{"t":"M","n":"Neos\\Media\\TypeConverter\\ImageInterfaceJsonSerializer::convertFrom","p":"Neos/Media/TypeConverter/ImageInterfaceJsonSerializer.html#method_convertFrom","d":"

Convert an object from \\Neos\\Media\\Domain\\Model\\ImageInterface to a json representation.

"},{"t":"M","n":"Neos\\Media\\TypeConverter\\ProcessingInstructionsConverter::convertFrom","p":"Neos/Media/TypeConverter/ProcessingInstructionsConverter.html#method_convertFrom","d":"

Actually convert from $source to $targetType, taking into account the fully\nbuilt $convertedChildProperties and $configuration.

"},{"t":"M","n":"Neos\\Media\\TypeConverter\\ProcessingInstructionsConverter::transferOptionFromCommandToAdjustment","p":"Neos/Media/TypeConverter/ProcessingInstructionsConverter.html#method_transferOptionFromCommandToAdjustment","d":""},{"t":"M","n":"Neos\\Media\\TypeConverter\\TagConverter::convertFrom","p":"Neos/Media/TypeConverter/TagConverter.html#method_convertFrom","d":"

Convert an object from $source to an \\Neos\\Media\\Domain\\Model\\Tag implementation

"},{"t":"M","n":"Neos\\Media\\TypeConverter\\TagToArrayConverter::canConvertFrom","p":"Neos/Media/TypeConverter/TagToArrayConverter.html#method_canConvertFrom","d":""},{"t":"M","n":"Neos\\Media\\TypeConverter\\TagToArrayConverter::getSourceChildPropertiesToBeConverted","p":"Neos/Media/TypeConverter/TagToArrayConverter.html#method_getSourceChildPropertiesToBeConverted","d":"

Return a list of sub-properties inside the source object.

"},{"t":"M","n":"Neos\\Media\\TypeConverter\\TagToArrayConverter::getTypeOfChildProperty","p":"Neos/Media/TypeConverter/TagToArrayConverter.html#method_getTypeOfChildProperty","d":"

Return the type of a given sub-property inside the $targetType, in this case always "array"

"},{"t":"M","n":"Neos\\Media\\TypeConverter\\TagToArrayConverter::convertFrom","p":"Neos/Media/TypeConverter/TagToArrayConverter.html#method_convertFrom","d":"

Convert an object from $source to an array

"},{"t":"M","n":"Neos\\Media\\Validator\\ImageOrientationValidator::isValid","p":"Neos/Media/Validator/ImageOrientationValidator.html#method_isValid","d":"

The given $value is valid if it is an \\Neos\\Media\\Domain\\Model\\ImageInterface of the\nconfigured orientation (square, portrait and/or landscape)\nNote: a value of NULL or empty string ('') is considered valid

"},{"t":"M","n":"Neos\\Media\\Validator\\ImageOrientationValidator::validateOptions","p":"Neos/Media/Validator/ImageOrientationValidator.html#method_validateOptions","d":""},{"t":"M","n":"Neos\\Media\\Validator\\ImageSizeValidator::isValid","p":"Neos/Media/Validator/ImageSizeValidator.html#method_isValid","d":"

The given $value is valid if it is an \\Neos\\Media\\Domain\\Model\\ImageInterface of the configured resolution\nNote: a value of NULL or empty string ('') is considered valid

"},{"t":"M","n":"Neos\\Media\\Validator\\ImageSizeValidator::validateOptions","p":"Neos/Media/Validator/ImageSizeValidator.html#method_validateOptions","d":""},{"t":"M","n":"Neos\\Media\\Validator\\ImageTypeValidator::isValid","p":"Neos/Media/Validator/ImageTypeValidator.html#method_isValid","d":"

The given $value is valid if it is an \\Neos\\Media\\Domain\\Model\\ImageInterface of the\nconfigured type (one of the image/* IANA media subtypes)

"},{"t":"M","n":"Neos\\Media\\Validator\\ImageTypeValidator::validateOptions","p":"Neos/Media/Validator/ImageTypeValidator.html#method_validateOptions","d":"

Checks if this validator is correctly configured

"},{"t":"M","n":"Neos\\Media\\ViewHelpers\\FileTypeIconViewHelper::initializeArguments","p":"Neos/Media/ViewHelpers/FileTypeIconViewHelper.html#method_initializeArguments","d":""},{"t":"M","n":"Neos\\Media\\ViewHelpers\\FileTypeIconViewHelper::render","p":"Neos/Media/ViewHelpers/FileTypeIconViewHelper.html#method_render","d":"

Renders an HTML tag for a file type icon for a given Neos.Media's asset instance

"},{"t":"M","n":"Neos\\Media\\ViewHelpers\\Form\\CheckboxViewHelper::initializeArguments","p":"Neos/Media/ViewHelpers/Form/CheckboxViewHelper.html#method_initializeArguments","d":"

Initialize the arguments.

"},{"t":"M","n":"Neos\\Media\\ViewHelpers\\Form\\CheckboxViewHelper::render","p":"Neos/Media/ViewHelpers/Form/CheckboxViewHelper.html#method_render","d":"

Renders the checkbox.

"},{"t":"M","n":"Neos\\Media\\ViewHelpers\\Form\\CheckboxViewHelper::getNameWithoutPrefix","p":"Neos/Media/ViewHelpers/Form/CheckboxViewHelper.html#method_getNameWithoutPrefix","d":"

Get the name of this form element, without prefix.

"},{"t":"M","n":"Neos\\Media\\ViewHelpers\\Format\\RelativeDateViewHelper::initializeArguments","p":"Neos/Media/ViewHelpers/Format/RelativeDateViewHelper.html#method_initializeArguments","d":""},{"t":"M","n":"Neos\\Media\\ViewHelpers\\Format\\RelativeDateViewHelper::render","p":"Neos/Media/ViewHelpers/Format/RelativeDateViewHelper.html#method_render","d":"

Renders a DateTime formatted relative to the current date.

"},{"t":"M","n":"Neos\\Media\\ViewHelpers\\ImageViewHelper::initializeArguments","p":"Neos/Media/ViewHelpers/ImageViewHelper.html#method_initializeArguments","d":""},{"t":"M","n":"Neos\\Media\\ViewHelpers\\ImageViewHelper::render","p":"Neos/Media/ViewHelpers/ImageViewHelper.html#method_render","d":"

Renders an HTML img tag with a thumbnail image, created from a given image.

"},{"t":"M","n":"Neos\\Media\\ViewHelpers\\ThumbnailViewHelper::initializeArguments","p":"Neos/Media/ViewHelpers/ThumbnailViewHelper.html#method_initializeArguments","d":""},{"t":"M","n":"Neos\\Media\\ViewHelpers\\ThumbnailViewHelper::render","p":"Neos/Media/ViewHelpers/ThumbnailViewHelper.html#method_render","d":"

Renders an HTML img tag with a thumbnail image, created from a given asset.

"},{"t":"M","n":"Neos\\Media\\ViewHelpers\\Uri\\ImageViewHelper::initializeArguments","p":"Neos/Media/ViewHelpers/Uri/ImageViewHelper.html#method_initializeArguments","d":""},{"t":"M","n":"Neos\\Media\\ViewHelpers\\Uri\\ImageViewHelper::render","p":"Neos/Media/ViewHelpers/Uri/ImageViewHelper.html#method_render","d":"

Renders the path to a thumbnail image, created from a given image.

"},{"t":"M","n":"Neos\\Media\\ViewHelpers\\Uri\\ThumbnailViewHelper::initializeArguments","p":"Neos/Media/ViewHelpers/Uri/ThumbnailViewHelper.html#method_initializeArguments","d":""},{"t":"M","n":"Neos\\Media\\ViewHelpers\\Uri\\ThumbnailViewHelper::render","p":"Neos/Media/ViewHelpers/Uri/ThumbnailViewHelper.html#method_render","d":"

Renders the path to a thumbnail image, created from a given asset.

"},{"t":"M","n":"Neos\\Neos\\Aspects\\FusionCachingAspect::cacheGetMergedFusionObjectTree","p":"Neos/Neos/Aspects/FusionCachingAspect.html#method_cacheGetMergedFusionObjectTree","d":""},{"t":"M","n":"Neos\\Neos\\Aspects\\FusionCachingAspect::getSiteForSiteNode","p":"Neos/Neos/Aspects/FusionCachingAspect.html#method_getSiteForSiteNode","d":"

Get a site for the given site node.

"},{"t":"M","n":"Neos\\Neos\\Aspects\\NodeTypeConfigurationEnrichmentAspect::enrichNodeTypeLabelsConfiguration","p":"Neos/Neos/Aspects/NodeTypeConfigurationEnrichmentAspect.html#method_enrichNodeTypeLabelsConfiguration","d":""},{"t":"M","n":"Neos\\Neos\\Aspects\\NodeTypeConfigurationEnrichmentAspect::addLabelsToNodeTypeConfiguration","p":"Neos/Neos/Aspects/NodeTypeConfigurationEnrichmentAspect.html#method_addLabelsToNodeTypeConfiguration","d":""},{"t":"M","n":"Neos\\Neos\\Aspects\\NodeTypeConfigurationEnrichmentAspect::setPropertyLabels","p":"Neos/Neos/Aspects/NodeTypeConfigurationEnrichmentAspect.html#method_setPropertyLabels","d":""},{"t":"M","n":"Neos\\Neos\\Aspects\\NodeTypeConfigurationEnrichmentAspect::resolveHelpMessageThumbnail","p":"Neos/Neos/Aspects/NodeTypeConfigurationEnrichmentAspect.html#method_resolveHelpMessageThumbnail","d":"

Resolve help message thumbnail url

"},{"t":"M","n":"Neos\\Neos\\Aspects\\NodeTypeConfigurationEnrichmentAspect::applyEditorLabels","p":"Neos/Neos/Aspects/NodeTypeConfigurationEnrichmentAspect.html#method_applyEditorLabels","d":""},{"t":"M","n":"Neos\\Neos\\Aspects\\NodeTypeConfigurationEnrichmentAspect::setGlobalUiElementLabels","p":"Neos/Neos/Aspects/NodeTypeConfigurationEnrichmentAspect.html#method_setGlobalUiElementLabels","d":"

Sets labels for global NodeType elements like tabs and groups and the general label.

"},{"t":"M","n":"Neos\\Neos\\Aspects\\NodeTypeConfigurationEnrichmentAspect::shouldFetchTranslation","p":"Neos/Neos/Aspects/NodeTypeConfigurationEnrichmentAspect.html#method_shouldFetchTranslation","d":"

Should a label be generated for the given field or is there something configured?

"},{"t":"M","n":"Neos\\Neos\\Aspects\\NodeTypeConfigurationEnrichmentAspect::getInspectorElementTranslationId","p":"Neos/Neos/Aspects/NodeTypeConfigurationEnrichmentAspect.html#method_getInspectorElementTranslationId","d":"

Generates a generic inspector element label with the given $nodeTypeSpecificPrefix.

"},{"t":"M","n":"Neos\\Neos\\Aspects\\NodeTypeConfigurationEnrichmentAspect::getPropertyLabelTranslationId","p":"Neos/Neos/Aspects/NodeTypeConfigurationEnrichmentAspect.html#method_getPropertyLabelTranslationId","d":"

Generates a property label with the given $nodeTypeSpecificPrefix.

"},{"t":"M","n":"Neos\\Neos\\Aspects\\NodeTypeConfigurationEnrichmentAspect::getPropertyConfigurationTranslationId","p":"Neos/Neos/Aspects/NodeTypeConfigurationEnrichmentAspect.html#method_getPropertyConfigurationTranslationId","d":"

Generates a property configuration-label with the given $nodeTypeSpecificPrefix.

"},{"t":"M","n":"Neos\\Neos\\Aspects\\NodeTypeConfigurationEnrichmentAspect::generateNodeTypeLabelIdPrefix","p":"Neos/Neos/Aspects/NodeTypeConfigurationEnrichmentAspect.html#method_generateNodeTypeLabelIdPrefix","d":"

Generates a label prefix for a specific node type with this format: "Vendor_Package:NodeTypes.NodeTypeName"

"},{"t":"M","n":"Neos\\Neos\\Aspects\\NodeTypeConfigurationEnrichmentAspect::splitIdentifier","p":"Neos/Neos/Aspects/NodeTypeConfigurationEnrichmentAspect.html#method_splitIdentifier","d":"

Splits an identifier string of the form PackageKey:id or PackageKey:Source:id into an array with the keys\nid, source and packageKey.

"},{"t":"M","n":"Neos\\Neos\\Aspects\\PluginUriAspect::rewritePluginViewUris","p":"Neos/Neos/Aspects/PluginUriAspect.html#method_rewritePluginViewUris","d":""},{"t":"M","n":"Neos\\Neos\\Aspects\\PluginUriAspect::getControllerObjectName","p":"Neos/Neos/Aspects/PluginUriAspect.html#method_getControllerObjectName","d":"

Merge the default plugin arguments of the Plugin with the arguments in the request\nand generate a controllerObjectName

"},{"t":"M","n":"Neos\\Neos\\Aspects\\PluginUriAspect::generateUriForNode","p":"Neos/Neos/Aspects/PluginUriAspect.html#method_generateUriForNode","d":"

This method generates the Uri through the joinPoint with\ntemporary overriding the used node

"},{"t":"M","n":"Neos\\Neos\\Aspects\\ScrambleTranslationAspect::scrambleTranslatedStrings","p":"Neos/Neos/Aspects/ScrambleTranslationAspect.html#method_scrambleTranslatedStrings","d":""},{"t":"M","n":"Neos\\Neos\\Aspects\\SiteRepositoryCachingAspect::cacheFirstOnlineSite","p":"Neos/Neos/Aspects/SiteRepositoryCachingAspect.html#method_cacheFirstOnlineSite","d":""},{"t":"M","n":"Neos\\Neos\\Aspects\\SiteRepositoryCachingAspect::cacheDomainForActiveRequest","p":"Neos/Neos/Aspects/SiteRepositoryCachingAspect.html#method_cacheDomainForActiveRequest","d":""},{"t":"M","n":"Neos\\Neos\\Command\\DomainCommandController::addCommand","p":"Neos/Neos/Command/DomainCommandController.html#method_addCommand","d":"

Add a domain record

"},{"t":"M","n":"Neos\\Neos\\Command\\DomainCommandController::listCommand","p":"Neos/Neos/Command/DomainCommandController.html#method_listCommand","d":"

Display a list of available domain records

"},{"t":"M","n":"Neos\\Neos\\Command\\DomainCommandController::deleteCommand","p":"Neos/Neos/Command/DomainCommandController.html#method_deleteCommand","d":"

Delete a domain record by hostname (with globbing)

"},{"t":"M","n":"Neos\\Neos\\Command\\DomainCommandController::activateCommand","p":"Neos/Neos/Command/DomainCommandController.html#method_activateCommand","d":"

Activate a domain record by hostname (with globbing)

"},{"t":"M","n":"Neos\\Neos\\Command\\DomainCommandController::deactivateCommand","p":"Neos/Neos/Command/DomainCommandController.html#method_deactivateCommand","d":"

Deactivate a domain record by hostname (with globbing)

"},{"t":"M","n":"Neos\\Neos\\Command\\DomainCommandController::findDomainsByHostnamePattern","p":"Neos/Neos/Command/DomainCommandController.html#method_findDomainsByHostnamePattern","d":"

Find domains that match the given hostname with globbing support

"},{"t":"M","n":"Neos\\Neos\\Command\\NodeCommandControllerPlugin::getSubCommandShortDescription","p":"Neos/Neos/Command/NodeCommandControllerPlugin.html#method_getSubCommandShortDescription","d":"

Returns a short description

"},{"t":"M","n":"Neos\\Neos\\Command\\NodeCommandControllerPlugin::getSubCommandDescription","p":"Neos/Neos/Command/NodeCommandControllerPlugin.html#method_getSubCommandDescription","d":"

Returns a piece of description for the specific task the plugin solves for the specified command

"},{"t":"M","n":"Neos\\Neos\\Command\\NodeCommandControllerPlugin::invokeSubCommand","p":"Neos/Neos/Command/NodeCommandControllerPlugin.html#method_invokeSubCommand","d":"

A method which runs the task implemented by the plugin for the given command

"},{"t":"M","n":"Neos\\Neos\\Command\\NodeCommandControllerPlugin::createMissingSitesNode","p":"Neos/Neos/Command/NodeCommandControllerPlugin.html#method_createMissingSitesNode","d":"

Creates the /sites node if it is missing.

"},{"t":"M","n":"Neos\\Neos\\Command\\NodeCommandControllerPlugin::generateUriPathSegments","p":"Neos/Neos/Command/NodeCommandControllerPlugin.html#method_generateUriPathSegments","d":"

Generate missing URI path segments

"},{"t":"M","n":"Neos\\Neos\\Command\\NodeCommandControllerPlugin::generateUriPathSegmentsForNode","p":"Neos/Neos/Command/NodeCommandControllerPlugin.html#method_generateUriPathSegmentsForNode","d":"

Traverses through the tree starting at the given root node and sets the uriPathSegment property derived from\nthe node label.

"},{"t":"M","n":"Neos\\Neos\\Command\\NodeCommandControllerPlugin::removeContentDimensionsFromRootAndSitesNode","p":"Neos/Neos/Command/NodeCommandControllerPlugin.html#method_removeContentDimensionsFromRootAndSitesNode","d":"

Remove dimensions on nodes "/" and "/sites"

"},{"t":"M","n":"Neos\\Neos\\Command\\NodeCommandControllerPlugin::createContext","p":"Neos/Neos/Command/NodeCommandControllerPlugin.html#method_createContext","d":"

Creates a content context for given workspace and language identifiers

"},{"t":"M","n":"Neos\\Neos\\Command\\NodeCommandControllerPlugin::on","p":"Neos/Neos/Command/NodeCommandControllerPlugin.html#method_on","d":"

Attaches a new event handler

"},{"t":"M","n":"Neos\\Neos\\Command\\NodeCommandControllerPlugin::dispatch","p":"Neos/Neos/Command/NodeCommandControllerPlugin.html#method_dispatch","d":"

Trigger a custom event

"},{"t":"M","n":"Neos\\Neos\\Command\\SiteCommandController::injectLogger","p":"Neos/Neos/Command/SiteCommandController.html#method_injectLogger","d":""},{"t":"M","n":"Neos\\Neos\\Command\\SiteCommandController::injectThrowableStorage","p":"Neos/Neos/Command/SiteCommandController.html#method_injectThrowableStorage","d":""},{"t":"M","n":"Neos\\Neos\\Command\\SiteCommandController::createCommand","p":"Neos/Neos/Command/SiteCommandController.html#method_createCommand","d":"

Create a new site

"},{"t":"M","n":"Neos\\Neos\\Command\\SiteCommandController::importCommand","p":"Neos/Neos/Command/SiteCommandController.html#method_importCommand","d":"

Import sites content

"},{"t":"M","n":"Neos\\Neos\\Command\\SiteCommandController::exportCommand","p":"Neos/Neos/Command/SiteCommandController.html#method_exportCommand","d":"

Export sites content (e.g. site:export --package-key "Neos.Demo")

"},{"t":"M","n":"Neos\\Neos\\Command\\SiteCommandController::pruneCommand","p":"Neos/Neos/Command/SiteCommandController.html#method_pruneCommand","d":"

Remove site with content and related data (with globbing)

"},{"t":"M","n":"Neos\\Neos\\Command\\SiteCommandController::listCommand","p":"Neos/Neos/Command/SiteCommandController.html#method_listCommand","d":"

List available sites

"},{"t":"M","n":"Neos\\Neos\\Command\\SiteCommandController::activateCommand","p":"Neos/Neos/Command/SiteCommandController.html#method_activateCommand","d":"

Activate a site (with globbing)

"},{"t":"M","n":"Neos\\Neos\\Command\\SiteCommandController::deactivateCommand","p":"Neos/Neos/Command/SiteCommandController.html#method_deactivateCommand","d":"

Deactivate a site (with globbing)

"},{"t":"M","n":"Neos\\Neos\\Command\\SiteCommandController::findSitesByNodeNamePattern","p":"Neos/Neos/Command/SiteCommandController.html#method_findSitesByNodeNamePattern","d":"

Find all sites the match the given site-node-name-pattern with support for globbing

"},{"t":"M","n":"Neos\\Neos\\Command\\UserCommandController::listCommand","p":"Neos/Neos/Command/UserCommandController.html#method_listCommand","d":"

List all users

"},{"t":"M","n":"Neos\\Neos\\Command\\UserCommandController::showCommand","p":"Neos/Neos/Command/UserCommandController.html#method_showCommand","d":"

Shows the given user

"},{"t":"M","n":"Neos\\Neos\\Command\\UserCommandController::createCommand","p":"Neos/Neos/Command/UserCommandController.html#method_createCommand","d":"

Create a new user

"},{"t":"M","n":"Neos\\Neos\\Command\\UserCommandController::deleteCommand","p":"Neos/Neos/Command/UserCommandController.html#method_deleteCommand","d":"

Delete a user (with globbing)

"},{"t":"M","n":"Neos\\Neos\\Command\\UserCommandController::activateCommand","p":"Neos/Neos/Command/UserCommandController.html#method_activateCommand","d":"

Activate a user (with globbing)

"},{"t":"M","n":"Neos\\Neos\\Command\\UserCommandController::deactivateCommand","p":"Neos/Neos/Command/UserCommandController.html#method_deactivateCommand","d":"

Deactivate a user (with globbing)

"},{"t":"M","n":"Neos\\Neos\\Command\\UserCommandController::setPasswordCommand","p":"Neos/Neos/Command/UserCommandController.html#method_setPasswordCommand","d":"

Set a new password for the given user

"},{"t":"M","n":"Neos\\Neos\\Command\\UserCommandController::addRoleCommand","p":"Neos/Neos/Command/UserCommandController.html#method_addRoleCommand","d":"

Add a role to a user

"},{"t":"M","n":"Neos\\Neos\\Command\\UserCommandController::removeRoleCommand","p":"Neos/Neos/Command/UserCommandController.html#method_removeRoleCommand","d":"

Remove a role from a user

"},{"t":"M","n":"Neos\\Neos\\Command\\UserCommandController::findUsersByUsernamePattern","p":"Neos/Neos/Command/UserCommandController.html#method_findUsersByUsernamePattern","d":"

Find all users the match the given username with globbing support

"},{"t":"M","n":"Neos\\Neos\\Command\\UserCommandController::getTableRowForUser","p":"Neos/Neos/Command/UserCommandController.html#method_getTableRowForUser","d":"

Prepares a table row for output with data of the given User

"},{"t":"M","n":"Neos\\Neos\\Command\\WorkspaceCommandController::publishCommand","p":"Neos/Neos/Command/WorkspaceCommandController.html#method_publishCommand","d":"

Publish changes of a workspace

"},{"t":"M","n":"Neos\\Neos\\Command\\WorkspaceCommandController::discardCommand","p":"Neos/Neos/Command/WorkspaceCommandController.html#method_discardCommand","d":"

Discard changes in workspace

"},{"t":"M","n":"Neos\\Neos\\Command\\WorkspaceCommandController::createCommand","p":"Neos/Neos/Command/WorkspaceCommandController.html#method_createCommand","d":"

Create a new workspace

"},{"t":"M","n":"Neos\\Neos\\Command\\WorkspaceCommandController::deleteCommand","p":"Neos/Neos/Command/WorkspaceCommandController.html#method_deleteCommand","d":"

Deletes a workspace

"},{"t":"M","n":"Neos\\Neos\\Command\\WorkspaceCommandController::rebaseCommand","p":"Neos/Neos/Command/WorkspaceCommandController.html#method_rebaseCommand","d":"

Rebase a workspace

"},{"t":"M","n":"Neos\\Neos\\Command\\WorkspaceCommandController::listCommand","p":"Neos/Neos/Command/WorkspaceCommandController.html#method_listCommand","d":"

Display a list of existing workspaces

"},{"t":"M","n":"Neos\\Neos\\Controller\\BackendUserTranslationTrait::initializeObject","p":"Neos/Neos/Controller/BackendUserTranslationTrait.html#method_initializeObject","d":"

Set the locale according to the user settings

"},{"t":"M","n":"Neos\\Neos\\Controller\\Backend\\BackendController::indexAction","p":"Neos/Neos/Controller/Backend/BackendController.html#method_indexAction","d":"

Default action of the backend controller.

"},{"t":"M","n":"Neos\\Neos\\Controller\\Backend\\BackendController::switchSiteAction","p":"Neos/Neos/Controller/Backend/BackendController.html#method_switchSiteAction","d":"

Redirects to the Neos backend on the given site, passing a one-time login token

"},{"t":"M","n":"Neos\\Neos\\Controller\\Backend\\BackendController::xliffAsJsonAction","p":"Neos/Neos/Controller/Backend/BackendController.html#method_xliffAsJsonAction","d":"

Returns the cached json array with the xliff labels

"},{"t":"M","n":"Neos\\Neos\\Controller\\Backend\\ContentController::initializeUploadAssetAction","p":"Neos/Neos/Controller/Backend/ContentController.html#method_initializeUploadAssetAction","d":"

Initialize property mapping as the upload usually comes from the Inspector JavaScript

"},{"t":"M","n":"Neos\\Neos\\Controller\\Backend\\ContentController::uploadAssetAction","p":"Neos/Neos/Controller/Backend/ContentController.html#method_uploadAssetAction","d":"

Upload a new image, and return its metadata.

"},{"t":"M","n":"Neos\\Neos\\Controller\\Backend\\ContentController::initializeCreateImageVariantAction","p":"Neos/Neos/Controller/Backend/ContentController.html#method_initializeCreateImageVariantAction","d":"

Configure property mapping for adding a new image variant.

"},{"t":"M","n":"Neos\\Neos\\Controller\\Backend\\ContentController::createImageVariantAction","p":"Neos/Neos/Controller/Backend/ContentController.html#method_createImageVariantAction","d":"

Generate a new image variant from given data.

"},{"t":"M","n":"Neos\\Neos\\Controller\\Backend\\ContentController::imageWithMetadataAction","p":"Neos/Neos/Controller/Backend/ContentController.html#method_imageWithMetadataAction","d":"

Fetch the metadata for a given image

"},{"t":"M","n":"Neos\\Neos\\Controller\\Backend\\ContentController::getImageInterfacePreviewData","p":"Neos/Neos/Controller/Backend/ContentController.html#method_getImageInterfacePreviewData","d":"

Returns important meta data for the given object implementing ImageInterface.

"},{"t":"M","n":"Neos\\Neos\\Controller\\Backend\\ContentController::getImagePreviewData","p":"Neos/Neos/Controller/Backend/ContentController.html#method_getImagePreviewData","d":""},{"t":"M","n":"Neos\\Neos\\Controller\\Backend\\ContentController::getImageVariantPreviewData","p":"Neos/Neos/Controller/Backend/ContentController.html#method_getImageVariantPreviewData","d":""},{"t":"M","n":"Neos\\Neos\\Controller\\Backend\\ContentController::initializeAssetsWithMetadataAction","p":"Neos/Neos/Controller/Backend/ContentController.html#method_initializeAssetsWithMetadataAction","d":""},{"t":"M","n":"Neos\\Neos\\Controller\\Backend\\ContentController::assetsWithMetadataAction","p":"Neos/Neos/Controller/Backend/ContentController.html#method_assetsWithMetadataAction","d":"

Fetch the metadata for multiple assets

"},{"t":"M","n":"Neos\\Neos\\Controller\\Backend\\ContentController::getAssetProperties","p":"Neos/Neos/Controller/Backend/ContentController.html#method_getAssetProperties","d":""},{"t":"M","n":"Neos\\Neos\\Controller\\Backend\\ContentController::pluginViewsAction","p":"Neos/Neos/Controller/Backend/ContentController.html#method_pluginViewsAction","d":"

Fetch the configured views for the given master plugin

"},{"t":"M","n":"Neos\\Neos\\Controller\\Backend\\ContentController::masterPluginsAction","p":"Neos/Neos/Controller/Backend/ContentController.html#method_masterPluginsAction","d":"

Fetch all master plugins that are available in the current\nworkspace.

"},{"t":"M","n":"Neos\\Neos\\Controller\\Backend\\ContentController::emitAssetUploaded","p":"Neos/Neos/Controller/Backend/ContentController.html#method_emitAssetUploaded","d":"

Signals that a new asset has been uploaded through the Neos Backend

"},{"t":"M","n":"Neos\\Neos\\Controller\\Backend\\MenuHelper::injectSettings","p":"Neos/Neos/Controller/Backend/MenuHelper.html#method_injectSettings","d":""},{"t":"M","n":"Neos\\Neos\\Controller\\Backend\\MenuHelper::buildSiteList","p":"Neos/Neos/Controller/Backend/MenuHelper.html#method_buildSiteList","d":"

Build a list of sites

"},{"t":"M","n":"Neos\\Neos\\Controller\\Backend\\MenuHelper::buildModuleList","p":"Neos/Neos/Controller/Backend/MenuHelper.html#method_buildModuleList","d":""},{"t":"M","n":"Neos\\Neos\\Controller\\Backend\\MenuHelper::isModuleEnabled","p":"Neos/Neos/Controller/Backend/MenuHelper.html#method_isModuleEnabled","d":"

Checks whether a module is enabled or disabled in the configuration

"},{"t":"M","n":"Neos\\Neos\\Controller\\Backend\\MenuHelper::collectModuleData","p":"Neos/Neos/Controller/Backend/MenuHelper.html#method_collectModuleData","d":""},{"t":"M","n":"Neos\\Neos\\Controller\\Backend\\ModuleController::indexAction","p":"Neos/Neos/Controller/Backend/ModuleController.html#method_indexAction","d":""},{"t":"M","n":"Neos\\Neos\\Controller\\Backend\\SchemaController::vieSchemaAction","p":"Neos/Neos/Controller/Backend/SchemaController.html#method_vieSchemaAction","d":"

Generate and renders the JSON schema for the node types for VIE.

"},{"t":"M","n":"Neos\\Neos\\Controller\\Backend\\SchemaController::nodeTypeSchemaAction","p":"Neos/Neos/Controller/Backend/SchemaController.html#method_nodeTypeSchemaAction","d":"

Get the node type configuration schema for the Neos UI

"},{"t":"M","n":"Neos\\Neos\\Controller\\Backend\\SettingsController::editPreviewAction","p":"Neos/Neos/Controller/Backend/SettingsController.html#method_editPreviewAction","d":""},{"t":"M","n":"Neos\\Neos\\Controller\\CreateContentContextTrait::createContentContext","p":"Neos/Neos/Controller/CreateContentContextTrait.html#method_createContentContext","d":"

Create a ContentContext based on the given workspace name

"},{"t":"M","n":"Neos\\Neos\\Controller\\CreateContentContextTrait::createContextMatchingNodeData","p":"Neos/Neos/Controller/CreateContentContextTrait.html#method_createContextMatchingNodeData","d":"

Generates a Context that exactly fits the given NodeData Workspace, Dimensions & Site.

"},{"t":"M","n":"Neos\\Neos\\Controller\\Frontend\\NodeController::initializeShowAction","p":"Neos/Neos/Controller/Frontend/NodeController.html#method_initializeShowAction","d":"

Allow invisible nodes to be redirected to

"},{"t":"M","n":"Neos\\Neos\\Controller\\Frontend\\NodeController::showAction","p":"Neos/Neos/Controller/Frontend/NodeController.html#method_showAction","d":"

Shows the specified node and takes visibility and access restrictions into\naccount.

"},{"t":"M","n":"Neos\\Neos\\Controller\\Frontend\\NodeController::initializePreviewAction","p":"Neos/Neos/Controller/Frontend/NodeController.html#method_initializePreviewAction","d":"

Allow invisible nodes to be previewed

"},{"t":"M","n":"Neos\\Neos\\Controller\\Frontend\\NodeController::previewAction","p":"Neos/Neos/Controller/Frontend/NodeController.html#method_previewAction","d":"

Previews a node that is not live (i.e. for the Backend Preview & Edit Mode)

"},{"t":"M","n":"Neos\\Neos\\Controller\\Frontend\\NodeController::overrideViewVariablesFromInternalArguments","p":"Neos/Neos/Controller/Frontend/NodeController.html#method_overrideViewVariablesFromInternalArguments","d":"

Checks if the optionally given node context path, affected node context path and Fusion path are set\nand overrides the rendering to use those. Will also add a "X-Neos-AffectedNodePath" header in case the\nactually affected node is different from the one routing resolved.

"},{"t":"M","n":"Neos\\Neos\\Controller\\Frontend\\NodeController::handleShortcutNode","p":"Neos/Neos/Controller/Frontend/NodeController.html#method_handleShortcutNode","d":"

Handles redirects to shortcut targets in live rendering.

"},{"t":"M","n":"Neos\\Neos\\Controller\\LoginController::initializeIndexAction","p":"Neos/Neos/Controller/LoginController.html#method_initializeIndexAction","d":""},{"t":"M","n":"Neos\\Neos\\Controller\\LoginController::indexAction","p":"Neos/Neos/Controller/LoginController.html#method_indexAction","d":"

Default action, displays the login screen

"},{"t":"M","n":"Neos\\Neos\\Controller\\LoginController::tokenLoginAction","p":"Neos/Neos/Controller/LoginController.html#method_tokenLoginAction","d":"

Logs a user in if a session identifier is available under the given token in the token cache.

"},{"t":"M","n":"Neos\\Neos\\Controller\\LoginController::onAuthenticationFailure","p":"Neos/Neos/Controller/LoginController.html#method_onAuthenticationFailure","d":"

Is called if authentication failed.

"},{"t":"M","n":"Neos\\Neos\\Controller\\LoginController::onAuthenticationSuccess","p":"Neos/Neos/Controller/LoginController.html#method_onAuthenticationSuccess","d":"

Is called if authentication was successful.

"},{"t":"M","n":"Neos\\Neos\\Controller\\LoginController::logoutAction","p":"Neos/Neos/Controller/LoginController.html#method_logoutAction","d":"

Logs out a - possibly - currently logged in account.

"},{"t":"M","n":"Neos\\Neos\\Controller\\LoginController::getErrorFlashMessage","p":"Neos/Neos/Controller/LoginController.html#method_getErrorFlashMessage","d":"

Disable the default error flash message

"},{"t":"M","n":"Neos\\Neos\\Controller\\LoginController::replaceSessionCookie","p":"Neos/Neos/Controller/LoginController.html#method_replaceSessionCookie","d":"

Sets the session cookie to the given identifier, overriding an existing cookie.

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\AbstractModuleController::initializeAction","p":"Neos/Neos/Controller/Module/AbstractModuleController.html#method_initializeAction","d":""},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\AbstractModuleController::initializeView","p":"Neos/Neos/Controller/Module/AbstractModuleController.html#method_initializeView","d":""},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\AbstractModuleController::setTitle","p":"Neos/Neos/Controller/Module/AbstractModuleController.html#method_setTitle","d":"

Use this method to set an alternative title than the module label

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\AbstractModuleController::indexAction","p":"Neos/Neos/Controller/Module/AbstractModuleController.html#method_indexAction","d":""},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\AbstractModuleController::getErrorFlashMessage","p":"Neos/Neos/Controller/Module/AbstractModuleController.html#method_getErrorFlashMessage","d":"

Display no flash message at all on errors.

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Administration\\ConfigurationController::indexAction","p":"Neos/Neos/Controller/Module/Administration/ConfigurationController.html#method_indexAction","d":""},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Administration\\DimensionController::indexAction","p":"Neos/Neos/Controller/Module/Administration/DimensionController.html#method_indexAction","d":""},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Administration\\PackagesController::indexAction","p":"Neos/Neos/Controller/Module/Administration/PackagesController.html#method_indexAction","d":""},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Administration\\SitesController::injectThrowableStorage","p":"Neos/Neos/Controller/Module/Administration/SitesController.html#method_injectThrowableStorage","d":""},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Administration\\SitesController::indexAction","p":"Neos/Neos/Controller/Module/Administration/SitesController.html#method_indexAction","d":""},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Administration\\SitesController::editAction","p":"Neos/Neos/Controller/Module/Administration/SitesController.html#method_editAction","d":"

A edit view for a site and its settings.

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Administration\\SitesController::updateSiteAction","p":"Neos/Neos/Controller/Module/Administration/SitesController.html#method_updateSiteAction","d":"

Update a site

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Administration\\SitesController::newSiteAction","p":"Neos/Neos/Controller/Module/Administration/SitesController.html#method_newSiteAction","d":"

Create a new site form.

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Administration\\SitesController::createSitePackageAction","p":"Neos/Neos/Controller/Module/Administration/SitesController.html#method_createSitePackageAction","d":"

Create a new site-package and directly import it.

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Administration\\SitesController::importSiteAction","p":"Neos/Neos/Controller/Module/Administration/SitesController.html#method_importSiteAction","d":"

Import a site from site package.

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Administration\\SitesController::createSiteNodeAction","p":"Neos/Neos/Controller/Module/Administration/SitesController.html#method_createSiteNodeAction","d":"

Create a new empty site.

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Administration\\SitesController::deleteSiteAction","p":"Neos/Neos/Controller/Module/Administration/SitesController.html#method_deleteSiteAction","d":"

Delete a site.

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Administration\\SitesController::activateSiteAction","p":"Neos/Neos/Controller/Module/Administration/SitesController.html#method_activateSiteAction","d":"

Activates a site

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Administration\\SitesController::deactivateSiteAction","p":"Neos/Neos/Controller/Module/Administration/SitesController.html#method_deactivateSiteAction","d":"

Deactivates a site

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Administration\\SitesController::editDomainAction","p":"Neos/Neos/Controller/Module/Administration/SitesController.html#method_editDomainAction","d":"

Edit a domain

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Administration\\SitesController::updateDomainAction","p":"Neos/Neos/Controller/Module/Administration/SitesController.html#method_updateDomainAction","d":"

Update a domain

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Administration\\SitesController::newDomainAction","p":"Neos/Neos/Controller/Module/Administration/SitesController.html#method_newDomainAction","d":"

The create a new domain action.

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Administration\\SitesController::createDomainAction","p":"Neos/Neos/Controller/Module/Administration/SitesController.html#method_createDomainAction","d":"

Create a domain

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Administration\\SitesController::deleteDomainAction","p":"Neos/Neos/Controller/Module/Administration/SitesController.html#method_deleteDomainAction","d":"

Deletes a domain attached to a site

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Administration\\SitesController::activateDomainAction","p":"Neos/Neos/Controller/Module/Administration/SitesController.html#method_activateDomainAction","d":"

Activates a domain

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Administration\\SitesController::deactivateDomainAction","p":"Neos/Neos/Controller/Module/Administration/SitesController.html#method_deactivateDomainAction","d":"

Deactivates a domain

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Administration\\SitesController::unsetLastVisitedNodeAndRedirect","p":"Neos/Neos/Controller/Module/Administration/SitesController.html#method_unsetLastVisitedNodeAndRedirect","d":""},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Administration\\UsersController::initializeAction","p":"Neos/Neos/Controller/Module/Administration/UsersController.html#method_initializeAction","d":""},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Administration\\UsersController::indexAction","p":"Neos/Neos/Controller/Module/Administration/UsersController.html#method_indexAction","d":"

Shows a list of all users

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Administration\\UsersController::showAction","p":"Neos/Neos/Controller/Module/Administration/UsersController.html#method_showAction","d":"

Shows details for the specified user

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Administration\\UsersController::newAction","p":"Neos/Neos/Controller/Module/Administration/UsersController.html#method_newAction","d":"

Renders a form for creating a new user

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Administration\\UsersController::createAction","p":"Neos/Neos/Controller/Module/Administration/UsersController.html#method_createAction","d":"

Create a new user

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Administration\\UsersController::editAction","p":"Neos/Neos/Controller/Module/Administration/UsersController.html#method_editAction","d":"

Edit an existing user

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Administration\\UsersController::updateAction","p":"Neos/Neos/Controller/Module/Administration/UsersController.html#method_updateAction","d":"

Update a given user

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Administration\\UsersController::deleteAction","p":"Neos/Neos/Controller/Module/Administration/UsersController.html#method_deleteAction","d":"

Delete the given user

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Administration\\UsersController::editAccountAction","p":"Neos/Neos/Controller/Module/Administration/UsersController.html#method_editAccountAction","d":"

Edit the given account

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Administration\\UsersController::updateAccountAction","p":"Neos/Neos/Controller/Module/Administration/UsersController.html#method_updateAccountAction","d":"

Update a given account

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Administration\\UsersController::newElectronicAddressAction","p":"Neos/Neos/Controller/Module/Administration/UsersController.html#method_newElectronicAddressAction","d":"

The add new electronic address action

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Administration\\UsersController::createElectronicAddressAction","p":"Neos/Neos/Controller/Module/Administration/UsersController.html#method_createElectronicAddressAction","d":"

Create an new electronic address

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Administration\\UsersController::deleteElectronicAddressAction","p":"Neos/Neos/Controller/Module/Administration/UsersController.html#method_deleteElectronicAddressAction","d":"

Delete an electronic address action

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Administration\\UsersController::assignElectronicAddressOptions","p":"Neos/Neos/Controller/Module/Administration/UsersController.html#method_assignElectronicAddressOptions","d":""},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Administration\\UsersController::getAuthenticationProviders","p":"Neos/Neos/Controller/Module/Administration/UsersController.html#method_getAuthenticationProviders","d":"

Returns sorted list of auth providers by name.

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Administration\\UsersController::getAllowedRoles","p":"Neos/Neos/Controller/Module/Administration/UsersController.html#method_getAllowedRoles","d":"

Returns the roles that the current editor is able to assign\nAdministrator can assign any roles, other users can only assign their own roles

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Administration\\UsersController::isEditingAllowed","p":"Neos/Neos/Controller/Module/Administration/UsersController.html#method_isEditingAllowed","d":"

Returns whether the current user is allowed to edit the given user.

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Management\\HistoryController::indexAction","p":"Neos/Neos/Controller/Module/Management/HistoryController.html#method_indexAction","d":"

Show event overview.

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Management\\HistoryController::initializeView","p":"Neos/Neos/Controller/Module/Management/HistoryController.html#method_initializeView","d":"

Simply sets the Fusion path pattern on the view.

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Management\\WorkspacesController::initializeAction","p":"Neos/Neos/Controller/Module/Management/WorkspacesController.html#method_initializeAction","d":""},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Management\\WorkspacesController::indexAction","p":"Neos/Neos/Controller/Module/Management/WorkspacesController.html#method_indexAction","d":"

Display a list of unpublished content

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Management\\WorkspacesController::showAction","p":"Neos/Neos/Controller/Module/Management/WorkspacesController.html#method_showAction","d":""},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Management\\WorkspacesController::newAction","p":"Neos/Neos/Controller/Module/Management/WorkspacesController.html#method_newAction","d":""},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Management\\WorkspacesController::createAction","p":"Neos/Neos/Controller/Module/Management/WorkspacesController.html#method_createAction","d":"

Create a workspace

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Management\\WorkspacesController::editAction","p":"Neos/Neos/Controller/Module/Management/WorkspacesController.html#method_editAction","d":"

Edit a workspace

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Management\\WorkspacesController::initializeUpdateAction","p":"Neos/Neos/Controller/Module/Management/WorkspacesController.html#method_initializeUpdateAction","d":""},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Management\\WorkspacesController::updateAction","p":"Neos/Neos/Controller/Module/Management/WorkspacesController.html#method_updateAction","d":"

Update a workspace

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Management\\WorkspacesController::deleteAction","p":"Neos/Neos/Controller/Module/Management/WorkspacesController.html#method_deleteAction","d":"

Delete a workspace

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Management\\WorkspacesController::rebaseAndRedirectAction","p":"Neos/Neos/Controller/Module/Management/WorkspacesController.html#method_rebaseAndRedirectAction","d":"

Rebase the current users personal workspace onto the given $targetWorkspace and then\nredirects to the $targetNode in the content module.

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Management\\WorkspacesController::publishNodeAction","p":"Neos/Neos/Controller/Module/Management/WorkspacesController.html#method_publishNodeAction","d":"

Publish a single node

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Management\\WorkspacesController::discardNodeAction","p":"Neos/Neos/Controller/Module/Management/WorkspacesController.html#method_discardNodeAction","d":"

Discard a a single node

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Management\\WorkspacesController::publishOrDiscardNodesAction","p":"Neos/Neos/Controller/Module/Management/WorkspacesController.html#method_publishOrDiscardNodesAction","d":"

Publishes or discards the given nodes

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Management\\WorkspacesController::publishWorkspaceAction","p":"Neos/Neos/Controller/Module/Management/WorkspacesController.html#method_publishWorkspaceAction","d":"

Publishes the whole workspace

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Management\\WorkspacesController::discardWorkspaceAction","p":"Neos/Neos/Controller/Module/Management/WorkspacesController.html#method_discardWorkspaceAction","d":"

Discards content of the whole workspace

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Management\\WorkspacesController::computeChangesCount","p":"Neos/Neos/Controller/Module/Management/WorkspacesController.html#method_computeChangesCount","d":"

Computes the number of added, changed and removed nodes for the given workspace

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Management\\WorkspacesController::computeSiteChanges","p":"Neos/Neos/Controller/Module/Management/WorkspacesController.html#method_computeSiteChanges","d":"

Builds an array of changes for sites in the given workspace

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Management\\WorkspacesController::getOriginalNode","p":"Neos/Neos/Controller/Module/Management/WorkspacesController.html#method_getOriginalNode","d":"

Retrieves the given node's corresponding node in the base workspace (that is, which would be overwritten if the\ngiven node would be published)

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Management\\WorkspacesController::renderContentChanges","p":"Neos/Neos/Controller/Module/Management/WorkspacesController.html#method_renderContentChanges","d":"

Renders the difference between the original and the changed content of the given node and returns it, along\nwith meta information, in an array.

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Management\\WorkspacesController::renderSlimmedDownContent","p":"Neos/Neos/Controller/Module/Management/WorkspacesController.html#method_renderSlimmedDownContent","d":"

Renders a slimmed down representation of a property of the given node. The output will be HTML, but does not\ncontain any markup from the original content.

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Management\\WorkspacesController::getPropertyLabel","p":"Neos/Neos/Controller/Module/Management/WorkspacesController.html#method_getPropertyLabel","d":"

Tries to determine a label for the specified property

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Management\\WorkspacesController::postProcessDiffArray","p":"Neos/Neos/Controller/Module/Management/WorkspacesController.html#method_postProcessDiffArray","d":"

A workaround for some missing functionality in the Diff Renderer:

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Management\\WorkspacesController::prepareBaseWorkspaceOptions","p":"Neos/Neos/Controller/Module/Management/WorkspacesController.html#method_prepareBaseWorkspaceOptions","d":"

Creates an array of workspace names and their respective titles which are possible base workspaces for other\nworkspaces.

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Management\\WorkspacesController::prepareOwnerOptions","p":"Neos/Neos/Controller/Module/Management/WorkspacesController.html#method_prepareOwnerOptions","d":"

Creates an array of user names and their respective labels which are possible owners for a workspace.

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\User\\UserSettingsController::initializeAction","p":"Neos/Neos/Controller/Module/User/UserSettingsController.html#method_initializeAction","d":""},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\User\\UserSettingsController::indexAction","p":"Neos/Neos/Controller/Module/User/UserSettingsController.html#method_indexAction","d":"Index"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\User\\UserSettingsController::editAction","p":"Neos/Neos/Controller/Module/User/UserSettingsController.html#method_editAction","d":"

Edit settings of the current user

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\User\\UserSettingsController::updateAction","p":"Neos/Neos/Controller/Module/User/UserSettingsController.html#method_updateAction","d":"

Update the current user

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\User\\UserSettingsController::editAccountAction","p":"Neos/Neos/Controller/Module/User/UserSettingsController.html#method_editAccountAction","d":"

Edit the given account

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\User\\UserSettingsController::updateAccountAction","p":"Neos/Neos/Controller/Module/User/UserSettingsController.html#method_updateAccountAction","d":"

Update a given account, ie. the password

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\User\\UserSettingsController::newElectronicAddressAction","p":"Neos/Neos/Controller/Module/User/UserSettingsController.html#method_newElectronicAddressAction","d":"

The add new electronic address action

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\User\\UserSettingsController::createElectronicAddressAction","p":"Neos/Neos/Controller/Module/User/UserSettingsController.html#method_createElectronicAddressAction","d":"

Create an new electronic address

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\User\\UserSettingsController::deleteElectronicAddressAction","p":"Neos/Neos/Controller/Module/User/UserSettingsController.html#method_deleteElectronicAddressAction","d":"

Delete an electronic address action

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\User\\UserSettingsController::assignElectronicAddressOptions","p":"Neos/Neos/Controller/Module/User/UserSettingsController.html#method_assignElectronicAddressOptions","d":""},{"t":"M","n":"Neos\\Neos\\Controller\\Service\\AssetProxiesController::initializeView","p":"Neos/Neos/Controller/Service/AssetProxiesController.html#method_initializeView","d":""},{"t":"M","n":"Neos\\Neos\\Controller\\Service\\AssetProxiesController::indexAction","p":"Neos/Neos/Controller/Service/AssetProxiesController.html#method_indexAction","d":"

Shows a list of assets

"},{"t":"M","n":"Neos\\Neos\\Controller\\Service\\AssetProxiesController::showAction","p":"Neos/Neos/Controller/Service/AssetProxiesController.html#method_showAction","d":"

Shows a specific asset proxy

"},{"t":"M","n":"Neos\\Neos\\Controller\\Service\\AssetProxiesController::importAction","p":"Neos/Neos/Controller/Service/AssetProxiesController.html#method_importAction","d":""},{"t":"M","n":"Neos\\Neos\\Controller\\Service\\AssetsController::initializeView","p":"Neos/Neos/Controller/Service/AssetsController.html#method_initializeView","d":""},{"t":"M","n":"Neos\\Neos\\Controller\\Service\\AssetsController::indexAction","p":"Neos/Neos/Controller/Service/AssetsController.html#method_indexAction","d":"

Shows a list of assets

"},{"t":"M","n":"Neos\\Neos\\Controller\\Service\\AssetsController::showAction","p":"Neos/Neos/Controller/Service/AssetsController.html#method_showAction","d":"

Shows a specific asset

"},{"t":"M","n":"Neos\\Neos\\Controller\\Service\\ContentDimensionsController::indexAction","p":"Neos/Neos/Controller/Service/ContentDimensionsController.html#method_indexAction","d":"

Returns the full content dimensions presets as JSON object; see\nContentDimensionPresetSourceInterface::getAllPresets() for a format description.

"},{"t":"M","n":"Neos\\Neos\\Controller\\Service\\ContentDimensionsController::showAction","p":"Neos/Neos/Controller/Service/ContentDimensionsController.html#method_showAction","d":"

Returns only presets of the dimension specified by $dimensionName. But even though only one dimension is returned,\nthe output follows the structure as described in ContentDimensionPresetSourceInterface::getAllPresets().

"},{"t":"M","n":"Neos\\Neos\\Controller\\Service\\NodesController::indexAction","p":"Neos/Neos/Controller/Service/NodesController.html#method_indexAction","d":"

Shows a list of nodes

"},{"t":"M","n":"Neos\\Neos\\Controller\\Service\\NodesController::showAction","p":"Neos/Neos/Controller/Service/NodesController.html#method_showAction","d":"

Shows a specific node

"},{"t":"M","n":"Neos\\Neos\\Controller\\Service\\NodesController::createAction","p":"Neos/Neos/Controller/Service/NodesController.html#method_createAction","d":"

Create a new node from an existing one

"},{"t":"M","n":"Neos\\Neos\\Controller\\Service\\NodesController::addExistingNodeVariantInformationToResponse","p":"Neos/Neos/Controller/Service/NodesController.html#method_addExistingNodeVariantInformationToResponse","d":"

If the node is not found, we first want to figure out whether the node exists in other dimensions or is really non-existent

"},{"t":"M","n":"Neos\\Neos\\Controller\\Service\\NodesController::adoptNodeAndParents","p":"Neos/Neos/Controller/Service/NodesController.html#method_adoptNodeAndParents","d":"

Adopt (translate) the given node and parents that are not yet visible to the given context

"},{"t":"M","n":"Neos\\Neos\\Controller\\Service\\WorkspacesController::indexAction","p":"Neos/Neos/Controller/Service/WorkspacesController.html#method_indexAction","d":"

Shows a list of existing workspaces

"},{"t":"M","n":"Neos\\Neos\\Controller\\Service\\WorkspacesController::showAction","p":"Neos/Neos/Controller/Service/WorkspacesController.html#method_showAction","d":"

Shows details of the given workspace

"},{"t":"M","n":"Neos\\Neos\\Controller\\Service\\WorkspacesController::createAction","p":"Neos/Neos/Controller/Service/WorkspacesController.html#method_createAction","d":"

Create a workspace

"},{"t":"M","n":"Neos\\Neos\\Controller\\Service\\WorkspacesController::initializeUpdateAction","p":"Neos/Neos/Controller/Service/WorkspacesController.html#method_initializeUpdateAction","d":"

Configure property mapping for the updateAction

"},{"t":"M","n":"Neos\\Neos\\Controller\\Service\\WorkspacesController::updateAction","p":"Neos/Neos/Controller/Service/WorkspacesController.html#method_updateAction","d":"

Updates a workspace

"},{"t":"M","n":"Neos\\Neos\\Domain\\EventListener\\AccountPostEventListener::postPersist","p":"Neos/Neos/Domain/EventListener/AccountPostEventListener.html#method_postPersist","d":""},{"t":"M","n":"Neos\\Neos\\Domain\\EventListener\\AccountPostEventListener::postUpdate","p":"Neos/Neos/Domain/EventListener/AccountPostEventListener.html#method_postUpdate","d":""},{"t":"M","n":"Neos\\Neos\\Domain\\EventListener\\AccountPostEventListener::postRemove","p":"Neos/Neos/Domain/EventListener/AccountPostEventListener.html#method_postRemove","d":""},{"t":"M","n":"Neos\\Neos\\Domain\\EventListener\\AccountPostEventListener::flushConfigurationCache","p":"Neos/Neos/Domain/EventListener/AccountPostEventListener.html#method_flushConfigurationCache","d":""},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\Domain::setHostname","p":"Neos/Neos/Domain/Model/Domain.html#method_setHostname","d":"

Sets the hostname

"},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\Domain::getHostname","p":"Neos/Neos/Domain/Model/Domain.html#method_getHostname","d":"

Returns the hostname

"},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\Domain::setScheme","p":"Neos/Neos/Domain/Model/Domain.html#method_setScheme","d":"

Sets the scheme for the domain

"},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\Domain::getScheme","p":"Neos/Neos/Domain/Model/Domain.html#method_getScheme","d":"

Returns the scheme for this domain

"},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\Domain::setPort","p":"Neos/Neos/Domain/Model/Domain.html#method_setPort","d":"

Sets the port for the domain

"},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\Domain::getPort","p":"Neos/Neos/Domain/Model/Domain.html#method_getPort","d":"

Returns the port for this domain

"},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\Domain::setSite","p":"Neos/Neos/Domain/Model/Domain.html#method_setSite","d":"

Sets the site this domain is pointing to

"},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\Domain::getSite","p":"Neos/Neos/Domain/Model/Domain.html#method_getSite","d":"

Returns the site this domain is pointing to

"},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\Domain::setActive","p":"Neos/Neos/Domain/Model/Domain.html#method_setActive","d":"

Sets if the domain is active

"},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\Domain::getActive","p":"Neos/Neos/Domain/Model/Domain.html#method_getActive","d":"

Returns if the domain is active

"},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\Domain::onPostFlush","p":"Neos/Neos/Domain/Model/Domain.html#method_onPostFlush","d":"

Internal event handler to forward domain changes to the "siteChanged" signal

"},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\Domain::getCacheEntryIdentifier","p":"Neos/Neos/Domain/Model/Domain.html#method_getCacheEntryIdentifier","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\Domain::__toString","p":"Neos/Neos/Domain/Model/Domain.html#method___toString","d":"

Returns a URI string representation of this domain

"},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\Dto\\AssetUsageInNodeProperties::__construct","p":"Neos/Neos/Domain/Model/Dto/AssetUsageInNodeProperties.html#method___construct","d":""},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\Dto\\AssetUsageInNodeProperties::getNodeIdentifier","p":"Neos/Neos/Domain/Model/Dto/AssetUsageInNodeProperties.html#method_getNodeIdentifier","d":""},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\Dto\\AssetUsageInNodeProperties::getWorkspaceName","p":"Neos/Neos/Domain/Model/Dto/AssetUsageInNodeProperties.html#method_getWorkspaceName","d":""},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\Dto\\AssetUsageInNodeProperties::getDimensionValues","p":"Neos/Neos/Domain/Model/Dto/AssetUsageInNodeProperties.html#method_getDimensionValues","d":""},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\Dto\\AssetUsageInNodeProperties::getNodeTypeName","p":"Neos/Neos/Domain/Model/Dto/AssetUsageInNodeProperties.html#method_getNodeTypeName","d":""},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\PluginViewDefinition::__construct","p":"Neos/Neos/Domain/Model/PluginViewDefinition.html#method___construct","d":""},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\PluginViewDefinition::getPluginNodeType","p":"Neos/Neos/Domain/Model/PluginViewDefinition.html#method_getPluginNodeType","d":""},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\PluginViewDefinition::getName","p":"Neos/Neos/Domain/Model/PluginViewDefinition.html#method_getName","d":"

Returns the name of the plugin view

"},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\PluginViewDefinition::getConfiguration","p":"Neos/Neos/Domain/Model/PluginViewDefinition.html#method_getConfiguration","d":"

Get the full configuration of the node type. Should only be used internally.

"},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\PluginViewDefinition::getLabel","p":"Neos/Neos/Domain/Model/PluginViewDefinition.html#method_getLabel","d":"

Get the human-readable label of this node type

"},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\PluginViewDefinition::getControllerActionPairs","p":"Neos/Neos/Domain/Model/PluginViewDefinition.html#method_getControllerActionPairs","d":""},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\PluginViewDefinition::matchesControllerActionPair","p":"Neos/Neos/Domain/Model/PluginViewDefinition.html#method_matchesControllerActionPair","d":"

Whether or not the current PluginView is configured to handle the specified controller/action pair

"},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\PluginViewDefinition::__toString","p":"Neos/Neos/Domain/Model/PluginViewDefinition.html#method___toString","d":"

Renders the unique name of this PluginView in the format :/

"},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\Site::__construct","p":"Neos/Neos/Domain/Model/Site.html#method___construct","d":"

Constructs this Site object

"},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\Site::__toString","p":"Neos/Neos/Domain/Model/Site.html#method___toString","d":""},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\Site::setName","p":"Neos/Neos/Domain/Model/Site.html#method_setName","d":"

Sets the name for this site

"},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\Site::getName","p":"Neos/Neos/Domain/Model/Site.html#method_getName","d":"

Returns the name of this site

"},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\Site::getNodeName","p":"Neos/Neos/Domain/Model/Site.html#method_getNodeName","d":"

Returns the node name of this site

"},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\Site::setNodeName","p":"Neos/Neos/Domain/Model/Site.html#method_setNodeName","d":"

Sets the node name for this site

"},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\Site::setState","p":"Neos/Neos/Domain/Model/Site.html#method_setState","d":"

Sets the state for this site

"},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\Site::getState","p":"Neos/Neos/Domain/Model/Site.html#method_getState","d":"

Returns the state of this site

"},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\Site::setSiteResourcesPackageKey","p":"Neos/Neos/Domain/Model/Site.html#method_setSiteResourcesPackageKey","d":"

Sets the key of a package containing the static resources for this site.

"},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\Site::getSiteResourcesPackageKey","p":"Neos/Neos/Domain/Model/Site.html#method_getSiteResourcesPackageKey","d":"

Returns the key of a package containing the static resources for this site.

"},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\Site::isOnline","p":"Neos/Neos/Domain/Model/Site.html#method_isOnline","d":""},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\Site::isOffline","p":"Neos/Neos/Domain/Model/Site.html#method_isOffline","d":""},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\Site::setDomains","p":"Neos/Neos/Domain/Model/Site.html#method_setDomains","d":""},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\Site::getDomains","p":"Neos/Neos/Domain/Model/Site.html#method_getDomains","d":""},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\Site::hasActiveDomains","p":"Neos/Neos/Domain/Model/Site.html#method_hasActiveDomains","d":""},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\Site::getActiveDomains","p":"Neos/Neos/Domain/Model/Site.html#method_getActiveDomains","d":""},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\Site::getFirstActiveDomain","p":"Neos/Neos/Domain/Model/Site.html#method_getFirstActiveDomain","d":""},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\Site::setPrimaryDomain","p":"Neos/Neos/Domain/Model/Site.html#method_setPrimaryDomain","d":"

Sets (and adds if necessary) the primary domain of this site.

"},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\Site::getPrimaryDomain","p":"Neos/Neos/Domain/Model/Site.html#method_getPrimaryDomain","d":"

Returns the primary domain, if one has been defined.

"},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\Site::getAssetCollection","p":"Neos/Neos/Domain/Model/Site.html#method_getAssetCollection","d":""},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\Site::setAssetCollection","p":"Neos/Neos/Domain/Model/Site.html#method_setAssetCollection","d":""},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\Site::onPostFlush","p":"Neos/Neos/Domain/Model/Site.html#method_onPostFlush","d":"

Internal event handler to forward site changes to the "siteChanged" signal

"},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\Site::emitSiteChanged","p":"Neos/Neos/Domain/Model/Site.html#method_emitSiteChanged","d":"

Internal signal

"},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\User::__construct","p":"Neos/Neos/Domain/Model/User.html#method___construct","d":"

Constructs this User object

"},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\User::getLabel","p":"Neos/Neos/Domain/Model/User.html#method_getLabel","d":"

Returns a label which can be used as a human-friendly identifier for this user.

"},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\User::getPreferences","p":"Neos/Neos/Domain/Model/User.html#method_getPreferences","d":""},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\User::setPreferences","p":"Neos/Neos/Domain/Model/User.html#method_setPreferences","d":""},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\User::isActive","p":"Neos/Neos/Domain/Model/User.html#method_isActive","d":"

Checks if at least one account of this user ist active

"},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\UserInterfaceMode::getName","p":"Neos/Neos/Domain/Model/UserInterfaceMode.html#method_getName","d":""},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\UserInterfaceMode::setName","p":"Neos/Neos/Domain/Model/UserInterfaceMode.html#method_setName","d":""},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\UserInterfaceMode::isPreview","p":"Neos/Neos/Domain/Model/UserInterfaceMode.html#method_isPreview","d":""},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\UserInterfaceMode::setPreview","p":"Neos/Neos/Domain/Model/UserInterfaceMode.html#method_setPreview","d":""},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\UserInterfaceMode::isEdit","p":"Neos/Neos/Domain/Model/UserInterfaceMode.html#method_isEdit","d":""},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\UserInterfaceMode::setEdit","p":"Neos/Neos/Domain/Model/UserInterfaceMode.html#method_setEdit","d":""},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\UserInterfaceMode::getFusionPath","p":"Neos/Neos/Domain/Model/UserInterfaceMode.html#method_getFusionPath","d":""},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\UserInterfaceMode::setFusionPath","p":"Neos/Neos/Domain/Model/UserInterfaceMode.html#method_setFusionPath","d":""},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\UserInterfaceMode::getTitle","p":"Neos/Neos/Domain/Model/UserInterfaceMode.html#method_getTitle","d":""},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\UserInterfaceMode::setTitle","p":"Neos/Neos/Domain/Model/UserInterfaceMode.html#method_setTitle","d":""},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\UserInterfaceMode::getOptions","p":"Neos/Neos/Domain/Model/UserInterfaceMode.html#method_getOptions","d":""},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\UserInterfaceMode::getOptionByPath","p":"Neos/Neos/Domain/Model/UserInterfaceMode.html#method_getOptionByPath","d":""},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\UserInterfaceMode::setOptions","p":"Neos/Neos/Domain/Model/UserInterfaceMode.html#method_setOptions","d":""},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\UserInterfaceMode::createByConfiguration","p":"Neos/Neos/Domain/Model/UserInterfaceMode.html#method_createByConfiguration","d":"

Creates an UserInterfaceMode object by configuration

"},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\UserPreferences::getPreferences","p":"Neos/Neos/Domain/Model/UserPreferences.html#method_getPreferences","d":"

Get preferences

"},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\UserPreferences::setPreferences","p":"Neos/Neos/Domain/Model/UserPreferences.html#method_setPreferences","d":""},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\UserPreferences::set","p":"Neos/Neos/Domain/Model/UserPreferences.html#method_set","d":""},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\UserPreferences::get","p":"Neos/Neos/Domain/Model/UserPreferences.html#method_get","d":""},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\UserPreferences::setInterfaceLanguage","p":"Neos/Neos/Domain/Model/UserPreferences.html#method_setInterfaceLanguage","d":""},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\UserPreferences::getInterfaceLanguage","p":"Neos/Neos/Domain/Model/UserPreferences.html#method_getInterfaceLanguage","d":""},{"t":"M","n":"Neos\\Neos\\Domain\\Repository\\DomainRepository::findByHost","p":"Neos/Neos/Domain/Repository/DomainRepository.html#method_findByHost","d":"

Finds all active domains matching the given hostname.

"},{"t":"M","n":"Neos\\Neos\\Domain\\Repository\\DomainRepository::findOneByHost","p":"Neos/Neos/Domain/Repository/DomainRepository.html#method_findOneByHost","d":"

Find the best matching active domain for the given hostname.

"},{"t":"M","n":"Neos\\Neos\\Domain\\Repository\\DomainRepository::findOneByActiveRequest","p":"Neos/Neos/Domain/Repository/DomainRepository.html#method_findOneByActiveRequest","d":""},{"t":"M","n":"Neos\\Neos\\Domain\\Repository\\SiteRepository::findFirst","p":"Neos/Neos/Domain/Repository/SiteRepository.html#method_findFirst","d":"

Finds the first site

"},{"t":"M","n":"Neos\\Neos\\Domain\\Repository\\SiteRepository::findOnline","p":"Neos/Neos/Domain/Repository/SiteRepository.html#method_findOnline","d":"

Find all sites with status "online"

"},{"t":"M","n":"Neos\\Neos\\Domain\\Repository\\SiteRepository::findFirstOnline","p":"Neos/Neos/Domain/Repository/SiteRepository.html#method_findFirstOnline","d":"

Find first site with status "online"

"},{"t":"M","n":"Neos\\Neos\\Domain\\Repository\\SiteRepository::findOneByNodeName","p":"Neos/Neos/Domain/Repository/SiteRepository.html#method_findOneByNodeName","d":""},{"t":"M","n":"Neos\\Neos\\Domain\\Repository\\SiteRepository::findDefault","p":"Neos/Neos/Domain/Repository/SiteRepository.html#method_findDefault","d":"

Find the site that was specified in the configuration defaultSiteNodeName

"},{"t":"M","n":"Neos\\Neos\\Domain\\Repository\\UserRepository::findAllOrderedByUsername","p":"Neos/Neos/Domain/Repository/UserRepository.html#method_findAllOrderedByUsername","d":""},{"t":"M","n":"Neos\\Neos\\Domain\\Repository\\UserRepository::findBySearchTerm","p":"Neos/Neos/Domain/Repository/UserRepository.html#method_findBySearchTerm","d":""},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\ConfigurationContentDimensionPresetSource::findPresetByUriSegment","p":"Neos/Neos/Domain/Service/ConfigurationContentDimensionPresetSource.html#method_findPresetByUriSegment","d":"

Find a dimension preset by URI identifier

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\ContentContext::__construct","p":"Neos/Neos/Domain/Service/ContentContext.html#method___construct","d":"

Creates a new Content Context object.

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\ContentContext::getCurrentSite","p":"Neos/Neos/Domain/Service/ContentContext.html#method_getCurrentSite","d":"

Returns the current site from this frontend context

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\ContentContext::getCurrentDomain","p":"Neos/Neos/Domain/Service/ContentContext.html#method_getCurrentDomain","d":"

Returns the current domain from this frontend context

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\ContentContext::getCurrentSiteNode","p":"Neos/Neos/Domain/Service/ContentContext.html#method_getCurrentSiteNode","d":"

Returns the node of the current site.

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\ContentContext::getProperties","p":"Neos/Neos/Domain/Service/ContentContext.html#method_getProperties","d":"

Returns the properties of this context.

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\ContentContext::isLive","p":"Neos/Neos/Domain/Service/ContentContext.html#method_isLive","d":"

Returns true if current context is live workspace, false otherwise

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\ContentContext::isInBackend","p":"Neos/Neos/Domain/Service/ContentContext.html#method_isInBackend","d":"

Returns true while rendering backend (not live workspace and access to backend granted), false otherwise

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\ContentContext::getCurrentRenderingMode","p":"Neos/Neos/Domain/Service/ContentContext.html#method_getCurrentRenderingMode","d":""},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\ContentContext::hasAccessToBackend","p":"Neos/Neos/Domain/Service/ContentContext.html#method_hasAccessToBackend","d":"

Is access to the neos backend granted by current authentications.

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\ContentContextFactory::buildContextInstance","p":"Neos/Neos/Domain/Service/ContentContextFactory.html#method_buildContextInstance","d":"

Creates the actual Context instance.

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\ContentContextFactory::mergeContextPropertiesWithDefaults","p":"Neos/Neos/Domain/Service/ContentContextFactory.html#method_mergeContextPropertiesWithDefaults","d":"

Merges the given context properties with sane defaults for the context implementation.

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\ContentContextFactory::setDefaultSiteAndDomainFromCurrentRequest","p":"Neos/Neos/Domain/Service/ContentContextFactory.html#method_setDefaultSiteAndDomainFromCurrentRequest","d":"

Determines the current domain and site from the request and sets the resulting values as\nas defaults.

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\ContentContextFactory::getIdentifierSource","p":"Neos/Neos/Domain/Service/ContentContextFactory.html#method_getIdentifierSource","d":"

This creates the actual identifier and needs to be overridden by builders extending this.

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\ContentContextFactory::validateContextProperties","p":"Neos/Neos/Domain/Service/ContentContextFactory.html#method_validateContextProperties","d":""},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\ContentDimensionPresetSourceInterface::findPresetByUriSegment","p":"Neos/Neos/Domain/Service/ContentDimensionPresetSourceInterface.html#method_findPresetByUriSegment","d":"

Find a dimension preset by URI identifier

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\DefaultPrototypeGeneratorInterface::generate","p":"Neos/Neos/Domain/Service/DefaultPrototypeGeneratorInterface.html#method_generate","d":"

Generate a Fusion prototype definition for a given node type

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\DomainMatchingStrategy::getSortedMatches","p":"Neos/Neos/Domain/Service/DomainMatchingStrategy.html#method_getSortedMatches","d":"

Returns those of the given domains which match the specified hostname.

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\FusionService::createRuntime","p":"Neos/Neos/Domain/Service/FusionService.html#method_createRuntime","d":"

Create a runtime for the given site node

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\FusionService::getMergedFusionObjectTree","p":"Neos/Neos/Domain/Service/FusionService.html#method_getMergedFusionObjectTree","d":"

Returns a merged Fusion object tree in the context of the given nodes

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\FusionService::getSiteForSiteNode","p":"Neos/Neos/Domain/Service/FusionService.html#method_getSiteForSiteNode","d":""},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\FusionService::readExternalFusionFile","p":"Neos/Neos/Domain/Service/FusionService.html#method_readExternalFusionFile","d":"

Reads the Fusion file from the given path and filename.

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\FusionService::generateNodeTypeDefinitions","p":"Neos/Neos/Domain/Service/FusionService.html#method_generateNodeTypeDefinitions","d":"

Generate Fusion prototype definitions for all node types

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\FusionService::generateFusionForNodeType","p":"Neos/Neos/Domain/Service/FusionService.html#method_generateFusionForNodeType","d":"

Generate a Fusion prototype definition for a given node type

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\FusionService::getFusionIncludes","p":"Neos/Neos/Domain/Service/FusionService.html#method_getFusionIncludes","d":"

Concatenate the given Fusion resources with include statements

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\FusionService::prepareAutoIncludeFusion","p":"Neos/Neos/Domain/Service/FusionService.html#method_prepareAutoIncludeFusion","d":"

Prepares an array with Fusion paths to auto include before the Site Fusion.

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\FusionService::setSiteRootFusionPattern","p":"Neos/Neos/Domain/Service/FusionService.html#method_setSiteRootFusionPattern","d":"

Set the pattern for including the site root Fusion

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\FusionService::getPrependFusionIncludes","p":"Neos/Neos/Domain/Service/FusionService.html#method_getPrependFusionIncludes","d":"

Get the Fusion resources that are included before the site Fusion.

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\FusionService::setPrependFusionIncludes","p":"Neos/Neos/Domain/Service/FusionService.html#method_setPrependFusionIncludes","d":"

Set Fusion resources that should be prepended before the site Fusion,\nit defaults to the Neos Root.fusion Fusion.

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\FusionService::getAppendFusionIncludes","p":"Neos/Neos/Domain/Service/FusionService.html#method_getAppendFusionIncludes","d":"

Get Fusion resources that will be appended after the site Fusion.

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\FusionService::setAppendFusionIncludes","p":"Neos/Neos/Domain/Service/FusionService.html#method_setAppendFusionIncludes","d":"

Set Fusion resources that should be appended after the site Fusion,\nthis defaults to an empty array.

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\NodeSearchService::findByProperties","p":"Neos/Neos/Domain/Service/NodeSearchService.html#method_findByProperties","d":"

Search all properties for given $term

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\NodeSearchService::nodeSatisfiesSearchNodeTypes","p":"Neos/Neos/Domain/Service/NodeSearchService.html#method_nodeSatisfiesSearchNodeTypes","d":"

Whether or not the given $node satisfies the specified types

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\NodeSearchServiceInterface::findByProperties","p":"Neos/Neos/Domain/Service/NodeSearchServiceInterface.html#method_findByProperties","d":""},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\NodeShortcutResolver::resolveShortcutTarget","p":"Neos/Neos/Domain/Service/NodeShortcutResolver.html#method_resolveShortcutTarget","d":"

Resolves a shortcut node to the target. The return value can be

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\SiteExportService::export","p":"Neos/Neos/Domain/Service/SiteExportService.html#method_export","d":"

Fetches the site with the given name and exports it into XML.

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\SiteExportService::exportToPackage","p":"Neos/Neos/Domain/Service/SiteExportService.html#method_exportToPackage","d":"

Fetches the site with the given name and exports it into XML in the given package.

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\SiteExportService::exportToFile","p":"Neos/Neos/Domain/Service/SiteExportService.html#method_exportToFile","d":"

Fetches the site with the given name and exports it as XML into the given file.

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\SiteExportService::exportSites","p":"Neos/Neos/Domain/Service/SiteExportService.html#method_exportSites","d":"

Exports the given sites to the XMLWriter

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\SiteExportService::exportSite","p":"Neos/Neos/Domain/Service/SiteExportService.html#method_exportSite","d":"

Export the given $site to the XMLWriter

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\SiteImportService::initializeObject","p":"Neos/Neos/Domain/Service/SiteImportService.html#method_initializeObject","d":""},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\SiteImportService::importFromPackage","p":"Neos/Neos/Domain/Service/SiteImportService.html#method_importFromPackage","d":"

Checks for the presence of Sites.xml in the given package and imports it if found.

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\SiteImportService::importFromFile","p":"Neos/Neos/Domain/Service/SiteImportService.html#method_importFromFile","d":"

Imports one or multiple sites from the XML file at $pathAndFilename

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\SiteImportService::getSiteByNodeName","p":"Neos/Neos/Domain/Service/SiteImportService.html#method_getSiteByNodeName","d":"

Updates or creates a site with the given $siteNodeName

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\SiteImportService::emitSiteImported","p":"Neos/Neos/Domain/Service/SiteImportService.html#method_emitSiteImported","d":"

Signal that is triggered when a site has been imported successfully

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\SiteService::pruneSite","p":"Neos/Neos/Domain/Service/SiteService.html#method_pruneSite","d":"

Remove given site all nodes for that site and all domains associated.

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\SiteService::pruneAll","p":"Neos/Neos/Domain/Service/SiteService.html#method_pruneAll","d":"

Remove all sites and their respective nodes and domains

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\SiteService::assignUploadedAssetToSiteAssetCollection","p":"Neos/Neos/Domain/Service/SiteService.html#method_assignUploadedAssetToSiteAssetCollection","d":"

Adds an asset to the asset collection of the site it has been uploaded to\nNote: This is usually triggered by the ContentController::assetUploaded signal

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\SiteService::emitSitePruned","p":"Neos/Neos/Domain/Service/SiteService.html#method_emitSitePruned","d":"

Signal that is triggered whenever a site has been pruned

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\UserInterfaceModeService::findModeByCurrentUser","p":"Neos/Neos/Domain/Service/UserInterfaceModeService.html#method_findModeByCurrentUser","d":"

Get the current rendering mode (editPreviewMode).

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\UserInterfaceModeService::findDefaultMode","p":"Neos/Neos/Domain/Service/UserInterfaceModeService.html#method_findDefaultMode","d":"

Returns the default rendering mode.

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\UserInterfaceModeService::findModeByName","p":"Neos/Neos/Domain/Service/UserInterfaceModeService.html#method_findModeByName","d":"

Finds an rendering mode by name.

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\UserService::getUsers","p":"Neos/Neos/Domain/Service/UserService.html#method_getUsers","d":"

Retrieves a list of all existing users

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\UserService::searchUsers","p":"Neos/Neos/Domain/Service/UserService.html#method_searchUsers","d":""},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\UserService::getUser","p":"Neos/Neos/Domain/Service/UserService.html#method_getUser","d":"

Retrieves an existing user by the given username

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\UserService::getUsername","p":"Neos/Neos/Domain/Service/UserService.html#method_getUsername","d":"

Returns the username of the given user

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\UserService::getCurrentUser","p":"Neos/Neos/Domain/Service/UserService.html#method_getCurrentUser","d":"

Returns the currently logged in user, if any

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\UserService::createUser","p":"Neos/Neos/Domain/Service/UserService.html#method_createUser","d":"

Creates a user based on the given information

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\UserService::addUser","p":"Neos/Neos/Domain/Service/UserService.html#method_addUser","d":"

Adds a user whose User object has been created elsewhere

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\UserService::emitUserCreated","p":"Neos/Neos/Domain/Service/UserService.html#method_emitUserCreated","d":"

Signals that a new user, including a new account has been created.

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\UserService::deleteUser","p":"Neos/Neos/Domain/Service/UserService.html#method_deleteUser","d":"

Deletes the specified user and all remaining content in his personal workspaces

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\UserService::emitUserDeleted","p":"Neos/Neos/Domain/Service/UserService.html#method_emitUserDeleted","d":"

Signals that the given user has been deleted.

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\UserService::setUserPassword","p":"Neos/Neos/Domain/Service/UserService.html#method_setUserPassword","d":"

Sets a new password for the given user

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\UserService::updateUser","p":"Neos/Neos/Domain/Service/UserService.html#method_updateUser","d":"

Updates the given user in the respective repository and potentially executes further actions depending on what\nhas been changed.

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\UserService::addRoleToUser","p":"Neos/Neos/Domain/Service/UserService.html#method_addRoleToUser","d":"

Adds the specified role to all accounts of the given user and potentially carries out further actions which are needed to\nproperly reflect these changes.

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\UserService::removeRoleFromUser","p":"Neos/Neos/Domain/Service/UserService.html#method_removeRoleFromUser","d":"

Removes the specified role from all accounts of the given user and potentially carries out further actions which are needed to\nproperly reflect these changes.

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\UserService::emitUserUpdated","p":"Neos/Neos/Domain/Service/UserService.html#method_emitUserUpdated","d":"

Signals that the given user data has been updated.

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\UserService::setRolesForAccount","p":"Neos/Neos/Domain/Service/UserService.html#method_setRolesForAccount","d":"

Overrides any assigned roles of the given account and potentially carries out further actions which are needed\nto properly reflect these changes.

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\UserService::addRoleToAccount","p":"Neos/Neos/Domain/Service/UserService.html#method_addRoleToAccount","d":"

Adds the specified role to the given account and potentially carries out further actions which are needed to\nproperly reflect these changes.

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\UserService::emitRolesAdded","p":"Neos/Neos/Domain/Service/UserService.html#method_emitRolesAdded","d":"

Signals that new roles have been assigned to the given account

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\UserService::removeRoleFromAccount","p":"Neos/Neos/Domain/Service/UserService.html#method_removeRoleFromAccount","d":"

Removes the specified role from the given account and potentially carries out further actions which are needed to\nproperly reflect these changes.

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\UserService::emitRolesRemoved","p":"Neos/Neos/Domain/Service/UserService.html#method_emitRolesRemoved","d":"

Signals that roles have been removed to the given account

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\UserService::activateUser","p":"Neos/Neos/Domain/Service/UserService.html#method_activateUser","d":"

Reactivates the given user

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\UserService::emitUserActivated","p":"Neos/Neos/Domain/Service/UserService.html#method_emitUserActivated","d":"

Signals that the given user has been activated

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\UserService::deactivateUser","p":"Neos/Neos/Domain/Service/UserService.html#method_deactivateUser","d":"

Deactivates the given user

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\UserService::currentUserCanPublishToWorkspace","p":"Neos/Neos/Domain/Service/UserService.html#method_currentUserCanPublishToWorkspace","d":"

Checks if the current user may publish to the given workspace according to one the roles of the user's accounts

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\UserService::currentUserCanReadWorkspace","p":"Neos/Neos/Domain/Service/UserService.html#method_currentUserCanReadWorkspace","d":"

Checks if the current user may read the given workspace according to one the roles of the user's accounts

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\UserService::currentUserCanManageWorkspace","p":"Neos/Neos/Domain/Service/UserService.html#method_currentUserCanManageWorkspace","d":"

Checks if the current user may manage the given workspace according to one the roles of the user's accounts

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\UserService::currentUserCanTransferOwnershipOfWorkspace","p":"Neos/Neos/Domain/Service/UserService.html#method_currentUserCanTransferOwnershipOfWorkspace","d":"

Checks if the current user may transfer ownership of the given workspace

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\UserService::currentUserIsAdministrator","p":"Neos/Neos/Domain/Service/UserService.html#method_currentUserIsAdministrator","d":""},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\UserService::getDefaultAuthenticationProviderName","p":"Neos/Neos/Domain/Service/UserService.html#method_getDefaultAuthenticationProviderName","d":"

Returns the default authentication provider name

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\UserService::emitUserDeactivated","p":"Neos/Neos/Domain/Service/UserService.html#method_emitUserDeactivated","d":"

Signals that the given user has been activated

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\UserService::normalizeRoleIdentifiers","p":"Neos/Neos/Domain/Service/UserService.html#method_normalizeRoleIdentifiers","d":"

Replaces role identifiers not containing a "." into fully qualified role identifiers from the Neos.Neos namespace.

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\UserService::normalizeRoleIdentifier","p":"Neos/Neos/Domain/Service/UserService.html#method_normalizeRoleIdentifier","d":"

Replaces a role identifier not containing a "." into fully qualified role identifier from the Neos.Neos namespace.

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\UserService::getAllRoles","p":"Neos/Neos/Domain/Service/UserService.html#method_getAllRoles","d":"

Returns an array with all roles of a user's accounts, including parent roles, the "Everybody" role and the\n"AuthenticatedUser" role, assuming that the user is logged in.

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\UserService::createPersonalWorkspace","p":"Neos/Neos/Domain/Service/UserService.html#method_createPersonalWorkspace","d":"

Creates a personal workspace for the given user's account if it does not exist already.

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\UserService::deletePersonalWorkspace","p":"Neos/Neos/Domain/Service/UserService.html#method_deletePersonalWorkspace","d":"

Removes all personal workspaces of the given user's account if these workspaces exist. Also removes\nall possibly existing content of these workspaces.

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\UserService::removeOwnerFromUsersWorkspaces","p":"Neos/Neos/Domain/Service/UserService.html#method_removeOwnerFromUsersWorkspaces","d":"

Removes ownership of all workspaces currently owned by the given user

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\UserService::findUserForAccount","p":"Neos/Neos/Domain/Service/UserService.html#method_findUserForAccount","d":""},{"t":"M","n":"Neos\\Neos\\Domain\\Strategy\\AssetUsageInNodePropertiesStrategy::getUsageReferences","p":"Neos/Neos/Domain/Strategy/AssetUsageInNodePropertiesStrategy.html#method_getUsageReferences","d":"

Returns an array of usage reference objects.

"},{"t":"M","n":"Neos\\Neos\\Domain\\Strategy\\AssetUsageInNodePropertiesStrategy::getRelatedNodes","p":"Neos/Neos/Domain/Strategy/AssetUsageInNodePropertiesStrategy.html#method_getRelatedNodes","d":"

Returns all nodes that use the asset in a node property.

"},{"t":"M","n":"Neos\\Neos\\Eel\\FlowQueryOperations\\ParentsOperation::canEvaluate","p":"Neos/Neos/Eel/FlowQueryOperations/ParentsOperation.html#method_canEvaluate","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\Neos\\Eel\\FlowQueryOperations\\ParentsOperation::evaluate","p":"Neos/Neos/Eel/FlowQueryOperations/ParentsOperation.html#method_evaluate","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\Neos\\Eel\\FlowQueryOperations\\ParentsUntilOperation::canEvaluate","p":"Neos/Neos/Eel/FlowQueryOperations/ParentsUntilOperation.html#method_canEvaluate","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\Neos\\Eel\\FlowQueryOperations\\ParentsUntilOperation::evaluate","p":"Neos/Neos/Eel/FlowQueryOperations/ParentsUntilOperation.html#method_evaluate","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\Neos\\Eel\\FlowQueryOperations\\ParentsUntilOperation::getParents","p":"Neos/Neos/Eel/FlowQueryOperations/ParentsUntilOperation.html#method_getParents","d":""},{"t":"M","n":"Neos\\Neos\\Eel\\FlowQueryOperations\\ParentsUntilOperation::getNodesUntil","p":"Neos/Neos/Eel/FlowQueryOperations/ParentsUntilOperation.html#method_getNodesUntil","d":""},{"t":"M","n":"Neos\\Neos\\Eel\\FlowQueryOperations\\SortOperation::canEvaluate","p":"Neos/Neos/Eel/FlowQueryOperations/SortOperation.html#method_canEvaluate","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\Neos\\Eel\\FlowQueryOperations\\SortOperation::evaluate","p":"Neos/Neos/Eel/FlowQueryOperations/SortOperation.html#method_evaluate","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\Neos\\EventLog\\Domain\\Model\\Event::__construct","p":"Neos/Neos/EventLog/Domain/Model/Event.html#method___construct","d":"

Create a new event

"},{"t":"M","n":"Neos\\Neos\\EventLog\\Domain\\Model\\Event::getEventType","p":"Neos/Neos/EventLog/Domain/Model/Event.html#method_getEventType","d":"

Return the type of this event

"},{"t":"M","n":"Neos\\Neos\\EventLog\\Domain\\Model\\Event::getTimestamp","p":"Neos/Neos/EventLog/Domain/Model/Event.html#method_getTimestamp","d":"

Return the timestamp of this event

"},{"t":"M","n":"Neos\\Neos\\EventLog\\Domain\\Model\\Event::getData","p":"Neos/Neos/EventLog/Domain/Model/Event.html#method_getData","d":"

Return the payload of this event

"},{"t":"M","n":"Neos\\Neos\\EventLog\\Domain\\Model\\Event::getAccountIdentifier","p":"Neos/Neos/EventLog/Domain/Model/Event.html#method_getAccountIdentifier","d":"

Return the identifier of the account (if any) which triggered this event

"},{"t":"M","n":"Neos\\Neos\\EventLog\\Domain\\Model\\Event::getParentEvent","p":"Neos/Neos/EventLog/Domain/Model/Event.html#method_getParentEvent","d":"

Return the parent event (if any)

"},{"t":"M","n":"Neos\\Neos\\EventLog\\Domain\\Model\\Event::getChildEvents","p":"Neos/Neos/EventLog/Domain/Model/Event.html#method_getChildEvents","d":"

Return the child events (if any)

"},{"t":"M","n":"Neos\\Neos\\EventLog\\Domain\\Model\\Event::addChildEvent","p":"Neos/Neos/EventLog/Domain/Model/Event.html#method_addChildEvent","d":"

Add a new child event. Is called from the child event's constructor.

"},{"t":"M","n":"Neos\\Neos\\EventLog\\Domain\\Model\\EventsOnDate::__construct","p":"Neos/Neos/EventLog/Domain/Model/EventsOnDate.html#method___construct","d":""},{"t":"M","n":"Neos\\Neos\\EventLog\\Domain\\Model\\EventsOnDate::add","p":"Neos/Neos/EventLog/Domain/Model/EventsOnDate.html#method_add","d":"

add another event to this group

"},{"t":"M","n":"Neos\\Neos\\EventLog\\Domain\\Model\\EventsOnDate::getEvents","p":"Neos/Neos/EventLog/Domain/Model/EventsOnDate.html#method_getEvents","d":""},{"t":"M","n":"Neos\\Neos\\EventLog\\Domain\\Model\\EventsOnDate::getDay","p":"Neos/Neos/EventLog/Domain/Model/EventsOnDate.html#method_getDay","d":""},{"t":"M","n":"Neos\\Neos\\EventLog\\Domain\\Model\\NodeEvent::getWorkspaceName","p":"Neos/Neos/EventLog/Domain/Model/NodeEvent.html#method_getWorkspaceName","d":"

Return name of the workspace where the node event happened

"},{"t":"M","n":"Neos\\Neos\\EventLog\\Domain\\Model\\NodeEvent::isDocumentEvent","p":"Neos/Neos/EventLog/Domain/Model/NodeEvent.html#method_isDocumentEvent","d":""},{"t":"M","n":"Neos\\Neos\\EventLog\\Domain\\Model\\NodeEvent::getDocumentNodeIdentifier","p":"Neos/Neos/EventLog/Domain/Model/NodeEvent.html#method_getDocumentNodeIdentifier","d":"

Return the node identifier of the closest parent document node related to this event

"},{"t":"M","n":"Neos\\Neos\\EventLog\\Domain\\Model\\NodeEvent::getNodeIdentifier","p":"Neos/Neos/EventLog/Domain/Model/NodeEvent.html#method_getNodeIdentifier","d":"

Return the node identifier of the node this event relates to

"},{"t":"M","n":"Neos\\Neos\\EventLog\\Domain\\Model\\NodeEvent::setNode","p":"Neos/Neos/EventLog/Domain/Model/NodeEvent.html#method_setNode","d":"

Set the "context node" this operation was working on.

"},{"t":"M","n":"Neos\\Neos\\EventLog\\Domain\\Model\\NodeEvent::setWorkspaceName","p":"Neos/Neos/EventLog/Domain/Model/NodeEvent.html#method_setWorkspaceName","d":"

Override the workspace name. MUST be called after setNode(), else it won't have an effect.

"},{"t":"M","n":"Neos\\Neos\\EventLog\\Domain\\Model\\NodeEvent::getClosestAggregateNode","p":"Neos/Neos/EventLog/Domain/Model/NodeEvent.html#method_getClosestAggregateNode","d":"

Returns the closest aggregate node of the given node

"},{"t":"M","n":"Neos\\Neos\\EventLog\\Domain\\Model\\NodeEvent::getDocumentNode","p":"Neos/Neos/EventLog/Domain/Model/NodeEvent.html#method_getDocumentNode","d":"

Returns the closest document node, if it can be resolved.

"},{"t":"M","n":"Neos\\Neos\\EventLog\\Domain\\Model\\NodeEvent::getNode","p":"Neos/Neos/EventLog/Domain/Model/NodeEvent.html#method_getNode","d":"

Returns the node this even refers to, if it can be resolved.

"},{"t":"M","n":"Neos\\Neos\\EventLog\\Domain\\Model\\NodeEvent::getCurrentSite","p":"Neos/Neos/EventLog/Domain/Model/NodeEvent.html#method_getCurrentSite","d":"

Prevents invalid calls to the site repository in case the site data property is not available.

"},{"t":"M","n":"Neos\\Neos\\EventLog\\Domain\\Model\\NodeEvent::__toString","p":"Neos/Neos/EventLog/Domain/Model/NodeEvent.html#method___toString","d":""},{"t":"M","n":"Neos\\Neos\\EventLog\\Domain\\Repository\\EventRepository::findRelevantEventsByWorkspace","p":"Neos/Neos/EventLog/Domain/Repository/EventRepository.html#method_findRelevantEventsByWorkspace","d":"

Find all events which are "top-level" and in a given workspace (or are not NodeEvents)

"},{"t":"M","n":"Neos\\Neos\\EventLog\\Domain\\Repository\\EventRepository::findRelevantEvents","p":"Neos/Neos/EventLog/Domain/Repository/EventRepository.html#method_findRelevantEvents","d":"

Find all events which are "top-level", i.e. do not have a parent event.

"},{"t":"M","n":"Neos\\Neos\\EventLog\\Domain\\Repository\\EventRepository::prepareRelevantEventsQuery","p":"Neos/Neos/EventLog/Domain/Repository/EventRepository.html#method_prepareRelevantEventsQuery","d":""},{"t":"M","n":"Neos\\Neos\\EventLog\\Domain\\Repository\\EventRepository::removeAll","p":"Neos/Neos/EventLog/Domain/Repository/EventRepository.html#method_removeAll","d":"

Remove all events without checking foreign keys. Needed for clearing the table during tests.

"},{"t":"M","n":"Neos\\Neos\\EventLog\\Domain\\Service\\EventEmittingService::isEnabled","p":"Neos/Neos/EventLog/Domain/Service/EventEmittingService.html#method_isEnabled","d":""},{"t":"M","n":"Neos\\Neos\\EventLog\\Domain\\Service\\EventEmittingService::emit","p":"Neos/Neos/EventLog/Domain/Service/EventEmittingService.html#method_emit","d":"

Convenience method for generating an event and directly adding it afterwards to persistence.

"},{"t":"M","n":"Neos\\Neos\\EventLog\\Domain\\Service\\EventEmittingService::generate","p":"Neos/Neos/EventLog/Domain/Service/EventEmittingService.html#method_generate","d":"

Generates a new event, without persisting it yet.

"},{"t":"M","n":"Neos\\Neos\\EventLog\\Domain\\Service\\EventEmittingService::add","p":"Neos/Neos/EventLog/Domain/Service/EventEmittingService.html#method_add","d":"

Add the passed event (which has been generated by generate()) to persistence.

"},{"t":"M","n":"Neos\\Neos\\EventLog\\Domain\\Service\\EventEmittingService::pushContext","p":"Neos/Neos/EventLog/Domain/Service/EventEmittingService.html#method_pushContext","d":"

Push the last-generated event onto the context, nesting all further generated events underneath the top-level one.

"},{"t":"M","n":"Neos\\Neos\\EventLog\\Domain\\Service\\EventEmittingService::popContext","p":"Neos/Neos/EventLog/Domain/Service/EventEmittingService.html#method_popContext","d":"

Remove an element from the context stack. Is the reverse operation to pushContext().

"},{"t":"M","n":"Neos\\Neos\\EventLog\\Domain\\Service\\EventEmittingService::getCurrentContext","p":"Neos/Neos/EventLog/Domain/Service/EventEmittingService.html#method_getCurrentContext","d":"

The current context-event or NULL if none exists currently.

"},{"t":"M","n":"Neos\\Neos\\EventLog\\Domain\\Service\\EventEmittingService::initializeCurrentUsername","p":"Neos/Neos/EventLog/Domain/Service/EventEmittingService.html#method_initializeCurrentUsername","d":"

Try to set the current username emitting the events, if possible

"},{"t":"M","n":"Neos\\Neos\\EventLog\\Integrations\\ContentRepositoryIntegrationService::preFlush","p":"Neos/Neos/EventLog/Integrations/ContentRepositoryIntegrationService.html#method_preFlush","d":"

React on the Doctrine preFlush event and trigger the respective internal node events

"},{"t":"M","n":"Neos\\Neos\\EventLog\\Integrations\\ContentRepositoryIntegrationService::beforeNodeCreate","p":"Neos/Neos/EventLog/Integrations/ContentRepositoryIntegrationService.html#method_beforeNodeCreate","d":"

Emit a "Node Added" event

"},{"t":"M","n":"Neos\\Neos\\EventLog\\Integrations\\ContentRepositoryIntegrationService::afterNodeCreate","p":"Neos/Neos/EventLog/Integrations/ContentRepositoryIntegrationService.html#method_afterNodeCreate","d":"

Add the created node to the previously created "Added Node" event

"},{"t":"M","n":"Neos\\Neos\\EventLog\\Integrations\\ContentRepositoryIntegrationService::nodeUpdated","p":"Neos/Neos/EventLog/Integrations/ContentRepositoryIntegrationService.html#method_nodeUpdated","d":"

Emit a "Node Updated" event

"},{"t":"M","n":"Neos\\Neos\\EventLog\\Integrations\\ContentRepositoryIntegrationService::beforeNodePropertyChange","p":"Neos/Neos/EventLog/Integrations/ContentRepositoryIntegrationService.html#method_beforeNodePropertyChange","d":"

Emit an event when node properties have been changed

"},{"t":"M","n":"Neos\\Neos\\EventLog\\Integrations\\ContentRepositoryIntegrationService::nodePropertyChanged","p":"Neos/Neos/EventLog/Integrations/ContentRepositoryIntegrationService.html#method_nodePropertyChanged","d":"

Add the new label to a previously created node property changed event

"},{"t":"M","n":"Neos\\Neos\\EventLog\\Integrations\\ContentRepositoryIntegrationService::nodeRemoved","p":"Neos/Neos/EventLog/Integrations/ContentRepositoryIntegrationService.html#method_nodeRemoved","d":"

Emits a "Node Removed" event

"},{"t":"M","n":"Neos\\Neos\\EventLog\\Integrations\\ContentRepositoryIntegrationService::beforeNodePublishing","p":"Neos/Neos/EventLog/Integrations/ContentRepositoryIntegrationService.html#method_beforeNodePublishing","d":""},{"t":"M","n":"Neos\\Neos\\EventLog\\Integrations\\ContentRepositoryIntegrationService::beforeNodeCopy","p":"Neos/Neos/EventLog/Integrations/ContentRepositoryIntegrationService.html#method_beforeNodeCopy","d":"

Emits a "Node Copy" event

"},{"t":"M","n":"Neos\\Neos\\EventLog\\Integrations\\ContentRepositoryIntegrationService::afterNodeCopy","p":"Neos/Neos/EventLog/Integrations/ContentRepositoryIntegrationService.html#method_afterNodeCopy","d":""},{"t":"M","n":"Neos\\Neos\\EventLog\\Integrations\\ContentRepositoryIntegrationService::beforeNodeMove","p":"Neos/Neos/EventLog/Integrations/ContentRepositoryIntegrationService.html#method_beforeNodeMove","d":"

Emits a "Node Move" event

"},{"t":"M","n":"Neos\\Neos\\EventLog\\Integrations\\ContentRepositoryIntegrationService::afterNodeMove","p":"Neos/Neos/EventLog/Integrations/ContentRepositoryIntegrationService.html#method_afterNodeMove","d":""},{"t":"M","n":"Neos\\Neos\\EventLog\\Integrations\\ContentRepositoryIntegrationService::beforeAdoptNode","p":"Neos/Neos/EventLog/Integrations/ContentRepositoryIntegrationService.html#method_beforeAdoptNode","d":"

Emits a "Node Adopt" event

"},{"t":"M","n":"Neos\\Neos\\EventLog\\Integrations\\ContentRepositoryIntegrationService::afterAdoptNode","p":"Neos/Neos/EventLog/Integrations/ContentRepositoryIntegrationService.html#method_afterAdoptNode","d":""},{"t":"M","n":"Neos\\Neos\\EventLog\\Integrations\\ContentRepositoryIntegrationService::generateNodeEvents","p":"Neos/Neos/EventLog/Integrations/ContentRepositoryIntegrationService.html#method_generateNodeEvents","d":""},{"t":"M","n":"Neos\\Neos\\EventLog\\Integrations\\ContentRepositoryIntegrationService::afterNodePublishing","p":"Neos/Neos/EventLog/Integrations/ContentRepositoryIntegrationService.html#method_afterNodePublishing","d":""},{"t":"M","n":"Neos\\Neos\\EventLog\\Integrations\\ContentRepositoryIntegrationService::updateEventsAfterPublish","p":"Neos/Neos/EventLog/Integrations/ContentRepositoryIntegrationService.html#method_updateEventsAfterPublish","d":"

Binds events to a Node.Published event for each document node published

"},{"t":"M","n":"Neos\\Neos\\EventLog\\Integrations\\ContentRepositoryIntegrationService::reset","p":"Neos/Neos/EventLog/Integrations/ContentRepositoryIntegrationService.html#method_reset","d":""},{"t":"M","n":"Neos\\Neos\\EventLog\\Integrations\\EntityIntegrationService::dummyMethodToEnsureInstanceExists","p":"Neos/Neos/EventLog/Integrations/EntityIntegrationService.html#method_dummyMethodToEnsureInstanceExists","d":"

Dummy method which is called in a prePersist signal. If we remove that, this object is never instantiated and thus\ncannot hook into the Doctrine EntityManager.

"},{"t":"M","n":"Neos\\Neos\\EventLog\\Integrations\\EntityIntegrationService::onFlush","p":"Neos/Neos/EventLog/Integrations/EntityIntegrationService.html#method_onFlush","d":"

Record events for entity changes.

"},{"t":"M","n":"Neos\\Neos\\EventLog\\Integrations\\EntityIntegrationService::setMonitorEntitiesSetting","p":"Neos/Neos/EventLog/Integrations/EntityIntegrationService.html#method_setMonitorEntitiesSetting","d":""},{"t":"M","n":"Neos\\Neos\\Fusion\\AbstractMenuItemsImplementation::getRenderHiddenInIndex","p":"Neos/Neos/Fusion/AbstractMenuItemsImplementation.html#method_getRenderHiddenInIndex","d":"

Should nodes that have "hiddenInIndex" set still be visible in this menu.

"},{"t":"M","n":"Neos\\Neos\\Fusion\\AbstractMenuItemsImplementation::getItems","p":"Neos/Neos/Fusion/AbstractMenuItemsImplementation.html#method_getItems","d":"

Main API method which sends the to-be-rendered data to Fluid

"},{"t":"M","n":"Neos\\Neos\\Fusion\\AbstractMenuItemsImplementation::evaluate","p":"Neos/Neos/Fusion/AbstractMenuItemsImplementation.html#method_evaluate","d":"

Returns the items as result of the fusion object.

"},{"t":"M","n":"Neos\\Neos\\Fusion\\AbstractMenuItemsImplementation::buildItems","p":"Neos/Neos/Fusion/AbstractMenuItemsImplementation.html#method_buildItems","d":"

Builds the array of menu items containing those items which match the\nconfiguration set for this Menu object.

"},{"t":"M","n":"Neos\\Neos\\Fusion\\AbstractMenuItemsImplementation::calculateItemState","p":"Neos/Neos/Fusion/AbstractMenuItemsImplementation.html#method_calculateItemState","d":"

Helper Method: Calculates the state of the given menu item (node) depending on the currentNode.

"},{"t":"M","n":"Neos\\Neos\\Fusion\\AbstractMenuItemsImplementation::isNodeHidden","p":"Neos/Neos/Fusion/AbstractMenuItemsImplementation.html#method_isNodeHidden","d":"

Return true/false if the node is currently hidden or not in the menu; taking the "renderHiddenInIndex" configuration\nof the Menu Fusion object into account.

"},{"t":"M","n":"Neos\\Neos\\Fusion\\AbstractMenuItemsImplementation::getCurrentNodeRootline","p":"Neos/Neos/Fusion/AbstractMenuItemsImplementation.html#method_getCurrentNodeRootline","d":"

Get the rootline from the current node up to the site node.

"},{"t":"M","n":"Neos\\Neos\\Fusion\\AbstractMenuItemsImplementation::getNodeLevelInSite","p":"Neos/Neos/Fusion/AbstractMenuItemsImplementation.html#method_getNodeLevelInSite","d":"

Node Level relative to site root node.

"},{"t":"M","n":"Neos\\Neos\\Fusion\\Cache\\ContentCacheFlusher::registerNodeChange","p":"Neos/Neos/Fusion/Cache/ContentCacheFlusher.html#method_registerNodeChange","d":"

Register a node change for a later cache flush. This method is triggered by a signal sent via ContentRepository's Node\nmodel or the Neos Publishing Service.

"},{"t":"M","n":"Neos\\Neos\\Fusion\\Cache\\ContentCacheFlusher::registerAllTagsToFlushForNodeInWorkspace","p":"Neos/Neos/Fusion/Cache/ContentCacheFlusher.html#method_registerAllTagsToFlushForNodeInWorkspace","d":""},{"t":"M","n":"Neos\\Neos\\Fusion\\Cache\\ContentCacheFlusher::resolveWorkspaceChain","p":"Neos/Neos/Fusion/Cache/ContentCacheFlusher.html#method_resolveWorkspaceChain","d":""},{"t":"M","n":"Neos\\Neos\\Fusion\\Cache\\ContentCacheFlusher::resolveTagsForChildWorkspaces","p":"Neos/Neos/Fusion/Cache/ContentCacheFlusher.html#method_resolveTagsForChildWorkspaces","d":""},{"t":"M","n":"Neos\\Neos\\Fusion\\Cache\\ContentCacheFlusher::registerChangeOnNodeIdentifier","p":"Neos/Neos/Fusion/Cache/ContentCacheFlusher.html#method_registerChangeOnNodeIdentifier","d":"

Pleas use registerNodeChange() if possible. This method is a low-level api. If you do use this method make sure\nthat $cacheIdentifier contains the workspacehash as well as the node identifier: $workspaceHash .'_'. $nodeIdentifier\nThe workspacehash can be received via $this->getCachingHelper()->renderWorkspaceTagForContextNode($workpsacename)

"},{"t":"M","n":"Neos\\Neos\\Fusion\\Cache\\ContentCacheFlusher::registerChangeOnNodeType","p":"Neos/Neos/Fusion/Cache/ContentCacheFlusher.html#method_registerChangeOnNodeType","d":"

This is a low-level api. Please use registerNodeChange() if possible. Otherwise make sure that $nodeTypePrefix\nis set up correctly and contains the workspacehash wich can be received via\n$this->getCachingHelper()->renderWorkspaceTagForContextNode($workpsacename)

"},{"t":"M","n":"Neos\\Neos\\Fusion\\Cache\\ContentCacheFlusher::registerAssetChange","p":"Neos/Neos/Fusion/Cache/ContentCacheFlusher.html#method_registerAssetChange","d":"

Fetches possible usages of the asset and registers nodes that use the asset as changed.

"},{"t":"M","n":"Neos\\Neos\\Fusion\\Cache\\ContentCacheFlusher::shutdownObject","p":"Neos/Neos/Fusion/Cache/ContentCacheFlusher.html#method_shutdownObject","d":"

Flush caches according to the previously registered node changes.

"},{"t":"M","n":"Neos\\Neos\\Fusion\\Cache\\ContentCacheFlusher::getContextForReference","p":"Neos/Neos/Fusion/Cache/ContentCacheFlusher.html#method_getContextForReference","d":""},{"t":"M","n":"Neos\\Neos\\Fusion\\Cache\\ContentCacheFlusher::getAllImplementedNodeTypeNames","p":"Neos/Neos/Fusion/Cache/ContentCacheFlusher.html#method_getAllImplementedNodeTypeNames","d":""},{"t":"M","n":"Neos\\Neos\\Fusion\\Cache\\ContentCacheFlusher::getCachingHelper","p":"Neos/Neos/Fusion/Cache/ContentCacheFlusher.html#method_getCachingHelper","d":""},{"t":"M","n":"Neos\\Neos\\Fusion\\ContentElementEditableImplementation::getValue","p":"Neos/Neos/Fusion/ContentElementEditableImplementation.html#method_getValue","d":"

The string to be processed

"},{"t":"M","n":"Neos\\Neos\\Fusion\\ContentElementEditableImplementation::evaluate","p":"Neos/Neos/Fusion/ContentElementEditableImplementation.html#method_evaluate","d":"

Evaluate this Fusion object and return the result

"},{"t":"M","n":"Neos\\Neos\\Fusion\\ContentElementWrappingImplementation::getValue","p":"Neos/Neos/Fusion/ContentElementWrappingImplementation.html#method_getValue","d":"

The string to be processed

"},{"t":"M","n":"Neos\\Neos\\Fusion\\ContentElementWrappingImplementation::getAdditionalAttributes","p":"Neos/Neos/Fusion/ContentElementWrappingImplementation.html#method_getAdditionalAttributes","d":"

Additional attributes to be rendered in the ContentElementWrapping

"},{"t":"M","n":"Neos\\Neos\\Fusion\\ContentElementWrappingImplementation::evaluate","p":"Neos/Neos/Fusion/ContentElementWrappingImplementation.html#method_evaluate","d":"

Evaluate this Fusion object and return the result

"},{"t":"M","n":"Neos\\Neos\\Fusion\\ContentElementWrappingImplementation::getContentElementFusionPath","p":"Neos/Neos/Fusion/ContentElementWrappingImplementation.html#method_getContentElementFusionPath","d":"

Returns the Fusion path to the wrapped Content Element

"},{"t":"M","n":"Neos\\Neos\\Fusion\\ConvertUrisImplementation::evaluate","p":"Neos/Neos/Fusion/ConvertUrisImplementation.html#method_evaluate","d":"

Convert URIs matching a supported scheme with generated URIs

"},{"t":"M","n":"Neos\\Neos\\Fusion\\ConvertUrisImplementation::replaceLinkTargets","p":"Neos/Neos/Fusion/ConvertUrisImplementation.html#method_replaceLinkTargets","d":"

Replace the target attribute of link tags in processedContent with the target\nspecified by externalLinkTarget and resourceLinkTarget options.

"},{"t":"M","n":"Neos\\Neos\\Fusion\\DimensionsMenuItemsImplementation::getDimension","p":"Neos/Neos/Fusion/DimensionsMenuItemsImplementation.html#method_getDimension","d":""},{"t":"M","n":"Neos\\Neos\\Fusion\\DimensionsMenuItemsImplementation::getPresets","p":"Neos/Neos/Fusion/DimensionsMenuItemsImplementation.html#method_getPresets","d":""},{"t":"M","n":"Neos\\Neos\\Fusion\\DimensionsMenuItemsImplementation::getIncludeAllPresets","p":"Neos/Neos/Fusion/DimensionsMenuItemsImplementation.html#method_getIncludeAllPresets","d":""},{"t":"M","n":"Neos\\Neos\\Fusion\\DimensionsMenuItemsImplementation::buildItems","p":"Neos/Neos/Fusion/DimensionsMenuItemsImplementation.html#method_buildItems","d":"

Builds the array of Menu items for this variant menu

"},{"t":"M","n":"Neos\\Neos\\Fusion\\DimensionsMenuItemsImplementation::itemLabel","p":"Neos/Neos/Fusion/DimensionsMenuItemsImplementation.html#method_itemLabel","d":"

Render and return a label for the $nodeInDimensions in the built menu item.

"},{"t":"M","n":"Neos\\Neos\\Fusion\\DimensionsMenuItemsImplementation::getNodeInDimensions","p":"Neos/Neos/Fusion/DimensionsMenuItemsImplementation.html#method_getNodeInDimensions","d":"

Get the current node in the given dimensions.

"},{"t":"M","n":"Neos\\Neos\\Fusion\\DimensionsMenuItemsImplementation::findAcceptableNode","p":"Neos/Neos/Fusion/DimensionsMenuItemsImplementation.html#method_findAcceptableNode","d":""},{"t":"M","n":"Neos\\Neos\\Fusion\\DimensionsMenuItemsImplementation::calculateTargetDimensionsForCombination","p":"Neos/Neos/Fusion/DimensionsMenuItemsImplementation.html#method_calculateTargetDimensionsForCombination","d":"

Calculates the target dimensions for a given dimension combination.

"},{"t":"M","n":"Neos\\Neos\\Fusion\\DimensionsMenuItemsImplementation::hasHiddenNodeParent","p":"Neos/Neos/Fusion/DimensionsMenuItemsImplementation.html#method_hasHiddenNodeParent","d":"

Returns TRUE if the node has a inaccessible parent.

"},{"t":"M","n":"Neos\\Neos\\Fusion\\ExceptionHandlers\\NodeWrappingHandler::handle","p":"Neos/Neos/Fusion/ExceptionHandlers/NodeWrappingHandler.html#method_handle","d":"

renders the exception to nice html content element to display, edit, remove, .

"},{"t":"M","n":"Neos\\Neos\\Fusion\\ExceptionHandlers\\NodeWrappingHandler::getMessage","p":"Neos/Neos/Fusion/ExceptionHandlers/NodeWrappingHandler.html#method_getMessage","d":"

appends the given reference code to the exception's message\nunless it is unset

"},{"t":"M","n":"Neos\\Neos\\Fusion\\ExceptionHandlers\\PageHandler::handle","p":"Neos/Neos/Fusion/ExceptionHandlers/PageHandler.html#method_handle","d":"

Handle an exception by displaying an error message inside the Neos backend, if logged in and not displaying the live workspace.

"},{"t":"M","n":"Neos\\Neos\\Fusion\\ExceptionHandlers\\PageHandler::wrapHttpResponse","p":"Neos/Neos/Fusion/ExceptionHandlers/PageHandler.html#method_wrapHttpResponse","d":"

Renders an actual HTTP response including the correct status and cache control header.

"},{"t":"M","n":"Neos\\Neos\\Fusion\\ExceptionHandlers\\PageHandler::prepareFluidView","p":"Neos/Neos/Fusion/ExceptionHandlers/PageHandler.html#method_prepareFluidView","d":"

Prepare a Fluid view for rendering an error page with the Neos backend

"},{"t":"M","n":"Neos\\Neos\\Fusion\\Helper\\ArrayHelper::filter","p":"Neos/Neos/Fusion/Helper/ArrayHelper.html#method_filter","d":"

Filter an array of objects, by only keeping the elements where each object's $filterProperty evaluates to true.

"},{"t":"M","n":"Neos\\Neos\\Fusion\\Helper\\ArrayHelper::filterNegated","p":"Neos/Neos/Fusion/Helper/ArrayHelper.html#method_filterNegated","d":"

Filter an array of objects, by only keeping the elements where each object's $filterProperty evaluates to false.

"},{"t":"M","n":"Neos\\Neos\\Fusion\\Helper\\ArrayHelper::filterInternal","p":"Neos/Neos/Fusion/Helper/ArrayHelper.html#method_filterInternal","d":"

Internal method for filtering

"},{"t":"M","n":"Neos\\Neos\\Fusion\\Helper\\ArrayHelper::groupBy","p":"Neos/Neos/Fusion/Helper/ArrayHelper.html#method_groupBy","d":"

The input is assumed to be an array or Collection of objects. Groups this input by the $groupingKey property of each element.

"},{"t":"M","n":"Neos\\Neos\\Fusion\\Helper\\ArrayHelper::allowsCallOfMethod","p":"Neos/Neos/Fusion/Helper/ArrayHelper.html#method_allowsCallOfMethod","d":"

All methods are considered safe

"},{"t":"M","n":"Neos\\Neos\\Fusion\\Helper\\CachingHelper::convertArrayOfNodesToArrayOfNodeIdentifiersWithPrefix","p":"Neos/Neos/Fusion/Helper/CachingHelper.html#method_convertArrayOfNodesToArrayOfNodeIdentifiersWithPrefix","d":"

Render a caching configuration for array of Nodes

"},{"t":"M","n":"Neos\\Neos\\Fusion\\Helper\\CachingHelper::nodeTag","p":"Neos/Neos/Fusion/Helper/CachingHelper.html#method_nodeTag","d":"

Generate a @cache entry tag for a single node, array of nodes or a FlowQuery result\nA cache entry with this tag will be flushed whenever one of the\ngiven nodes (for any variant) is updated.

"},{"t":"M","n":"Neos\\Neos\\Fusion\\Helper\\CachingHelper::nodeTagForIdentifier","p":"Neos/Neos/Fusion/Helper/CachingHelper.html#method_nodeTagForIdentifier","d":"

Generate a @cache entry tag for a single node identifier. If a NodeInterface $contextNode is given the\nentry tag will respect the workspace hash.

"},{"t":"M","n":"Neos\\Neos\\Fusion\\Helper\\CachingHelper::nodeTypeTag","p":"Neos/Neos/Fusion/Helper/CachingHelper.html#method_nodeTypeTag","d":"

Generate an @cache entry tag for a node type\nA cache entry with this tag will be flushed whenever a node\n(for any variant) that is of the given node type(s)\n(including inheritance) is updated.

"},{"t":"M","n":"Neos\\Neos\\Fusion\\Helper\\CachingHelper::getNodeTypeTagFor","p":"Neos/Neos/Fusion/Helper/CachingHelper.html#method_getNodeTypeTagFor","d":""},{"t":"M","n":"Neos\\Neos\\Fusion\\Helper\\CachingHelper::descendantOfTag","p":"Neos/Neos/Fusion/Helper/CachingHelper.html#method_descendantOfTag","d":"

Generate a @cache entry tag for descendants of a node, an array of nodes or a FlowQuery result\nA cache entry with this tag will be flushed whenever a node\n(for any variant) that is a descendant (child on any level) of one of\nthe given nodes is updated.

"},{"t":"M","n":"Neos\\Neos\\Fusion\\Helper\\CachingHelper::renderWorkspaceTagForContextNode","p":"Neos/Neos/Fusion/Helper/CachingHelper.html#method_renderWorkspaceTagForContextNode","d":""},{"t":"M","n":"Neos\\Neos\\Fusion\\Helper\\CachingHelper::allowsCallOfMethod","p":"Neos/Neos/Fusion/Helper/CachingHelper.html#method_allowsCallOfMethod","d":"

All methods are considered safe

"},{"t":"M","n":"Neos\\Neos\\Fusion\\Helper\\LinkHelper::hasSupportedScheme","p":"Neos/Neos/Fusion/Helper/LinkHelper.html#method_hasSupportedScheme","d":""},{"t":"M","n":"Neos\\Neos\\Fusion\\Helper\\LinkHelper::getScheme","p":"Neos/Neos/Fusion/Helper/LinkHelper.html#method_getScheme","d":""},{"t":"M","n":"Neos\\Neos\\Fusion\\Helper\\LinkHelper::resolveNodeUri","p":"Neos/Neos/Fusion/Helper/LinkHelper.html#method_resolveNodeUri","d":""},{"t":"M","n":"Neos\\Neos\\Fusion\\Helper\\LinkHelper::resolveAssetUri","p":"Neos/Neos/Fusion/Helper/LinkHelper.html#method_resolveAssetUri","d":""},{"t":"M","n":"Neos\\Neos\\Fusion\\Helper\\LinkHelper::convertUriToObject","p":"Neos/Neos/Fusion/Helper/LinkHelper.html#method_convertUriToObject","d":""},{"t":"M","n":"Neos\\Neos\\Fusion\\Helper\\LinkHelper::allowsCallOfMethod","p":"Neos/Neos/Fusion/Helper/LinkHelper.html#method_allowsCallOfMethod","d":""},{"t":"M","n":"Neos\\Neos\\Fusion\\Helper\\NodeHelper::nearestContentCollection","p":"Neos/Neos/Fusion/Helper/NodeHelper.html#method_nearestContentCollection","d":"

Check if the given node is already a collection, find collection by nodePath otherwise, throw exception\nif no content collection could be found

"},{"t":"M","n":"Neos\\Neos\\Fusion\\Helper\\NodeHelper::labelForNode","p":"Neos/Neos/Fusion/Helper/NodeHelper.html#method_labelForNode","d":"

Generate a label for a node with a chaining mechanism. To be used in nodetype definitions.

"},{"t":"M","n":"Neos\\Neos\\Fusion\\Helper\\NodeHelper::isOfType","p":"Neos/Neos/Fusion/Helper/NodeHelper.html#method_isOfType","d":"

If this node type or any of the direct or indirect super types\nhas the given name.

"},{"t":"M","n":"Neos\\Neos\\Fusion\\Helper\\NodeHelper::allowsCallOfMethod","p":"Neos/Neos/Fusion/Helper/NodeHelper.html#method_allowsCallOfMethod","d":""},{"t":"M","n":"Neos\\Neos\\Fusion\\Helper\\NodeLabelToken::__construct","p":"Neos/Neos/Fusion/Helper/NodeLabelToken.html#method___construct","d":null},{"t":"M","n":"Neos\\Neos\\Fusion\\Helper\\NodeLabelToken::override","p":"Neos/Neos/Fusion/Helper/NodeLabelToken.html#method_override","d":null},{"t":"M","n":"Neos\\Neos\\Fusion\\Helper\\NodeLabelToken::crop","p":"Neos/Neos/Fusion/Helper/NodeLabelToken.html#method_crop","d":null},{"t":"M","n":"Neos\\Neos\\Fusion\\Helper\\NodeLabelToken::prefix","p":"Neos/Neos/Fusion/Helper/NodeLabelToken.html#method_prefix","d":"

Add a text before the main label

"},{"t":"M","n":"Neos\\Neos\\Fusion\\Helper\\NodeLabelToken::postfix","p":"Neos/Neos/Fusion/Helper/NodeLabelToken.html#method_postfix","d":"

Add a text after the main label (can will be cropped)

"},{"t":"M","n":"Neos\\Neos\\Fusion\\Helper\\NodeLabelToken::properties","p":"Neos/Neos/Fusion/Helper/NodeLabelToken.html#method_properties","d":null},{"t":"M","n":"Neos\\Neos\\Fusion\\Helper\\NodeLabelToken::__toString","p":"Neos/Neos/Fusion/Helper/NodeLabelToken.html#method___toString","d":"

Runs evaluate to avoid the need of calling evaluate as a finishing method

"},{"t":"M","n":"Neos\\Neos\\Fusion\\Helper\\NodeLabelToken::evaluate","p":"Neos/Neos/Fusion/Helper/NodeLabelToken.html#method_evaluate","d":"

Crops, removes special chars & tags and trim the label.

"},{"t":"M","n":"Neos\\Neos\\Fusion\\Helper\\NodeLabelToken::resolveLabelFromNodeType","p":"Neos/Neos/Fusion/Helper/NodeLabelToken.html#method_resolveLabelFromNodeType","d":"

Sets the label and postfix based on the nodetype

"},{"t":"M","n":"Neos\\Neos\\Fusion\\Helper\\NodeLabelToken::sanitiseLabel","p":"Neos/Neos/Fusion/Helper/NodeLabelToken.html#method_sanitiseLabel","d":null},{"t":"M","n":"Neos\\Neos\\Fusion\\Helper\\NodeLabelToken::allowsCallOfMethod","p":"Neos/Neos/Fusion/Helper/NodeLabelToken.html#method_allowsCallOfMethod","d":"

All methods are considered safe

"},{"t":"M","n":"Neos\\Neos\\Fusion\\Helper\\RenderingHelper::injectConfigurationManager","p":"Neos/Neos/Fusion/Helper/RenderingHelper.html#method_injectConfigurationManager","d":""},{"t":"M","n":"Neos\\Neos\\Fusion\\Helper\\RenderingHelper::renderDimensions","p":"Neos/Neos/Fusion/Helper/RenderingHelper.html#method_renderDimensions","d":"

Render a human-readable description for the passed $dimensions

"},{"t":"M","n":"Neos\\Neos\\Fusion\\Helper\\RenderingHelper::findPresetInDimension","p":"Neos/Neos/Fusion/Helper/RenderingHelper.html#method_findPresetInDimension","d":""},{"t":"M","n":"Neos\\Neos\\Fusion\\Helper\\RenderingHelper::labelForNodeType","p":"Neos/Neos/Fusion/Helper/RenderingHelper.html#method_labelForNodeType","d":"

Render the label for the given $nodeTypeName

"},{"t":"M","n":"Neos\\Neos\\Fusion\\Helper\\RenderingHelper::allowsCallOfMethod","p":"Neos/Neos/Fusion/Helper/RenderingHelper.html#method_allowsCallOfMethod","d":"

All methods are considered safe

"},{"t":"M","n":"Neos\\Neos\\Fusion\\ImageUriImplementation::getAsset","p":"Neos/Neos/Fusion/ImageUriImplementation.html#method_getAsset","d":"Asset"},{"t":"M","n":"Neos\\Neos\\Fusion\\ImageUriImplementation::getWidth","p":"Neos/Neos/Fusion/ImageUriImplementation.html#method_getWidth","d":"Width"},{"t":"M","n":"Neos\\Neos\\Fusion\\ImageUriImplementation::getMaximumWidth","p":"Neos/Neos/Fusion/ImageUriImplementation.html#method_getMaximumWidth","d":"MaximumWidth"},{"t":"M","n":"Neos\\Neos\\Fusion\\ImageUriImplementation::getHeight","p":"Neos/Neos/Fusion/ImageUriImplementation.html#method_getHeight","d":"Height"},{"t":"M","n":"Neos\\Neos\\Fusion\\ImageUriImplementation::getMaximumHeight","p":"Neos/Neos/Fusion/ImageUriImplementation.html#method_getMaximumHeight","d":"MaximumHeight"},{"t":"M","n":"Neos\\Neos\\Fusion\\ImageUriImplementation::getAllowCropping","p":"Neos/Neos/Fusion/ImageUriImplementation.html#method_getAllowCropping","d":"AllowCropping"},{"t":"M","n":"Neos\\Neos\\Fusion\\ImageUriImplementation::getAllowUpScaling","p":"Neos/Neos/Fusion/ImageUriImplementation.html#method_getAllowUpScaling","d":"AllowUpScaling"},{"t":"M","n":"Neos\\Neos\\Fusion\\ImageUriImplementation::getQuality","p":"Neos/Neos/Fusion/ImageUriImplementation.html#method_getQuality","d":"Quality"},{"t":"M","n":"Neos\\Neos\\Fusion\\ImageUriImplementation::getAsync","p":"Neos/Neos/Fusion/ImageUriImplementation.html#method_getAsync","d":"Async"},{"t":"M","n":"Neos\\Neos\\Fusion\\ImageUriImplementation::getFormat","p":"Neos/Neos/Fusion/ImageUriImplementation.html#method_getFormat","d":"Async"},{"t":"M","n":"Neos\\Neos\\Fusion\\ImageUriImplementation::getPreset","p":"Neos/Neos/Fusion/ImageUriImplementation.html#method_getPreset","d":"Preset"},{"t":"M","n":"Neos\\Neos\\Fusion\\ImageUriImplementation::evaluate","p":"Neos/Neos/Fusion/ImageUriImplementation.html#method_evaluate","d":"

Returns a processed image path

"},{"t":"M","n":"Neos\\Neos\\Fusion\\MenuItemsImplementation::getEntryLevel","p":"Neos/Neos/Fusion/MenuItemsImplementation.html#method_getEntryLevel","d":"

The last navigation level which should be rendered.

"},{"t":"M","n":"Neos\\Neos\\Fusion\\MenuItemsImplementation::getFilter","p":"Neos/Neos/Fusion/MenuItemsImplementation.html#method_getFilter","d":"

NodeType filter for nodes displayed in menu

"},{"t":"M","n":"Neos\\Neos\\Fusion\\MenuItemsImplementation::getMaximumLevels","p":"Neos/Neos/Fusion/MenuItemsImplementation.html#method_getMaximumLevels","d":"

Maximum number of levels which should be rendered in this menu.

"},{"t":"M","n":"Neos\\Neos\\Fusion\\MenuItemsImplementation::getLastLevel","p":"Neos/Neos/Fusion/MenuItemsImplementation.html#method_getLastLevel","d":"

Return evaluated lastLevel value.

"},{"t":"M","n":"Neos\\Neos\\Fusion\\MenuItemsImplementation::getStartingPoint","p":"Neos/Neos/Fusion/MenuItemsImplementation.html#method_getStartingPoint","d":""},{"t":"M","n":"Neos\\Neos\\Fusion\\MenuItemsImplementation::getItemCollection","p":"Neos/Neos/Fusion/MenuItemsImplementation.html#method_getItemCollection","d":""},{"t":"M","n":"Neos\\Neos\\Fusion\\MenuItemsImplementation::buildItems","p":"Neos/Neos/Fusion/MenuItemsImplementation.html#method_buildItems","d":"

Builds the array of menu items containing those items which match the\nconfiguration set for this Menu object.

"},{"t":"M","n":"Neos\\Neos\\Fusion\\MenuItemsImplementation::buildMenuLevelRecursive","p":"Neos/Neos/Fusion/MenuItemsImplementation.html#method_buildMenuLevelRecursive","d":""},{"t":"M","n":"Neos\\Neos\\Fusion\\MenuItemsImplementation::buildMenuItemRecursive","p":"Neos/Neos/Fusion/MenuItemsImplementation.html#method_buildMenuItemRecursive","d":"

Prepare the menu item with state and sub items if this isn't the last menu level.

"},{"t":"M","n":"Neos\\Neos\\Fusion\\MenuItemsImplementation::findMenuStartingPoint","p":"Neos/Neos/Fusion/MenuItemsImplementation.html#method_findMenuStartingPoint","d":"

Find the starting point for this menu. depending on given startingPoint\nIf startingPoint is given, this is taken as starting point for this menu level,\nas a fallback the Fusion context variable node is used.

"},{"t":"M","n":"Neos\\Neos\\Fusion\\MenuItemsImplementation::isOnLastLevelOfMenu","p":"Neos/Neos/Fusion/MenuItemsImplementation.html#method_isOnLastLevelOfMenu","d":"

Checks if the given menuItem is on the last level for this menu, either defined by maximumLevels or lastLevels.

"},{"t":"M","n":"Neos\\Neos\\Fusion\\MenuItemsImplementation::findParentNodeInBreadcrumbPathByLevel","p":"Neos/Neos/Fusion/MenuItemsImplementation.html#method_findParentNodeInBreadcrumbPathByLevel","d":"

Finds the node in the current breadcrumb path between current site node and\ncurrent node whose level matches the specified entry level.

"},{"t":"M","n":"Neos\\Neos\\Fusion\\MenuItemsImplementation::calculateNodeDepthFromRelativeLevel","p":"Neos/Neos/Fusion/MenuItemsImplementation.html#method_calculateNodeDepthFromRelativeLevel","d":"

Calculates an absolute depth value for a relative level given.

"},{"t":"M","n":"Neos\\Neos\\Fusion\\NodeUriImplementation::injectLogger","p":"Neos/Neos/Fusion/NodeUriImplementation.html#method_injectLogger","d":""},{"t":"M","n":"Neos\\Neos\\Fusion\\NodeUriImplementation::injectThrowableStorage","p":"Neos/Neos/Fusion/NodeUriImplementation.html#method_injectThrowableStorage","d":""},{"t":"M","n":"Neos\\Neos\\Fusion\\NodeUriImplementation::getNode","p":"Neos/Neos/Fusion/NodeUriImplementation.html#method_getNode","d":"

A node object or a string node path or NULL to resolve the current document node

"},{"t":"M","n":"Neos\\Neos\\Fusion\\NodeUriImplementation::getFormat","p":"Neos/Neos/Fusion/NodeUriImplementation.html#method_getFormat","d":"

The requested format, for example "html"

"},{"t":"M","n":"Neos\\Neos\\Fusion\\NodeUriImplementation::getSection","p":"Neos/Neos/Fusion/NodeUriImplementation.html#method_getSection","d":"

The anchor to be appended to the URL

"},{"t":"M","n":"Neos\\Neos\\Fusion\\NodeUriImplementation::getAdditionalParams","p":"Neos/Neos/Fusion/NodeUriImplementation.html#method_getAdditionalParams","d":"

Additional query parameters that won't be prefixed like $arguments (overrule $arguments)

"},{"t":"M","n":"Neos\\Neos\\Fusion\\NodeUriImplementation::getArgumentsToBeExcludedFromQueryString","p":"Neos/Neos/Fusion/NodeUriImplementation.html#method_getArgumentsToBeExcludedFromQueryString","d":"

Arguments to be removed from the URI. Only active if addQueryString = true

"},{"t":"M","n":"Neos\\Neos\\Fusion\\NodeUriImplementation::getAddQueryString","p":"Neos/Neos/Fusion/NodeUriImplementation.html#method_getAddQueryString","d":"

If true, the current query parameters will be kept in the URI

"},{"t":"M","n":"Neos\\Neos\\Fusion\\NodeUriImplementation::isAbsolute","p":"Neos/Neos/Fusion/NodeUriImplementation.html#method_isAbsolute","d":"

If true, an absolute URI is rendered

"},{"t":"M","n":"Neos\\Neos\\Fusion\\NodeUriImplementation::getBaseNodeName","p":"Neos/Neos/Fusion/NodeUriImplementation.html#method_getBaseNodeName","d":"

The name of the base node inside the Fusion context to use for resolving relative paths.

"},{"t":"M","n":"Neos\\Neos\\Fusion\\NodeUriImplementation::evaluate","p":"Neos/Neos/Fusion/NodeUriImplementation.html#method_evaluate","d":"

Render the Uri.

"},{"t":"M","n":"Neos\\Neos\\Fusion\\PluginImplementation::getPackage","p":"Neos/Neos/Fusion/PluginImplementation.html#method_getPackage","d":""},{"t":"M","n":"Neos\\Neos\\Fusion\\PluginImplementation::getSubpackage","p":"Neos/Neos/Fusion/PluginImplementation.html#method_getSubpackage","d":""},{"t":"M","n":"Neos\\Neos\\Fusion\\PluginImplementation::getController","p":"Neos/Neos/Fusion/PluginImplementation.html#method_getController","d":""},{"t":"M","n":"Neos\\Neos\\Fusion\\PluginImplementation::getAction","p":"Neos/Neos/Fusion/PluginImplementation.html#method_getAction","d":""},{"t":"M","n":"Neos\\Neos\\Fusion\\PluginImplementation::getArgumentNamespace","p":"Neos/Neos/Fusion/PluginImplementation.html#method_getArgumentNamespace","d":""},{"t":"M","n":"Neos\\Neos\\Fusion\\PluginImplementation::buildPluginRequest","p":"Neos/Neos/Fusion/PluginImplementation.html#method_buildPluginRequest","d":"

Build the pluginRequest object

"},{"t":"M","n":"Neos\\Neos\\Fusion\\PluginImplementation::resolveDispatchArgumentsForPluginRequest","p":"Neos/Neos/Fusion/PluginImplementation.html#method_resolveDispatchArgumentsForPluginRequest","d":""},{"t":"M","n":"Neos\\Neos\\Fusion\\PluginImplementation::evaluate","p":"Neos/Neos/Fusion/PluginImplementation.html#method_evaluate","d":"

Returns the rendered content of this plugin

"},{"t":"M","n":"Neos\\Neos\\Fusion\\PluginImplementation::getPluginNamespace","p":"Neos/Neos/Fusion/PluginImplementation.html#method_getPluginNamespace","d":"

Returns the plugin namespace that will be prefixed to plugin parameters in URIs.

"},{"t":"M","n":"Neos\\Neos\\Fusion\\PluginImplementation::passArgumentsToPluginRequest","p":"Neos/Neos/Fusion/PluginImplementation.html#method_passArgumentsToPluginRequest","d":"

Pass the arguments which were addressed to the plugin to its own request

"},{"t":"M","n":"Neos\\Neos\\Fusion\\PluginImplementation::__toString","p":"Neos/Neos/Fusion/PluginImplementation.html#method___toString","d":""},{"t":"M","n":"Neos\\Neos\\Fusion\\PluginViewImplementation::buildPluginRequest","p":"Neos/Neos/Fusion/PluginViewImplementation.html#method_buildPluginRequest","d":"

Build the proper pluginRequest to render the PluginView\nof some configured Master Plugin

"},{"t":"M","n":"Neos\\Neos\\Fusion\\PluginViewImplementation::evaluate","p":"Neos/Neos/Fusion/PluginViewImplementation.html#method_evaluate","d":"

Returns the rendered content of this plugin

"},{"t":"M","n":"Neos\\Neos\\NodeTypePostprocessor\\CreationDialogPostprocessor::process","p":"Neos/Neos/NodeTypePostprocessor/CreationDialogPostprocessor.html#method_process","d":""},{"t":"M","n":"Neos\\Neos\\NodeTypePostprocessor\\DefaultPropertyEditorPostprocessor::process","p":"Neos/Neos/NodeTypePostprocessor/DefaultPropertyEditorPostprocessor.html#method_process","d":""},{"t":"M","n":"Neos\\Neos\\NodeTypePostprocessor\\IconNameMappingPostprocessor::process","p":"Neos/Neos/NodeTypePostprocessor/IconNameMappingPostprocessor.html#method_process","d":""},{"t":"M","n":"Neos\\Neos\\NodeTypePostprocessor\\NodeTypePresetPostprocessor::process","p":"Neos/Neos/NodeTypePostprocessor/NodeTypePresetPostprocessor.html#method_process","d":""},{"t":"M","n":"Neos\\Neos\\NodeTypePostprocessor\\PluginNodeTypePostprocessor::process","p":"Neos/Neos/NodeTypePostprocessor/PluginNodeTypePostprocessor.html#method_process","d":"

Returns the processed Configuration

"},{"t":"M","n":"Neos\\Neos\\Package::boot","p":"Neos/Neos/Package.html#method_boot","d":""},{"t":"M","n":"Neos\\Neos\\Presentation\\Model\\Svg\\InterDimensionalFallbackGraph::__construct","p":"Neos/Neos/Presentation/Model/Svg/InterDimensionalFallbackGraph.html#method___construct","d":""},{"t":"M","n":"Neos\\Neos\\Presentation\\Model\\Svg\\InterDimensionalFallbackGraph::getNodes","p":"Neos/Neos/Presentation/Model/Svg/InterDimensionalFallbackGraph.html#method_getNodes","d":""},{"t":"M","n":"Neos\\Neos\\Presentation\\Model\\Svg\\InterDimensionalFallbackGraph::getEdges","p":"Neos/Neos/Presentation/Model/Svg/InterDimensionalFallbackGraph.html#method_getEdges","d":""},{"t":"M","n":"Neos\\Neos\\Presentation\\Model\\Svg\\InterDimensionalFallbackGraph::getWidth","p":"Neos/Neos/Presentation/Model/Svg/InterDimensionalFallbackGraph.html#method_getWidth","d":""},{"t":"M","n":"Neos\\Neos\\Presentation\\Model\\Svg\\InterDimensionalFallbackGraph::getHeight","p":"Neos/Neos/Presentation/Model/Svg/InterDimensionalFallbackGraph.html#method_getHeight","d":""},{"t":"M","n":"Neos\\Neos\\Presentation\\Model\\Svg\\InterDimensionalFallbackGraph::initialize","p":"Neos/Neos/Presentation/Model/Svg/InterDimensionalFallbackGraph.html#method_initialize","d":""},{"t":"M","n":"Neos\\Neos\\Presentation\\Model\\Svg\\InterDimensionalFallbackGraph::initializeFullGraph","p":"Neos/Neos/Presentation/Model/Svg/InterDimensionalFallbackGraph.html#method_initializeFullGraph","d":""},{"t":"M","n":"Neos\\Neos\\Presentation\\Model\\Svg\\InterDimensionalFallbackGraph::initializeOffsets","p":"Neos/Neos/Presentation/Model/Svg/InterDimensionalFallbackGraph.html#method_initializeOffsets","d":""},{"t":"M","n":"Neos\\Neos\\Presentation\\Model\\Svg\\InterDimensionalFallbackGraph::traverseDimension","p":"Neos/Neos/Presentation/Model/Svg/InterDimensionalFallbackGraph.html#method_traverseDimension","d":""},{"t":"M","n":"Neos\\Neos\\Presentation\\Model\\Svg\\InterDimensionalFallbackGraph::initializeSubgraph","p":"Neos/Neos/Presentation/Model/Svg/InterDimensionalFallbackGraph.html#method_initializeSubgraph","d":""},{"t":"M","n":"Neos\\Neos\\Presentation\\Model\\Svg\\InterDimensionalFallbackGraph::initializeFullGraphNode","p":"Neos/Neos/Presentation/Model/Svg/InterDimensionalFallbackGraph.html#method_initializeFullGraphNode","d":""},{"t":"M","n":"Neos\\Neos\\Presentation\\Model\\Svg\\InterDimensionalFallbackGraph::initializeSubgraphNode","p":"Neos/Neos/Presentation/Model/Svg/InterDimensionalFallbackGraph.html#method_initializeSubgraphNode","d":""},{"t":"M","n":"Neos\\Neos\\Presentation\\Model\\Svg\\InterDimensionalFallbackGraph::initializeEdges","p":"Neos/Neos/Presentation/Model/Svg/InterDimensionalFallbackGraph.html#method_initializeEdges","d":""},{"t":"M","n":"Neos\\Neos\\Presentation\\Model\\Svg\\IntraDimensionalFallbackGraph::__construct","p":"Neos/Neos/Presentation/Model/Svg/IntraDimensionalFallbackGraph.html#method___construct","d":""},{"t":"M","n":"Neos\\Neos\\Presentation\\Model\\Svg\\IntraDimensionalFallbackGraph::getDimensions","p":"Neos/Neos/Presentation/Model/Svg/IntraDimensionalFallbackGraph.html#method_getDimensions","d":""},{"t":"M","n":"Neos\\Neos\\Presentation\\Model\\Svg\\IntraDimensionalFallbackGraph::getWidth","p":"Neos/Neos/Presentation/Model/Svg/IntraDimensionalFallbackGraph.html#method_getWidth","d":""},{"t":"M","n":"Neos\\Neos\\Presentation\\Model\\Svg\\IntraDimensionalFallbackGraph::getHeight","p":"Neos/Neos/Presentation/Model/Svg/IntraDimensionalFallbackGraph.html#method_getHeight","d":""},{"t":"M","n":"Neos\\Neos\\Presentation\\Model\\Svg\\IntraDimensionalFallbackGraph::initialize","p":"Neos/Neos/Presentation/Model/Svg/IntraDimensionalFallbackGraph.html#method_initialize","d":""},{"t":"M","n":"Neos\\Neos\\Presentation\\Model\\Svg\\IntraDimensionalFallbackGraph::traverseDimension","p":"Neos/Neos/Presentation/Model/Svg/IntraDimensionalFallbackGraph.html#method_traverseDimension","d":""},{"t":"M","n":"Neos\\Neos\\Routing\\Aspects\\RouteCacheAspect::addCurrentNodeIdentifier","p":"Neos/Neos/Routing/Aspects/RouteCacheAspect.html#method_addCurrentNodeIdentifier","d":"

Add the current node and all parent identifiers to be used for cache entry tagging

"},{"t":"M","n":"Neos\\Neos\\Routing\\Aspects\\RouteCacheAspect::addWorkspaceName","p":"Neos/Neos/Routing/Aspects/RouteCacheAspect.html#method_addWorkspaceName","d":"

Add the current workspace name as a tag for the route cache entry

"},{"t":"M","n":"Neos\\Neos\\Routing\\BackendModuleRoutePartHandler::injectSettings","p":"Neos/Neos/Routing/BackendModuleRoutePartHandler.html#method_injectSettings","d":""},{"t":"M","n":"Neos\\Neos\\Routing\\BackendModuleRoutePartHandler::matchValue","p":"Neos/Neos/Routing/BackendModuleRoutePartHandler.html#method_matchValue","d":"

Iterate through the segments of the current request path\nfind the corresponding module configuration and set controller & action\naccordingly

"},{"t":"M","n":"Neos\\Neos\\Routing\\BackendModuleRoutePartHandler::findValueToMatch","p":"Neos/Neos/Routing/BackendModuleRoutePartHandler.html#method_findValueToMatch","d":""},{"t":"M","n":"Neos\\Neos\\Routing\\BackendModuleRoutePartHandler::resolveValue","p":"Neos/Neos/Routing/BackendModuleRoutePartHandler.html#method_resolveValue","d":"

Iterate through the configured modules, find the matching module and set\nthe route path accordingly

"},{"t":"M","n":"Neos\\Neos\\Routing\\Cache\\RouteCacheFlusher::registerNodeChange","p":"Neos/Neos/Routing/Cache/RouteCacheFlusher.html#method_registerNodeChange","d":"

Schedules flushing of the routing cache entries for the given $node\nNote that child nodes are flushed automatically because they are tagged with all parents.

"},{"t":"M","n":"Neos\\Neos\\Routing\\Cache\\RouteCacheFlusher::registerBaseWorkspaceChange","p":"Neos/Neos/Routing/Cache/RouteCacheFlusher.html#method_registerBaseWorkspaceChange","d":"

Schedules flushing of the all routing cache entries of the workspace whose base workspace has changed.

"},{"t":"M","n":"Neos\\Neos\\Routing\\Cache\\RouteCacheFlusher::commit","p":"Neos/Neos/Routing/Cache/RouteCacheFlusher.html#method_commit","d":"

Flush caches according to the previously registered node changes.

"},{"t":"M","n":"Neos\\Neos\\Routing\\Cache\\RouteCacheFlusher::shutdownObject","p":"Neos/Neos/Routing/Cache/RouteCacheFlusher.html#method_shutdownObject","d":""},{"t":"M","n":"Neos\\Neos\\Routing\\FrontendNodeRoutePartHandler::findValueToMatch","p":"Neos/Neos/Routing/FrontendNodeRoutePartHandler.html#method_findValueToMatch","d":"

Extracts the node path from the request path.

"},{"t":"M","n":"Neos\\Neos\\Routing\\FrontendNodeRoutePartHandler::matchValue","p":"Neos/Neos/Routing/FrontendNodeRoutePartHandler.html#method_matchValue","d":"

Matches a frontend URI pointing to a node (for example a page).

"},{"t":"M","n":"Neos\\Neos\\Routing\\FrontendNodeRoutePartHandler::convertRequestPathToNode","p":"Neos/Neos/Routing/FrontendNodeRoutePartHandler.html#method_convertRequestPathToNode","d":"

Returns the initialized node that is referenced by $requestPath, based on the node's\n"uriPathSegment" property.

"},{"t":"M","n":"Neos\\Neos\\Routing\\FrontendNodeRoutePartHandler::resolveValue","p":"Neos/Neos/Routing/FrontendNodeRoutePartHandler.html#method_resolveValue","d":"

Checks, whether given value is a Node object and if so, sets $this->value to the respective node path.

"},{"t":"M","n":"Neos\\Neos\\Routing\\FrontendNodeRoutePartHandler::truncateUriPathSuffix","p":"Neos/Neos/Routing/FrontendNodeRoutePartHandler.html#method_truncateUriPathSuffix","d":"

Removes the configured suffix from the given $uriPath\nIf the "uriPathSuffix" option is not set (or set to an empty string) the unaltered $uriPath is returned

"},{"t":"M","n":"Neos\\Neos\\Routing\\FrontendNodeRoutePartHandler::resolveShortcutNode","p":"Neos/Neos/Routing/FrontendNodeRoutePartHandler.html#method_resolveShortcutNode","d":""},{"t":"M","n":"Neos\\Neos\\Routing\\FrontendNodeRoutePartHandler::buildUriConstraintsForResolvedNode","p":"Neos/Neos/Routing/FrontendNodeRoutePartHandler.html#method_buildUriConstraintsForResolvedNode","d":"

Builds UriConstraints for the given $node with:

\n
    \n
  • domain specific constraints for nodes in a different Neos site
  • \n
  • a path suffix corresponding to the configured "uriPathSuffix"
  • \n
"},{"t":"M","n":"Neos\\Neos\\Routing\\FrontendNodeRoutePartHandler::applyDomainToUriConstraints","p":"Neos/Neos/Routing/FrontendNodeRoutePartHandler.html#method_applyDomainToUriConstraints","d":""},{"t":"M","n":"Neos\\Neos\\Routing\\FrontendNodeRoutePartHandler::buildContextFromRequestPath","p":"Neos/Neos/Routing/FrontendNodeRoutePartHandler.html#method_buildContextFromRequestPath","d":"

Creates a content context from the given request path, considering possibly mentioned content dimension values.

"},{"t":"M","n":"Neos\\Neos\\Routing\\FrontendNodeRoutePartHandler::buildContextFromPath","p":"Neos/Neos/Routing/FrontendNodeRoutePartHandler.html#method_buildContextFromPath","d":"

Creates a content context from the given "context path", i.e. a string used for resolving (not matching) a node.

"},{"t":"M","n":"Neos\\Neos\\Routing\\FrontendNodeRoutePartHandler::buildContextFromWorkspaceName","p":"Neos/Neos/Routing/FrontendNodeRoutePartHandler.html#method_buildContextFromWorkspaceName","d":""},{"t":"M","n":"Neos\\Neos\\Routing\\FrontendNodeRoutePartHandler::removeContextFromPath","p":"Neos/Neos/Routing/FrontendNodeRoutePartHandler.html#method_removeContextFromPath","d":""},{"t":"M","n":"Neos\\Neos\\Routing\\FrontendNodeRoutePartHandler::onlyMatchSiteNodes","p":"Neos/Neos/Routing/FrontendNodeRoutePartHandler.html#method_onlyMatchSiteNodes","d":"

Whether the current route part should only match/resolve site nodes (e.g. the homepage)

"},{"t":"M","n":"Neos\\Neos\\Routing\\FrontendNodeRoutePartHandler::nodeTypeIsAllowed","p":"Neos/Neos/Routing/FrontendNodeRoutePartHandler.html#method_nodeTypeIsAllowed","d":"

Whether the given $node is allowed according to the "nodeType" option

"},{"t":"M","n":"Neos\\Neos\\Routing\\FrontendNodeRoutePartHandler::resolveRoutePathForNode","p":"Neos/Neos/Routing/FrontendNodeRoutePartHandler.html#method_resolveRoutePathForNode","d":"

Resolves the request path, also known as route path, identifying the given node.

"},{"t":"M","n":"Neos\\Neos\\Routing\\FrontendNodeRoutePartHandler::getRelativeNodePathByUriPathSegmentProperties","p":"Neos/Neos/Routing/FrontendNodeRoutePartHandler.html#method_getRelativeNodePathByUriPathSegmentProperties","d":"

Builds a node path which matches the given request path.

"},{"t":"M","n":"Neos\\Neos\\Routing\\FrontendNodeRoutePartHandler::getRequestPathByNode","p":"Neos/Neos/Routing/FrontendNodeRoutePartHandler.html#method_getRequestPathByNode","d":"

Renders a request path based on the "uriPathSegment" properties of the nodes leading to the given node.

"},{"t":"M","n":"Neos\\Neos\\Routing\\FrontendNodeRoutePartHandler::parseDimensionsAndNodePathFromRequestPath","p":"Neos/Neos/Routing/FrontendNodeRoutePartHandler.html#method_parseDimensionsAndNodePathFromRequestPath","d":"

Choose between default method for parsing dimensions or the one which allows uriSegment to be empty for default preset.

"},{"t":"M","n":"Neos\\Neos\\Routing\\FrontendNodeRoutePartHandler::parseDimensionsAndNodePathFromRequestPathAllowingEmptySegment","p":"Neos/Neos/Routing/FrontendNodeRoutePartHandler.html#method_parseDimensionsAndNodePathFromRequestPathAllowingEmptySegment","d":"

Parses the given request path and checks if the first path segment is one or a set of content dimension preset\nidentifiers. If that is the case, the return value is an array of dimension names and their preset URI segments.

"},{"t":"M","n":"Neos\\Neos\\Routing\\FrontendNodeRoutePartHandler::parseDimensionsAndNodePathFromRequestPathAllowingNonUniqueSegment","p":"Neos/Neos/Routing/FrontendNodeRoutePartHandler.html#method_parseDimensionsAndNodePathFromRequestPathAllowingNonUniqueSegment","d":"

Parses the given request path and checks if the first path segment is one or a set of content dimension preset\nidentifiers. If that is the case, the return value is an array of dimension names and their preset URI segments.

"},{"t":"M","n":"Neos\\Neos\\Routing\\FrontendNodeRoutePartHandler::buildContextFromWorkspaceNameAndDimensions","p":"Neos/Neos/Routing/FrontendNodeRoutePartHandler.html#method_buildContextFromWorkspaceNameAndDimensions","d":"

Sets context properties like "invisibleContentShown" according to the workspace (live or not) and returns a\nContentContext object.

"},{"t":"M","n":"Neos\\Neos\\Routing\\FrontendNodeRoutePartHandler::getCurrentSite","p":"Neos/Neos/Routing/FrontendNodeRoutePartHandler.html#method_getCurrentSite","d":"

Determines the currently active site based on the "requestUriHost" parameter (that has to be set via HTTP middleware)

"},{"t":"M","n":"Neos\\Neos\\Routing\\FrontendNodeRoutePartHandler::getSiteByHostName","p":"Neos/Neos/Routing/FrontendNodeRoutePartHandler.html#method_getSiteByHostName","d":"

Returns a site matching the given $hostName

"},{"t":"M","n":"Neos\\Neos\\Routing\\FrontendNodeRoutePartHandler::getUriSegmentForDimensions","p":"Neos/Neos/Routing/FrontendNodeRoutePartHandler.html#method_getUriSegmentForDimensions","d":"

Find a URI segment in the content dimension presets for the given "language" dimension values

"},{"t":"M","n":"Neos\\Neos\\Routing\\NodeIdentityConverterAspect::convertNodeToContextPathForRouting","p":"Neos/Neos/Routing/NodeIdentityConverterAspect.html#method_convertNodeToContextPathForRouting","d":"

Convert the object to its context path, if we deal with ContentRepository nodes.

"},{"t":"M","n":"Neos\\Neos\\Routing\\RequestUriHostMiddleware::process","p":"Neos/Neos/Routing/RequestUriHostMiddleware.html#method_process","d":""},{"t":"M","n":"Neos\\Neos\\Security\\Authorization\\Privilege\\ModulePrivilege::initialize","p":"Neos/Neos/Security/Authorization/Privilege/ModulePrivilege.html#method_initialize","d":""},{"t":"M","n":"Neos\\Neos\\Security\\Authorization\\Privilege\\ModulePrivilege::getCacheEntryIdentifier","p":"Neos/Neos/Security/Authorization/Privilege/ModulePrivilege.html#method_getCacheEntryIdentifier","d":"

Returns a string which distinctly identifies this object and thus can be used as an identifier for cache entries\nrelated to this object.

"},{"t":"M","n":"Neos\\Neos\\Security\\Authorization\\Privilege\\ModulePrivilege::matchesSubject","p":"Neos/Neos/Security/Authorization/Privilege/ModulePrivilege.html#method_matchesSubject","d":"

Returns true, if this privilege covers the given subject

"},{"t":"M","n":"Neos\\Neos\\Security\\Authorization\\Privilege\\ModulePrivilege::matchesMethod","p":"Neos/Neos/Security/Authorization/Privilege/ModulePrivilege.html#method_matchesMethod","d":""},{"t":"M","n":"Neos\\Neos\\Security\\Authorization\\Privilege\\ModulePrivilege::getPointcutFilterComposite","p":"Neos/Neos/Security/Authorization/Privilege/ModulePrivilege.html#method_getPointcutFilterComposite","d":""},{"t":"M","n":"Neos\\Neos\\Security\\Authorization\\Privilege\\ModulePrivilegeSubject::__construct","p":"Neos/Neos/Security/Authorization/Privilege/ModulePrivilegeSubject.html#method___construct","d":""},{"t":"M","n":"Neos\\Neos\\Security\\Authorization\\Privilege\\ModulePrivilegeSubject::getModulePath","p":"Neos/Neos/Security/Authorization/Privilege/ModulePrivilegeSubject.html#method_getModulePath","d":""},{"t":"M","n":"Neos\\Neos\\Service\\BackendRedirectionService::getAfterLoginRedirectionUri","p":"Neos/Neos/Service/BackendRedirectionService.html#method_getAfterLoginRedirectionUri","d":"

Returns a specific URI string to redirect to after the login; or NULL if there is none.

"},{"t":"M","n":"Neos\\Neos\\Service\\BackendRedirectionService::determineStartModule","p":"Neos/Neos/Service/BackendRedirectionService.html#method_determineStartModule","d":""},{"t":"M","n":"Neos\\Neos\\Service\\BackendRedirectionService::getAfterLogoutRedirectionUri","p":"Neos/Neos/Service/BackendRedirectionService.html#method_getAfterLogoutRedirectionUri","d":"

Returns a specific URI string to redirect to after the logout; or NULL if there is none.

"},{"t":"M","n":"Neos\\Neos\\Service\\BackendRedirectionService::getLastVisitedNode","p":"Neos/Neos/Service/BackendRedirectionService.html#method_getLastVisitedNode","d":""},{"t":"M","n":"Neos\\Neos\\Service\\BackendRedirectionService::createContext","p":"Neos/Neos/Service/BackendRedirectionService.html#method_createContext","d":"

Create a ContentContext to be used for the backend redirects.

"},{"t":"M","n":"Neos\\Neos\\Service\\BackendRedirectionService::createWorkspaceAndRootNodeIfNecessary","p":"Neos/Neos/Service/BackendRedirectionService.html#method_createWorkspaceAndRootNodeIfNecessary","d":"

If the specified workspace or its root node does not exist yet, the workspace and root node will be created.

"},{"t":"M","n":"Neos\\Neos\\Service\\ContentElementEditableService::wrapContentProperty","p":"Neos/Neos/Service/ContentElementEditableService.html#method_wrapContentProperty","d":"

Wrap the $content identified by $node with the needed markup for the backend.

"},{"t":"M","n":"Neos\\Neos\\Service\\ContentElementWrappingService::wrapContentObject","p":"Neos/Neos/Service/ContentElementWrappingService.html#method_wrapContentObject","d":"

Wrap the $content identified by $node with the needed markup for the backend.

"},{"t":"M","n":"Neos\\Neos\\Service\\ContentElementWrappingService::wrapCurrentDocumentMetadata","p":"Neos/Neos/Service/ContentElementWrappingService.html#method_wrapCurrentDocumentMetadata","d":""},{"t":"M","n":"Neos\\Neos\\Service\\ContentElementWrappingService::addNodePropertyAttributes","p":"Neos/Neos/Service/ContentElementWrappingService.html#method_addNodePropertyAttributes","d":"

Adds node properties to the given $attributes collection and returns the extended array

"},{"t":"M","n":"Neos\\Neos\\Service\\ContentElementWrappingService::renderNodePropertyAttribute","p":"Neos/Neos/Service/ContentElementWrappingService.html#method_renderNodePropertyAttribute","d":"

Renders data attributes needed for the given node property.

"},{"t":"M","n":"Neos\\Neos\\Service\\ContentElementWrappingService::addCssClasses","p":"Neos/Neos/Service/ContentElementWrappingService.html#method_addCssClasses","d":"

Add required CSS classes to the attributes.

"},{"t":"M","n":"Neos\\Neos\\Service\\ContentElementWrappingService::addDocumentMetadata","p":"Neos/Neos/Service/ContentElementWrappingService.html#method_addDocumentMetadata","d":"

Collects metadata for the Neos backend specifically for document nodes.

"},{"t":"M","n":"Neos\\Neos\\Service\\ContentElementWrappingService::addGenericEditingMetadata","p":"Neos/Neos/Service/ContentElementWrappingService.html#method_addGenericEditingMetadata","d":"

Collects metadata attributes used to allow editing of the node in the Neos backend.

"},{"t":"M","n":"Neos\\Neos\\Service\\ContentElementWrappingService::collectEditingClassNames","p":"Neos/Neos/Service/ContentElementWrappingService.html#method_collectEditingClassNames","d":"

Collects CSS class names used for styling editable elements in the Neos backend.

"},{"t":"M","n":"Neos\\Neos\\Service\\ContentElementWrappingService::isInlineEditable","p":"Neos/Neos/Service/ContentElementWrappingService.html#method_isInlineEditable","d":"

Determine if the Node or one of it's properties is inline editable.

"},{"t":"M","n":"Neos\\Neos\\Service\\ContentElementWrappingService::hasInlineEditableProperties","p":"Neos/Neos/Service/ContentElementWrappingService.html#method_hasInlineEditableProperties","d":"

Checks if the given Node has any properties configured as 'inlineEditable'

"},{"t":"M","n":"Neos\\Neos\\Service\\ContentElementWrappingService::needsMetadata","p":"Neos/Neos/Service/ContentElementWrappingService.html#method_needsMetadata","d":""},{"t":"M","n":"Neos\\Neos\\Service\\ContentElementWrappingService::dasherize","p":"Neos/Neos/Service/ContentElementWrappingService.html#method_dasherize","d":"

Converts camelCased strings to lower cased and non-camel-cased strings

"},{"t":"M","n":"Neos\\Neos\\Service\\Controller\\AbstractServiceController::errorAction","p":"Neos/Neos/Service/Controller/AbstractServiceController.html#method_errorAction","d":"

A preliminary error action for handling validation errors

"},{"t":"M","n":"Neos\\Neos\\Service\\Controller\\AbstractServiceController::processRequest","p":"Neos/Neos/Service/Controller/AbstractServiceController.html#method_processRequest","d":"

Catch exceptions while processing an exception and respond to JSON format\nTODO: This is an explicit exception handling that will be replaced by format-enabled exception handlers.

"},{"t":"M","n":"Neos\\Neos\\Service\\Controller\\AbstractServiceController::convertException","p":"Neos/Neos/Service/Controller/AbstractServiceController.html#method_convertException","d":""},{"t":"M","n":"Neos\\Neos\\Service\\Controller\\DataSourceController::indexAction","p":"Neos/Neos/Service/Controller/DataSourceController.html#method_indexAction","d":""},{"t":"M","n":"Neos\\Neos\\Service\\Controller\\DataSourceController::getDataSources","p":"Neos/Neos/Service/Controller/DataSourceController.html#method_getDataSources","d":"

Get available data source implementations

"},{"t":"M","n":"Neos\\Neos\\Service\\Controller\\NodeController::initializeAction","p":"Neos/Neos/Service/Controller/NodeController.html#method_initializeAction","d":"

Select special error action

"},{"t":"M","n":"Neos\\Neos\\Service\\Controller\\NodeController::getChildNodesForTreeAction","p":"Neos/Neos/Service/Controller/NodeController.html#method_getChildNodesForTreeAction","d":"

Return child nodes of specified node for usage in a TreeLoader

"},{"t":"M","n":"Neos\\Neos\\Service\\Controller\\NodeController::filterChildNodesForTreeAction","p":"Neos/Neos/Service/Controller/NodeController.html#method_filterChildNodesForTreeAction","d":"

Return child nodes of specified node for usage in a TreeLoader based on filter

"},{"t":"M","n":"Neos\\Neos\\Service\\Controller\\NodeController::createAction","p":"Neos/Neos/Service/Controller/NodeController.html#method_createAction","d":"

Creates a new node

"},{"t":"M","n":"Neos\\Neos\\Service\\Controller\\NodeController::createAndRenderAction","p":"Neos/Neos/Service/Controller/NodeController.html#method_createAndRenderAction","d":"

Creates a new node and renders the node inside the containing content collection.

"},{"t":"M","n":"Neos\\Neos\\Service\\Controller\\NodeController::createNodeForTheTreeAction","p":"Neos/Neos/Service/Controller/NodeController.html#method_createNodeForTheTreeAction","d":"

Creates a new node and returns tree structure

"},{"t":"M","n":"Neos\\Neos\\Service\\Controller\\NodeController::moveAction","p":"Neos/Neos/Service/Controller/NodeController.html#method_moveAction","d":"

Move $node before, into or after $targetNode

"},{"t":"M","n":"Neos\\Neos\\Service\\Controller\\NodeController::moveAndRenderAction","p":"Neos/Neos/Service/Controller/NodeController.html#method_moveAndRenderAction","d":"

Move the given node before, into or after the target node depending on the given position and renders it's content collection.

"},{"t":"M","n":"Neos\\Neos\\Service\\Controller\\NodeController::copyAction","p":"Neos/Neos/Service/Controller/NodeController.html#method_copyAction","d":"

Copy $node before, into or after $targetNode

"},{"t":"M","n":"Neos\\Neos\\Service\\Controller\\NodeController::copyAndRenderAction","p":"Neos/Neos/Service/Controller/NodeController.html#method_copyAndRenderAction","d":"

Copies the given node before, into or after the target node depending on the given position and renders it's content collection.

"},{"t":"M","n":"Neos\\Neos\\Service\\Controller\\NodeController::updateAction","p":"Neos/Neos/Service/Controller/NodeController.html#method_updateAction","d":"

Updates the specified node.

"},{"t":"M","n":"Neos\\Neos\\Service\\Controller\\NodeController::updateAndRenderAction","p":"Neos/Neos/Service/Controller/NodeController.html#method_updateAndRenderAction","d":"

Updates the specified node and renders it's content collection.

"},{"t":"M","n":"Neos\\Neos\\Service\\Controller\\NodeController::deleteAction","p":"Neos/Neos/Service/Controller/NodeController.html#method_deleteAction","d":"

Deletes the specified node and all of its sub nodes

"},{"t":"M","n":"Neos\\Neos\\Service\\Controller\\NodeController::redirectToRenderNode","p":"Neos/Neos/Service/Controller/NodeController.html#method_redirectToRenderNode","d":"

Takes care of creating a redirect to properly render the collection the given node is in.

"},{"t":"M","n":"Neos\\Neos\\Service\\Controller\\NodeController::processNodeForEditorPlugins","p":"Neos/Neos/Service/Controller/NodeController.html#method_processNodeForEditorPlugins","d":"

Returns an array with the data needed by for example the Hallo and Aloha\nlink plugins to represent the passed Node instance.

"},{"t":"M","n":"Neos\\Neos\\Service\\Controller\\NodeController::createContext","p":"Neos/Neos/Service/Controller/NodeController.html#method_createContext","d":"

Create a Context for a workspace given by name to be used in this controller.

"},{"t":"M","n":"Neos\\Neos\\Service\\Controller\\UserPreferenceController::indexAction","p":"Neos/Neos/Service/Controller/UserPreferenceController.html#method_indexAction","d":""},{"t":"M","n":"Neos\\Neos\\Service\\Controller\\UserPreferenceController::updateAction","p":"Neos/Neos/Service/Controller/UserPreferenceController.html#method_updateAction","d":"

Update/adds a user preference

"},{"t":"M","n":"Neos\\Neos\\Service\\Controller\\WorkspaceController::initializeAction","p":"Neos/Neos/Service/Controller/WorkspaceController.html#method_initializeAction","d":""},{"t":"M","n":"Neos\\Neos\\Service\\Controller\\WorkspaceController::publishNodeAction","p":"Neos/Neos/Service/Controller/WorkspaceController.html#method_publishNodeAction","d":"

Publishes the given node to the specified targetWorkspace

"},{"t":"M","n":"Neos\\Neos\\Service\\Controller\\WorkspaceController::publishNodesAction","p":"Neos/Neos/Service/Controller/WorkspaceController.html#method_publishNodesAction","d":"

Publishes the given nodes to the specified targetWorkspace

"},{"t":"M","n":"Neos\\Neos\\Service\\Controller\\WorkspaceController::discardNodeAction","p":"Neos/Neos/Service/Controller/WorkspaceController.html#method_discardNodeAction","d":"

Discards the given node

"},{"t":"M","n":"Neos\\Neos\\Service\\Controller\\WorkspaceController::discardNodesAction","p":"Neos/Neos/Service/Controller/WorkspaceController.html#method_discardNodesAction","d":"

Discards the given nodes

"},{"t":"M","n":"Neos\\Neos\\Service\\Controller\\WorkspaceController::publishAllAction","p":"Neos/Neos/Service/Controller/WorkspaceController.html#method_publishAllAction","d":"

Publish everything in the workspace with the given workspace name

"},{"t":"M","n":"Neos\\Neos\\Service\\Controller\\WorkspaceController::getWorkspaceWideUnpublishedNodesAction","p":"Neos/Neos/Service/Controller/WorkspaceController.html#method_getWorkspaceWideUnpublishedNodesAction","d":"

Get every unpublished node in the workspace with the given workspace name

"},{"t":"M","n":"Neos\\Neos\\Service\\Controller\\WorkspaceController::discardAllAction","p":"Neos/Neos/Service/Controller/WorkspaceController.html#method_discardAllAction","d":"

Discard everything in the workspace with the given workspace name

"},{"t":"M","n":"Neos\\Neos\\Service\\DataSource\\AbstractDataSource::getIdentifier","p":"Neos/Neos/Service/DataSource/AbstractDataSource.html#method_getIdentifier","d":""},{"t":"M","n":"Neos\\Neos\\Service\\DataSource\\AbstractDataSource::setControllerContext","p":"Neos/Neos/Service/DataSource/AbstractDataSource.html#method_setControllerContext","d":""},{"t":"M","n":"Neos\\Neos\\Service\\DataSource\\DataSourceInterface::getIdentifier","p":"Neos/Neos/Service/DataSource/DataSourceInterface.html#method_getIdentifier","d":""},{"t":"M","n":"Neos\\Neos\\Service\\DataSource\\DataSourceInterface::getData","p":"Neos/Neos/Service/DataSource/DataSourceInterface.html#method_getData","d":"

Get data

"},{"t":"M","n":"Neos\\Neos\\Service\\IconNameMappingService::convert","p":"Neos/Neos/Service/IconNameMappingService.html#method_convert","d":""},{"t":"M","n":"Neos\\Neos\\Service\\ImageVariantGarbageCollector::removeUnusedImageVariant","p":"Neos/Neos/Service/ImageVariantGarbageCollector.html#method_removeUnusedImageVariant","d":"

Removes unused ImageVariants after a Node property changes to a different ImageVariant.

"},{"t":"M","n":"Neos\\Neos\\Service\\LinkingService::hasSupportedScheme","p":"Neos/Neos/Service/LinkingService.html#method_hasSupportedScheme","d":""},{"t":"M","n":"Neos\\Neos\\Service\\LinkingService::getScheme","p":"Neos/Neos/Service/LinkingService.html#method_getScheme","d":""},{"t":"M","n":"Neos\\Neos\\Service\\LinkingService::resolveNodeUri","p":"Neos/Neos/Service/LinkingService.html#method_resolveNodeUri","d":"

Resolves a given node:// URI to a "normal" HTTP(S) URI for the addressed node.

"},{"t":"M","n":"Neos\\Neos\\Service\\LinkingService::resolveAssetUri","p":"Neos/Neos/Service/LinkingService.html#method_resolveAssetUri","d":"

Resolves a given asset:// URI to a "normal" HTTP(S) URI for the addressed asset's resource.

"},{"t":"M","n":"Neos\\Neos\\Service\\LinkingService::convertUriToObject","p":"Neos/Neos/Service/LinkingService.html#method_convertUriToObject","d":"

Return the object the URI addresses or NULL.

"},{"t":"M","n":"Neos\\Neos\\Service\\LinkingService::createNodeUri","p":"Neos/Neos/Service/LinkingService.html#method_createNodeUri","d":"

Renders the URI to a given node instance or -path.

"},{"t":"M","n":"Neos\\Neos\\Service\\LinkingService::createSiteUri","p":"Neos/Neos/Service/LinkingService.html#method_createSiteUri","d":""},{"t":"M","n":"Neos\\Neos\\Service\\LinkingService::getLastLinkedNode","p":"Neos/Neos/Service/LinkingService.html#method_getLastLinkedNode","d":"

Returns the node that was last used to resolve a link to.

"},{"t":"M","n":"Neos\\Neos\\Service\\Mapping\\DateStringConverter::convertFrom","p":"Neos/Neos/Service/Mapping/DateStringConverter.html#method_convertFrom","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\Neos\\Service\\Mapping\\NodePropertyConverterService::injectLogger","p":"Neos/Neos/Service/Mapping/NodePropertyConverterService.html#method_injectLogger","d":""},{"t":"M","n":"Neos\\Neos\\Service\\Mapping\\NodePropertyConverterService::injectThrowableStorage","p":"Neos/Neos/Service/Mapping/NodePropertyConverterService.html#method_injectThrowableStorage","d":""},{"t":"M","n":"Neos\\Neos\\Service\\Mapping\\NodePropertyConverterService::getProperty","p":"Neos/Neos/Service/Mapping/NodePropertyConverterService.html#method_getProperty","d":"

Get a single property reduced to a simple type (no objects) representation

"},{"t":"M","n":"Neos\\Neos\\Service\\Mapping\\NodePropertyConverterService::getPropertiesJson","p":"Neos/Neos/Service/Mapping/NodePropertyConverterService.html#method_getPropertiesJson","d":"

Get all properties as JSON encoded string representation

"},{"t":"M","n":"Neos\\Neos\\Service\\Mapping\\NodePropertyConverterService::getPropertiesArray","p":"Neos/Neos/Service/Mapping/NodePropertyConverterService.html#method_getPropertiesArray","d":"

Get all properties reduced to simple type (no objects) representations in an array

"},{"t":"M","n":"Neos\\Neos\\Service\\Mapping\\NodePropertyConverterService::convertValue","p":"Neos/Neos/Service/Mapping/NodePropertyConverterService.html#method_convertValue","d":"

Convert the given value to a simple type or an array of simple types.

"},{"t":"M","n":"Neos\\Neos\\Service\\Mapping\\NodePropertyConverterService::getDefaultValueForProperty","p":"Neos/Neos/Service/Mapping/NodePropertyConverterService.html#method_getDefaultValueForProperty","d":"

Tries to find a default value for the given property trying:\n1) The specific property configuration for the given NodeType\n2) The generic configuration for the property type in settings.

"},{"t":"M","n":"Neos\\Neos\\Service\\Mapping\\NodePropertyConverterService::createConfiguration","p":"Neos/Neos/Service/Mapping/NodePropertyConverterService.html#method_createConfiguration","d":"

Create a property mapping configuration for the given dataType to convert a Node property value from the given dataType to a simple type.

"},{"t":"M","n":"Neos\\Neos\\Service\\Mapping\\NodePropertyConverterService::setTypeConverterForType","p":"Neos/Neos/Service/Mapping/NodePropertyConverterService.html#method_setTypeConverterForType","d":""},{"t":"M","n":"Neos\\Neos\\Service\\Mapping\\NodePropertyConverterService::setTypeConverterOptionsForType","p":"Neos/Neos/Service/Mapping/NodePropertyConverterService.html#method_setTypeConverterOptionsForType","d":""},{"t":"M","n":"Neos\\Neos\\Service\\Mapping\\NodeReferenceConverter::convertFrom","p":"Neos/Neos/Service/Mapping/NodeReferenceConverter.html#method_convertFrom","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\Neos\\Service\\Mapping\\NodeTypeStringConverter::convertFrom","p":"Neos/Neos/Service/Mapping/NodeTypeStringConverter.html#method_convertFrom","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\Neos\\Service\\NodeOperations::create","p":"Neos/Neos/Service/NodeOperations.html#method_create","d":"

Helper method for creating a new node.

"},{"t":"M","n":"Neos\\Neos\\Service\\NodeOperations::move","p":"Neos/Neos/Service/NodeOperations.html#method_move","d":"

Move $node before, into or after $targetNode

"},{"t":"M","n":"Neos\\Neos\\Service\\NodeOperations::copy","p":"Neos/Neos/Service/NodeOperations.html#method_copy","d":"

Copy $node before, into or after $targetNode

"},{"t":"M","n":"Neos\\Neos\\Service\\NodeOperations::getDesignatedParentNode","p":"Neos/Neos/Service/NodeOperations.html#method_getDesignatedParentNode","d":""},{"t":"M","n":"Neos\\Neos\\Service\\NodeTypeSchemaBuilder::generateNodeTypeSchema","p":"Neos/Neos/Service/NodeTypeSchemaBuilder.html#method_generateNodeTypeSchema","d":"

The preprocessed node type schema contains everything we need for the UI:

"},{"t":"M","n":"Neos\\Neos\\Service\\NodeTypeSchemaBuilder::flattenAlohaFormatOptions","p":"Neos/Neos/Service/NodeTypeSchemaBuilder.html#method_flattenAlohaFormatOptions","d":"

In order to allow unsetting options via the YAML settings merging, the\nformatting options can be set via 'option': true, however, the frontend\nschema expects a flattened plain numeric array. This methods adjust the setting\naccordingly.

"},{"t":"M","n":"Neos\\Neos\\Service\\NodeTypeSchemaBuilder::generateConstraints","p":"Neos/Neos/Service/NodeTypeSchemaBuilder.html#method_generateConstraints","d":"

Generate the list of allowed sub-node-types per parent-node-type and child-node-name.

"},{"t":"M","n":"Neos\\Neos\\Service\\PluginService::getPluginNodes","p":"Neos/Neos/Service/PluginService.html#method_getPluginNodes","d":"

Returns an array of all available plugin nodes

"},{"t":"M","n":"Neos\\Neos\\Service\\PluginService::getPluginNodesWithViewDefinitions","p":"Neos/Neos/Service/PluginService.html#method_getPluginNodesWithViewDefinitions","d":"

Returns an array of all plugin nodes with View Definitions

"},{"t":"M","n":"Neos\\Neos\\Service\\PluginService::getNodes","p":"Neos/Neos/Service/PluginService.html#method_getNodes","d":"

Find all nodes of a specific node type

"},{"t":"M","n":"Neos\\Neos\\Service\\PluginService::getPluginViewDefinitionsByPluginNodeType","p":"Neos/Neos/Service/PluginService.html#method_getPluginViewDefinitionsByPluginNodeType","d":"

Get all configured PluginView definitions for a specific $pluginNodeType

"},{"t":"M","n":"Neos\\Neos\\Service\\PluginService::getPluginViewConfigurationsByPluginNodeType","p":"Neos/Neos/Service/PluginService.html#method_getPluginViewConfigurationsByPluginNodeType","d":""},{"t":"M","n":"Neos\\Neos\\Service\\PluginService::getPluginNodeByAction","p":"Neos/Neos/Service/PluginService.html#method_getPluginNodeByAction","d":"

returns a plugin node or one of it's view nodes\nif an view has been configured for that specific\ncontroller and action combination

"},{"t":"M","n":"Neos\\Neos\\Service\\PluginService::getPluginViewDefinitionByAction","p":"Neos/Neos/Service/PluginService.html#method_getPluginViewDefinitionByAction","d":"

Fetch a PluginView definition that matches the specified controller and action combination

"},{"t":"M","n":"Neos\\Neos\\Service\\PluginService::getPluginViewNodeByMasterPlugin","p":"Neos/Neos/Service/PluginService.html#method_getPluginViewNodeByMasterPlugin","d":"

returns a specific view node of an master plugin\nor NULL if it does not exist

"},{"t":"M","n":"Neos\\Neos\\Service\\PublishingService::publishNode","p":"Neos/Neos/Service/PublishingService.html#method_publishNode","d":"

Publishes the given node to the specified target workspace. If no workspace is specified, the base workspace\nis assumed.

"},{"t":"M","n":"Neos\\Neos\\Service\\PublishingService::discardNode","p":"Neos/Neos/Service/PublishingService.html#method_discardNode","d":"

Discards the given node from its workspace.

"},{"t":"M","n":"Neos\\Neos\\Service\\PublishingService::discardNodes","p":"Neos/Neos/Service/PublishingService.html#method_discardNodes","d":"

Discards the given nodes.

"},{"t":"M","n":"Neos\\Neos\\Service\\PublishingService::collectAllContentChildNodes","p":"Neos/Neos/Service/PublishingService.html#method_collectAllContentChildNodes","d":""},{"t":"M","n":"Neos\\Neos\\Service\\TransliterationService::transliterate","p":"Neos/Neos/Service/TransliterationService.html#method_transliterate","d":"

Translaterates UTF-8 string to ASCII. (\u5317\u4eac to 'Bei Jing')

"},{"t":"M","n":"Neos\\Neos\\Service\\UserService::getBackendUser","p":"Neos/Neos/Service/UserService.html#method_getBackendUser","d":"

Returns the current backend user

"},{"t":"M","n":"Neos\\Neos\\Service\\UserService::getPersonalWorkspace","p":"Neos/Neos/Service/UserService.html#method_getPersonalWorkspace","d":"

Returns the current user's personal workspace or null if no user is logged in

"},{"t":"M","n":"Neos\\Neos\\Service\\UserService::getPersonalWorkspaceName","p":"Neos/Neos/Service/UserService.html#method_getPersonalWorkspaceName","d":"

Returns the name of the currently logged in user's personal workspace (even if that might not exist at that time).

"},{"t":"M","n":"Neos\\Neos\\Service\\UserService::getUserPreference","p":"Neos/Neos/Service/UserService.html#method_getUserPreference","d":"

Returns the stored preferences of a user

"},{"t":"M","n":"Neos\\Neos\\Service\\UserService::getInterfaceLanguage","p":"Neos/Neos/Service/UserService.html#method_getInterfaceLanguage","d":"

Returns the interface language the user selected. Will fall back to the default language defined in settings

"},{"t":"M","n":"Neos\\Neos\\Service\\VieSchemaBuilder::generateVieSchema","p":"Neos/Neos/Service/VieSchemaBuilder.html#method_generateVieSchema","d":"

Converts the nodes types to a fully structured array\nin the same structure as the schema to be created.

"},{"t":"M","n":"Neos\\Neos\\Service\\VieSchemaBuilder::readNodeTypeConfiguration","p":"Neos/Neos/Service/VieSchemaBuilder.html#method_readNodeTypeConfiguration","d":""},{"t":"M","n":"Neos\\Neos\\Service\\VieSchemaBuilder::addProperty","p":"Neos/Neos/Service/VieSchemaBuilder.html#method_addProperty","d":"

Adds a property to the list of known properties

"},{"t":"M","n":"Neos\\Neos\\Service\\VieSchemaBuilder::removeUndeclaredTypes","p":"Neos/Neos/Service/VieSchemaBuilder.html#method_removeUndeclaredTypes","d":"

Cleans up all types which are not know in given configuration array

"},{"t":"M","n":"Neos\\Neos\\Service\\VieSchemaBuilder::getAllSubtypes","p":"Neos/Neos/Service/VieSchemaBuilder.html#method_getAllSubtypes","d":"

Return all sub node types of a node type (recursively)

"},{"t":"M","n":"Neos\\Neos\\Service\\VieSchemaBuilder::getAllAncestors","p":"Neos/Neos/Service/VieSchemaBuilder.html#method_getAllAncestors","d":"

Return all ancestors of a node type

"},{"t":"M","n":"Neos\\Neos\\Service\\View\\NodeView::assignNode","p":"Neos/Neos/Service/View/NodeView.html#method_assignNode","d":"

Assigns a node to the NodeView.

"},{"t":"M","n":"Neos\\Neos\\Service\\View\\NodeView::assignNodes","p":"Neos/Neos/Service/View/NodeView.html#method_assignNodes","d":""},{"t":"M","n":"Neos\\Neos\\Service\\View\\NodeView::assignChildNodes","p":"Neos/Neos/Service/View/NodeView.html#method_assignChildNodes","d":"

Prepares this view to render a list or tree of child nodes of the given node.

"},{"t":"M","n":"Neos\\Neos\\Service\\View\\NodeView::assignNodeAndChildNodes","p":"Neos/Neos/Service/View/NodeView.html#method_assignNodeAndChildNodes","d":"

Prepares this view to render a list or tree of given node including child nodes.

"},{"t":"M","n":"Neos\\Neos\\Service\\View\\NodeView::assignFilteredChildNodes","p":"Neos/Neos/Service/View/NodeView.html#method_assignFilteredChildNodes","d":"

Prepares this view to render a list or tree of filtered nodes.

"},{"t":"M","n":"Neos\\Neos\\Service\\View\\NodeView::collectChildNodeData","p":"Neos/Neos/Service/View/NodeView.html#method_collectChildNodeData","d":"

Collect node data and traverse child nodes

"},{"t":"M","n":"Neos\\Neos\\Service\\View\\NodeView::collectParentNodeData","p":"Neos/Neos/Service/View/NodeView.html#method_collectParentNodeData","d":""},{"t":"M","n":"Neos\\Neos\\Service\\View\\NodeView::collectTreeNodeData","p":"Neos/Neos/Service/View/NodeView.html#method_collectTreeNodeData","d":""},{"t":"M","n":"Neos\\Neos\\Service\\XliffService::getCachedJson","p":"Neos/Neos/Service/XliffService.html#method_getCachedJson","d":"

Return the json array for a given locale, sourceCatalog, xliffPath and package.

"},{"t":"M","n":"Neos\\Neos\\Service\\XliffService::getTranslationUnitValue","p":"Neos/Neos/Service/XliffService.html#method_getTranslationUnitValue","d":""},{"t":"M","n":"Neos\\Neos\\Service\\XliffService::getCacheVersion","p":"Neos/Neos/Service/XliffService.html#method_getCacheVersion","d":""},{"t":"M","n":"Neos\\Neos\\Service\\XliffService::collectPackageSources","p":"Neos/Neos/Service/XliffService.html#method_collectPackageSources","d":"

Collect all sources found in the given package as array (key = source, value = true)\nIf sourcesToBeIncluded is an array, only those sources are returned what match the wildcard-patterns in the\narray-values

"},{"t":"M","n":"Neos\\Neos\\Service\\XliffService::setArrayDataValue","p":"Neos/Neos/Service/XliffService.html#method_setArrayDataValue","d":"

Helper method to create the needed json array from a dotted xliff id

"},{"t":"M","n":"Neos\\Neos\\TYPO3CR\\NeosNodeService::normalizePath","p":"Neos/Neos/TYPO3CR/NeosNodeService.html#method_normalizePath","d":"

Normalizes the given node path to a reference path and returns an absolute path.

"},{"t":"M","n":"Neos\\Neos\\TYPO3CR\\NeosNodeServiceInterface::normalizePath","p":"Neos/Neos/TYPO3CR/NeosNodeServiceInterface.html#method_normalizePath","d":"

Normalizes the given node path to a reference path and returns an absolute path.

"},{"t":"M","n":"Neos\\Neos\\TYPO3CR\\Transformations\\AssetTransformation::isTransformable","p":"Neos/Neos/TYPO3CR/Transformations/AssetTransformation.html#method_isTransformable","d":""},{"t":"M","n":"Neos\\Neos\\TYPO3CR\\Transformations\\AssetTransformation::execute","p":"Neos/Neos/TYPO3CR/Transformations/AssetTransformation.html#method_execute","d":"

Change the property on the given node.

"},{"t":"M","n":"Neos\\Neos\\TYPO3CR\\Transformations\\AssetTransformation::getHandledObjectTypes","p":"Neos/Neos/TYPO3CR/Transformations/AssetTransformation.html#method_getHandledObjectTypes","d":""},{"t":"M","n":"Neos\\Neos\\TYPO3CR\\Transformations\\ImageVariantTransformation::isTransformable","p":"Neos/Neos/TYPO3CR/Transformations/ImageVariantTransformation.html#method_isTransformable","d":""},{"t":"M","n":"Neos\\Neos\\TYPO3CR\\Transformations\\ImageVariantTransformation::execute","p":"Neos/Neos/TYPO3CR/Transformations/ImageVariantTransformation.html#method_execute","d":"

Change the property on the given node.

"},{"t":"M","n":"Neos\\Neos\\TYPO3CR\\Transformations\\PluginViewTransformation::isTransformable","p":"Neos/Neos/TYPO3CR/Transformations/PluginViewTransformation.html#method_isTransformable","d":""},{"t":"M","n":"Neos\\Neos\\TYPO3CR\\Transformations\\PluginViewTransformation::execute","p":"Neos/Neos/TYPO3CR/Transformations/PluginViewTransformation.html#method_execute","d":"

Change the property on the given node.

"},{"t":"M","n":"Neos\\Neos\\TypeConverter\\EntityToIdentityConverter::canConvertFrom","p":"Neos/Neos/TypeConverter/EntityToIdentityConverter.html#method_canConvertFrom","d":"

Check if the given object has an identity.

"},{"t":"M","n":"Neos\\Neos\\TypeConverter\\EntityToIdentityConverter::convertFrom","p":"Neos/Neos/TypeConverter/EntityToIdentityConverter.html#method_convertFrom","d":"

Converts the given source object to an array containing the type and identity.

"},{"t":"M","n":"Neos\\Neos\\Utility\\BackendAssetsUtility::injectSettings","p":"Neos/Neos/Utility/BackendAssetsUtility.html#method_injectSettings","d":""},{"t":"M","n":"Neos\\Neos\\Utility\\BackendAssetsUtility::getCssBuiltVersion","p":"Neos/Neos/Utility/BackendAssetsUtility.html#method_getCssBuiltVersion","d":"

Returns a shortened md5 of the built CSS file

"},{"t":"M","n":"Neos\\Neos\\Utility\\NodeUriPathSegmentGenerator::setUniqueUriPathSegment","p":"Neos/Neos/Utility/NodeUriPathSegmentGenerator.html#method_setUniqueUriPathSegment","d":"

Sets the best possible uriPathSegment for the given Node.

"},{"t":"M","n":"Neos\\Neos\\Utility\\NodeUriPathSegmentGenerator::generateUriPathSegment","p":"Neos/Neos/Utility/NodeUriPathSegmentGenerator.html#method_generateUriPathSegment","d":"

Generates a URI path segment for a given node taking it's language dimension into account

"},{"t":"M","n":"Neos\\Neos\\Utility\\User::getPersonalWorkspaceNameForUsername","p":"Neos/Neos/Utility/User.html#method_getPersonalWorkspaceNameForUsername","d":"

Constructs a personal workspace name for the user with the given username.

"},{"t":"M","n":"Neos\\Neos\\Utility\\User::slugifyUsername","p":"Neos/Neos/Utility/User.html#method_slugifyUsername","d":"

Will reduce the username to ascii alphabet and numbers.

"},{"t":"M","n":"Neos\\Neos\\Validation\\Validator\\HostnameValidator::isValid","p":"Neos/Neos/Validation/Validator/HostnameValidator.html#method_isValid","d":"

Validates if the hostname is valid.

"},{"t":"M","n":"Neos\\Neos\\Validation\\Validator\\PasswordValidator::isValid","p":"Neos/Neos/Validation/Validator/PasswordValidator.html#method_isValid","d":"

Returns true, if the given property ($value) is a valid array consistent of two equal passwords and their length\nis between 'minimum' (defaults to 0 if not specified) and 'maximum' (defaults to infinite if not specified)\nto be specified in the validation options.

"},{"t":"M","n":"Neos\\Neos\\Validation\\Validator\\UserDoesNotExistValidator::isValid","p":"Neos/Neos/Validation/Validator/UserDoesNotExistValidator.html#method_isValid","d":"

Returns true, if the specified user ($value) does not exist yet.

"},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\Backend\\AuthenticationProviderLabelViewHelper::initializeArguments","p":"Neos/Neos/ViewHelpers/Backend/AuthenticationProviderLabelViewHelper.html#method_initializeArguments","d":""},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\Backend\\AuthenticationProviderLabelViewHelper::render","p":"Neos/Neos/ViewHelpers/Backend/AuthenticationProviderLabelViewHelper.html#method_render","d":"

Outputs a human friendly label for the authentication provider specified by $identifier

"},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\Backend\\ChangeStatsViewHelper::initializeArguments","p":"Neos/Neos/ViewHelpers/Backend/ChangeStatsViewHelper.html#method_initializeArguments","d":""},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\Backend\\ChangeStatsViewHelper::render","p":"Neos/Neos/ViewHelpers/Backend/ChangeStatsViewHelper.html#method_render","d":"

Expects an array of change count data and adds calculated ratios to the rendered child view

"},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\Backend\\ColorOfStringViewHelper::initializeArguments","p":"Neos/Neos/ViewHelpers/Backend/ColorOfStringViewHelper.html#method_initializeArguments","d":""},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\Backend\\ColorOfStringViewHelper::render","p":"Neos/Neos/ViewHelpers/Backend/ColorOfStringViewHelper.html#method_render","d":"

Outputs a hex color code (#000000) based on $text

"},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\Backend\\ConfigurationCacheVersionViewHelper::render","p":"Neos/Neos/ViewHelpers/Backend/ConfigurationCacheVersionViewHelper.html#method_render","d":""},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\Backend\\ConfigurationTreeViewHelper::initializeArguments","p":"Neos/Neos/ViewHelpers/Backend/ConfigurationTreeViewHelper.html#method_initializeArguments","d":""},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\Backend\\ConfigurationTreeViewHelper::render","p":"Neos/Neos/ViewHelpers/Backend/ConfigurationTreeViewHelper.html#method_render","d":"

Render the $configuration

"},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\Backend\\ConfigurationTreeViewHelper::renderSingleLevel","p":"Neos/Neos/ViewHelpers/Backend/ConfigurationTreeViewHelper.html#method_renderSingleLevel","d":"

Recursive function rendering configuration and adding it to $this->output

"},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\Backend\\CssBuiltVersionViewHelper::render","p":"Neos/Neos/ViewHelpers/Backend/CssBuiltVersionViewHelper.html#method_render","d":""},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\Backend\\DocumentBreadcrumbPathViewHelper::initializeArguments","p":"Neos/Neos/ViewHelpers/Backend/DocumentBreadcrumbPathViewHelper.html#method_initializeArguments","d":"

Initialize the arguments.

"},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\Backend\\DocumentBreadcrumbPathViewHelper::render","p":"Neos/Neos/ViewHelpers/Backend/DocumentBreadcrumbPathViewHelper.html#method_render","d":""},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\Backend\\IfModuleAccessibleViewHelper::initializeArguments","p":"Neos/Neos/ViewHelpers/Backend/IfModuleAccessibleViewHelper.html#method_initializeArguments","d":null},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\Backend\\IfModuleAccessibleViewHelper::render","p":"Neos/Neos/ViewHelpers/Backend/IfModuleAccessibleViewHelper.html#method_render","d":"

renders child if access to the given module is accessible, otherwise renders child.

"},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\Backend\\IfModuleAccessibleViewHelper::renderStatic","p":"Neos/Neos/ViewHelpers/Backend/IfModuleAccessibleViewHelper.html#method_renderStatic","d":""},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\Backend\\IfModuleAccessibleViewHelper::evaluateCondition","p":"Neos/Neos/ViewHelpers/Backend/IfModuleAccessibleViewHelper.html#method_evaluateCondition","d":""},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\Backend\\InterfaceLanguageViewHelper::render","p":"Neos/Neos/ViewHelpers/Backend/InterfaceLanguageViewHelper.html#method_render","d":""},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\Backend\\IsAllowedToEditUserViewHelper::initializeArguments","p":"Neos/Neos/ViewHelpers/Backend/IsAllowedToEditUserViewHelper.html#method_initializeArguments","d":""},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\Backend\\IsAllowedToEditUserViewHelper::render","p":"Neos/Neos/ViewHelpers/Backend/IsAllowedToEditUserViewHelper.html#method_render","d":"

Returns whether the current user is allowed to edit the given user.

"},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\Backend\\JavascriptConfigurationViewHelper::injectThrowableStorage","p":"Neos/Neos/ViewHelpers/Backend/JavascriptConfigurationViewHelper.html#method_injectThrowableStorage","d":""},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\Backend\\JavascriptConfigurationViewHelper::injectSettings","p":"Neos/Neos/ViewHelpers/Backend/JavascriptConfigurationViewHelper.html#method_injectSettings","d":""},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\Backend\\JavascriptConfigurationViewHelper::render","p":"Neos/Neos/ViewHelpers/Backend/JavascriptConfigurationViewHelper.html#method_render","d":""},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\Backend\\JavascriptConfigurationViewHelper::getStaticResourceWebBaseUri","p":"Neos/Neos/ViewHelpers/Backend/JavascriptConfigurationViewHelper.html#method_getStaticResourceWebBaseUri","d":""},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\Backend\\JavascriptConfigurationViewHelper::getNodeTypeGroupsSettings","p":"Neos/Neos/ViewHelpers/Backend/JavascriptConfigurationViewHelper.html#method_getNodeTypeGroupsSettings","d":""},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\Backend\\JavascriptConfigurationViewHelper::renderMaximumFileUploadSize","p":"Neos/Neos/ViewHelpers/Backend/JavascriptConfigurationViewHelper.html#method_renderMaximumFileUploadSize","d":"

Returns the lowest configured maximum upload file size

"},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\Backend\\TranslateViewHelper::render","p":"Neos/Neos/ViewHelpers/Backend/TranslateViewHelper.html#method_render","d":"

Renders the translated label.

"},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\Backend\\UserInitialsViewHelper::initializeArguments","p":"Neos/Neos/ViewHelpers/Backend/UserInitialsViewHelper.html#method_initializeArguments","d":""},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\Backend\\UserInitialsViewHelper::render","p":"Neos/Neos/ViewHelpers/Backend/UserInitialsViewHelper.html#method_render","d":"

Render user initials or an abbreviated name for a given username. If the account was deleted, use the username as fallback.

"},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\Backend\\XliffCacheVersionViewHelper::render","p":"Neos/Neos/ViewHelpers/Backend/XliffCacheVersionViewHelper.html#method_render","d":""},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\ContentElement\\EditableViewHelper::initializeArguments","p":"Neos/Neos/ViewHelpers/ContentElement/EditableViewHelper.html#method_initializeArguments","d":""},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\ContentElement\\EditableViewHelper::render","p":"Neos/Neos/ViewHelpers/ContentElement/EditableViewHelper.html#method_render","d":"

In live workspace this just renders a tag; for logged in users with access to the Backend this also adds required\nattributes for the editing.

"},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\ContentElement\\EditableViewHelper::getNodeFromFusionContext","p":"Neos/Neos/ViewHelpers/ContentElement/EditableViewHelper.html#method_getNodeFromFusionContext","d":""},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\ContentElement\\WrapViewHelper::initializeArguments","p":"Neos/Neos/ViewHelpers/ContentElement/WrapViewHelper.html#method_initializeArguments","d":"

Initialize the arguments.

"},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\ContentElement\\WrapViewHelper::render","p":"Neos/Neos/ViewHelpers/ContentElement/WrapViewHelper.html#method_render","d":"

In live workspace this just renders a the content.

"},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\GetTypeViewHelper::initializeArguments","p":"Neos/Neos/ViewHelpers/GetTypeViewHelper.html#method_initializeArguments","d":""},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\GetTypeViewHelper::render","p":"Neos/Neos/ViewHelpers/GetTypeViewHelper.html#method_render","d":""},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\Link\\ModuleViewHelper::initializeArguments","p":"Neos/Neos/ViewHelpers/Link/ModuleViewHelper.html#method_initializeArguments","d":"

Initialize arguments

"},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\Link\\ModuleViewHelper::render","p":"Neos/Neos/ViewHelpers/Link/ModuleViewHelper.html#method_render","d":"

Render a link to a specific module

"},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\Link\\NodeViewHelper::initializeArguments","p":"Neos/Neos/ViewHelpers/Link/NodeViewHelper.html#method_initializeArguments","d":"

Initialize arguments

"},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\Link\\NodeViewHelper::render","p":"Neos/Neos/ViewHelpers/Link/NodeViewHelper.html#method_render","d":"

Renders the link. Renders the linked node's label if there's no child content.

"},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\Node\\ClosestDocumentViewHelper::initializeArguments","p":"Neos/Neos/ViewHelpers/Node/ClosestDocumentViewHelper.html#method_initializeArguments","d":"

Initialize the arguments.

"},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\Node\\ClosestDocumentViewHelper::render","p":"Neos/Neos/ViewHelpers/Node/ClosestDocumentViewHelper.html#method_render","d":""},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\Rendering\\AbstractRenderingStateViewHelper::getContextNode","p":"Neos/Neos/ViewHelpers/Rendering/AbstractRenderingStateViewHelper.html#method_getContextNode","d":"

Get a node from the current Fusion context if available.

"},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\Rendering\\AbstractRenderingStateViewHelper::getNodeContext","p":"Neos/Neos/ViewHelpers/Rendering/AbstractRenderingStateViewHelper.html#method_getNodeContext","d":""},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\Rendering\\InBackendViewHelper::initializeArguments","p":"Neos/Neos/ViewHelpers/Rendering/InBackendViewHelper.html#method_initializeArguments","d":"

Initialize the arguments.

"},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\Rendering\\InBackendViewHelper::render","p":"Neos/Neos/ViewHelpers/Rendering/InBackendViewHelper.html#method_render","d":""},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\Rendering\\InEditModeViewHelper::initializeArguments","p":"Neos/Neos/ViewHelpers/Rendering/InEditModeViewHelper.html#method_initializeArguments","d":"

Initialize the arguments.

"},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\Rendering\\InEditModeViewHelper::render","p":"Neos/Neos/ViewHelpers/Rendering/InEditModeViewHelper.html#method_render","d":""},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\Rendering\\InPreviewModeViewHelper::initializeArguments","p":"Neos/Neos/ViewHelpers/Rendering/InPreviewModeViewHelper.html#method_initializeArguments","d":"

Initialize the arguments.

"},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\Rendering\\InPreviewModeViewHelper::render","p":"Neos/Neos/ViewHelpers/Rendering/InPreviewModeViewHelper.html#method_render","d":""},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\Rendering\\LiveViewHelper::initializeArguments","p":"Neos/Neos/ViewHelpers/Rendering/LiveViewHelper.html#method_initializeArguments","d":"

Initialize the arguments.

"},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\Rendering\\LiveViewHelper::render","p":"Neos/Neos/ViewHelpers/Rendering/LiveViewHelper.html#method_render","d":""},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\StandaloneViewViewHelper::initializeArguments","p":"Neos/Neos/ViewHelpers/StandaloneViewViewHelper.html#method_initializeArguments","d":""},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\StandaloneViewViewHelper::render","p":"Neos/Neos/ViewHelpers/StandaloneViewViewHelper.html#method_render","d":""},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\Uri\\ModuleViewHelper::initializeArguments","p":"Neos/Neos/ViewHelpers/Uri/ModuleViewHelper.html#method_initializeArguments","d":"

Initialize the arguments.

"},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\Uri\\ModuleViewHelper::render","p":"Neos/Neos/ViewHelpers/Uri/ModuleViewHelper.html#method_render","d":"

Render a link to a specific module

"},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\Uri\\ModuleViewHelper::setMainRequestToUriBuilder","p":"Neos/Neos/ViewHelpers/Uri/ModuleViewHelper.html#method_setMainRequestToUriBuilder","d":"

Extracted out to this method in order to be better unit-testable.

"},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\Uri\\NodeViewHelper::initializeArguments","p":"Neos/Neos/ViewHelpers/Uri/NodeViewHelper.html#method_initializeArguments","d":"

Initialize the arguments.

"},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\Uri\\NodeViewHelper::render","p":"Neos/Neos/ViewHelpers/Uri/NodeViewHelper.html#method_render","d":"

Renders the URI.

"},{"t":"M","n":"Neos\\Neos\\View\\FusionExceptionView::render","p":"Neos/Neos/View/FusionExceptionView.html#method_render","d":""},{"t":"M","n":"Neos\\Neos\\View\\FusionExceptionView::extractBodyFromOutput","p":"Neos/Neos/View/FusionExceptionView.html#method_extractBodyFromOutput","d":""},{"t":"M","n":"Neos\\Neos\\View\\FusionExceptionView::getFusionRuntime","p":"Neos/Neos/View/FusionExceptionView.html#method_getFusionRuntime","d":""},{"t":"M","n":"Neos\\Neos\\View\\FusionView::render","p":"Neos/Neos/View/FusionView.html#method_render","d":"

Renders the view

"},{"t":"M","n":"Neos\\Neos\\View\\FusionView::parsePotentialRawHttpResponse","p":"Neos/Neos/View/FusionView.html#method_parsePotentialRawHttpResponse","d":""},{"t":"M","n":"Neos\\Neos\\View\\FusionView::isRawHttpResponse","p":"Neos/Neos/View/FusionView.html#method_isRawHttpResponse","d":"

Checks if the mixed input looks like a raw HTTTP response.

"},{"t":"M","n":"Neos\\Neos\\View\\FusionView::canRenderWithNodeAndPath","p":"Neos/Neos/View/FusionView.html#method_canRenderWithNodeAndPath","d":"

Is it possible to render $node with $his->fusionPath?

"},{"t":"M","n":"Neos\\Neos\\View\\FusionView::setFusionPath","p":"Neos/Neos/View/FusionView.html#method_setFusionPath","d":"

Set the Fusion path to use for rendering the node given in "value"

"},{"t":"M","n":"Neos\\Neos\\View\\FusionView::getFusionPath","p":"Neos/Neos/View/FusionView.html#method_getFusionPath","d":""},{"t":"M","n":"Neos\\Neos\\View\\FusionView::getClosestDocumentNode","p":"Neos/Neos/View/FusionView.html#method_getClosestDocumentNode","d":""},{"t":"M","n":"Neos\\Neos\\View\\FusionView::getCurrentSiteNode","p":"Neos/Neos/View/FusionView.html#method_getCurrentSiteNode","d":""},{"t":"M","n":"Neos\\Neos\\View\\FusionView::getCurrentNode","p":"Neos/Neos/View/FusionView.html#method_getCurrentNode","d":""},{"t":"M","n":"Neos\\Neos\\View\\FusionView::getFusionRuntime","p":"Neos/Neos/View/FusionView.html#method_getFusionRuntime","d":""},{"t":"M","n":"Neos\\Neos\\View\\FusionView::assign","p":"Neos/Neos/View/FusionView.html#method_assign","d":"

Clear the cached runtime instance on assignment of variables

"},{"t":"M","n":"Neos\\Neos\\View\\FusionViewI18nTrait::setFallbackRuleFromDimension","p":"Neos/Neos/View/FusionViewI18nTrait.html#method_setFallbackRuleFromDimension","d":"

If a content dimension named "language" exists, it is used to set the locale fallback\nchain order for rendering based on that.

"},{"t":"M","n":"Neos\\Neos\\View\\Service\\AssetJsonView::render","p":"Neos/Neos/View/Service/AssetJsonView.html#method_render","d":"

Configures rendering according to the set variable(s) and calls\nrender on the parent.

"},{"t":"M","n":"Neos\\Neos\\View\\Service\\NodeJsonView::render","p":"Neos/Neos/View/Service/NodeJsonView.html#method_render","d":"

Configures rendering according to the set variable(s) and calls\nrender on the parent.

"},{"t":"M","n":"Neos\\Neos\\View\\Service\\WorkspaceJsonView::render","p":"Neos/Neos/View/Service/WorkspaceJsonView.html#method_render","d":"

Configures rendering according to the set variable(s) and calls\nrender on the parent.

"},{"t":"M","n":"Neos\\NodeTypes\\Form\\Service\\DataSource\\FormDefinitionDataSource::getData","p":"Neos/NodeTypes/Form/Service/DataSource/FormDefinitionDataSource.html#method_getData","d":""},{"t":"M","n":"Neos\\SiteKickstarter\\Command\\KickstartCommandController::siteCommand","p":"Neos/SiteKickstarter/Command/KickstartCommandController.html#method_siteCommand","d":"

Kickstart a new site package

"},{"t":"M","n":"Neos\\SiteKickstarter\\Generator\\AfxTemplateGenerator::generateSitePackage","p":"Neos/SiteKickstarter/Generator/AfxTemplateGenerator.html#method_generateSitePackage","d":"

Generate a site package and fill it with boilerplate data.

"},{"t":"M","n":"Neos\\SiteKickstarter\\Generator\\AfxTemplateGenerator::generateSitesXml","p":"Neos/SiteKickstarter/Generator/AfxTemplateGenerator.html#method_generateSitesXml","d":"

Generate a "Sites.xml" for the given package and name.

"},{"t":"M","n":"Neos\\SiteKickstarter\\Generator\\AfxTemplateGenerator::generateSitesRootFusion","p":"Neos/SiteKickstarter/Generator/AfxTemplateGenerator.html#method_generateSitesRootFusion","d":"

Generate basic root Fusion file.

"},{"t":"M","n":"Neos\\SiteKickstarter\\Generator\\AfxTemplateGenerator::generateSitesFusionDirectory","p":"Neos/SiteKickstarter/Generator/AfxTemplateGenerator.html#method_generateSitesFusionDirectory","d":"

Render the whole directory of the fusion part

"},{"t":"M","n":"Neos\\SiteKickstarter\\Generator\\AfxTemplateGenerator::generateSiteNodeName","p":"Neos/SiteKickstarter/Generator/AfxTemplateGenerator.html#method_generateSiteNodeName","d":"

Generate site node name based on the given package key

"},{"t":"M","n":"Neos\\SiteKickstarter\\Generator\\AfxTemplateGenerator::generateNodeTypesConfiguration","p":"Neos/SiteKickstarter/Generator/AfxTemplateGenerator.html#method_generateNodeTypesConfiguration","d":"

Generate a example NodeTypes.yaml

"},{"t":"M","n":"Neos\\SiteKickstarter\\Generator\\AfxTemplateGenerator::generateAdditionalFolders","p":"Neos/SiteKickstarter/Generator/AfxTemplateGenerator.html#method_generateAdditionalFolders","d":"

Generate additional folders for site packages.

"},{"t":"M","n":"Neos\\SiteKickstarter\\Generator\\AfxTemplateGenerator::getResourcePathForFile","p":"Neos/SiteKickstarter/Generator/AfxTemplateGenerator.html#method_getResourcePathForFile","d":"

returns resource path for the generator

"},{"t":"M","n":"Neos\\SiteKickstarter\\Generator\\AfxTemplateGenerator::getGeneratorName","p":"Neos/SiteKickstarter/Generator/AfxTemplateGenerator.html#method_getGeneratorName","d":"

returns the human readable name of the generator

"},{"t":"M","n":"Neos\\SiteKickstarter\\Generator\\SitePackageGeneratorInterface::generateSitePackage","p":"Neos/SiteKickstarter/Generator/SitePackageGeneratorInterface.html#method_generateSitePackage","d":"

returns generated files as an array

"},{"t":"M","n":"Neos\\SiteKickstarter\\Generator\\SitePackageGeneratorInterface::getGeneratorName","p":"Neos/SiteKickstarter/Generator/SitePackageGeneratorInterface.html#method_getGeneratorName","d":"

returns the human readable name of the generator

"},{"t":"M","n":"Neos\\SiteKickstarter\\Service\\FusionRecursiveDirectoryRenderer::renderDirectory","p":"Neos/SiteKickstarter/Service/FusionRecursiveDirectoryRenderer.html#method_renderDirectory","d":"

Renders whole directory recursivly

"},{"t":"M","n":"Neos\\SiteKickstarter\\Service\\SimpleTemplateRenderer::render","p":"Neos/SiteKickstarter/Service/SimpleTemplateRenderer.html#method_render","d":"

Renders simple templates by replacing {key} variables in the template, by the value of the key in the\ncontextVariables array

"},{"t":"M","n":"Neos\\SiteKickstarter\\Service\\SiteGeneratorCollectingService::getAllGenerators","p":"Neos/SiteKickstarter/Service/SiteGeneratorCollectingService.html#method_getAllGenerators","d":null},{"t":"M","n":"Neos\\SiteKickstarter\\Service\\SitePackageGeneratorNameService::getNameOfSitePackageGenerator","p":"Neos/SiteKickstarter/Service/SitePackageGeneratorNameService.html#method_getNameOfSitePackageGenerator","d":""},{"t":"M","n":"Neos\\ContentRepository\\Command\\EventDispatchingNodeCommandControllerPluginInterface::on","p":"Neos/ContentRepository/Command/EventDispatchingNodeCommandControllerPluginInterface.html#method_on","d":"

Attaches a new event handler

"},{"t":"M","n":"Neos\\ContentRepository\\Command\\NodeCommandControllerPluginInterface::getSubCommandShortDescription","p":"Neos/ContentRepository/Command/NodeCommandControllerPluginInterface.html#method_getSubCommandShortDescription","d":"

Returns a short description for the specific task the plugin solves for the specified command

"},{"t":"M","n":"Neos\\ContentRepository\\Command\\NodeCommandControllerPluginInterface::getSubCommandDescription","p":"Neos/ContentRepository/Command/NodeCommandControllerPluginInterface.html#method_getSubCommandDescription","d":"

Returns a piece of description for the specific task the plugin solves for the specified command

"},{"t":"M","n":"Neos\\ContentRepository\\Command\\NodeCommandControllerPluginInterface::invokeSubCommand","p":"Neos/ContentRepository/Command/NodeCommandControllerPluginInterface.html#method_invokeSubCommand","d":"

A method which runs the task implemented by the plugin for the given command

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::setName","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_setName","d":"

Set the name of the node to $newName, keeping it's position as it is

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::getName","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_getName","d":"

Returns the name of this node

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::getLabel","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_getLabel","d":"

Returns a full length plain text label of this node

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::setProperty","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_setProperty","d":"

Sets the specified property.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::hasProperty","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_hasProperty","d":"

If this node has a property with the given name.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::getProperty","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_getProperty","d":"

Returns the specified property.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::removeProperty","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_removeProperty","d":"

Removes the specified property.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::getProperties","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_getProperties","d":"

Returns all properties of this node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::getPropertyNames","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_getPropertyNames","d":"

Returns the names of all properties of this node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::setContentObject","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_setContentObject","d":"

Sets a content object for this node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::getContentObject","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_getContentObject","d":"

Returns the content object of this node (if any).

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::unsetContentObject","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_unsetContentObject","d":"

Unsets the content object of this node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::setNodeType","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_setNodeType","d":"

Sets the node type of this node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::getNodeType","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_getNodeType","d":"

Returns the node type of this node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::setHidden","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_setHidden","d":"

Sets the "hidden" flag for this node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::isHidden","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_isHidden","d":"

Returns the current state of the hidden flag

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::setHiddenBeforeDateTime","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_setHiddenBeforeDateTime","d":"

Sets the date and time when this node becomes potentially visible.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::getHiddenBeforeDateTime","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_getHiddenBeforeDateTime","d":"

Returns the date and time before which this node will be automatically hidden.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::setHiddenAfterDateTime","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_setHiddenAfterDateTime","d":"

Sets the date and time when this node should be automatically hidden

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::getHiddenAfterDateTime","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_getHiddenAfterDateTime","d":"

Returns the date and time after which this node will be automatically hidden.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::setHiddenInIndex","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_setHiddenInIndex","d":"

Sets if this node should be hidden in indexes, such as a site navigation.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::isHiddenInIndex","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_isHiddenInIndex","d":"

If this node should be hidden in indexes

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::setAccessRoles","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_setAccessRoles","d":"

Sets the roles which are required to access this node

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::getAccessRoles","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_getAccessRoles","d":"

Returns the names of defined access roles

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::getPath","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_getPath","d":"

Returns the path of this node

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::getContextPath","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_getContextPath","d":"

Returns the absolute path of this node with additional context information (such as the workspace name).

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::getDepth","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_getDepth","d":"

Returns the level at which this node is located.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::setWorkspace","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_setWorkspace","d":"

Sets the workspace of this node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::getWorkspace","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_getWorkspace","d":"

Returns the workspace this node is contained in

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::getIdentifier","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_getIdentifier","d":"

Returns the identifier of this node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::setIndex","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_setIndex","d":"

Sets the index of this node

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::getIndex","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_getIndex","d":"

Returns the index of this node which determines the order among siblings\nwith the same parent node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::getParent","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_getParent","d":"

Returns the parent node of this node

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::getParentPath","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_getParentPath","d":"

Returns the parent node path

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::createNode","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_createNode","d":"

Creates, adds and returns a child node of this node. Also sets default\nproperties and creates default subnodes.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::createSingleNode","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_createSingleNode","d":"

Creates, adds and returns a child node of this node, without setting default\nproperties or creating subnodes.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::createNodeFromTemplate","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_createNodeFromTemplate","d":"

Creates and persists a node from the given $nodeTemplate as child node

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::getNode","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_getNode","d":"

Returns a node specified by the given relative path.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::getPrimaryChildNode","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_getPrimaryChildNode","d":"

Returns the primary child node of this node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::getChildNodes","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_getChildNodes","d":"

Returns all direct child nodes of this node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::hasChildNodes","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_hasChildNodes","d":"

Checks if this node has any child nodes.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::remove","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_remove","d":"

Removes this node and all its child nodes. This is an alias for setRemoved(true)

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::setRemoved","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_setRemoved","d":"

Removes this node and all its child nodes or sets ONLY this node to not being removed.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::isRemoved","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_isRemoved","d":"

If this node is a removed node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::isVisible","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_isVisible","d":"

Tells if this node is "visible".

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::isAccessible","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_isAccessible","d":"

Tells if this node may be accessed according to the current security context.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::hasAccessRestrictions","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_hasAccessRestrictions","d":"

Tells if a node, in general, has access restrictions, independent of the\ncurrent security context.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::isNodeTypeAllowedAsChildNode","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_isNodeTypeAllowedAsChildNode","d":"

Checks if the given $nodeType would be allowed as a child node of this node according to the configured constraints.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::moveBefore","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_moveBefore","d":"

Moves this node before the given node

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::moveAfter","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_moveAfter","d":"

Moves this node after the given node

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::moveInto","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_moveInto","d":"

Moves this node into the given node

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::copyBefore","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_copyBefore","d":"

Copies this node before the given node

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::copyAfter","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_copyAfter","d":"

Copies this node after the given node

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::copyInto","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_copyInto","d":"

Copies this node to below the given node. The new node will be added behind\nany existing sub nodes of the given node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::getNodeData","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_getNodeData","d":"

Return the NodeData representation of the node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::getContext","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_getContext","d":"

Return the context of the node

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::getDimensions","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_getDimensions","d":"

Return the assigned content dimensions of the node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::createVariantForContext","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_createVariantForContext","d":"

Given a context a new node is returned that is like this node, but\nlives in the new context.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::isAutoCreated","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_isAutoCreated","d":"

Determine if this node is configured as auto-created childNode of the parent node. If that is the case, it\nshould not be deleted.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::getOtherNodeVariants","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_getOtherNodeVariants","d":"

Get other variants of this node (with different dimension values)

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeLabelGeneratorInterface::getLabel","p":"Neos/ContentRepository/Domain/Model/NodeLabelGeneratorInterface.html#method_getLabel","d":"

Render a node label

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\UserInterface::getLabel","p":"Neos/ContentRepository/Domain/Model/UserInterface.html#method_getLabel","d":"

Returns a label which can be used as a human-friendly identifier for this user, for example his or her first\nand last name.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\NodeInterface::isRoot","p":"Neos/ContentRepository/Domain/Projection/Content/NodeInterface.html#method_isRoot","d":"

Whether or not this node is the root of the graph, i.e. has no parent node

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\NodeInterface::isTethered","p":"Neos/ContentRepository/Domain/Projection/Content/NodeInterface.html#method_isTethered","d":"

Whether or not this node is tethered to its parent, fka auto created child node

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\NodeInterface::getContentStreamIdentifier","p":"Neos/ContentRepository/Domain/Projection/Content/NodeInterface.html#method_getContentStreamIdentifier","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\NodeInterface::getNodeAggregateIdentifier","p":"Neos/ContentRepository/Domain/Projection/Content/NodeInterface.html#method_getNodeAggregateIdentifier","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\NodeInterface::getNodeTypeName","p":"Neos/ContentRepository/Domain/Projection/Content/NodeInterface.html#method_getNodeTypeName","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\NodeInterface::getNodeType","p":"Neos/ContentRepository/Domain/Projection/Content/NodeInterface.html#method_getNodeType","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\NodeInterface::getNodeName","p":"Neos/ContentRepository/Domain/Projection/Content/NodeInterface.html#method_getNodeName","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\NodeInterface::getOriginDimensionSpacePoint","p":"Neos/ContentRepository/Domain/Projection/Content/NodeInterface.html#method_getOriginDimensionSpacePoint","d":"

returns the DimensionSpacePoint the node is at home in. Usually needed to address a Node in a NodeAggregate\nin order to update it.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\NodeInterface::getProperties","p":"Neos/ContentRepository/Domain/Projection/Content/NodeInterface.html#method_getProperties","d":"

Returns all properties of this node. References are NOT part of this API; there you need to check getReference() and getReferences()

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\NodeInterface::getProperty","p":"Neos/ContentRepository/Domain/Projection/Content/NodeInterface.html#method_getProperty","d":"

Returns the specified property.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\NodeInterface::hasProperty","p":"Neos/ContentRepository/Domain/Projection/Content/NodeInterface.html#method_hasProperty","d":"

If this node has a property with the given name. Does NOT check the NodeType; but checks\nfor a non-NULL property value.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\NodeInterface::getLabel","p":"Neos/ContentRepository/Domain/Projection/Content/NodeInterface.html#method_getLabel","d":"

Returns the node label as generated by the configured node label generator

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\TraversableNodeInterface::getDimensionSpacePoint","p":"Neos/ContentRepository/Domain/Projection/Content/TraversableNodeInterface.html#method_getDimensionSpacePoint","d":"

Returns the DimensionSpacePoint the node was requested in, i.e. one of the DimensionSpacePoints\nthis node is visible in. If you need the DimensionSpacePoint where the node is actually at home,\nsee getOriginDimensionSpacePoint()

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\TraversableNodeInterface::findParentNode","p":"Neos/ContentRepository/Domain/Projection/Content/TraversableNodeInterface.html#method_findParentNode","d":"

Retrieves and returns the parent node from the node's subgraph.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\TraversableNodeInterface::findNodePath","p":"Neos/ContentRepository/Domain/Projection/Content/TraversableNodeInterface.html#method_findNodePath","d":"

Retrieves and returns the node's path to its root node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\TraversableNodeInterface::findNamedChildNode","p":"Neos/ContentRepository/Domain/Projection/Content/TraversableNodeInterface.html#method_findNamedChildNode","d":"

Retrieves and returns a child node by name from the node's subgraph.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\TraversableNodeInterface::findChildNodes","p":"Neos/ContentRepository/Domain/Projection/Content/TraversableNodeInterface.html#method_findChildNodes","d":"

Retrieves and returns all direct child nodes of this node from its subgraph.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\TraversableNodeInterface::countChildNodes","p":"Neos/ContentRepository/Domain/Projection/Content/TraversableNodeInterface.html#method_countChildNodes","d":"

Returns the number of direct child nodes of this node from its subgraph.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\TraversableNodeInterface::findReferencedNodes","p":"Neos/ContentRepository/Domain/Projection/Content/TraversableNodeInterface.html#method_findReferencedNodes","d":"

Retrieves and returns all nodes referenced by this node from its subgraph.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\TraversableNodeInterface::findNamedReferencedNodes","p":"Neos/ContentRepository/Domain/Projection/Content/TraversableNodeInterface.html#method_findNamedReferencedNodes","d":"

Retrieves and returns nodes referenced by this node by name from its subgraph.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\TraversableNodeInterface::findReferencingNodes","p":"Neos/ContentRepository/Domain/Projection/Content/TraversableNodeInterface.html#method_findReferencingNodes","d":"

Retrieves and returns nodes referencing this node from its subgraph.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\TraversableNodeInterface::findNamedReferencingNodes","p":"Neos/ContentRepository/Domain/Projection/Content/TraversableNodeInterface.html#method_findNamedReferencingNodes","d":"

Retrieves and returns nodes referencing this node by name from its subgraph.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\TraversableNodeInterface::equals","p":"Neos/ContentRepository/Domain/Projection/Content/TraversableNodeInterface.html#method_equals","d":"

Compare whether two traversable nodes are equal

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ContentDimensionPresetSourceInterface::getAllPresets","p":"Neos/ContentRepository/Domain/Service/ContentDimensionPresetSourceInterface.html#method_getAllPresets","d":"

Get the full presets configuration as an array

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ContentDimensionPresetSourceInterface::getDefaultPreset","p":"Neos/ContentRepository/Domain/Service/ContentDimensionPresetSourceInterface.html#method_getDefaultPreset","d":"

Get the default preset of a dimension

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ContentDimensionPresetSourceInterface::findPresetByDimensionValues","p":"Neos/ContentRepository/Domain/Service/ContentDimensionPresetSourceInterface.html#method_findPresetByDimensionValues","d":"

Find a dimension preset by dimension values

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ContentDimensionPresetSourceInterface::getAllowedDimensionPresetsAccordingToPreselection","p":"Neos/ContentRepository/Domain/Service/ContentDimensionPresetSourceInterface.html#method_getAllowedDimensionPresetsAccordingToPreselection","d":"

Returns a list of presets of the specified dimension which are allowed in combination with the given presets\nof other dimensions.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ContentDimensionPresetSourceInterface::isPresetCombinationAllowedByConstraints","p":"Neos/ContentRepository/Domain/Service/ContentDimensionPresetSourceInterface.html#method_isPresetCombinationAllowedByConstraints","d":"

Checks if the given combination of presets is allowed, according to possibly defined constraints in the\ncontent dimension configuration.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ContentDimensionPresetSourceInterface::findPresetsByTargetValues","p":"Neos/ContentRepository/Domain/Service/ContentDimensionPresetSourceInterface.html#method_findPresetsByTargetValues","d":"

Finds for each configured dimension the best matching preset based on given target value for that dimension.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ContextFactoryInterface::create","p":"Neos/ContentRepository/Domain/Service/ContextFactoryInterface.html#method_create","d":"

Create the context from the given properties. If a context with those properties was already\ncreated before then the existing one is returned.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ContextFactoryInterface::reset","p":"Neos/ContentRepository/Domain/Service/ContextFactoryInterface.html#method_reset","d":"

Clears the instances cache clearing all contexts.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ContextFactoryInterface::getInstances","p":"Neos/ContentRepository/Domain/Service/ContextFactoryInterface.html#method_getInstances","d":"

Returns all known instances of Context.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\NodeServiceInterface::setDefaultValues","p":"Neos/ContentRepository/Domain/Service/NodeServiceInterface.html#method_setDefaultValues","d":"

Sets default node property values on the given node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\NodeServiceInterface::createChildNodes","p":"Neos/ContentRepository/Domain/Service/NodeServiceInterface.html#method_createChildNodes","d":"

Creates missing child nodes for the given node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\NodeServiceInterface::cleanUpProperties","p":"Neos/ContentRepository/Domain/Service/NodeServiceInterface.html#method_cleanUpProperties","d":"

Removes all properties not configured in the current Node Type.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\NodeServiceInterface::cleanUpAutoCreatedChildNodes","p":"Neos/ContentRepository/Domain/Service/NodeServiceInterface.html#method_cleanUpAutoCreatedChildNodes","d":"

Removes all auto created child nodes that existed in the previous nodeType.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\NodeServiceInterface::isNodeOfType","p":"Neos/ContentRepository/Domain/Service/NodeServiceInterface.html#method_isNodeOfType","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\NodeServiceInterface::nodePathExistsInAnyContext","p":"Neos/ContentRepository/Domain/Service/NodeServiceInterface.html#method_nodePathExistsInAnyContext","d":"

Checks if the given node path exists in any possible context already.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\NodeServiceInterface::nodePathAvailableForNode","p":"Neos/ContentRepository/Domain/Service/NodeServiceInterface.html#method_nodePathAvailableForNode","d":"

Checks if the given node path can be used for the given node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\NodeServiceInterface::normalizePath","p":"Neos/ContentRepository/Domain/Service/NodeServiceInterface.html#method_normalizePath","d":"

Normalizes the given node path to a reference path and returns an absolute path.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\NodeServiceInterface::generateUniqueNodeName","p":"Neos/ContentRepository/Domain/Service/NodeServiceInterface.html#method_generateUniqueNodeName","d":"

Generates a possible node name, optionally based on a suggested "ideal" name.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\PublishingServiceInterface::getUnpublishedNodes","p":"Neos/ContentRepository/Domain/Service/PublishingServiceInterface.html#method_getUnpublishedNodes","d":"

Returns a list of nodes contained in the given workspace which are not yet published

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\PublishingServiceInterface::getUnpublishedNodesCount","p":"Neos/ContentRepository/Domain/Service/PublishingServiceInterface.html#method_getUnpublishedNodesCount","d":"

Returns the number of unpublished nodes contained in the given workspace

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\PublishingServiceInterface::publishNode","p":"Neos/ContentRepository/Domain/Service/PublishingServiceInterface.html#method_publishNode","d":"

Publishes the given node to the specified target workspace. If no workspace is specified, "live" is assumed.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\PublishingServiceInterface::publishNodes","p":"Neos/ContentRepository/Domain/Service/PublishingServiceInterface.html#method_publishNodes","d":"

Publishes the given nodes to the specified target workspace. If no workspace is specified, "live" is assumed.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\PublishingServiceInterface::discardNode","p":"Neos/ContentRepository/Domain/Service/PublishingServiceInterface.html#method_discardNode","d":"

Discards the given node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\PublishingServiceInterface::discardNodes","p":"Neos/ContentRepository/Domain/Service/PublishingServiceInterface.html#method_discardNodes","d":"

Discards the given nodes.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\PublishingServiceInterface::discardAllNodes","p":"Neos/ContentRepository/Domain/Service/PublishingServiceInterface.html#method_discardAllNodes","d":"

Discards all unpublished nodes of the given workspace.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Configuration\\ConfigurationInterface::getAvailableVersions","p":"Neos/ContentRepository/Migration/Configuration/ConfigurationInterface.html#method_getAvailableVersions","d":"

Returns all available versions.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Configuration\\ConfigurationInterface::isVersionAvailable","p":"Neos/ContentRepository/Migration/Configuration/ConfigurationInterface.html#method_isVersionAvailable","d":"

Is the given version available?

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Configuration\\ConfigurationInterface::getMigrationVersion","p":"Neos/ContentRepository/Migration/Configuration/ConfigurationInterface.html#method_getMigrationVersion","d":"

Returns the migration configuration with the given version.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Filters\\DoctrineFilterInterface::getFilterExpressions","p":"Neos/ContentRepository/Migration/Filters/DoctrineFilterInterface.html#method_getFilterExpressions","d":null},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Filters\\FilterInterface::matches","p":"Neos/ContentRepository/Migration/Filters/FilterInterface.html#method_matches","d":"

If the given node satisfies the filter constraints, true is returned.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Transformations\\TransformationInterface::isTransformable","p":"Neos/ContentRepository/Migration/Transformations/TransformationInterface.html#method_isTransformable","d":"

Returns true if the given node can be transformed by this transformation.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Transformations\\TransformationInterface::execute","p":"Neos/ContentRepository/Migration/Transformations/TransformationInterface.html#method_execute","d":"

Execute the transformation on the given node.

"},{"t":"M","n":"Neos\\ContentRepository\\NodeTypePostprocessor\\NodeTypePostprocessorInterface::process","p":"Neos/ContentRepository/NodeTypePostprocessor/NodeTypePostprocessorInterface.html#method_process","d":"

Processes the given $nodeType (e.g. changes/adds properties depending on the NodeType configuration and the specified $options)

"},{"t":"M","n":"Neos\\Fusion\\Core\\DslInterface::transpile","p":"Neos/Fusion/Core/DslInterface.html#method_transpile","d":"

Transpile the given dsl-code to fusion-code

"},{"t":"M","n":"Neos\\Fusion\\Core\\ParserInterface::parse","p":"Neos/Fusion/Core/ParserInterface.html#method_parse","d":"

Parses the given Fusion source code and returns an object tree\nas the result.

"},{"t":"M","n":"Neos\\Fusion\\Core\\ParserInterface::setObjectTypeNamespace","p":"Neos/Fusion/Core/ParserInterface.html#method_setObjectTypeNamespace","d":"

Sets the given alias to the specified namespace.

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\Helpers\\FusionAwareViewInterface::getFusionObject","p":"Neos/Fusion/FusionObjects/Helpers/FusionAwareViewInterface.html#method_getFusionObject","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Adjustment\\ImageAdjustmentInterface::applyToImage","p":"Neos/Media/Domain/Model/Adjustment/ImageAdjustmentInterface.html#method_applyToImage","d":"

Applies this adjustment to the given Imagine Image object

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Adjustment\\ImageAdjustmentInterface::setImageVariant","p":"Neos/Media/Domain/Model/Adjustment/ImageAdjustmentInterface.html#method_setImageVariant","d":"

Sets the image variant this adjustment belongs to

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Adjustment\\ImageAdjustmentInterface::canBeApplied","p":"Neos/Media/Domain/Model/Adjustment/ImageAdjustmentInterface.html#method_canBeApplied","d":"

Check if this Adjustment can or should be applied to its ImageVariant.

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetInterface::getTitle","p":"Neos/Media/Domain/Model/AssetInterface.html#method_getTitle","d":"

The title of this asset

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetInterface::setTitle","p":"Neos/Media/Domain/Model/AssetInterface.html#method_setTitle","d":"

Sets the title of this asset

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetInterface::setResource","p":"Neos/Media/Domain/Model/AssetInterface.html#method_setResource","d":"

Sets the resource and possibly triggers a refresh of dependent behavior

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetInterface::getResource","p":"Neos/Media/Domain/Model/AssetInterface.html#method_getResource","d":"

Returns the resource of this asset

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetInterface::getMediaType","p":"Neos/Media/Domain/Model/AssetInterface.html#method_getMediaType","d":"

Returns the IANA media type of this asset

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetInterface::getFileExtension","p":"Neos/Media/Domain/Model/AssetInterface.html#method_getFileExtension","d":"

Returns a file extension fitting to the media type of this asset

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxyQueryInterface::setOffset","p":"Neos/Media/Domain/Model/AssetSource/AssetProxyQueryInterface.html#method_setOffset","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxyQueryInterface::getOffset","p":"Neos/Media/Domain/Model/AssetSource/AssetProxyQueryInterface.html#method_getOffset","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxyQueryInterface::setLimit","p":"Neos/Media/Domain/Model/AssetSource/AssetProxyQueryInterface.html#method_setLimit","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxyQueryInterface::getLimit","p":"Neos/Media/Domain/Model/AssetSource/AssetProxyQueryInterface.html#method_getLimit","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxyQueryInterface::setSearchTerm","p":"Neos/Media/Domain/Model/AssetSource/AssetProxyQueryInterface.html#method_setSearchTerm","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxyQueryInterface::getSearchTerm","p":"Neos/Media/Domain/Model/AssetSource/AssetProxyQueryInterface.html#method_getSearchTerm","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxyQueryInterface::execute","p":"Neos/Media/Domain/Model/AssetSource/AssetProxyQueryInterface.html#method_execute","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxyQueryInterface::count","p":"Neos/Media/Domain/Model/AssetSource/AssetProxyQueryInterface.html#method_count","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxyQueryResultInterface::getQuery","p":"Neos/Media/Domain/Model/AssetSource/AssetProxyQueryResultInterface.html#method_getQuery","d":"

Returns a clone of the query object

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxyQueryResultInterface::getFirst","p":"Neos/Media/Domain/Model/AssetSource/AssetProxyQueryResultInterface.html#method_getFirst","d":"

Returns the first asset proxy in the result set

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxyQueryResultInterface::toArray","p":"Neos/Media/Domain/Model/AssetSource/AssetProxyQueryResultInterface.html#method_toArray","d":"

Returns an array with the asset proxies in the result set

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxyRepositoryInterface::getAssetProxy","p":"Neos/Media/Domain/Model/AssetSource/AssetProxyRepositoryInterface.html#method_getAssetProxy","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxyRepositoryInterface::filterByType","p":"Neos/Media/Domain/Model/AssetSource/AssetProxyRepositoryInterface.html#method_filterByType","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxyRepositoryInterface::findAll","p":"Neos/Media/Domain/Model/AssetSource/AssetProxyRepositoryInterface.html#method_findAll","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxyRepositoryInterface::findBySearchTerm","p":"Neos/Media/Domain/Model/AssetSource/AssetProxyRepositoryInterface.html#method_findBySearchTerm","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxyRepositoryInterface::findByTag","p":"Neos/Media/Domain/Model/AssetSource/AssetProxyRepositoryInterface.html#method_findByTag","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxyRepositoryInterface::findUntagged","p":"Neos/Media/Domain/Model/AssetSource/AssetProxyRepositoryInterface.html#method_findUntagged","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxyRepositoryInterface::countAll","p":"Neos/Media/Domain/Model/AssetSource/AssetProxyRepositoryInterface.html#method_countAll","d":"

Count all assets, regardless of tag or collection

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxy\\AssetProxyInterface::getAssetSource","p":"Neos/Media/Domain/Model/AssetSource/AssetProxy/AssetProxyInterface.html#method_getAssetSource","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxy\\AssetProxyInterface::getIdentifier","p":"Neos/Media/Domain/Model/AssetSource/AssetProxy/AssetProxyInterface.html#method_getIdentifier","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxy\\AssetProxyInterface::getLabel","p":"Neos/Media/Domain/Model/AssetSource/AssetProxy/AssetProxyInterface.html#method_getLabel","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxy\\AssetProxyInterface::getFilename","p":"Neos/Media/Domain/Model/AssetSource/AssetProxy/AssetProxyInterface.html#method_getFilename","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxy\\AssetProxyInterface::getLastModified","p":"Neos/Media/Domain/Model/AssetSource/AssetProxy/AssetProxyInterface.html#method_getLastModified","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxy\\AssetProxyInterface::getFileSize","p":"Neos/Media/Domain/Model/AssetSource/AssetProxy/AssetProxyInterface.html#method_getFileSize","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxy\\AssetProxyInterface::getMediaType","p":"Neos/Media/Domain/Model/AssetSource/AssetProxy/AssetProxyInterface.html#method_getMediaType","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxy\\AssetProxyInterface::getWidthInPixels","p":"Neos/Media/Domain/Model/AssetSource/AssetProxy/AssetProxyInterface.html#method_getWidthInPixels","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxy\\AssetProxyInterface::getHeightInPixels","p":"Neos/Media/Domain/Model/AssetSource/AssetProxy/AssetProxyInterface.html#method_getHeightInPixels","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxy\\AssetProxyInterface::getThumbnailUri","p":"Neos/Media/Domain/Model/AssetSource/AssetProxy/AssetProxyInterface.html#method_getThumbnailUri","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxy\\AssetProxyInterface::getPreviewUri","p":"Neos/Media/Domain/Model/AssetSource/AssetProxy/AssetProxyInterface.html#method_getPreviewUri","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxy\\AssetProxyInterface::getImportStream","p":"Neos/Media/Domain/Model/AssetSource/AssetProxy/AssetProxyInterface.html#method_getImportStream","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxy\\AssetProxyInterface::getLocalAssetIdentifier","p":"Neos/Media/Domain/Model/AssetSource/AssetProxy/AssetProxyInterface.html#method_getLocalAssetIdentifier","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxy\\HasRemoteOriginalInterface::isImported","p":"Neos/Media/Domain/Model/AssetSource/AssetProxy/HasRemoteOriginalInterface.html#method_isImported","d":"

Returns true if the binary data of the asset has already been imported into the Neos asset source.

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxy\\ProvidesOriginalUriInterface::getOriginalUri","p":"Neos/Media/Domain/Model/AssetSource/AssetProxy/ProvidesOriginalUriInterface.html#method_getOriginalUri","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxy\\SupportsIptcMetadataInterface::hasIptcProperty","p":"Neos/Media/Domain/Model/AssetSource/AssetProxy/SupportsIptcMetadataInterface.html#method_hasIptcProperty","d":"

Returns true, if the given IPTC metadata property is available, ie. is supported and is not empty.

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxy\\SupportsIptcMetadataInterface::getIptcProperty","p":"Neos/Media/Domain/Model/AssetSource/AssetProxy/SupportsIptcMetadataInterface.html#method_getIptcProperty","d":"

Returns the given IPTC metadata property if it exists, or an empty string otherwise.

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxy\\SupportsIptcMetadataInterface::getIptcProperties","p":"Neos/Media/Domain/Model/AssetSource/AssetProxy/SupportsIptcMetadataInterface.html#method_getIptcProperties","d":"

Returns all known IPTC metadata properties as key => value (e.g. "Title" => "My Photo")

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetSourceAwareInterface::setAssetSourceIdentifier","p":"Neos/Media/Domain/Model/AssetSource/AssetSourceAwareInterface.html#method_setAssetSourceIdentifier","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetSourceAwareInterface::getAssetSourceIdentifier","p":"Neos/Media/Domain/Model/AssetSource/AssetSourceAwareInterface.html#method_getAssetSourceIdentifier","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetSourceAwareInterface::getAssetProxy","p":"Neos/Media/Domain/Model/AssetSource/AssetSourceAwareInterface.html#method_getAssetProxy","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetSourceInterface::createFromConfiguration","p":"Neos/Media/Domain/Model/AssetSource/AssetSourceInterface.html#method_createFromConfiguration","d":"

This factory method is used instead of a constructor in order to not dictate a __construct() signature in this\ninterface (which might conflict with an asset source's implementation or generated Flow proxy class).

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetSourceInterface::getIdentifier","p":"Neos/Media/Domain/Model/AssetSource/AssetSourceInterface.html#method_getIdentifier","d":"

A unique string which identifies the concrete asset source.

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetSourceInterface::getLabel","p":"Neos/Media/Domain/Model/AssetSource/AssetSourceInterface.html#method_getLabel","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetSourceInterface::getIconUri","p":"Neos/Media/Domain/Model/AssetSource/AssetSourceInterface.html#method_getIconUri","d":"

Returns the resource path to the icon of the asset source

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetSourceInterface::getDescription","p":"Neos/Media/Domain/Model/AssetSource/AssetSourceInterface.html#method_getDescription","d":"

Returns the description of the asset source

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetSourceInterface::getAssetProxyRepository","p":"Neos/Media/Domain/Model/AssetSource/AssetSourceInterface.html#method_getAssetProxyRepository","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetSourceInterface::isReadOnly","p":"Neos/Media/Domain/Model/AssetSource/AssetSourceInterface.html#method_isReadOnly","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\SupportsCollectionsInterface::filterByCollection","p":"Neos/Media/Domain/Model/AssetSource/SupportsCollectionsInterface.html#method_filterByCollection","d":"

NOTE: This needs to be refactored to use an asset collection identifier instead of Media's domain model before\nit can become a public API for other asset sources.

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\SupportsSortingInterface::orderBy","p":"Neos/Media/Domain/Model/AssetSource/SupportsSortingInterface.html#method_orderBy","d":"

Note: This method is preliminary, not to be used for third-party asset sources yet.

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\SupportsTaggingInterface::findByTag","p":"Neos/Media/Domain/Model/AssetSource/SupportsTaggingInterface.html#method_findByTag","d":"

NOTE: This needs to be refactored to use a tag identifier instead of Media's domain model before\nit can become a public API for other asset sources.

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\SupportsTaggingInterface::findUntagged","p":"Neos/Media/Domain/Model/AssetSource/SupportsTaggingInterface.html#method_findUntagged","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\SupportsTaggingInterface::countUntagged","p":"Neos/Media/Domain/Model/AssetSource/SupportsTaggingInterface.html#method_countUntagged","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetVariantInterface::getOriginalAsset","p":"Neos/Media/Domain/Model/AssetVariantInterface.html#method_getOriginalAsset","d":"

Returns the Asset this derived asset is based on

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ImageInterface::getWidth","p":"Neos/Media/Domain/Model/ImageInterface.html#method_getWidth","d":"

Width of the image in pixels

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ImageInterface::getHeight","p":"Neos/Media/Domain/Model/ImageInterface.html#method_getHeight","d":"

Height of the image in pixels

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ImageInterface::getAspectRatio","p":"Neos/Media/Domain/Model/ImageInterface.html#method_getAspectRatio","d":"

Edge / aspect ratio of the image

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ImageInterface::getOrientation","p":"Neos/Media/Domain/Model/ImageInterface.html#method_getOrientation","d":"

Orientation of this image, i.e. portrait, landscape or square

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ImageInterface::isOrientationSquare","p":"Neos/Media/Domain/Model/ImageInterface.html#method_isOrientationSquare","d":"

Whether this image is square aspect ratio and therefore has a square orientation

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ImageInterface::isOrientationLandscape","p":"Neos/Media/Domain/Model/ImageInterface.html#method_isOrientationLandscape","d":"

Whether this image is in landscape orientation

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ImageInterface::isOrientationPortrait","p":"Neos/Media/Domain/Model/ImageInterface.html#method_isOrientationPortrait","d":"

Whether this image is in portrait orientation

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ResourceBasedInterface::getResource","p":"Neos/Media/Domain/Model/ResourceBasedInterface.html#method_getResource","d":"

Returns the PersistentResource

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ResourceBasedInterface::refresh","p":"Neos/Media/Domain/Model/ResourceBasedInterface.html#method_refresh","d":"

Refreshes this asset after the PersistentResource has been modified

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ThumbnailGenerator\\ThumbnailGeneratorInterface::getPriority","p":"Neos/Media/Domain/Model/ThumbnailGenerator/ThumbnailGeneratorInterface.html#method_getPriority","d":"

Return the priority of this ThumbnailGenerator. ThumbnailGenerator with a high priority are chosen before low priority.

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ThumbnailGenerator\\ThumbnailGeneratorInterface::canRefresh","p":"Neos/Media/Domain/Model/ThumbnailGenerator/ThumbnailGeneratorInterface.html#method_canRefresh","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ThumbnailGenerator\\ThumbnailGeneratorInterface::refresh","p":"Neos/Media/Domain/Model/ThumbnailGenerator/ThumbnailGeneratorInterface.html#method_refresh","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ThumbnailSupportInterface::getThumbnail","p":"Neos/Media/Domain/Model/ThumbnailSupportInterface.html#method_getThumbnail","d":"

Returns a thumbnail of this model

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ThumbnailSupportInterface::addThumbnail","p":"Neos/Media/Domain/Model/ThumbnailSupportInterface.html#method_addThumbnail","d":"

Adds a thumbnail which was generated by the ThumbnailService.

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\VariantSupportInterface::getVariants","p":"Neos/Media/Domain/Model/VariantSupportInterface.html#method_getVariants","d":"

Returns all variants (if any) derived from this asset

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\VariantSupportInterface::getVariant","p":"Neos/Media/Domain/Model/VariantSupportInterface.html#method_getVariant","d":"

Returns the variant identified by $presetIdentifier and $presetVariantName (if existing)

"},{"t":"M","n":"Neos\\Media\\Domain\\Strategy\\AssetModelMappingStrategyInterface::map","p":"Neos/Media/Domain/Strategy/AssetModelMappingStrategyInterface.html#method_map","d":"

Map the given resource to a media model class.

"},{"t":"M","n":"Neos\\Media\\Domain\\Strategy\\AssetUsageStrategyInterface::isInUse","p":"Neos/Media/Domain/Strategy/AssetUsageStrategyInterface.html#method_isInUse","d":"

Returns true if the asset is used.

"},{"t":"M","n":"Neos\\Media\\Domain\\Strategy\\AssetUsageStrategyInterface::getUsageCount","p":"Neos/Media/Domain/Strategy/AssetUsageStrategyInterface.html#method_getUsageCount","d":"

Returns the total count of usages found.

"},{"t":"M","n":"Neos\\Media\\Domain\\Strategy\\AssetUsageStrategyInterface::getUsageReferences","p":"Neos/Media/Domain/Strategy/AssetUsageStrategyInterface.html#method_getUsageReferences","d":"

Returns an array of usage reference objects.

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\ContentDimensionPresetSourceInterface::findPresetByUriSegment","p":"Neos/Neos/Domain/Service/ContentDimensionPresetSourceInterface.html#method_findPresetByUriSegment","d":"

Find a dimension preset by URI identifier

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\DefaultPrototypeGeneratorInterface::generate","p":"Neos/Neos/Domain/Service/DefaultPrototypeGeneratorInterface.html#method_generate","d":"

Generate a Fusion prototype definition for a given node type

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\NodeSearchServiceInterface::findByProperties","p":"Neos/Neos/Domain/Service/NodeSearchServiceInterface.html#method_findByProperties","d":""},{"t":"M","n":"Neos\\Neos\\Service\\DataSource\\DataSourceInterface::getIdentifier","p":"Neos/Neos/Service/DataSource/DataSourceInterface.html#method_getIdentifier","d":""},{"t":"M","n":"Neos\\Neos\\Service\\DataSource\\DataSourceInterface::getData","p":"Neos/Neos/Service/DataSource/DataSourceInterface.html#method_getData","d":"

Get data

"},{"t":"M","n":"Neos\\Neos\\TYPO3CR\\NeosNodeServiceInterface::normalizePath","p":"Neos/Neos/TYPO3CR/NeosNodeServiceInterface.html#method_normalizePath","d":"

Normalizes the given node path to a reference path and returns an absolute path.

"},{"t":"M","n":"Neos\\SiteKickstarter\\Generator\\SitePackageGeneratorInterface::generateSitePackage","p":"Neos/SiteKickstarter/Generator/SitePackageGeneratorInterface.html#method_generateSitePackage","d":"

returns generated files as an array

"},{"t":"M","n":"Neos\\SiteKickstarter\\Generator\\SitePackageGeneratorInterface::getGeneratorName","p":"Neos/SiteKickstarter/Generator/SitePackageGeneratorInterface.html#method_getGeneratorName","d":"

returns the human readable name of the generator

"},{"t":"N","n":"Neos","p":"Neos.html"},{"t":"N","n":"Neos\\CliSetup","p":"Neos/CliSetup.html"},{"t":"N","n":"Neos\\CliSetup\\Command","p":"Neos/CliSetup/Command.html"},{"t":"N","n":"Neos\\CliSetup\\Infrastructure","p":"Neos/CliSetup/Infrastructure.html"},{"t":"N","n":"Neos\\CliSetup\\Infrastructure\\Database","p":"Neos/CliSetup/Infrastructure/Database.html"},{"t":"N","n":"Neos\\CliSetup\\Infrastructure\\ImageHandler","p":"Neos/CliSetup/Infrastructure/ImageHandler.html"},{"t":"N","n":"Neos\\ContentRepository","p":"Neos/ContentRepository.html"},{"t":"N","n":"Neos\\ContentRepository\\Command","p":"Neos/ContentRepository/Command.html"},{"t":"N","n":"Neos\\ContentRepository\\Configuration","p":"Neos/ContentRepository/Configuration.html"},{"t":"N","n":"Neos\\ContentRepository\\Domain","p":"Neos/ContentRepository/Domain.html"},{"t":"N","n":"Neos\\ContentRepository\\Domain\\ContentStream","p":"Neos/ContentRepository/Domain/ContentStream.html"},{"t":"N","n":"Neos\\ContentRepository\\Domain\\ContentSubgraph","p":"Neos/ContentRepository/Domain/ContentSubgraph.html"},{"t":"N","n":"Neos\\ContentRepository\\Domain\\Factory","p":"Neos/ContentRepository/Domain/Factory.html"},{"t":"N","n":"Neos\\ContentRepository\\Domain\\Model","p":"Neos/ContentRepository/Domain/Model.html"},{"t":"N","n":"Neos\\ContentRepository\\Domain\\Model\\InterDimension","p":"Neos/ContentRepository/Domain/Model/InterDimension.html"},{"t":"N","n":"Neos\\ContentRepository\\Domain\\Model\\IntraDimension","p":"Neos/ContentRepository/Domain/Model/IntraDimension.html"},{"t":"N","n":"Neos\\ContentRepository\\Domain\\Model\\IntraDimension\\Exception","p":"Neos/ContentRepository/Domain/Model/IntraDimension/Exception.html"},{"t":"N","n":"Neos\\ContentRepository\\Domain\\NodeAggregate","p":"Neos/ContentRepository/Domain/NodeAggregate.html"},{"t":"N","n":"Neos\\ContentRepository\\Domain\\NodeAggregate\\Exception","p":"Neos/ContentRepository/Domain/NodeAggregate/Exception.html"},{"t":"N","n":"Neos\\ContentRepository\\Domain\\NodeType","p":"Neos/ContentRepository/Domain/NodeType.html"},{"t":"N","n":"Neos\\ContentRepository\\Domain\\Projection","p":"Neos/ContentRepository/Domain/Projection.html"},{"t":"N","n":"Neos\\ContentRepository\\Domain\\Projection\\Content","p":"Neos/ContentRepository/Domain/Projection/Content.html"},{"t":"N","n":"Neos\\ContentRepository\\Domain\\Repository","p":"Neos/ContentRepository/Domain/Repository.html"},{"t":"N","n":"Neos\\ContentRepository\\Domain\\Service","p":"Neos/ContentRepository/Domain/Service.html"},{"t":"N","n":"Neos\\ContentRepository\\Domain\\Service\\Cache","p":"Neos/ContentRepository/Domain/Service/Cache.html"},{"t":"N","n":"Neos\\ContentRepository\\Domain\\Service\\Dto","p":"Neos/ContentRepository/Domain/Service/Dto.html"},{"t":"N","n":"Neos\\ContentRepository\\Domain\\Service\\ImportExport","p":"Neos/ContentRepository/Domain/Service/ImportExport.html"},{"t":"N","n":"Neos\\ContentRepository\\Domain\\Utility","p":"Neos/ContentRepository/Domain/Utility.html"},{"t":"N","n":"Neos\\ContentRepository\\Eel","p":"Neos/ContentRepository/Eel.html"},{"t":"N","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations","p":"Neos/ContentRepository/Eel/FlowQueryOperations.html"},{"t":"N","n":"Neos\\ContentRepository\\Exception","p":"Neos/ContentRepository/Exception.html"},{"t":"N","n":"Neos\\ContentRepository\\Migration","p":"Neos/ContentRepository/Migration.html"},{"t":"N","n":"Neos\\ContentRepository\\Migration\\Command","p":"Neos/ContentRepository/Migration/Command.html"},{"t":"N","n":"Neos\\ContentRepository\\Migration\\Configuration","p":"Neos/ContentRepository/Migration/Configuration.html"},{"t":"N","n":"Neos\\ContentRepository\\Migration\\Domain","p":"Neos/ContentRepository/Migration/Domain.html"},{"t":"N","n":"Neos\\ContentRepository\\Migration\\Domain\\Factory","p":"Neos/ContentRepository/Migration/Domain/Factory.html"},{"t":"N","n":"Neos\\ContentRepository\\Migration\\Domain\\Model","p":"Neos/ContentRepository/Migration/Domain/Model.html"},{"t":"N","n":"Neos\\ContentRepository\\Migration\\Domain\\Repository","p":"Neos/ContentRepository/Migration/Domain/Repository.html"},{"t":"N","n":"Neos\\ContentRepository\\Migration\\Exception","p":"Neos/ContentRepository/Migration/Exception.html"},{"t":"N","n":"Neos\\ContentRepository\\Migration\\Filters","p":"Neos/ContentRepository/Migration/Filters.html"},{"t":"N","n":"Neos\\ContentRepository\\Migration\\Service","p":"Neos/ContentRepository/Migration/Service.html"},{"t":"N","n":"Neos\\ContentRepository\\Migration\\Transformations","p":"Neos/ContentRepository/Migration/Transformations.html"},{"t":"N","n":"Neos\\ContentRepository\\NodeTypePostprocessor","p":"Neos/ContentRepository/NodeTypePostprocessor.html"},{"t":"N","n":"Neos\\ContentRepository\\Persistence","p":"Neos/ContentRepository/Persistence.html"},{"t":"N","n":"Neos\\ContentRepository\\Persistence\\Ast","p":"Neos/ContentRepository/Persistence/Ast.html"},{"t":"N","n":"Neos\\ContentRepository\\Security","p":"Neos/ContentRepository/Security.html"},{"t":"N","n":"Neos\\ContentRepository\\Security\\Authorization","p":"Neos/ContentRepository/Security/Authorization.html"},{"t":"N","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege","p":"Neos/ContentRepository/Security/Authorization/Privilege.html"},{"t":"N","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node.html"},{"t":"N","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\Doctrine","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/Doctrine.html"},{"t":"N","n":"Neos\\ContentRepository\\Service","p":"Neos/ContentRepository/Service.html"},{"t":"N","n":"Neos\\ContentRepository\\Service\\Exception","p":"Neos/ContentRepository/Service/Exception.html"},{"t":"N","n":"Neos\\ContentRepository\\Service\\Utility","p":"Neos/ContentRepository/Service/Utility.html"},{"t":"N","n":"Neos\\ContentRepository\\TypeConverter","p":"Neos/ContentRepository/TypeConverter.html"},{"t":"N","n":"Neos\\ContentRepository\\Validation","p":"Neos/ContentRepository/Validation.html"},{"t":"N","n":"Neos\\ContentRepository\\Validation\\Validator","p":"Neos/ContentRepository/Validation/Validator.html"},{"t":"N","n":"Neos\\ContentRepository\\ViewHelpers","p":"Neos/ContentRepository/ViewHelpers.html"},{"t":"N","n":"Neos\\ContentRepository\\ViewHelpers\\Widget","p":"Neos/ContentRepository/ViewHelpers/Widget.html"},{"t":"N","n":"Neos\\ContentRepository\\ViewHelpers\\Widget\\Controller","p":"Neos/ContentRepository/ViewHelpers/Widget/Controller.html"},{"t":"N","n":"Neos\\Diff","p":"Neos/Diff.html"},{"t":"N","n":"Neos\\Diff\\Renderer","p":"Neos/Diff/Renderer.html"},{"t":"N","n":"Neos\\Diff\\Renderer\\Html","p":"Neos/Diff/Renderer/Html.html"},{"t":"N","n":"Neos\\Diff\\Renderer\\Text","p":"Neos/Diff/Renderer/Text.html"},{"t":"N","n":"Neos\\Fusion","p":"Neos/Fusion.html"},{"t":"N","n":"Neos\\Fusion\\Afx","p":"Neos/Fusion/Afx.html"},{"t":"N","n":"Neos\\Fusion\\Afx\\Dsl","p":"Neos/Fusion/Afx/Dsl.html"},{"t":"N","n":"Neos\\Fusion\\Afx\\Exception","p":"Neos/Fusion/Afx/Exception.html"},{"t":"N","n":"Neos\\Fusion\\Afx\\Parser","p":"Neos/Fusion/Afx/Parser.html"},{"t":"N","n":"Neos\\Fusion\\Afx\\Parser\\Expression","p":"Neos/Fusion/Afx/Parser/Expression.html"},{"t":"N","n":"Neos\\Fusion\\Afx\\Service","p":"Neos/Fusion/Afx/Service.html"},{"t":"N","n":"Neos\\Fusion\\Aspects","p":"Neos/Fusion/Aspects.html"},{"t":"N","n":"Neos\\Fusion\\Core","p":"Neos/Fusion/Core.html"},{"t":"N","n":"Neos\\Fusion\\Core\\Cache","p":"Neos/Fusion/Core/Cache.html"},{"t":"N","n":"Neos\\Fusion\\Core\\ExceptionHandlers","p":"Neos/Fusion/Core/ExceptionHandlers.html"},{"t":"N","n":"Neos\\Fusion\\Eel","p":"Neos/Fusion/Eel.html"},{"t":"N","n":"Neos\\Fusion\\Exception","p":"Neos/Fusion/Exception.html"},{"t":"N","n":"Neos\\Fusion\\FusionObjects","p":"Neos/Fusion/FusionObjects.html"},{"t":"N","n":"Neos\\Fusion\\FusionObjects\\Helpers","p":"Neos/Fusion/FusionObjects/Helpers.html"},{"t":"N","n":"Neos\\Fusion\\FusionObjects\\Http","p":"Neos/Fusion/FusionObjects/Http.html"},{"t":"N","n":"Neos\\Fusion\\Service","p":"Neos/Fusion/Service.html"},{"t":"N","n":"Neos\\Fusion\\View","p":"Neos/Fusion/View.html"},{"t":"N","n":"Neos\\Fusion\\ViewHelpers","p":"Neos/Fusion/ViewHelpers.html"},{"t":"N","n":"Neos\\Media","p":"Neos/Media.html"},{"t":"N","n":"Neos\\Media\\Browser","p":"Neos/Media/Browser.html"},{"t":"N","n":"Neos\\Media\\Browser\\Controller","p":"Neos/Media/Browser/Controller.html"},{"t":"N","n":"Neos\\Media\\Browser\\Domain","p":"Neos/Media/Browser/Domain.html"},{"t":"N","n":"Neos\\Media\\Browser\\Domain\\Session","p":"Neos/Media/Browser/Domain/Session.html"},{"t":"N","n":"Neos\\Media\\Browser\\ViewHelpers","p":"Neos/Media/Browser/ViewHelpers.html"},{"t":"N","n":"Neos\\Media\\Browser\\ViewHelpers\\Controller","p":"Neos/Media/Browser/ViewHelpers/Controller.html"},{"t":"N","n":"Neos\\Media\\Command","p":"Neos/Media/Command.html"},{"t":"N","n":"Neos\\Media\\Controller","p":"Neos/Media/Controller.html"},{"t":"N","n":"Neos\\Media\\Domain","p":"Neos/Media/Domain.html"},{"t":"N","n":"Neos\\Media\\Domain\\EventListener","p":"Neos/Media/Domain/EventListener.html"},{"t":"N","n":"Neos\\Media\\Domain\\Model","p":"Neos/Media/Domain/Model.html"},{"t":"N","n":"Neos\\Media\\Domain\\Model\\Adjustment","p":"Neos/Media/Domain/Model/Adjustment.html"},{"t":"N","n":"Neos\\Media\\Domain\\Model\\AssetSource","p":"Neos/Media/Domain/Model/AssetSource.html"},{"t":"N","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxy","p":"Neos/Media/Domain/Model/AssetSource/AssetProxy.html"},{"t":"N","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos","p":"Neos/Media/Domain/Model/AssetSource/Neos.html"},{"t":"N","n":"Neos\\Media\\Domain\\Model\\Dto","p":"Neos/Media/Domain/Model/Dto.html"},{"t":"N","n":"Neos\\Media\\Domain\\Model\\ThumbnailGenerator","p":"Neos/Media/Domain/Model/ThumbnailGenerator.html"},{"t":"N","n":"Neos\\Media\\Domain\\Repository","p":"Neos/Media/Domain/Repository.html"},{"t":"N","n":"Neos\\Media\\Domain\\Service","p":"Neos/Media/Domain/Service.html"},{"t":"N","n":"Neos\\Media\\Domain\\Strategy","p":"Neos/Media/Domain/Strategy.html"},{"t":"N","n":"Neos\\Media\\Domain\\Validator","p":"Neos/Media/Domain/Validator.html"},{"t":"N","n":"Neos\\Media\\Domain\\ValueObject","p":"Neos/Media/Domain/ValueObject.html"},{"t":"N","n":"Neos\\Media\\Domain\\ValueObject\\Configuration","p":"Neos/Media/Domain/ValueObject/Configuration.html"},{"t":"N","n":"Neos\\Media\\Exception","p":"Neos/Media/Exception.html"},{"t":"N","n":"Neos\\Media\\Imagine","p":"Neos/Media/Imagine.html"},{"t":"N","n":"Neos\\Media\\Security","p":"Neos/Media/Security.html"},{"t":"N","n":"Neos\\Media\\Security\\Authorization","p":"Neos/Media/Security/Authorization.html"},{"t":"N","n":"Neos\\Media\\Security\\Authorization\\Privilege","p":"Neos/Media/Security/Authorization/Privilege.html"},{"t":"N","n":"Neos\\Media\\Security\\Authorization\\Privilege\\Doctrine","p":"Neos/Media/Security/Authorization/Privilege/Doctrine.html"},{"t":"N","n":"Neos\\Media\\TypeConverter","p":"Neos/Media/TypeConverter.html"},{"t":"N","n":"Neos\\Media\\Validator","p":"Neos/Media/Validator.html"},{"t":"N","n":"Neos\\Media\\ViewHelpers","p":"Neos/Media/ViewHelpers.html"},{"t":"N","n":"Neos\\Media\\ViewHelpers\\Form","p":"Neos/Media/ViewHelpers/Form.html"},{"t":"N","n":"Neos\\Media\\ViewHelpers\\Format","p":"Neos/Media/ViewHelpers/Format.html"},{"t":"N","n":"Neos\\Media\\ViewHelpers\\Uri","p":"Neos/Media/ViewHelpers/Uri.html"},{"t":"N","n":"Neos\\Neos","p":"Neos/Neos.html"},{"t":"N","n":"Neos\\Neos\\Aspects","p":"Neos/Neos/Aspects.html"},{"t":"N","n":"Neos\\Neos\\Command","p":"Neos/Neos/Command.html"},{"t":"N","n":"Neos\\Neos\\Controller","p":"Neos/Neos/Controller.html"},{"t":"N","n":"Neos\\Neos\\Controller\\Backend","p":"Neos/Neos/Controller/Backend.html"},{"t":"N","n":"Neos\\Neos\\Controller\\Exception","p":"Neos/Neos/Controller/Exception.html"},{"t":"N","n":"Neos\\Neos\\Controller\\Frontend","p":"Neos/Neos/Controller/Frontend.html"},{"t":"N","n":"Neos\\Neos\\Controller\\Module","p":"Neos/Neos/Controller/Module.html"},{"t":"N","n":"Neos\\Neos\\Controller\\Module\\Administration","p":"Neos/Neos/Controller/Module/Administration.html"},{"t":"N","n":"Neos\\Neos\\Controller\\Module\\Management","p":"Neos/Neos/Controller/Module/Management.html"},{"t":"N","n":"Neos\\Neos\\Controller\\Module\\User","p":"Neos/Neos/Controller/Module/User.html"},{"t":"N","n":"Neos\\Neos\\Controller\\Service","p":"Neos/Neos/Controller/Service.html"},{"t":"N","n":"Neos\\Neos\\Domain","p":"Neos/Neos/Domain.html"},{"t":"N","n":"Neos\\Neos\\Domain\\EventListener","p":"Neos/Neos/Domain/EventListener.html"},{"t":"N","n":"Neos\\Neos\\Domain\\Model","p":"Neos/Neos/Domain/Model.html"},{"t":"N","n":"Neos\\Neos\\Domain\\Model\\Dto","p":"Neos/Neos/Domain/Model/Dto.html"},{"t":"N","n":"Neos\\Neos\\Domain\\Repository","p":"Neos/Neos/Domain/Repository.html"},{"t":"N","n":"Neos\\Neos\\Domain\\Service","p":"Neos/Neos/Domain/Service.html"},{"t":"N","n":"Neos\\Neos\\Domain\\Strategy","p":"Neos/Neos/Domain/Strategy.html"},{"t":"N","n":"Neos\\Neos\\Eel","p":"Neos/Neos/Eel.html"},{"t":"N","n":"Neos\\Neos\\Eel\\FlowQueryOperations","p":"Neos/Neos/Eel/FlowQueryOperations.html"},{"t":"N","n":"Neos\\Neos\\EventLog","p":"Neos/Neos/EventLog.html"},{"t":"N","n":"Neos\\Neos\\EventLog\\Domain","p":"Neos/Neos/EventLog/Domain.html"},{"t":"N","n":"Neos\\Neos\\EventLog\\Domain\\Model","p":"Neos/Neos/EventLog/Domain/Model.html"},{"t":"N","n":"Neos\\Neos\\EventLog\\Domain\\Repository","p":"Neos/Neos/EventLog/Domain/Repository.html"},{"t":"N","n":"Neos\\Neos\\EventLog\\Domain\\Service","p":"Neos/Neos/EventLog/Domain/Service.html"},{"t":"N","n":"Neos\\Neos\\EventLog\\Integrations","p":"Neos/Neos/EventLog/Integrations.html"},{"t":"N","n":"Neos\\Neos\\Fusion","p":"Neos/Neos/Fusion.html"},{"t":"N","n":"Neos\\Neos\\Fusion\\Cache","p":"Neos/Neos/Fusion/Cache.html"},{"t":"N","n":"Neos\\Neos\\Fusion\\ExceptionHandlers","p":"Neos/Neos/Fusion/ExceptionHandlers.html"},{"t":"N","n":"Neos\\Neos\\Fusion\\Helper","p":"Neos/Neos/Fusion/Helper.html"},{"t":"N","n":"Neos\\Neos\\NodeTypePostprocessor","p":"Neos/Neos/NodeTypePostprocessor.html"},{"t":"N","n":"Neos\\Neos\\Presentation","p":"Neos/Neos/Presentation.html"},{"t":"N","n":"Neos\\Neos\\Presentation\\Model","p":"Neos/Neos/Presentation/Model.html"},{"t":"N","n":"Neos\\Neos\\Presentation\\Model\\Svg","p":"Neos/Neos/Presentation/Model/Svg.html"},{"t":"N","n":"Neos\\Neos\\Routing","p":"Neos/Neos/Routing.html"},{"t":"N","n":"Neos\\Neos\\Routing\\Aspects","p":"Neos/Neos/Routing/Aspects.html"},{"t":"N","n":"Neos\\Neos\\Routing\\Cache","p":"Neos/Neos/Routing/Cache.html"},{"t":"N","n":"Neos\\Neos\\Routing\\Exception","p":"Neos/Neos/Routing/Exception.html"},{"t":"N","n":"Neos\\Neos\\Security","p":"Neos/Neos/Security.html"},{"t":"N","n":"Neos\\Neos\\Security\\Authorization","p":"Neos/Neos/Security/Authorization.html"},{"t":"N","n":"Neos\\Neos\\Security\\Authorization\\Privilege","p":"Neos/Neos/Security/Authorization/Privilege.html"},{"t":"N","n":"Neos\\Neos\\Service","p":"Neos/Neos/Service.html"},{"t":"N","n":"Neos\\Neos\\Service\\Controller","p":"Neos/Neos/Service/Controller.html"},{"t":"N","n":"Neos\\Neos\\Service\\DataSource","p":"Neos/Neos/Service/DataSource.html"},{"t":"N","n":"Neos\\Neos\\Service\\Mapping","p":"Neos/Neos/Service/Mapping.html"},{"t":"N","n":"Neos\\Neos\\Service\\View","p":"Neos/Neos/Service/View.html"},{"t":"N","n":"Neos\\Neos\\TYPO3CR","p":"Neos/Neos/TYPO3CR.html"},{"t":"N","n":"Neos\\Neos\\TYPO3CR\\Transformations","p":"Neos/Neos/TYPO3CR/Transformations.html"},{"t":"N","n":"Neos\\Neos\\TypeConverter","p":"Neos/Neos/TypeConverter.html"},{"t":"N","n":"Neos\\Neos\\Utility","p":"Neos/Neos/Utility.html"},{"t":"N","n":"Neos\\Neos\\Validation","p":"Neos/Neos/Validation.html"},{"t":"N","n":"Neos\\Neos\\Validation\\Validator","p":"Neos/Neos/Validation/Validator.html"},{"t":"N","n":"Neos\\Neos\\View","p":"Neos/Neos/View.html"},{"t":"N","n":"Neos\\Neos\\ViewHelpers","p":"Neos/Neos/ViewHelpers.html"},{"t":"N","n":"Neos\\Neos\\ViewHelpers\\Backend","p":"Neos/Neos/ViewHelpers/Backend.html"},{"t":"N","n":"Neos\\Neos\\ViewHelpers\\ContentElement","p":"Neos/Neos/ViewHelpers/ContentElement.html"},{"t":"N","n":"Neos\\Neos\\ViewHelpers\\Link","p":"Neos/Neos/ViewHelpers/Link.html"},{"t":"N","n":"Neos\\Neos\\ViewHelpers\\Node","p":"Neos/Neos/ViewHelpers/Node.html"},{"t":"N","n":"Neos\\Neos\\ViewHelpers\\Rendering","p":"Neos/Neos/ViewHelpers/Rendering.html"},{"t":"N","n":"Neos\\Neos\\ViewHelpers\\Uri","p":"Neos/Neos/ViewHelpers/Uri.html"},{"t":"N","n":"Neos\\Neos\\View\\Service","p":"Neos/Neos/View/Service.html"},{"t":"N","n":"Neos\\NodeTypes","p":"Neos/NodeTypes.html"},{"t":"N","n":"Neos\\NodeTypes\\Form","p":"Neos/NodeTypes/Form.html"},{"t":"N","n":"Neos\\NodeTypes\\Form\\Service","p":"Neos/NodeTypes/Form/Service.html"},{"t":"N","n":"Neos\\NodeTypes\\Form\\Service\\DataSource","p":"Neos/NodeTypes/Form/Service/DataSource.html"},{"t":"N","n":"Neos\\SiteKickstarter","p":"Neos/SiteKickstarter.html"},{"t":"N","n":"Neos\\SiteKickstarter\\Command","p":"Neos/SiteKickstarter/Command.html"},{"t":"N","n":"Neos\\SiteKickstarter\\Generator","p":"Neos/SiteKickstarter/Generator.html"},{"t":"N","n":"Neos\\SiteKickstarter\\Service","p":"Neos/SiteKickstarter/Service.html"}]} +{"items":[{"t":"C","n":"Neos\\CliSetup\\Command\\SetupCommandController","p":"Neos/CliSetup/Command/SetupCommandController.html","d":"","f":{"n":"Neos\\CliSetup\\Command","p":"Neos/CliSetup/Command.html"}},{"t":"C","n":"Neos\\CliSetup\\Command\\WelcomeCommandController","p":"Neos/CliSetup/Command/WelcomeCommandController.html","d":"","f":{"n":"Neos\\CliSetup\\Command","p":"Neos/CliSetup/Command.html"}},{"t":"C","n":"Neos\\CliSetup\\Exception","p":"Neos/CliSetup/Exception.html","d":"

A generic Setup Exception

","f":{"n":"Neos\\CliSetup","p":"Neos/CliSetup.html"}},{"t":"C","n":"Neos\\CliSetup\\Infrastructure\\Database\\DatabaseConnectionService","p":"Neos/CliSetup/Infrastructure/Database/DatabaseConnectionService.html","d":null,"f":{"n":"Neos\\CliSetup\\Infrastructure\\Database","p":"Neos/CliSetup/Infrastructure/Database.html"}},{"t":"C","n":"Neos\\CliSetup\\Infrastructure\\ImageHandler\\ImageHandlerService","p":"Neos/CliSetup/Infrastructure/ImageHandler/ImageHandlerService.html","d":null,"f":{"n":"Neos\\CliSetup\\Infrastructure\\ImageHandler","p":"Neos/CliSetup/Infrastructure/ImageHandler.html"}},{"t":"C","n":"Neos\\ContentRepository\\Command\\EventDispatchingNodeCommandControllerPluginInterface","p":"Neos/ContentRepository/Command/EventDispatchingNodeCommandControllerPluginInterface.html","d":"

An interface for plugins for the NodeCommandController that dispatches events

","f":{"n":"Neos\\ContentRepository\\Command","p":"Neos/ContentRepository/Command.html"}},{"t":"C","n":"Neos\\ContentRepository\\Command\\NodeCommandController","p":"Neos/ContentRepository/Command/NodeCommandController.html","d":"

Node command controller for the Neos.ContentRepository package

","f":{"n":"Neos\\ContentRepository\\Command","p":"Neos/ContentRepository/Command.html"}},{"t":"C","n":"Neos\\ContentRepository\\Command\\NodeCommandControllerPlugin","p":"Neos/ContentRepository/Command/NodeCommandControllerPlugin.html","d":"

Plugin for the ContentRepository NodeCommandController which provides functionality for creating missing child nodes.

","f":{"n":"Neos\\ContentRepository\\Command","p":"Neos/ContentRepository/Command.html"}},{"t":"C","n":"Neos\\ContentRepository\\Command\\NodeCommandControllerPluginInterface","p":"Neos/ContentRepository/Command/NodeCommandControllerPluginInterface.html","d":"

An interface for plugins for the NodeCommandController

","f":{"n":"Neos\\ContentRepository\\Command","p":"Neos/ContentRepository/Command.html"}},{"t":"C","n":"Neos\\ContentRepository\\Configuration\\NodeTypesLoader","p":"Neos/ContentRepository/Configuration/NodeTypesLoader.html","d":null,"f":{"n":"Neos\\ContentRepository\\Configuration","p":"Neos/ContentRepository/Configuration.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\ContentStream\\ContentStreamIdentifier","p":"Neos/ContentRepository/Domain/ContentStream/ContentStreamIdentifier.html","d":"

The ContentStreamIdentifier is the identifier for a Content Stream, which is\na central concept in the Event-Sourced CR introduced with Neos 5.0.

","f":{"n":"Neos\\ContentRepository\\Domain\\ContentStream","p":"Neos/ContentRepository/Domain/ContentStream.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\ContentSubgraph\\NodePath","p":"Neos/ContentRepository/Domain/ContentSubgraph/NodePath.html","d":"

The node path is a list of NodeNames. It can be either absolute or relative.

","f":{"n":"Neos\\ContentRepository\\Domain\\ContentSubgraph","p":"Neos/ContentRepository/Domain/ContentSubgraph.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\Factory\\NodeFactory","p":"Neos/ContentRepository/Domain/Factory/NodeFactory.html","d":"

This factory creates nodes based on node data. Its main purpose is to\nassure that nodes created for a certain node data container and context\nare unique in memory.

","f":{"n":"Neos\\ContentRepository\\Domain\\Factory","p":"Neos/ContentRepository/Domain/Factory.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\Model\\AbstractNodeData","p":"Neos/ContentRepository/Domain/Model/AbstractNodeData.html","d":"

Some NodeData (persisted or transient)

","f":{"n":"Neos\\ContentRepository\\Domain\\Model","p":"Neos/ContentRepository/Domain/Model.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\Model\\ArrayPropertyCollection","p":"Neos/ContentRepository/Domain/Model/ArrayPropertyCollection.html","d":null,"f":{"n":"Neos\\ContentRepository\\Domain\\Model","p":"Neos/ContentRepository/Domain/Model.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\Model\\ContentDimension","p":"Neos/ContentRepository/Domain/Model/ContentDimension.html","d":"

A content dimension for nodes

","f":{"n":"Neos\\ContentRepository\\Domain\\Model","p":"Neos/ContentRepository/Domain/Model.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\Model\\ContentObjectProxy","p":"Neos/ContentRepository/Domain/Model/ContentObjectProxy.html","d":"

A Content Object Proxy object to connect domain models to nodes

","f":{"n":"Neos\\ContentRepository\\Domain\\Model","p":"Neos/ContentRepository/Domain/Model.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\Model\\ExpressionBasedNodeLabelGenerator","p":"Neos/ContentRepository/Domain/Model/ExpressionBasedNodeLabelGenerator.html","d":"

The expression based node label generator that is used as default if a label expression is configured.

","f":{"n":"Neos\\ContentRepository\\Domain\\Model","p":"Neos/ContentRepository/Domain/Model.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\Model\\InterDimension\\ContentSubgraph","p":"Neos/ContentRepository/Domain/Model/InterDimension/ContentSubgraph.html","d":"

The content subgraph domain model

","f":{"n":"Neos\\ContentRepository\\Domain\\Model\\InterDimension","p":"Neos/ContentRepository/Domain/Model/InterDimension.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\Model\\InterDimension\\InterDimensionalFallbackGraph","p":"Neos/ContentRepository/Domain/Model/InterDimension/InterDimensionalFallbackGraph.html","d":"

The inter dimensional fallback graph domain model\nRepresents the fallback mechanism between content subgraphs

","f":{"n":"Neos\\ContentRepository\\Domain\\Model\\InterDimension","p":"Neos/ContentRepository/Domain/Model/InterDimension.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\Model\\InterDimension\\VariationEdge","p":"Neos/ContentRepository/Domain/Model/InterDimension/VariationEdge.html","d":"

The variation edge domain model\nMay serve as a fallback edge for variants or as a variant edge for fallbacks

","f":{"n":"Neos\\ContentRepository\\Domain\\Model\\InterDimension","p":"Neos/ContentRepository/Domain/Model/InterDimension.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\Model\\IntraDimension\\ContentDimension","p":"Neos/ContentRepository/Domain/Model/IntraDimension/ContentDimension.html","d":"

The content dimension domain model

","f":{"n":"Neos\\ContentRepository\\Domain\\Model\\IntraDimension","p":"Neos/ContentRepository/Domain/Model/IntraDimension.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\Model\\IntraDimension\\ContentDimensionValue","p":"Neos/ContentRepository/Domain/Model/IntraDimension/ContentDimensionValue.html","d":"

The content dimension value domain model

","f":{"n":"Neos\\ContentRepository\\Domain\\Model\\IntraDimension","p":"Neos/ContentRepository/Domain/Model/IntraDimension.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\Model\\IntraDimension\\Exception\\InvalidFallbackException","p":"Neos/ContentRepository/Domain/Model/IntraDimension/Exception/InvalidFallbackException.html","d":"

The invalid fallback exception

","f":{"n":"Neos\\ContentRepository\\Domain\\Model\\IntraDimension\\Exception","p":"Neos/ContentRepository/Domain/Model/IntraDimension/Exception.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\Model\\IntraDimension\\IntraDimensionalFallbackGraph","p":"Neos/ContentRepository/Domain/Model/IntraDimension/IntraDimensionalFallbackGraph.html","d":"

The intra dimensional fallback graph domain model\nRepresents the fallback mechanism within each content subgraph dimension

","f":{"n":"Neos\\ContentRepository\\Domain\\Model\\IntraDimension","p":"Neos/ContentRepository/Domain/Model/IntraDimension.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\Model\\Node","p":"Neos/ContentRepository/Domain/Model/Node.html","d":"

This is the main API for storing and retrieving content in the system.

","f":{"n":"Neos\\ContentRepository\\Domain\\Model","p":"Neos/ContentRepository/Domain/Model.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\Model\\NodeData","p":"Neos/ContentRepository/Domain/Model/NodeData.html","d":"

The node data inside the content repository. This is only a data\ncontainer that could be exchanged in the future.

","f":{"n":"Neos\\ContentRepository\\Domain\\Model","p":"Neos/ContentRepository/Domain/Model.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\Model\\NodeDimension","p":"Neos/ContentRepository/Domain/Model/NodeDimension.html","d":"

NOTE: This is internal only and should not be used or extended by userland code.

","f":{"n":"Neos\\ContentRepository\\Domain\\Model","p":"Neos/ContentRepository/Domain/Model.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html","d":"

Interface for a Node. This is the central interface for the Neos Content Repository.

","f":{"n":"Neos\\ContentRepository\\Domain\\Model","p":"Neos/ContentRepository/Domain/Model.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\Model\\NodeLabelGeneratorInterface","p":"Neos/ContentRepository/Domain/Model/NodeLabelGeneratorInterface.html","d":"

Interface for rendering a node label string based on some strategy

","f":{"n":"Neos\\ContentRepository\\Domain\\Model","p":"Neos/ContentRepository/Domain/Model.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\Model\\NodeTemplate","p":"Neos/ContentRepository/Domain/Model/NodeTemplate.html","d":"

A container of properties which can be used as a template for generating new nodes.

","f":{"n":"Neos\\ContentRepository\\Domain\\Model","p":"Neos/ContentRepository/Domain/Model.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\Model\\NodeType","p":"Neos/ContentRepository/Domain/Model/NodeType.html","d":"

A Node Type

","f":{"n":"Neos\\ContentRepository\\Domain\\Model","p":"Neos/ContentRepository/Domain/Model.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\Model\\UserInterface","p":"Neos/ContentRepository/Domain/Model/UserInterface.html","d":"

Interface for a user of the content repository. Users can be owners of workspaces.

","f":{"n":"Neos\\ContentRepository\\Domain\\Model","p":"Neos/ContentRepository/Domain/Model.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\Model\\Workspace","p":"Neos/ContentRepository/Domain/Model/Workspace.html","d":"

A Workspace

","f":{"n":"Neos\\ContentRepository\\Domain\\Model","p":"Neos/ContentRepository/Domain/Model.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\NodeAggregate\\Exception\\NodeAggregateIdentifierIsInvalid","p":"Neos/ContentRepository/Domain/NodeAggregate/Exception/NodeAggregateIdentifierIsInvalid.html","d":"

The exception to be thrown if an invalid node aggregate identifier was tried to be instantiated

","f":{"n":"Neos\\ContentRepository\\Domain\\NodeAggregate\\Exception","p":"Neos/ContentRepository/Domain/NodeAggregate/Exception.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\NodeAggregate\\NodeAggregateIdentifier","p":"Neos/ContentRepository/Domain/NodeAggregate/NodeAggregateIdentifier.html","d":"

The NodeAggregateIdentifier supersedes the Node Identifier from Neos <= 4.x.

","f":{"n":"Neos\\ContentRepository\\Domain\\NodeAggregate","p":"Neos/ContentRepository/Domain/NodeAggregate.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\NodeAggregate\\NodeName","p":"Neos/ContentRepository/Domain/NodeAggregate/NodeName.html","d":"

The Node name is the "path part" of the node; i.e. when accessing the node "/foo" via path,\nthe node name is "foo".

","f":{"n":"Neos\\ContentRepository\\Domain\\NodeAggregate","p":"Neos/ContentRepository/Domain/NodeAggregate.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\NodeType\\NodeTypeConstraintFactory","p":"Neos/ContentRepository/Domain/NodeType/NodeTypeConstraintFactory.html","d":"

Factory to build a NodeTypeConstraints object, which in turn is needed in\nTraversableNode::findChildNodes().

","f":{"n":"Neos\\ContentRepository\\Domain\\NodeType","p":"Neos/ContentRepository/Domain/NodeType.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\NodeType\\NodeTypeConstraints","p":"Neos/ContentRepository/Domain/NodeType/NodeTypeConstraints.html","d":"

The list of node type constraints needed for various find() operations on the node tree.

","f":{"n":"Neos\\ContentRepository\\Domain\\NodeType","p":"Neos/ContentRepository/Domain/NodeType.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\NodeType\\NodeTypeName","p":"Neos/ContentRepository/Domain/NodeType/NodeTypeName.html","d":"

Name of a Node Type; e.g. "Neos.Neos:Content"

","f":{"n":"Neos\\ContentRepository\\Domain\\NodeType","p":"Neos/ContentRepository/Domain/NodeType.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\NodeInterface","p":"Neos/ContentRepository/Domain/Projection/Content/NodeInterface.html","d":"

This is a NEW interface, introduced in Neos 4.3.

","f":{"n":"Neos\\ContentRepository\\Domain\\Projection\\Content","p":"Neos/ContentRepository/Domain/Projection/Content.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\PropertyCollectionInterface","p":"Neos/ContentRepository/Domain/Projection/Content/PropertyCollectionInterface.html","d":null,"f":{"n":"Neos\\ContentRepository\\Domain\\Projection\\Content","p":"Neos/ContentRepository/Domain/Projection/Content.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\TraversableNodeInterface","p":"Neos/ContentRepository/Domain/Projection/Content/TraversableNodeInterface.html","d":"

This is a NEW interface, introduced in Neos 4.3; and it will become the main interface\nwith Neos 5.0 to the CR.

","f":{"n":"Neos\\ContentRepository\\Domain\\Projection\\Content","p":"Neos/ContentRepository/Domain/Projection/Content.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\TraversableNodes","p":"Neos/ContentRepository/Domain/Projection/Content/TraversableNodes.html","d":"","f":{"n":"Neos\\ContentRepository\\Domain\\Projection\\Content","p":"Neos/ContentRepository/Domain/Projection/Content.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\Repository\\ContentDimensionRepository","p":"Neos/ContentRepository/Domain/Repository/ContentDimensionRepository.html","d":"

A repository for access to available content dimensions (from configuration)

","f":{"n":"Neos\\ContentRepository\\Domain\\Repository","p":"Neos/ContentRepository/Domain/Repository.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html","d":"

A purely internal repository for NodeData storage

","f":{"n":"Neos\\ContentRepository\\Domain\\Repository","p":"Neos/ContentRepository/Domain/Repository.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\Repository\\WorkspaceRepository","p":"Neos/ContentRepository/Domain/Repository/WorkspaceRepository.html","d":"

The repository for workspaces

","f":{"n":"Neos\\ContentRepository\\Domain\\Repository","p":"Neos/ContentRepository/Domain/Repository.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\Service\\Cache\\FirstLevelNodeCache","p":"Neos/ContentRepository/Domain/Service/Cache/FirstLevelNodeCache.html","d":"

A first level cache for the NodeDataRepository. It is used to keep\nNodes in memory (indexed by identifier and path) and allows to fetch\nthem by path or identifier as single node.

","f":{"n":"Neos\\ContentRepository\\Domain\\Service\\Cache","p":"Neos/ContentRepository/Domain/Service/Cache.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\Service\\ConfigurationContentDimensionPresetSource","p":"Neos/ContentRepository/Domain/Service/ConfigurationContentDimensionPresetSource.html","d":"

A Dimension Preset Source that gets presets from settings

","f":{"n":"Neos\\ContentRepository\\Domain\\Service","p":"Neos/ContentRepository/Domain/Service.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\Service\\ContentDimensionCombinator","p":"Neos/ContentRepository/Domain/Service/ContentDimensionCombinator.html","d":"

Generates dimension combinations.

","f":{"n":"Neos\\ContentRepository\\Domain\\Service","p":"Neos/ContentRepository/Domain/Service.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\Service\\ContentDimensionPresetSourceInterface","p":"Neos/ContentRepository/Domain/Service/ContentDimensionPresetSourceInterface.html","d":"

An interface for a Content Dimension Preset source

","f":{"n":"Neos\\ContentRepository\\Domain\\Service","p":"Neos/ContentRepository/Domain/Service.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\Service\\Context","p":"Neos/ContentRepository/Domain/Service/Context.html","d":"Context","f":{"n":"Neos\\ContentRepository\\Domain\\Service","p":"Neos/ContentRepository/Domain/Service.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\Service\\ContextFactory","p":"Neos/ContentRepository/Domain/Service/ContextFactory.html","d":"

The ContextFactory makes sure you don't create context instances with\nthe same properties twice. Calling create() with the same parameters\na second time will return the same Context instance again.

","f":{"n":"Neos\\ContentRepository\\Domain\\Service","p":"Neos/ContentRepository/Domain/Service.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\Service\\ContextFactoryInterface","p":"Neos/ContentRepository/Domain/Service/ContextFactoryInterface.html","d":"

ContextFactory Interface

","f":{"n":"Neos\\ContentRepository\\Domain\\Service","p":"Neos/ContentRepository/Domain/Service.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\Service\\Dto\\NodeMoveIntegrityCheckResult","p":"Neos/ContentRepository/Domain/Service/Dto/NodeMoveIntegrityCheckResult.html","d":"

{NodeMoveIntegrityCheckService} for detailed explanation of usage

","f":{"n":"Neos\\ContentRepository\\Domain\\Service\\Dto","p":"Neos/ContentRepository/Domain/Service/Dto.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\Service\\Dto\\NodeMoveIntegrityCheckResultPart","p":"Neos/ContentRepository/Domain/Service/Dto/NodeMoveIntegrityCheckResultPart.html","d":"

{NodeMoveIntegrityCheckService} for detailed explanation of usage

","f":{"n":"Neos\\ContentRepository\\Domain\\Service\\Dto","p":"Neos/ContentRepository/Domain/Service/Dto.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\Service\\ImportExport\\ImportExportPropertyMappingConfiguration","p":"Neos/ContentRepository/Domain/Service/ImportExport/ImportExportPropertyMappingConfiguration.html","d":"

Property mapping configuration which is used for import / export:

","f":{"n":"Neos\\ContentRepository\\Domain\\Service\\ImportExport","p":"Neos/ContentRepository/Domain/Service/ImportExport.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\Service\\ImportExport\\NodeExportService","p":"Neos/ContentRepository/Domain/Service/ImportExport/NodeExportService.html","d":"

Service for exporting content repository nodes as an XML structure

","f":{"n":"Neos\\ContentRepository\\Domain\\Service\\ImportExport","p":"Neos/ContentRepository/Domain/Service/ImportExport.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\Service\\ImportExport\\NodeImportService","p":"Neos/ContentRepository/Domain/Service/ImportExport/NodeImportService.html","d":"

Service for importing nodes from an XML structure into the content repository

","f":{"n":"Neos\\ContentRepository\\Domain\\Service\\ImportExport","p":"Neos/ContentRepository/Domain/Service/ImportExport.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\Service\\NodeMoveIntegrityCheckService","p":"Neos/ContentRepository/Domain/Service/NodeMoveIntegrityCheckService.html","d":"

This is an internal service to prevent disconnected nodes when moving.

","f":{"n":"Neos\\ContentRepository\\Domain\\Service","p":"Neos/ContentRepository/Domain/Service.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\Service\\NodeService","p":"Neos/ContentRepository/Domain/Service/NodeService.html","d":"

Provide method to manage node

","f":{"n":"Neos\\ContentRepository\\Domain\\Service","p":"Neos/ContentRepository/Domain/Service.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\Service\\NodeServiceInterface","p":"Neos/ContentRepository/Domain/Service/NodeServiceInterface.html","d":"

Provides generic methods to manage and work with Nodes

","f":{"n":"Neos\\ContentRepository\\Domain\\Service","p":"Neos/ContentRepository/Domain/Service.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\Service\\NodeTypeManager","p":"Neos/ContentRepository/Domain/Service/NodeTypeManager.html","d":"

Manager for node types

","f":{"n":"Neos\\ContentRepository\\Domain\\Service","p":"Neos/ContentRepository/Domain/Service.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\Service\\PublishingService","p":"Neos/ContentRepository/Domain/Service/PublishingService.html","d":"

A generic ContentRepository Publishing Service

","f":{"n":"Neos\\ContentRepository\\Domain\\Service","p":"Neos/ContentRepository/Domain/Service.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\Service\\PublishingServiceInterface","p":"Neos/ContentRepository/Domain/Service/PublishingServiceInterface.html","d":"

ContentRepository Publishing Service Interface

","f":{"n":"Neos\\ContentRepository\\Domain\\Service","p":"Neos/ContentRepository/Domain/Service.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\Utility\\NodePaths","p":"Neos/ContentRepository/Domain/Utility/NodePaths.html","d":"

Provides basic logic concerning node paths.

","f":{"n":"Neos\\ContentRepository\\Domain\\Utility","p":"Neos/ContentRepository/Domain/Utility.html"}},{"t":"C","n":"Neos\\ContentRepository\\Domain\\Utility\\SubgraphUtility","p":"Neos/ContentRepository/Domain/Utility/SubgraphUtility.html","d":"

The subgraph utility library

","f":{"n":"Neos\\ContentRepository\\Domain\\Utility","p":"Neos/ContentRepository/Domain/Utility.html"}},{"t":"C","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\CacheLifetimeOperation","p":"Neos/ContentRepository/Eel/FlowQueryOperations/CacheLifetimeOperation.html","d":"

"cacheLifetime" operation working on ContentRepository nodes. Will get the minimum of all allowed cache lifetimes for the\nnodes in the current FlowQuery context. This means it will evaluate to the nearest future value of the\nhiddenBeforeDateTime or hiddenAfterDateTime properties of all nodes in the context. If none are set or all values\nare in the past it will evaluate to NULL.

","f":{"n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations","p":"Neos/ContentRepository/Eel/FlowQueryOperations.html"}},{"t":"C","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\ChildrenOperation","p":"Neos/ContentRepository/Eel/FlowQueryOperations/ChildrenOperation.html","d":"

"children" operation working on ContentRepository nodes. It iterates over all\ncontext elements and returns all child nodes or only those matching\nthe filter expression specified as optional argument.

","f":{"n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations","p":"Neos/ContentRepository/Eel/FlowQueryOperations.html"}},{"t":"C","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\ClosestOperation","p":"Neos/ContentRepository/Eel/FlowQueryOperations/ClosestOperation.html","d":"

"closest" operation working on ContentRepository nodes. For each node in the context,\nget the first node that matches the selector by testing the node itself and\ntraversing up through its ancestors.

","f":{"n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations","p":"Neos/ContentRepository/Eel/FlowQueryOperations.html"}},{"t":"C","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\ContextOperation","p":"Neos/ContentRepository/Eel/FlowQueryOperations/ContextOperation.html","d":"

"context" operation working on ContentRepository nodes. Modifies the ContentRepository Context of each\nnode in the current FlowQuery context by the given properties and returns the same\nnodes by identifier if they can be accessed in the new Context (otherwise they\nwill be skipped).

","f":{"n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations","p":"Neos/ContentRepository/Eel/FlowQueryOperations.html"}},{"t":"C","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\FilterOperation","p":"Neos/ContentRepository/Eel/FlowQueryOperations/FilterOperation.html","d":"

This filter implementation contains specific behavior for use on ContentRepository\nnodes. It will not evaluate any elements that are not instances of the\nNodeInterface.

","f":{"n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations","p":"Neos/ContentRepository/Eel/FlowQueryOperations.html"}},{"t":"C","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\FindOperation","p":"Neos/ContentRepository/Eel/FlowQueryOperations/FindOperation.html","d":"

"find" operation working on ContentRepository nodes. This operation allows for retrieval\nof nodes specified by a path, identifier or node type (recursive).

","f":{"n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations","p":"Neos/ContentRepository/Eel/FlowQueryOperations.html"}},{"t":"C","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\HasOperation","p":"Neos/ContentRepository/Eel/FlowQueryOperations/HasOperation.html","d":"

"has" operation working on NodeInterface. Reduce the set of matched elements\nto those that have a child node that matches the selector or given subject.

","f":{"n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations","p":"Neos/ContentRepository/Eel/FlowQueryOperations.html"}},{"t":"C","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\NextAllOperation","p":"Neos/ContentRepository/Eel/FlowQueryOperations/NextAllOperation.html","d":"

"nextAll" operation working on ContentRepository nodes. It iterates over all\ncontext elements and returns each following sibling or only those matching\nthe filter expression specified as optional argument.

","f":{"n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations","p":"Neos/ContentRepository/Eel/FlowQueryOperations.html"}},{"t":"C","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\NextOperation","p":"Neos/ContentRepository/Eel/FlowQueryOperations/NextOperation.html","d":"

"next" operation working on ContentRepository nodes. It iterates over all\ncontext elements and returns the immediately following sibling.

","f":{"n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations","p":"Neos/ContentRepository/Eel/FlowQueryOperations.html"}},{"t":"C","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\NextUntilOperation","p":"Neos/ContentRepository/Eel/FlowQueryOperations/NextUntilOperation.html","d":"

"nextUntil" operation working on ContentRepository nodes. It iterates over all context elements\nand returns each following sibling until the matching sibling is found.

","f":{"n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations","p":"Neos/ContentRepository/Eel/FlowQueryOperations.html"}},{"t":"C","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\ParentOperation","p":"Neos/ContentRepository/Eel/FlowQueryOperations/ParentOperation.html","d":"

"parent" operation working on ContentRepository nodes. It iterates over all\ncontext elements and returns each direct parent nodes or only those matching\nthe filter expression specified as optional argument.

","f":{"n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations","p":"Neos/ContentRepository/Eel/FlowQueryOperations.html"}},{"t":"C","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\ParentsOperation","p":"Neos/ContentRepository/Eel/FlowQueryOperations/ParentsOperation.html","d":"

"parents" operation working on ContentRepository nodes. It iterates over all\ncontext elements and returns the parent nodes or only those matching\nthe filter expression specified as optional argument.

","f":{"n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations","p":"Neos/ContentRepository/Eel/FlowQueryOperations.html"}},{"t":"C","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\ParentsUntilOperation","p":"Neos/ContentRepository/Eel/FlowQueryOperations/ParentsUntilOperation.html","d":"

"parentsUntil" operation working on ContentRepository nodes. It iterates over all\ncontext elements and returns the parent nodes until the matching parent is found.

","f":{"n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations","p":"Neos/ContentRepository/Eel/FlowQueryOperations.html"}},{"t":"C","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\PrevAllOperation","p":"Neos/ContentRepository/Eel/FlowQueryOperations/PrevAllOperation.html","d":"

"prevAll" operation working on ContentRepository nodes. It iterates over all\ncontext elements and returns each preceding sibling or only those matching\nthe filter expression specified as optional argument

","f":{"n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations","p":"Neos/ContentRepository/Eel/FlowQueryOperations.html"}},{"t":"C","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\PrevOperation","p":"Neos/ContentRepository/Eel/FlowQueryOperations/PrevOperation.html","d":"

"prev" operation working on ContentRepository nodes. It iterates over all\ncontext elements and returns the immediately preceding sibling.

","f":{"n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations","p":"Neos/ContentRepository/Eel/FlowQueryOperations.html"}},{"t":"C","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\PrevUntilOperation","p":"Neos/ContentRepository/Eel/FlowQueryOperations/PrevUntilOperation.html","d":"

"prevUntil" operation working on ContentRepository nodes. It iterates over all context elements\nand returns each preceding sibling until the matching sibling is found.

","f":{"n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations","p":"Neos/ContentRepository/Eel/FlowQueryOperations.html"}},{"t":"C","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\PropertyOperation","p":"Neos/ContentRepository/Eel/FlowQueryOperations/PropertyOperation.html","d":"

Used to access properties of a ContentRepository Node. If the property mame is\nprefixed with _, internal node properties like start time, end time,\nhidden are accessed.

","f":{"n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations","p":"Neos/ContentRepository/Eel/FlowQueryOperations.html"}},{"t":"C","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\SiblingsOperation","p":"Neos/ContentRepository/Eel/FlowQueryOperations/SiblingsOperation.html","d":"

"siblings" operation working on ContentRepository nodes. It iterates over all\ncontext elements and returns all sibling nodes or only those matching\nthe filter expression specified as optional argument.

","f":{"n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations","p":"Neos/ContentRepository/Eel/FlowQueryOperations.html"}},{"t":"C","n":"Neos\\ContentRepository\\Exception","p":"Neos/ContentRepository/Exception.html","d":"

A generic ContentRepository exception

","f":{"n":"Neos\\ContentRepository","p":"Neos/ContentRepository.html"}},{"t":"C","n":"Neos\\ContentRepository\\Exception\\ContentContextException","p":"Neos/ContentRepository/Exception/ContentContextException.html","d":"

A content context exception

","f":{"n":"Neos\\ContentRepository\\Exception","p":"Neos/ContentRepository/Exception.html"}},{"t":"C","n":"Neos\\ContentRepository\\Exception\\ExportException","p":"Neos/ContentRepository/Exception/ExportException.html","d":"

This exception is thrown as composite exception if something goes wrong during the node export.

","f":{"n":"Neos\\ContentRepository\\Exception","p":"Neos/ContentRepository/Exception.html"}},{"t":"C","n":"Neos\\ContentRepository\\Exception\\ImportException","p":"Neos/ContentRepository/Exception/ImportException.html","d":"

This exception is thrown if something goes wrong on the import

","f":{"n":"Neos\\ContentRepository\\Exception","p":"Neos/ContentRepository/Exception.html"}},{"t":"C","n":"Neos\\ContentRepository\\Exception\\InvalidNodeContextException","p":"Neos/ContentRepository/Exception/InvalidNodeContextException.html","d":"

An exception thrown when a ContextFactory received wrong properties for\na context.

","f":{"n":"Neos\\ContentRepository\\Exception","p":"Neos/ContentRepository/Exception.html"}},{"t":"C","n":"Neos\\ContentRepository\\Exception\\InvalidNodeTypePostprocessorException","p":"Neos/ContentRepository/Exception/InvalidNodeTypePostprocessorException.html","d":"

An "Invalid node type postprocessor" exception

","f":{"n":"Neos\\ContentRepository\\Exception","p":"Neos/ContentRepository/Exception.html"}},{"t":"C","n":"Neos\\ContentRepository\\Exception\\NodeConfigurationException","p":"Neos/ContentRepository/Exception/NodeConfigurationException.html","d":"

An Exception for node configuration errors.

","f":{"n":"Neos\\ContentRepository\\Exception","p":"Neos/ContentRepository/Exception.html"}},{"t":"C","n":"Neos\\ContentRepository\\Exception\\NodeConstraintException","p":"Neos/ContentRepository/Exception/NodeConstraintException.html","d":"

This exception is thrown if sub-node constraints are violated

","f":{"n":"Neos\\ContentRepository\\Exception","p":"Neos/ContentRepository/Exception.html"}},{"t":"C","n":"Neos\\ContentRepository\\Exception\\NodeException","p":"Neos/ContentRepository/Exception/NodeException.html","d":"

A node exception

","f":{"n":"Neos\\ContentRepository\\Exception","p":"Neos/ContentRepository/Exception.html"}},{"t":"C","n":"Neos\\ContentRepository\\Exception\\NodeExistsException","p":"Neos/ContentRepository/Exception/NodeExistsException.html","d":"

A node exists exception

","f":{"n":"Neos\\ContentRepository\\Exception","p":"Neos/ContentRepository/Exception.html"}},{"t":"C","n":"Neos\\ContentRepository\\Exception\\NodeMethodIsUnsupported","p":"Neos/ContentRepository/Exception/NodeMethodIsUnsupported.html","d":"

The legacy Node API does not support the full TraversableNode API.

","f":{"n":"Neos\\ContentRepository\\Exception","p":"Neos/ContentRepository/Exception.html"}},{"t":"C","n":"Neos\\ContentRepository\\Exception\\NodeMoveIntegrityViolationException","p":"Neos/ContentRepository/Exception/NodeMoveIntegrityViolationException.html","d":null,"f":{"n":"Neos\\ContentRepository\\Exception","p":"Neos/ContentRepository/Exception.html"}},{"t":"C","n":"Neos\\ContentRepository\\Exception\\NodeTypeIsFinalException","p":"Neos/ContentRepository/Exception/NodeTypeIsFinalException.html","d":"

A "node type is final" exception

","f":{"n":"Neos\\ContentRepository\\Exception","p":"Neos/ContentRepository/Exception.html"}},{"t":"C","n":"Neos\\ContentRepository\\Exception\\NodeTypeNotFoundException","p":"Neos/ContentRepository/Exception/NodeTypeNotFoundException.html","d":"

A "node type not found" exception

","f":{"n":"Neos\\ContentRepository\\Exception","p":"Neos/ContentRepository/Exception.html"}},{"t":"C","n":"Neos\\ContentRepository\\Exception\\PageNotFoundException","p":"Neos/ContentRepository/Exception/PageNotFoundException.html","d":"

An paginator exception saying "Page not Found"

","f":{"n":"Neos\\ContentRepository\\Exception","p":"Neos/ContentRepository/Exception.html"}},{"t":"C","n":"Neos\\ContentRepository\\Exception\\WorkspaceException","p":"Neos/ContentRepository/Exception/WorkspaceException.html","d":"

A workspace exception

","f":{"n":"Neos\\ContentRepository\\Exception","p":"Neos/ContentRepository/Exception.html"}},{"t":"C","n":"Neos\\ContentRepository\\Migration\\Command\\NodeCommandController","p":"Neos/ContentRepository/Migration/Command/NodeCommandController.html","d":"

Command controller for tasks related to node handling.

","f":{"n":"Neos\\ContentRepository\\Migration\\Command","p":"Neos/ContentRepository/Migration/Command.html"}},{"t":"C","n":"Neos\\ContentRepository\\Migration\\Configuration\\Configuration","p":"Neos/ContentRepository/Migration/Configuration/Configuration.html","d":"

Abstract Migration Configuration as a base for different configuration sources.

","f":{"n":"Neos\\ContentRepository\\Migration\\Configuration","p":"Neos/ContentRepository/Migration/Configuration.html"}},{"t":"C","n":"Neos\\ContentRepository\\Migration\\Configuration\\ConfigurationInterface","p":"Neos/ContentRepository/Migration/Configuration/ConfigurationInterface.html","d":"

Interface for Migration Configurations to allow different configuration sources.

","f":{"n":"Neos\\ContentRepository\\Migration\\Configuration","p":"Neos/ContentRepository/Migration/Configuration.html"}},{"t":"C","n":"Neos\\ContentRepository\\Migration\\Configuration\\YamlConfiguration","p":"Neos/ContentRepository/Migration/Configuration/YamlConfiguration.html","d":"

Migration Configuration using YAML files.

","f":{"n":"Neos\\ContentRepository\\Migration\\Configuration","p":"Neos/ContentRepository/Migration/Configuration.html"}},{"t":"C","n":"Neos\\ContentRepository\\Migration\\Domain\\Factory\\MigrationFactory","p":"Neos/ContentRepository/Migration/Domain/Factory/MigrationFactory.html","d":"

Migration factory.

","f":{"n":"Neos\\ContentRepository\\Migration\\Domain\\Factory","p":"Neos/ContentRepository/Migration/Domain/Factory.html"}},{"t":"C","n":"Neos\\ContentRepository\\Migration\\Domain\\Model\\Migration","p":"Neos/ContentRepository/Migration/Domain/Model/Migration.html","d":"Migration.","f":{"n":"Neos\\ContentRepository\\Migration\\Domain\\Model","p":"Neos/ContentRepository/Migration/Domain/Model.html"}},{"t":"C","n":"Neos\\ContentRepository\\Migration\\Domain\\Model\\MigrationConfiguration","p":"Neos/ContentRepository/Migration/Domain/Model/MigrationConfiguration.html","d":"

Migration configuration for a specific direction.

","f":{"n":"Neos\\ContentRepository\\Migration\\Domain\\Model","p":"Neos/ContentRepository/Migration/Domain/Model.html"}},{"t":"C","n":"Neos\\ContentRepository\\Migration\\Domain\\Model\\MigrationStatus","p":"Neos/ContentRepository/Migration/Domain/Model/MigrationStatus.html","d":"

Migration status to keep track of applied migrations.

","f":{"n":"Neos\\ContentRepository\\Migration\\Domain\\Model","p":"Neos/ContentRepository/Migration/Domain/Model.html"}},{"t":"C","n":"Neos\\ContentRepository\\Migration\\Domain\\Repository\\MigrationStatusRepository","p":"Neos/ContentRepository/Migration/Domain/Repository/MigrationStatusRepository.html","d":"

Repository for MigrationStatus instances.

","f":{"n":"Neos\\ContentRepository\\Migration\\Domain\\Repository","p":"Neos/ContentRepository/Migration/Domain/Repository.html"}},{"t":"C","n":"Neos\\ContentRepository\\Migration\\Exception\\MigrationException","p":"Neos/ContentRepository/Migration/Exception/MigrationException.html","d":"

An exception thrown when something goes wrong during content\nmigration.

","f":{"n":"Neos\\ContentRepository\\Migration\\Exception","p":"Neos/ContentRepository/Migration/Exception.html"}},{"t":"C","n":"Neos\\ContentRepository\\Migration\\Filters\\DimensionValues","p":"Neos/ContentRepository/Migration/Filters/DimensionValues.html","d":"

Filter nodes by their dimensions.

","f":{"n":"Neos\\ContentRepository\\Migration\\Filters","p":"Neos/ContentRepository/Migration/Filters.html"}},{"t":"C","n":"Neos\\ContentRepository\\Migration\\Filters\\DoctrineFilterInterface","p":"Neos/ContentRepository/Migration/Filters/DoctrineFilterInterface.html","d":null,"f":{"n":"Neos\\ContentRepository\\Migration\\Filters","p":"Neos/ContentRepository/Migration/Filters.html"}},{"t":"C","n":"Neos\\ContentRepository\\Migration\\Filters\\FilterInterface","p":"Neos/ContentRepository/Migration/Filters/FilterInterface.html","d":"

Filter instances are used to filter nodes to be worked on during a migration.

","f":{"n":"Neos\\ContentRepository\\Migration\\Filters","p":"Neos/ContentRepository/Migration/Filters.html"}},{"t":"C","n":"Neos\\ContentRepository\\Migration\\Filters\\IsRemoved","p":"Neos/ContentRepository/Migration/Filters/IsRemoved.html","d":"

Filter removed nodes

","f":{"n":"Neos\\ContentRepository\\Migration\\Filters","p":"Neos/ContentRepository/Migration/Filters.html"}},{"t":"C","n":"Neos\\ContentRepository\\Migration\\Filters\\NodeName","p":"Neos/ContentRepository/Migration/Filters/NodeName.html","d":"

Filter nodes by node name.

","f":{"n":"Neos\\ContentRepository\\Migration\\Filters","p":"Neos/ContentRepository/Migration/Filters.html"}},{"t":"C","n":"Neos\\ContentRepository\\Migration\\Filters\\NodeType","p":"Neos/ContentRepository/Migration/Filters/NodeType.html","d":"

Filter nodes by node type.

","f":{"n":"Neos\\ContentRepository\\Migration\\Filters","p":"Neos/ContentRepository/Migration/Filters.html"}},{"t":"C","n":"Neos\\ContentRepository\\Migration\\Filters\\PropertyNotEmpty","p":"Neos/ContentRepository/Migration/Filters/PropertyNotEmpty.html","d":"

Filter nodes having the given property and its value not empty.

","f":{"n":"Neos\\ContentRepository\\Migration\\Filters","p":"Neos/ContentRepository/Migration/Filters.html"}},{"t":"C","n":"Neos\\ContentRepository\\Migration\\Filters\\PropertyValue","p":"Neos/ContentRepository/Migration/Filters/PropertyValue.html","d":"

Filter nodes having the given property and a matching value.

","f":{"n":"Neos\\ContentRepository\\Migration\\Filters","p":"Neos/ContentRepository/Migration/Filters.html"}},{"t":"C","n":"Neos\\ContentRepository\\Migration\\Filters\\Workspace","p":"Neos/ContentRepository/Migration/Filters/Workspace.html","d":"

Filter nodes by workspace name.

","f":{"n":"Neos\\ContentRepository\\Migration\\Filters","p":"Neos/ContentRepository/Migration/Filters.html"}},{"t":"C","n":"Neos\\ContentRepository\\Migration\\Service\\NodeFilter","p":"Neos/ContentRepository/Migration/Service/NodeFilter.html","d":"

Service to determine if a given node matches a series of filters given by configuration.

","f":{"n":"Neos\\ContentRepository\\Migration\\Service","p":"Neos/ContentRepository/Migration/Service.html"}},{"t":"C","n":"Neos\\ContentRepository\\Migration\\Service\\NodeMigration","p":"Neos/ContentRepository/Migration/Service/NodeMigration.html","d":"

Service that runs over all nodes and applies migrations to them as given by configuration.

","f":{"n":"Neos\\ContentRepository\\Migration\\Service","p":"Neos/ContentRepository/Migration/Service.html"}},{"t":"C","n":"Neos\\ContentRepository\\Migration\\Service\\NodeTransformation","p":"Neos/ContentRepository/Migration/Service/NodeTransformation.html","d":"

Service that executes a series of configured transformations on a node.

","f":{"n":"Neos\\ContentRepository\\Migration\\Service","p":"Neos/ContentRepository/Migration/Service.html"}},{"t":"C","n":"Neos\\ContentRepository\\Migration\\Transformations\\AbstractTransformation","p":"Neos/ContentRepository/Migration/Transformations/AbstractTransformation.html","d":"

Abstract transformation class, transformations should inherit from this.

","f":{"n":"Neos\\ContentRepository\\Migration\\Transformations","p":"Neos/ContentRepository/Migration/Transformations.html"}},{"t":"C","n":"Neos\\ContentRepository\\Migration\\Transformations\\AddDimensions","p":"Neos/ContentRepository/Migration/Transformations/AddDimensions.html","d":"

Add dimensions on a node. This adds to the existing dimensions, if you need to\noverwrite existing dimensions, SetDimensions

","f":{"n":"Neos\\ContentRepository\\Migration\\Transformations","p":"Neos/ContentRepository/Migration/Transformations.html"}},{"t":"C","n":"Neos\\ContentRepository\\Migration\\Transformations\\AddNewProperty","p":"Neos/ContentRepository/Migration/Transformations/AddNewProperty.html","d":"

Add the new property and its value

","f":{"n":"Neos\\ContentRepository\\Migration\\Transformations","p":"Neos/ContentRepository/Migration/Transformations.html"}},{"t":"C","n":"Neos\\ContentRepository\\Migration\\Transformations\\ChangeNodeType","p":"Neos/ContentRepository/Migration/Transformations/ChangeNodeType.html","d":"

Change the node type.

","f":{"n":"Neos\\ContentRepository\\Migration\\Transformations","p":"Neos/ContentRepository/Migration/Transformations.html"}},{"t":"C","n":"Neos\\ContentRepository\\Migration\\Transformations\\ChangePropertyValue","p":"Neos/ContentRepository/Migration/Transformations/ChangePropertyValue.html","d":"

Change the value of a given property.

","f":{"n":"Neos\\ContentRepository\\Migration\\Transformations","p":"Neos/ContentRepository/Migration/Transformations.html"}},{"t":"C","n":"Neos\\ContentRepository\\Migration\\Transformations\\RemoveNode","p":"Neos/ContentRepository/Migration/Transformations/RemoveNode.html","d":"

Remove a given node (hard).

","f":{"n":"Neos\\ContentRepository\\Migration\\Transformations","p":"Neos/ContentRepository/Migration/Transformations.html"}},{"t":"C","n":"Neos\\ContentRepository\\Migration\\Transformations\\RemoveProperty","p":"Neos/ContentRepository/Migration/Transformations/RemoveProperty.html","d":"

Remove the property

","f":{"n":"Neos\\ContentRepository\\Migration\\Transformations","p":"Neos/ContentRepository/Migration/Transformations.html"}},{"t":"C","n":"Neos\\ContentRepository\\Migration\\Transformations\\RenameDimension","p":"Neos/ContentRepository/Migration/Transformations/RenameDimension.html","d":"

Rename a dimension.

","f":{"n":"Neos\\ContentRepository\\Migration\\Transformations","p":"Neos/ContentRepository/Migration/Transformations.html"}},{"t":"C","n":"Neos\\ContentRepository\\Migration\\Transformations\\RenameNode","p":"Neos/ContentRepository/Migration/Transformations/RenameNode.html","d":"

Rename a given node.

","f":{"n":"Neos\\ContentRepository\\Migration\\Transformations","p":"Neos/ContentRepository/Migration/Transformations.html"}},{"t":"C","n":"Neos\\ContentRepository\\Migration\\Transformations\\RenameProperty","p":"Neos/ContentRepository/Migration/Transformations/RenameProperty.html","d":"

Rename a given property.

","f":{"n":"Neos\\ContentRepository\\Migration\\Transformations","p":"Neos/ContentRepository/Migration/Transformations.html"}},{"t":"C","n":"Neos\\ContentRepository\\Migration\\Transformations\\SetDimensions","p":"Neos/ContentRepository/Migration/Transformations/SetDimensions.html","d":"

Set dimensions on a node. This always overwrites existing dimensions, if you need to\nadd to existing dimensions, AddDimensions

","f":{"n":"Neos\\ContentRepository\\Migration\\Transformations","p":"Neos/ContentRepository/Migration/Transformations.html"}},{"t":"C","n":"Neos\\ContentRepository\\Migration\\Transformations\\StripTagsOnProperty","p":"Neos/ContentRepository/Migration/Transformations/StripTagsOnProperty.html","d":"

Strip all tags on a given property

","f":{"n":"Neos\\ContentRepository\\Migration\\Transformations","p":"Neos/ContentRepository/Migration/Transformations.html"}},{"t":"C","n":"Neos\\ContentRepository\\Migration\\Transformations\\TransformationInterface","p":"Neos/ContentRepository/Migration/Transformations/TransformationInterface.html","d":"

Transformation are used to change nodes as needed. They may do anything to a node\nin the execute() method and will be asked if they can transform a node through a\ncall to isTransformable().

","f":{"n":"Neos\\ContentRepository\\Migration\\Transformations","p":"Neos/ContentRepository/Migration/Transformations.html"}},{"t":"C","n":"Neos\\ContentRepository\\NodeTypePostprocessor\\NodeTypePostprocessorInterface","p":"Neos/ContentRepository/NodeTypePostprocessor/NodeTypePostprocessorInterface.html","d":"

A NodeType postprocessor can be used in order to programmatically change the configuration of a node type\nfor example to provide dynamic properties.

","f":{"n":"Neos\\ContentRepository\\NodeTypePostprocessor","p":"Neos/ContentRepository/NodeTypePostprocessor.html"}},{"t":"C","n":"Neos\\ContentRepository\\Package","p":"Neos/ContentRepository/Package.html","d":"

The ContentRepository Package

","f":{"n":"Neos\\ContentRepository","p":"Neos/ContentRepository.html"}},{"t":"C","n":"Neos\\ContentRepository\\Persistence\\Ast\\ToStringFunction","p":"Neos/ContentRepository/Persistence/Ast/ToStringFunction.html","d":"

Custom DQL function to explicitly cast a value to a string

","f":{"n":"Neos\\ContentRepository\\Persistence\\Ast","p":"Neos/ContentRepository/Persistence/Ast.html"}},{"t":"C","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\AbstractNodePrivilege","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/AbstractNodePrivilege.html","d":"

An abstract node privilege acting as a base class for other\nnode privileges restricting operations and data on nodes.

","f":{"n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node.html"}},{"t":"C","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\AbstractNodePropertyPrivilege","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/AbstractNodePropertyPrivilege.html","d":"

Base class for privileges restricting node properties.

","f":{"n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node.html"}},{"t":"C","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\CreateNodePrivilege","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/CreateNodePrivilege.html","d":"

A privilege to restrict node creation

","f":{"n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node.html"}},{"t":"C","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\CreateNodePrivilegeContext","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/CreateNodePrivilegeContext.html","d":"

An Eel context matching expression for the CreateNodePrivilege

","f":{"n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node.html"}},{"t":"C","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\CreateNodePrivilegeSubject","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/CreateNodePrivilegeSubject.html","d":"

A create node privilege subject

","f":{"n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node.html"}},{"t":"C","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\Doctrine\\ConditionGenerator","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/Doctrine/ConditionGenerator.html","d":"

A SQL condition generator, supporting special SQL constraints\nfor nodes.

","f":{"n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\Doctrine","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/Doctrine.html"}},{"t":"C","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\EditNodePrivilege","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/EditNodePrivilege.html","d":"

A privilege to restrict editing of nodes and their properties

","f":{"n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node.html"}},{"t":"C","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\EditNodePropertyPrivilege","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/EditNodePropertyPrivilege.html","d":"

A privilege to restrict editing of node properties.

","f":{"n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node.html"}},{"t":"C","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\NodePrivilegeContext","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/NodePrivilegeContext.html","d":"

An Eel context matching expression for the node privileges

","f":{"n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node.html"}},{"t":"C","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\NodePrivilegeSubject","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/NodePrivilegeSubject.html","d":"

A node privilege subject

","f":{"n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node.html"}},{"t":"C","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\PropertyAwareNodePrivilegeContext","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/PropertyAwareNodePrivilegeContext.html","d":"

An Eel context matching expression for the node privileges including\nnode properties.

","f":{"n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node.html"}},{"t":"C","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\PropertyAwareNodePrivilegeSubject","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/PropertyAwareNodePrivilegeSubject.html","d":"

A node privilege subject which can restricted to a single node property

","f":{"n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node.html"}},{"t":"C","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\ReadNodePrivilege","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/ReadNodePrivilege.html","d":"

A node privilege to restricting reading of nodes.

","f":{"n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node.html"}},{"t":"C","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\ReadNodePropertyPrivilege","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/ReadNodePropertyPrivilege.html","d":"

A privilege to restrict reading of node properties.

","f":{"n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node.html"}},{"t":"C","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\RemoveNodePrivilege","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/RemoveNodePrivilege.html","d":"

A privilege to remove nodes

","f":{"n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node.html"}},{"t":"C","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\TransientNodeCache","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/TransientNodeCache.html","d":"

Simple cache for nodes that is intended to be used in NodePrivilegeContext.

","f":{"n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node.html"}},{"t":"C","n":"Neos\\ContentRepository\\Service\\AuthorizationService","p":"Neos/ContentRepository/Service/AuthorizationService.html","d":"

This service provides API methods to check for privileges\non nodes and permissions for node actions.

","f":{"n":"Neos\\ContentRepository\\Service","p":"Neos/ContentRepository/Service.html"}},{"t":"C","n":"Neos\\ContentRepository\\Service\\Exception\\InvalidDimensionConfigurationException","p":"Neos/ContentRepository/Service/Exception/InvalidDimensionConfigurationException.html","d":"

The invalid dimension configuration exception

","f":{"n":"Neos\\ContentRepository\\Service\\Exception","p":"Neos/ContentRepository/Service/Exception.html"}},{"t":"C","n":"Neos\\ContentRepository\\Service\\FallbackGraphService","p":"Neos/ContentRepository/Service/FallbackGraphService.html","d":"

The fallback graph application service

","f":{"n":"Neos\\ContentRepository\\Service","p":"Neos/ContentRepository/Service.html"}},{"t":"C","n":"Neos\\ContentRepository\\Service\\Utility\\NodePublishingDependencySolver","p":"Neos/ContentRepository/Service/Utility/NodePublishingDependencySolver.html","d":"

Solve / sort nodes by dependencies for publishing

","f":{"n":"Neos\\ContentRepository\\Service\\Utility","p":"Neos/ContentRepository/Service/Utility.html"}},{"t":"C","n":"Neos\\ContentRepository\\TypeConverter\\NodeConverter","p":"Neos/ContentRepository/TypeConverter/NodeConverter.html","d":"

An Object Converter for Nodes which can be used for routing (but also for other\npurposes) as a plugin for the Property Mapper.

","f":{"n":"Neos\\ContentRepository\\TypeConverter","p":"Neos/ContentRepository/TypeConverter.html"}},{"t":"C","n":"Neos\\ContentRepository\\TypeConverter\\NodeSerializer","p":"Neos/ContentRepository/TypeConverter/NodeSerializer.html","d":"","f":{"n":"Neos\\ContentRepository\\TypeConverter","p":"Neos/ContentRepository/TypeConverter.html"}},{"t":"C","n":"Neos\\ContentRepository\\TypeConverter\\NodeTemplateConverter","p":"Neos/ContentRepository/TypeConverter/NodeTemplateConverter.html","d":"

An Object Converter for NodeTemplates.

","f":{"n":"Neos\\ContentRepository\\TypeConverter","p":"Neos/ContentRepository/TypeConverter.html"}},{"t":"C","n":"Neos\\ContentRepository\\Utility","p":"Neos/ContentRepository/Utility.html","d":"

A class holding utility methods

","f":{"n":"Neos\\ContentRepository","p":"Neos/ContentRepository.html"}},{"t":"C","n":"Neos\\ContentRepository\\Validation\\Validator\\NodeIdentifierValidator","p":"Neos/ContentRepository/Validation/Validator/NodeIdentifierValidator.html","d":"

Validator for node identifiers

","f":{"n":"Neos\\ContentRepository\\Validation\\Validator","p":"Neos/ContentRepository/Validation/Validator.html"}},{"t":"C","n":"Neos\\ContentRepository\\ViewHelpers\\Widget\\Controller\\PaginateController","p":"Neos/ContentRepository/ViewHelpers/Widget/Controller/PaginateController.html","d":"

The widget controller for the Node Paginate Widget

","f":{"n":"Neos\\ContentRepository\\ViewHelpers\\Widget\\Controller","p":"Neos/ContentRepository/ViewHelpers/Widget/Controller.html"}},{"t":"C","n":"Neos\\ContentRepository\\ViewHelpers\\Widget\\PaginateViewHelper","p":"Neos/ContentRepository/ViewHelpers/Widget/PaginateViewHelper.html","d":"

This ViewHelper renders a Pagination of nodes.

","f":{"n":"Neos\\ContentRepository\\ViewHelpers\\Widget","p":"Neos/ContentRepository/ViewHelpers/Widget.html"}},{"t":"C","n":"Neos\\Diff\\Diff","p":"Neos/Diff/Diff.html","d":"

Class Diff

","f":{"n":"Neos\\Diff","p":"Neos/Diff.html"}},{"t":"C","n":"Neos\\Diff\\Renderer\\AbstractRenderer","p":"Neos/Diff/Renderer/AbstractRenderer.html","d":"

Abstract Diff Renderer

","f":{"n":"Neos\\Diff\\Renderer","p":"Neos/Diff/Renderer.html"}},{"t":"C","n":"Neos\\Diff\\Renderer\\Html\\HtmlArrayRenderer","p":"Neos/Diff/Renderer/Html/HtmlArrayRenderer.html","d":"

Array renderer for HTML based diffs

","f":{"n":"Neos\\Diff\\Renderer\\Html","p":"Neos/Diff/Renderer/Html.html"}},{"t":"C","n":"Neos\\Diff\\Renderer\\Html\\HtmlInlineRenderer","p":"Neos/Diff/Renderer/Html/HtmlInlineRenderer.html","d":"

Inline HTML Diff Renderer

","f":{"n":"Neos\\Diff\\Renderer\\Html","p":"Neos/Diff/Renderer/Html.html"}},{"t":"C","n":"Neos\\Diff\\Renderer\\Html\\HtmlSideBySideRenderer","p":"Neos/Diff/Renderer/Html/HtmlSideBySideRenderer.html","d":"

Inline HTML Diff Renderer

","f":{"n":"Neos\\Diff\\Renderer\\Html","p":"Neos/Diff/Renderer/Html.html"}},{"t":"C","n":"Neos\\Diff\\Renderer\\Text\\TextContextRenderer","p":"Neos/Diff/Renderer/Text/TextContextRenderer.html","d":"

Text Context Diff Renderer

","f":{"n":"Neos\\Diff\\Renderer\\Text","p":"Neos/Diff/Renderer/Text.html"}},{"t":"C","n":"Neos\\Diff\\Renderer\\Text\\TextUnifiedRenderer","p":"Neos/Diff/Renderer/Text/TextUnifiedRenderer.html","d":"

Unified Diff Renderer

","f":{"n":"Neos\\Diff\\Renderer\\Text","p":"Neos/Diff/Renderer/Text.html"}},{"t":"C","n":"Neos\\Diff\\SequenceMatcher","p":"Neos/Diff/SequenceMatcher.html","d":"

A Diff Sequence Matcher

","f":{"n":"Neos\\Diff","p":"Neos/Diff.html"}},{"t":"C","n":"Neos\\Fusion\\Afx\\Dsl\\AfxDslImplementation","p":"Neos/Fusion/Afx/Dsl/AfxDslImplementation.html","d":"

Class Fusion AFX Dsl

","f":{"n":"Neos\\Fusion\\Afx\\Dsl","p":"Neos/Fusion/Afx/Dsl.html"}},{"t":"C","n":"Neos\\Fusion\\Afx\\Exception\\AfxException","p":"Neos/Fusion/Afx/Exception/AfxException.html","d":"

Class AfxException

","f":{"n":"Neos\\Fusion\\Afx\\Exception","p":"Neos/Fusion/Afx/Exception.html"}},{"t":"C","n":"Neos\\Fusion\\Afx\\Parser\\AfxParserException","p":"Neos/Fusion/Afx/Parser/AfxParserException.html","d":"

Class AfxParserException

","f":{"n":"Neos\\Fusion\\Afx\\Parser","p":"Neos/Fusion/Afx/Parser.html"}},{"t":"C","n":"Neos\\Fusion\\Afx\\Parser\\Expression\\Comment","p":"Neos/Fusion/Afx/Parser/Expression/Comment.html","d":"

Class Expression

","f":{"n":"Neos\\Fusion\\Afx\\Parser\\Expression","p":"Neos/Fusion/Afx/Parser/Expression.html"}},{"t":"C","n":"Neos\\Fusion\\Afx\\Parser\\Expression\\Expression","p":"Neos/Fusion/Afx/Parser/Expression/Expression.html","d":"

Class Expression

","f":{"n":"Neos\\Fusion\\Afx\\Parser\\Expression","p":"Neos/Fusion/Afx/Parser/Expression.html"}},{"t":"C","n":"Neos\\Fusion\\Afx\\Parser\\Expression\\Identifier","p":"Neos/Fusion/Afx/Parser/Expression/Identifier.html","d":"

Class Identifier

","f":{"n":"Neos\\Fusion\\Afx\\Parser\\Expression","p":"Neos/Fusion/Afx/Parser/Expression.html"}},{"t":"C","n":"Neos\\Fusion\\Afx\\Parser\\Expression\\Node","p":"Neos/Fusion/Afx/Parser/Expression/Node.html","d":"

Class Node

","f":{"n":"Neos\\Fusion\\Afx\\Parser\\Expression","p":"Neos/Fusion/Afx/Parser/Expression.html"}},{"t":"C","n":"Neos\\Fusion\\Afx\\Parser\\Expression\\NodeList","p":"Neos/Fusion/Afx/Parser/Expression/NodeList.html","d":"

Class NodeList

","f":{"n":"Neos\\Fusion\\Afx\\Parser\\Expression","p":"Neos/Fusion/Afx/Parser/Expression.html"}},{"t":"C","n":"Neos\\Fusion\\Afx\\Parser\\Expression\\Prop","p":"Neos/Fusion/Afx/Parser/Expression/Prop.html","d":"

Class Prop

","f":{"n":"Neos\\Fusion\\Afx\\Parser\\Expression","p":"Neos/Fusion/Afx/Parser/Expression.html"}},{"t":"C","n":"Neos\\Fusion\\Afx\\Parser\\Expression\\Spread","p":"Neos/Fusion/Afx/Parser/Expression/Spread.html","d":"

Class Spread

","f":{"n":"Neos\\Fusion\\Afx\\Parser\\Expression","p":"Neos/Fusion/Afx/Parser/Expression.html"}},{"t":"C","n":"Neos\\Fusion\\Afx\\Parser\\Expression\\StringLiteral","p":"Neos/Fusion/Afx/Parser/Expression/StringLiteral.html","d":"

Class StringLiteral

","f":{"n":"Neos\\Fusion\\Afx\\Parser\\Expression","p":"Neos/Fusion/Afx/Parser/Expression.html"}},{"t":"C","n":"Neos\\Fusion\\Afx\\Parser\\Lexer","p":"Neos/Fusion/Afx/Parser/Lexer.html","d":"

A primitive lexer that recognizes Afx-specific characters while iterating\nthrough a string

","f":{"n":"Neos\\Fusion\\Afx\\Parser","p":"Neos/Fusion/Afx/Parser.html"}},{"t":"C","n":"Neos\\Fusion\\Afx\\Parser\\Parser","p":"Neos/Fusion/Afx/Parser/Parser.html","d":"

Class Parser

","f":{"n":"Neos\\Fusion\\Afx\\Parser","p":"Neos/Fusion/Afx/Parser.html"}},{"t":"C","n":"Neos\\Fusion\\Afx\\Service\\AfxService","p":"Neos/Fusion/Afx/Service/AfxService.html","d":"

Class AfxService

","f":{"n":"Neos\\Fusion\\Afx\\Service","p":"Neos/Fusion/Afx/Service.html"}},{"t":"C","n":"Neos\\Fusion\\Aspects\\FusionCachingAspect","p":"Neos/Fusion/Aspects/FusionCachingAspect.html","d":"","f":{"n":"Neos\\Fusion\\Aspects","p":"Neos/Fusion/Aspects.html"}},{"t":"C","n":"Neos\\Fusion\\Core\\Cache\\CacheSegmentParser","p":"Neos/Fusion/Core/Cache/CacheSegmentParser.html","d":"

A parser which extracts cache segments by searching for start and end markers in the given content.

","f":{"n":"Neos\\Fusion\\Core\\Cache","p":"Neos/Fusion/Core/Cache.html"}},{"t":"C","n":"Neos\\Fusion\\Core\\Cache\\ContentCache","p":"Neos/Fusion/Core/Cache/ContentCache.html","d":"

A wrapper around a Neos Flow cache which provides additional functionality for caching partial content (segments)\nrendered by the Fusion Runtime.

","f":{"n":"Neos\\Fusion\\Core\\Cache","p":"Neos/Fusion/Core/Cache.html"}},{"t":"C","n":"Neos\\Fusion\\Core\\Cache\\FileMonitorListener","p":"Neos/Fusion/Core/Cache/FileMonitorListener.html","d":"

Listener to clear Fusion caches if important files have changed

","f":{"n":"Neos\\Fusion\\Core\\Cache","p":"Neos/Fusion/Core/Cache.html"}},{"t":"C","n":"Neos\\Fusion\\Core\\Cache\\RuntimeContentCache","p":"Neos/Fusion/Core/Cache/RuntimeContentCache.html","d":"

Integrate the ContentCache into the Fusion Runtime

","f":{"n":"Neos\\Fusion\\Core\\Cache","p":"Neos/Fusion/Core/Cache.html"}},{"t":"C","n":"Neos\\Fusion\\Core\\DslFactory","p":"Neos/Fusion/Core/DslFactory.html","d":"

This dsl factory takes care of instantiating a Fusion dsl transpilers.

","f":{"n":"Neos\\Fusion\\Core","p":"Neos/Fusion/Core.html"}},{"t":"C","n":"Neos\\Fusion\\Core\\DslInterface","p":"Neos/Fusion/Core/DslInterface.html","d":"

Contract for a Fusion DSL parser

","f":{"n":"Neos\\Fusion\\Core","p":"Neos/Fusion/Core.html"}},{"t":"C","n":"Neos\\Fusion\\Core\\ExceptionHandlers\\AbsorbingHandler","p":"Neos/Fusion/Core/ExceptionHandlers/AbsorbingHandler.html","d":"

Renders the element as an empty string

","f":{"n":"Neos\\Fusion\\Core\\ExceptionHandlers","p":"Neos/Fusion/Core/ExceptionHandlers.html"}},{"t":"C","n":"Neos\\Fusion\\Core\\ExceptionHandlers\\AbstractRenderingExceptionHandler","p":"Neos/Fusion/Core/ExceptionHandlers/AbstractRenderingExceptionHandler.html","d":"

Handles exceptions

","f":{"n":"Neos\\Fusion\\Core\\ExceptionHandlers","p":"Neos/Fusion/Core/ExceptionHandlers.html"}},{"t":"C","n":"Neos\\Fusion\\Core\\ExceptionHandlers\\BubblingHandler","p":"Neos/Fusion/Core/ExceptionHandlers/BubblingHandler.html","d":"

Wrap the exception to retain the fusion path at which it was originally thrown

","f":{"n":"Neos\\Fusion\\Core\\ExceptionHandlers","p":"Neos/Fusion/Core/ExceptionHandlers.html"}},{"t":"C","n":"Neos\\Fusion\\Core\\ExceptionHandlers\\ContextDependentHandler","p":"Neos/Fusion/Core/ExceptionHandlers/ContextDependentHandler.html","d":"

A special exception handler that is used on the outer path to catch all unhandled exceptions and uses other exception\nhandlers depending on the context.

","f":{"n":"Neos\\Fusion\\Core\\ExceptionHandlers","p":"Neos/Fusion/Core/ExceptionHandlers.html"}},{"t":"C","n":"Neos\\Fusion\\Core\\ExceptionHandlers\\HtmlMessageHandler","p":"Neos/Fusion/Core/ExceptionHandlers/HtmlMessageHandler.html","d":"

Renders the exception as HTML.

","f":{"n":"Neos\\Fusion\\Core\\ExceptionHandlers","p":"Neos/Fusion/Core/ExceptionHandlers.html"}},{"t":"C","n":"Neos\\Fusion\\Core\\ExceptionHandlers\\PlainTextHandler","p":"Neos/Fusion/Core/ExceptionHandlers/PlainTextHandler.html","d":"

Creates text representations of the given exceptions.

","f":{"n":"Neos\\Fusion\\Core\\ExceptionHandlers","p":"Neos/Fusion/Core/ExceptionHandlers.html"}},{"t":"C","n":"Neos\\Fusion\\Core\\ExceptionHandlers\\ThrowingHandler","p":"Neos/Fusion/Core/ExceptionHandlers/ThrowingHandler.html","d":"

Just rethrows the given exception

","f":{"n":"Neos\\Fusion\\Core\\ExceptionHandlers","p":"Neos/Fusion/Core/ExceptionHandlers.html"}},{"t":"C","n":"Neos\\Fusion\\Core\\ExceptionHandlers\\XmlCommentHandler","p":"Neos/Fusion/Core/ExceptionHandlers/XmlCommentHandler.html","d":"

Creates xml comments from exceptions

","f":{"n":"Neos\\Fusion\\Core\\ExceptionHandlers","p":"Neos/Fusion/Core/ExceptionHandlers.html"}},{"t":"C","n":"Neos\\Fusion\\Core\\Parser","p":"Neos/Fusion/Core/Parser.html","d":"

The Fusion Parser

","f":{"n":"Neos\\Fusion\\Core","p":"Neos/Fusion/Core.html"}},{"t":"C","n":"Neos\\Fusion\\Core\\ParserInterface","p":"Neos/Fusion/Core/ParserInterface.html","d":"

Contract for a Fusion parser

","f":{"n":"Neos\\Fusion\\Core","p":"Neos/Fusion/Core.html"}},{"t":"C","n":"Neos\\Fusion\\Core\\Runtime","p":"Neos/Fusion/Core/Runtime.html","d":"

Fusion Runtime

","f":{"n":"Neos\\Fusion\\Core","p":"Neos/Fusion/Core.html"}},{"t":"C","n":"Neos\\Fusion\\Core\\RuntimeConfiguration","p":"Neos/Fusion/Core/RuntimeConfiguration.html","d":"","f":{"n":"Neos\\Fusion\\Core","p":"Neos/Fusion/Core.html"}},{"t":"C","n":"Neos\\Fusion\\Core\\RuntimeFactory","p":"Neos/Fusion/Core/RuntimeFactory.html","d":"

This runtime factory takes care of instantiating a Fusion runtime.

","f":{"n":"Neos\\Fusion\\Core","p":"Neos/Fusion/Core.html"}},{"t":"C","n":"Neos\\Fusion\\DebugMessage","p":"Neos/Fusion/DebugMessage.html","d":"

A DTO for transporting internal debugging messages

","f":{"n":"Neos\\Fusion","p":"Neos/Fusion.html"}},{"t":"C","n":"Neos\\Fusion\\Eel\\BaseUriHelper","p":"Neos/Fusion/Eel/BaseUriHelper.html","d":"

This is a purely internal helper to provide baseUris for Caching.

","f":{"n":"Neos\\Fusion\\Eel","p":"Neos/Fusion/Eel.html"}},{"t":"C","n":"Neos\\Fusion\\Exception","p":"Neos/Fusion/Exception.html","d":"

An exception thrown by Fusion processors or generally in the Fusion context.

","f":{"n":"Neos\\Fusion","p":"Neos/Fusion.html"}},{"t":"C","n":"Neos\\Fusion\\Exception\\CacheException","p":"Neos/Fusion/Exception/CacheException.html","d":"

This exception is thrown for errors related to the Content Cache

","f":{"n":"Neos\\Fusion\\Exception","p":"Neos/Fusion/Exception.html"}},{"t":"C","n":"Neos\\Fusion\\Exception\\MissingFusionImplementationException","p":"Neos/Fusion/Exception/MissingFusionImplementationException.html","d":"

This exception is thrown if the PHP implementation class for a given Fusion\nobject could not be found; i.e. it was not set using @class.

","f":{"n":"Neos\\Fusion\\Exception","p":"Neos/Fusion/Exception.html"}},{"t":"C","n":"Neos\\Fusion\\Exception\\MissingFusionObjectException","p":"Neos/Fusion/Exception/MissingFusionObjectException.html","d":"

This exception is thrown if the the object type for a given Fusion path\ncould not be determined, f.e. if the user forgets to define "page = Page" in his\nFusion.

","f":{"n":"Neos\\Fusion\\Exception","p":"Neos/Fusion/Exception.html"}},{"t":"C","n":"Neos\\Fusion\\Exception\\RuntimeException","p":"Neos/Fusion/Exception/RuntimeException.html","d":"

This exception wraps an inner exception during rendering.

","f":{"n":"Neos\\Fusion\\Exception","p":"Neos/Fusion/Exception.html"}},{"t":"C","n":"Neos\\Fusion\\Exception\\UnsupportedObjectTypeAtPathException","p":"Neos/Fusion/Exception/UnsupportedObjectTypeAtPathException.html","d":"

This exception is thrown if a Fusion path needs to contain exactly a specific\nobject type; f.e. a "Case" Fusion object expects all their children being\nFusion objects and does not support Eel Expressions or simple objects.

","f":{"n":"Neos\\Fusion\\Exception","p":"Neos/Fusion/Exception.html"}},{"t":"C","n":"Neos\\Fusion\\Exception\\UnsupportedProxyMethodException","p":"Neos/Fusion/Exception/UnsupportedProxyMethodException.html","d":"

This exception is thrown if a non-supported array access method was called\non FusionPathProxy.

","f":{"n":"Neos\\Fusion\\Exception","p":"Neos/Fusion/Exception.html"}},{"t":"C","n":"Neos\\Fusion\\FusionObjects\\AbstractArrayFusionObject","p":"Neos/Fusion/FusionObjects/AbstractArrayFusionObject.html","d":"

Base class for Fusion objects that need access to arbitrary properties, like DataStructureImplementation.

","f":{"n":"Neos\\Fusion\\FusionObjects","p":"Neos/Fusion/FusionObjects.html"}},{"t":"C","n":"Neos\\Fusion\\FusionObjects\\AbstractCollectionImplementation","p":"Neos/Fusion/FusionObjects/AbstractCollectionImplementation.html","d":"

Abstract implementation of a collection renderer for Fusion.

","f":{"n":"Neos\\Fusion\\FusionObjects","p":"Neos/Fusion/FusionObjects.html"}},{"t":"C","n":"Neos\\Fusion\\FusionObjects\\AbstractFusionObject","p":"Neos/Fusion/FusionObjects/AbstractFusionObject.html","d":"

Base class for all Fusion objects

","f":{"n":"Neos\\Fusion\\FusionObjects","p":"Neos/Fusion/FusionObjects.html"}},{"t":"C","n":"Neos\\Fusion\\FusionObjects\\ArrayImplementation","p":"Neos/Fusion/FusionObjects/ArrayImplementation.html","d":"

The old "COA" object

","f":{"n":"Neos\\Fusion\\FusionObjects","p":"Neos/Fusion/FusionObjects.html"}},{"t":"C","n":"Neos\\Fusion\\FusionObjects\\AttributesImplementation","p":"Neos/Fusion/FusionObjects/AttributesImplementation.html","d":"

Renders a string of xml attributes from the properties of this Fusion object.

","f":{"n":"Neos\\Fusion\\FusionObjects","p":"Neos/Fusion/FusionObjects.html"}},{"t":"C","n":"Neos\\Fusion\\FusionObjects\\AugmenterImplementation","p":"Neos/Fusion/FusionObjects/AugmenterImplementation.html","d":"

A Fusion Augmenter-Object

","f":{"n":"Neos\\Fusion\\FusionObjects","p":"Neos/Fusion/FusionObjects.html"}},{"t":"C","n":"Neos\\Fusion\\FusionObjects\\CanRenderImplementation","p":"Neos/Fusion/FusionObjects/CanRenderImplementation.html","d":"

CanRender Fusion-Object

","f":{"n":"Neos\\Fusion\\FusionObjects","p":"Neos/Fusion/FusionObjects.html"}},{"t":"C","n":"Neos\\Fusion\\FusionObjects\\CaseImplementation","p":"Neos/Fusion/FusionObjects/CaseImplementation.html","d":"

Case Fusion Object

","f":{"n":"Neos\\Fusion\\FusionObjects","p":"Neos/Fusion/FusionObjects.html"}},{"t":"C","n":"Neos\\Fusion\\FusionObjects\\CollectionImplementation","p":"Neos/Fusion/FusionObjects/CollectionImplementation.html","d":"

Render a Fusion collection of nodes

","f":{"n":"Neos\\Fusion\\FusionObjects","p":"Neos/Fusion/FusionObjects.html"}},{"t":"C","n":"Neos\\Fusion\\FusionObjects\\ComponentImplementation","p":"Neos/Fusion/FusionObjects/ComponentImplementation.html","d":"

A Fusion Component-Object

","f":{"n":"Neos\\Fusion\\FusionObjects","p":"Neos/Fusion/FusionObjects.html"}},{"t":"C","n":"Neos\\Fusion\\FusionObjects\\DataStructureImplementation","p":"Neos/Fusion/FusionObjects/DataStructureImplementation.html","d":"

Fusion object to render and array of key value pairs by evaluating all properties

","f":{"n":"Neos\\Fusion\\FusionObjects","p":"Neos/Fusion/FusionObjects.html"}},{"t":"C","n":"Neos\\Fusion\\FusionObjects\\DebugConsoleImplementation","p":"Neos/Fusion/FusionObjects/DebugConsoleImplementation.html","d":"

A Fusion object for debugging fusion-values via the browser console

","f":{"n":"Neos\\Fusion\\FusionObjects","p":"Neos/Fusion/FusionObjects.html"}},{"t":"C","n":"Neos\\Fusion\\FusionObjects\\DebugDumpImplementation","p":"Neos/Fusion/FusionObjects/DebugDumpImplementation.html","d":"

A Fusion object for dumping debugging fusion-values

","f":{"n":"Neos\\Fusion\\FusionObjects","p":"Neos/Fusion/FusionObjects.html"}},{"t":"C","n":"Neos\\Fusion\\FusionObjects\\DebugImplementation","p":"Neos/Fusion/FusionObjects/DebugImplementation.html","d":"

A Fusion object for debugging fusion-values

","f":{"n":"Neos\\Fusion\\FusionObjects","p":"Neos/Fusion/FusionObjects.html"}},{"t":"C","n":"Neos\\Fusion\\FusionObjects\\Helpers\\FluidView","p":"Neos/Fusion/FusionObjects/Helpers/FluidView.html","d":"

Extended Fluid Template View for use in Fusion.

","f":{"n":"Neos\\Fusion\\FusionObjects\\Helpers","p":"Neos/Fusion/FusionObjects/Helpers.html"}},{"t":"C","n":"Neos\\Fusion\\FusionObjects\\Helpers\\FusionAwareViewInterface","p":"Neos/Fusion/FusionObjects/Helpers/FusionAwareViewInterface.html","d":"

You should implement this interface with a View that should allow access\nto the Fusion object it is rendered from (and so the Fusion runtime).

","f":{"n":"Neos\\Fusion\\FusionObjects\\Helpers","p":"Neos/Fusion/FusionObjects/Helpers.html"}},{"t":"C","n":"Neos\\Fusion\\FusionObjects\\Helpers\\FusionPathProxy","p":"Neos/Fusion/FusionObjects/Helpers/FusionPathProxy.html","d":"

A proxy object representing a Fusion path inside a Fluid Template. It allows\nto render arbitrary Fusion objects or Eel expressions using the already-known\nproperty path syntax.

","f":{"n":"Neos\\Fusion\\FusionObjects\\Helpers","p":"Neos/Fusion/FusionObjects/Helpers.html"}},{"t":"C","n":"Neos\\Fusion\\FusionObjects\\Helpers\\LazyProps","p":"Neos/Fusion/FusionObjects/Helpers/LazyProps.html","d":"","f":{"n":"Neos\\Fusion\\FusionObjects\\Helpers","p":"Neos/Fusion/FusionObjects/Helpers.html"}},{"t":"C","n":"Neos\\Fusion\\FusionObjects\\HttpResponseImplementation","p":"Neos/Fusion/FusionObjects/HttpResponseImplementation.html","d":"","f":{"n":"Neos\\Fusion\\FusionObjects","p":"Neos/Fusion/FusionObjects.html"}},{"t":"C","n":"Neos\\Fusion\\FusionObjects\\Http\\ResponseHeadImplementation","p":"Neos/Fusion/FusionObjects/Http/ResponseHeadImplementation.html","d":"

Response Head generate a standard HTTP response head

","f":{"n":"Neos\\Fusion\\FusionObjects\\Http","p":"Neos/Fusion/FusionObjects/Http.html"}},{"t":"C","n":"Neos\\Fusion\\FusionObjects\\JoinImplementation","p":"Neos/Fusion/FusionObjects/JoinImplementation.html","d":"

Fusion object to render a list of items as single concatenated string

","f":{"n":"Neos\\Fusion\\FusionObjects","p":"Neos/Fusion/FusionObjects.html"}},{"t":"C","n":"Neos\\Fusion\\FusionObjects\\LoopImplementation","p":"Neos/Fusion/FusionObjects/LoopImplementation.html","d":"

Render a Fusion collection of using the itemRenderer

","f":{"n":"Neos\\Fusion\\FusionObjects","p":"Neos/Fusion/FusionObjects.html"}},{"t":"C","n":"Neos\\Fusion\\FusionObjects\\MapImplementation","p":"Neos/Fusion/FusionObjects/MapImplementation.html","d":"

Map a collection of items using the itemRenderer

","f":{"n":"Neos\\Fusion\\FusionObjects","p":"Neos/Fusion/FusionObjects.html"}},{"t":"C","n":"Neos\\Fusion\\FusionObjects\\MatchImplementation","p":"Neos/Fusion/FusionObjects/MatchImplementation.html","d":"

Implementation class for matching strings in Fusion and return the matched value

","f":{"n":"Neos\\Fusion\\FusionObjects","p":"Neos/Fusion/FusionObjects.html"}},{"t":"C","n":"Neos\\Fusion\\FusionObjects\\MatcherImplementation","p":"Neos/Fusion/FusionObjects/MatcherImplementation.html","d":"

Matcher object for use inside a "Case" statement

","f":{"n":"Neos\\Fusion\\FusionObjects","p":"Neos/Fusion/FusionObjects.html"}},{"t":"C","n":"Neos\\Fusion\\FusionObjects\\MemoImplementation","p":"Neos/Fusion/FusionObjects/MemoImplementation.html","d":"

Memo object that returns the result of previous calls with the same "discriminator"

","f":{"n":"Neos\\Fusion\\FusionObjects","p":"Neos/Fusion/FusionObjects.html"}},{"t":"C","n":"Neos\\Fusion\\FusionObjects\\RawArrayImplementation","p":"Neos/Fusion/FusionObjects/RawArrayImplementation.html","d":"

Evaluate sub objects to an array (instead of a string as ArrayImplementation does)

","f":{"n":"Neos\\Fusion\\FusionObjects","p":"Neos/Fusion/FusionObjects.html"}},{"t":"C","n":"Neos\\Fusion\\FusionObjects\\RawCollectionImplementation","p":"Neos/Fusion/FusionObjects/RawCollectionImplementation.html","d":"

Render a Fusion collection of nodes as an array

","f":{"n":"Neos\\Fusion\\FusionObjects","p":"Neos/Fusion/FusionObjects.html"}},{"t":"C","n":"Neos\\Fusion\\FusionObjects\\ReduceImplementation","p":"Neos/Fusion/FusionObjects/ReduceImplementation.html","d":"

Reduce an array to a single value.

","f":{"n":"Neos\\Fusion\\FusionObjects","p":"Neos/Fusion/FusionObjects.html"}},{"t":"C","n":"Neos\\Fusion\\FusionObjects\\RendererImplementation","p":"Neos/Fusion/FusionObjects/RendererImplementation.html","d":"

Renderer Fusion Object

","f":{"n":"Neos\\Fusion\\FusionObjects","p":"Neos/Fusion/FusionObjects.html"}},{"t":"C","n":"Neos\\Fusion\\FusionObjects\\ResourceUriImplementation","p":"Neos/Fusion/FusionObjects/ResourceUriImplementation.html","d":"

A Fusion object to create resource URIs

","f":{"n":"Neos\\Fusion\\FusionObjects","p":"Neos/Fusion/FusionObjects.html"}},{"t":"C","n":"Neos\\Fusion\\FusionObjects\\TagImplementation","p":"Neos/Fusion/FusionObjects/TagImplementation.html","d":"

A Fusion object for tag based content

","f":{"n":"Neos\\Fusion\\FusionObjects","p":"Neos/Fusion/FusionObjects.html"}},{"t":"C","n":"Neos\\Fusion\\FusionObjects\\TemplateImplementation","p":"Neos/Fusion/FusionObjects/TemplateImplementation.html","d":"

Fusion object rendering a fluid template

","f":{"n":"Neos\\Fusion\\FusionObjects","p":"Neos/Fusion/FusionObjects.html"}},{"t":"C","n":"Neos\\Fusion\\FusionObjects\\UriBuilderImplementation","p":"Neos/Fusion/FusionObjects/UriBuilderImplementation.html","d":"

A Fusion UriBuilder object

","f":{"n":"Neos\\Fusion\\FusionObjects","p":"Neos/Fusion/FusionObjects.html"}},{"t":"C","n":"Neos\\Fusion\\FusionObjects\\ValueImplementation","p":"Neos/Fusion/FusionObjects/ValueImplementation.html","d":"

Value object for simple type handling as Fusion objects

","f":{"n":"Neos\\Fusion\\FusionObjects","p":"Neos/Fusion/FusionObjects.html"}},{"t":"C","n":"Neos\\Fusion\\Package","p":"Neos/Fusion/Package.html","d":"

The Neos Fusion Package

","f":{"n":"Neos\\Fusion","p":"Neos/Fusion.html"}},{"t":"C","n":"Neos\\Fusion\\Service\\DebugStack","p":"Neos/Fusion/Service/DebugStack.html","d":"","f":{"n":"Neos\\Fusion\\Service","p":"Neos/Fusion/Service.html"}},{"t":"C","n":"Neos\\Fusion\\Service\\HtmlAugmenter","p":"Neos/Fusion/Service/HtmlAugmenter.html","d":"

A tool that can augment HTML for example by adding arbitrary attributes.

","f":{"n":"Neos\\Fusion\\Service","p":"Neos/Fusion/Service.html"}},{"t":"T","n":"Neos\\Fusion\\ViewHelpers\\FusionContextTrait","p":"Neos/Fusion/ViewHelpers/FusionContextTrait.html","d":"

This trait is to be used in ViewHelpers that need to get information from the Fusion runtime context.

","f":{"n":"Neos\\Fusion\\ViewHelpers","p":"Neos/Fusion/ViewHelpers.html"}},{"t":"C","n":"Neos\\Fusion\\ViewHelpers\\RenderViewHelper","p":"Neos/Fusion/ViewHelpers/RenderViewHelper.html","d":"

Render a Fusion object with a relative Fusion path, optionally\npushing new variables onto the Fusion context.

","f":{"n":"Neos\\Fusion\\ViewHelpers","p":"Neos/Fusion/ViewHelpers.html"}},{"t":"C","n":"Neos\\Fusion\\View\\FusionView","p":"Neos/Fusion/View/FusionView.html","d":"

View for using Fusion for standard MVC controllers.

","f":{"n":"Neos\\Fusion\\View","p":"Neos/Fusion/View.html"}},{"t":"T","n":"Neos\\Media\\Browser\\Controller\\AddTranslatedFlashMessageTrait","p":"Neos/Media/Browser/Controller/AddTranslatedFlashMessageTrait.html","d":"

A trait to add backend translation based on the backend users settings

","f":{"n":"Neos\\Media\\Browser\\Controller","p":"Neos/Media/Browser/Controller.html"}},{"t":"C","n":"Neos\\Media\\Browser\\Controller\\AssetCollectionController","p":"Neos/Media/Browser/Controller/AssetCollectionController.html","d":"

Controller for tag handling

","f":{"n":"Neos\\Media\\Browser\\Controller","p":"Neos/Media/Browser/Controller.html"}},{"t":"C","n":"Neos\\Media\\Browser\\Controller\\AssetController","p":"Neos/Media/Browser/Controller/AssetController.html","d":"

Controller for asset handling

","f":{"n":"Neos\\Media\\Browser\\Controller","p":"Neos/Media/Browser/Controller.html"}},{"t":"C","n":"Neos\\Media\\Browser\\Controller\\AssetProxyController","p":"Neos/Media/Browser/Controller/AssetProxyController.html","d":"","f":{"n":"Neos\\Media\\Browser\\Controller","p":"Neos/Media/Browser/Controller.html"}},{"t":"C","n":"Neos\\Media\\Browser\\Controller\\ImageController","p":"Neos/Media/Browser/Controller/ImageController.html","d":"

Controller for browsing images in the ImageEditor

","f":{"n":"Neos\\Media\\Browser\\Controller","p":"Neos/Media/Browser/Controller.html"}},{"t":"C","n":"Neos\\Media\\Browser\\Controller\\ImageVariantController","p":"Neos/Media/Browser/Controller/ImageVariantController.html","d":"","f":{"n":"Neos\\Media\\Browser\\Controller","p":"Neos/Media/Browser/Controller.html"}},{"t":"C","n":"Neos\\Media\\Browser\\Controller\\TagController","p":"Neos/Media/Browser/Controller/TagController.html","d":"

Controller for tag handling

","f":{"n":"Neos\\Media\\Browser\\Controller","p":"Neos/Media/Browser/Controller.html"}},{"t":"C","n":"Neos\\Media\\Browser\\Controller\\UsageController","p":"Neos/Media/Browser/Controller/UsageController.html","d":"

Controller for asset usage handling

","f":{"n":"Neos\\Media\\Browser\\Controller","p":"Neos/Media/Browser/Controller.html"}},{"t":"C","n":"Neos\\Media\\Browser\\Domain\\ImageMapper","p":"Neos/Media/Browser/Domain/ImageMapper.html","d":"

The ImageMapper provides basic information about an image object as array of simple types.

","f":{"n":"Neos\\Media\\Browser\\Domain","p":"Neos/Media/Browser/Domain.html"}},{"t":"C","n":"Neos\\Media\\Browser\\Domain\\Session\\BrowserState","p":"Neos/Media/Browser/Domain/Session/BrowserState.html","d":"

A container for the state the media browser is in.

","f":{"n":"Neos\\Media\\Browser\\Domain\\Session","p":"Neos/Media/Browser/Domain/Session.html"}},{"t":"C","n":"Neos\\Media\\Browser\\ViewHelpers\\Controller\\PaginateController","p":"Neos/Media/Browser/ViewHelpers/Controller/PaginateController.html","d":"

Controller for the paginate view helper

","f":{"n":"Neos\\Media\\Browser\\ViewHelpers\\Controller","p":"Neos/Media/Browser/ViewHelpers/Controller.html"}},{"t":"C","n":"Neos\\Media\\Browser\\ViewHelpers\\PaginateViewHelper","p":"Neos/Media/Browser/ViewHelpers/PaginateViewHelper.html","d":"

This ViewHelper renders a pagination for asset proxy objects

","f":{"n":"Neos\\Media\\Browser\\ViewHelpers","p":"Neos/Media/Browser/ViewHelpers.html"}},{"t":"C","n":"Neos\\Media\\Browser\\ViewHelpers\\ThumbnailViewHelper","p":"Neos/Media/Browser/ViewHelpers/ThumbnailViewHelper.html","d":"

Renders an HTML tag from a given Asset Proxy instance

","f":{"n":"Neos\\Media\\Browser\\ViewHelpers","p":"Neos/Media/Browser/ViewHelpers.html"}},{"t":"C","n":"Neos\\Media\\Command\\MediaCommandController","p":"Neos/Media/Command/MediaCommandController.html","d":"","f":{"n":"Neos\\Media\\Command","p":"Neos/Media/Command.html"}},{"t":"C","n":"Neos\\Media\\Controller\\ThumbnailController","p":"Neos/Media/Controller/ThumbnailController.html","d":"

Controller for asynchronous thumbnail handling

","f":{"n":"Neos\\Media\\Controller","p":"Neos/Media/Controller.html"}},{"t":"C","n":"Neos\\Media\\Domain\\EventListener\\ImageEventListener","p":"Neos/Media/Domain/EventListener/ImageEventListener.html","d":"

Doctrine event listener for getting image size and type if needed

","f":{"n":"Neos\\Media\\Domain\\EventListener","p":"Neos/Media/Domain/EventListener.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Model\\Adjustment\\AbstractAdjustment","p":"Neos/Media/Domain/Model/Adjustment/AbstractAdjustment.html","d":"

An abstract adjustment which provides a constructor for setting options

","f":{"n":"Neos\\Media\\Domain\\Model\\Adjustment","p":"Neos/Media/Domain/Model/Adjustment.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Model\\Adjustment\\AbstractImageAdjustment","p":"Neos/Media/Domain/Model/Adjustment/AbstractImageAdjustment.html","d":"

An abstract image adjustment

","f":{"n":"Neos\\Media\\Domain\\Model\\Adjustment","p":"Neos/Media/Domain/Model/Adjustment.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Model\\Adjustment\\AdjustmentInterface","p":"Neos/Media/Domain/Model/Adjustment/AdjustmentInterface.html","d":"

Interface for an Asset Adjustment

","f":{"n":"Neos\\Media\\Domain\\Model\\Adjustment","p":"Neos/Media/Domain/Model/Adjustment.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Model\\Adjustment\\CropImageAdjustment","p":"Neos/Media/Domain/Model/Adjustment/CropImageAdjustment.html","d":"

An adjustment for cropping an image

","f":{"n":"Neos\\Media\\Domain\\Model\\Adjustment","p":"Neos/Media/Domain/Model/Adjustment.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Model\\Adjustment\\ImageAdjustmentInterface","p":"Neos/Media/Domain/Model/Adjustment/ImageAdjustmentInterface.html","d":"

Interface for an Image Adjustment

","f":{"n":"Neos\\Media\\Domain\\Model\\Adjustment","p":"Neos/Media/Domain/Model/Adjustment.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Model\\Adjustment\\QualityImageAdjustment","p":"Neos/Media/Domain/Model/Adjustment/QualityImageAdjustment.html","d":"

An adjustment for quality of an image

","f":{"n":"Neos\\Media\\Domain\\Model\\Adjustment","p":"Neos/Media/Domain/Model/Adjustment.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Model\\Adjustment\\ResizeImageAdjustment","p":"Neos/Media/Domain/Model/Adjustment/ResizeImageAdjustment.html","d":"

An adjustment for resizing an image

","f":{"n":"Neos\\Media\\Domain\\Model\\Adjustment","p":"Neos/Media/Domain/Model/Adjustment.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Model\\Asset","p":"Neos/Media/Domain/Model/Asset.html","d":"

An Asset, the base for all more specific assets in this package.

","f":{"n":"Neos\\Media\\Domain\\Model","p":"Neos/Media/Domain/Model.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Model\\AssetCollection","p":"Neos/Media/Domain/Model/AssetCollection.html","d":"

Class AssetCollection

","f":{"n":"Neos\\Media\\Domain\\Model","p":"Neos/Media/Domain/Model.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Model\\AssetInterface","p":"Neos/Media/Domain/Model/AssetInterface.html","d":"

A user-managed Asset which is stored in the Asset Repository

","f":{"n":"Neos\\Media\\Domain\\Model","p":"Neos/Media/Domain/Model.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetNotFoundExceptionInterface","p":"Neos/Media/Domain/Model/AssetSource/AssetNotFoundExceptionInterface.html","d":null,"f":{"n":"Neos\\Media\\Domain\\Model\\AssetSource","p":"Neos/Media/Domain/Model/AssetSource.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxyQueryInterface","p":"Neos/Media/Domain/Model/AssetSource/AssetProxyQueryInterface.html","d":null,"f":{"n":"Neos\\Media\\Domain\\Model\\AssetSource","p":"Neos/Media/Domain/Model/AssetSource.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxyQueryResultInterface","p":"Neos/Media/Domain/Model/AssetSource/AssetProxyQueryResultInterface.html","d":null,"f":{"n":"Neos\\Media\\Domain\\Model\\AssetSource","p":"Neos/Media/Domain/Model/AssetSource.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxyRepositoryInterface","p":"Neos/Media/Domain/Model/AssetSource/AssetProxyRepositoryInterface.html","d":null,"f":{"n":"Neos\\Media\\Domain\\Model\\AssetSource","p":"Neos/Media/Domain/Model/AssetSource.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxy\\AssetProxyInterface","p":"Neos/Media/Domain/Model/AssetSource/AssetProxy/AssetProxyInterface.html","d":"

Interface for a stand-in object of remote or already imported assets from an asset source.

","f":{"n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxy","p":"Neos/Media/Domain/Model/AssetSource/AssetProxy.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxy\\HasRemoteOriginalInterface","p":"Neos/Media/Domain/Model/AssetSource/AssetProxy/HasRemoteOriginalInterface.html","d":"

Interface for an Asset Proxy which depicts an asset whose original binary data is stored in a remote location

","f":{"n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxy","p":"Neos/Media/Domain/Model/AssetSource/AssetProxy.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxy\\ProvidesOriginalUriInterface","p":"Neos/Media/Domain/Model/AssetSource/AssetProxy/ProvidesOriginalUriInterface.html","d":"

Interface for an Asset Proxy which provides an URI to the original binary data

","f":{"n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxy","p":"Neos/Media/Domain/Model/AssetSource/AssetProxy.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxy\\SupportsIptcMetadataInterface","p":"Neos/Media/Domain/Model/AssetSource/AssetProxy/SupportsIptcMetadataInterface.html","d":"

Interface for an Asset Proxy which supports IPTC Metadata

","f":{"n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxy","p":"Neos/Media/Domain/Model/AssetSource/AssetProxy.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetSourceAwareInterface","p":"Neos/Media/Domain/Model/AssetSource/AssetSourceAwareInterface.html","d":null,"f":{"n":"Neos\\Media\\Domain\\Model\\AssetSource","p":"Neos/Media/Domain/Model/AssetSource.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetSourceConnectionExceptionInterface","p":"Neos/Media/Domain/Model/AssetSource/AssetSourceConnectionExceptionInterface.html","d":"

Exceptions of asset sources which are thrown on connection problems should\nimplement this interface so that they can be handled specifically.

","f":{"n":"Neos\\Media\\Domain\\Model\\AssetSource","p":"Neos/Media/Domain/Model/AssetSource.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetSourceInterface","p":"Neos/Media/Domain/Model/AssetSource/AssetSourceInterface.html","d":null,"f":{"n":"Neos\\Media\\Domain\\Model\\AssetSource","p":"Neos/Media/Domain/Model/AssetSource.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetTypeFilter","p":"Neos/Media/Domain/Model/AssetSource/AssetTypeFilter.html","d":null,"f":{"n":"Neos\\Media\\Domain\\Model\\AssetSource","p":"Neos/Media/Domain/Model/AssetSource.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetNotFoundException","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetNotFoundException.html","d":null,"f":{"n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos","p":"Neos/Media/Domain/Model/AssetSource/Neos.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetProxy","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetProxy.html","d":null,"f":{"n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos","p":"Neos/Media/Domain/Model/AssetSource/Neos.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetProxyQuery","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetProxyQuery.html","d":null,"f":{"n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos","p":"Neos/Media/Domain/Model/AssetSource/Neos.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetProxyQueryResult","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetProxyQueryResult.html","d":"","f":{"n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos","p":"Neos/Media/Domain/Model/AssetSource/Neos.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetProxyRepository","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetProxyRepository.html","d":null,"f":{"n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos","p":"Neos/Media/Domain/Model/AssetSource/Neos.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetSource","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetSource.html","d":"

Asset source for Neos native assets

","f":{"n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos","p":"Neos/Media/Domain/Model/AssetSource/Neos.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Model\\AssetSource\\SupportsCollectionsInterface","p":"Neos/Media/Domain/Model/AssetSource/SupportsCollectionsInterface.html","d":"

Interface for an Asset Repository which supports collections

","f":{"n":"Neos\\Media\\Domain\\Model\\AssetSource","p":"Neos/Media/Domain/Model/AssetSource.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Model\\AssetSource\\SupportsSortingInterface","p":"Neos/Media/Domain/Model/AssetSource/SupportsSortingInterface.html","d":"

An interface for Asset Proxy Repositories which support sorting.

","f":{"n":"Neos\\Media\\Domain\\Model\\AssetSource","p":"Neos/Media/Domain/Model/AssetSource.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Model\\AssetSource\\SupportsTaggingInterface","p":"Neos/Media/Domain/Model/AssetSource/SupportsTaggingInterface.html","d":null,"f":{"n":"Neos\\Media\\Domain\\Model\\AssetSource","p":"Neos/Media/Domain/Model/AssetSource.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Model\\AssetVariantInterface","p":"Neos/Media/Domain/Model/AssetVariantInterface.html","d":"

An interface of an asset which was derived from an original asset

","f":{"n":"Neos\\Media\\Domain\\Model","p":"Neos/Media/Domain/Model.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Model\\Audio","p":"Neos/Media/Domain/Model/Audio.html","d":"

An Audio asset

","f":{"n":"Neos\\Media\\Domain\\Model","p":"Neos/Media/Domain/Model.html"}},{"t":"T","n":"Neos\\Media\\Domain\\Model\\DimensionsTrait","p":"Neos/Media/Domain/Model/DimensionsTrait.html","d":"

Trait for methods regarding the dimensions of an asset

","f":{"n":"Neos\\Media\\Domain\\Model","p":"Neos/Media/Domain/Model.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Model\\Document","p":"Neos/Media/Domain/Model/Document.html","d":"

A Document, e.g. PDF files, binaries, .

","f":{"n":"Neos\\Media\\Domain\\Model","p":"Neos/Media/Domain/Model.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Model\\Dto\\AssetConstraints","p":"Neos/Media/Domain/Model/Dto/AssetConstraints.html","d":"

Constraints for the Assets that can't be changed by the user while navigating the Media module / endpoints (other than filters)

","f":{"n":"Neos\\Media\\Domain\\Model\\Dto","p":"Neos/Media/Domain/Model/Dto.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Model\\Dto\\UsageReference","p":"Neos/Media/Domain/Model/Dto/UsageReference.html","d":"

A DTO for storing information related to a usage of an asset.

","f":{"n":"Neos\\Media\\Domain\\Model\\Dto","p":"Neos/Media/Domain/Model/Dto.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Model\\FileTypeIcon","p":"Neos/Media/Domain/Model/FileTypeIcon.html","d":"

File Type Icon

","f":{"n":"Neos\\Media\\Domain\\Model","p":"Neos/Media/Domain/Model.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Model\\Image","p":"Neos/Media/Domain/Model/Image.html","d":"

An image

","f":{"n":"Neos\\Media\\Domain\\Model","p":"Neos/Media/Domain/Model.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Model\\ImageInterface","p":"Neos/Media/Domain/Model/ImageInterface.html","d":"

Interface of an Image

","f":{"n":"Neos\\Media\\Domain\\Model","p":"Neos/Media/Domain/Model.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Model\\ImageVariant","p":"Neos/Media/Domain/Model/ImageVariant.html","d":"

A user defined variant (working copy) of an original Image asset

","f":{"n":"Neos\\Media\\Domain\\Model","p":"Neos/Media/Domain/Model.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Model\\ImportedAsset","p":"Neos/Media/Domain/Model/ImportedAsset.html","d":"","f":{"n":"Neos\\Media\\Domain\\Model","p":"Neos/Media/Domain/Model.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Model\\ImportedAssetManager","p":"Neos/Media/Domain/Model/ImportedAssetManager.html","d":null,"f":{"n":"Neos\\Media\\Domain\\Model","p":"Neos/Media/Domain/Model.html"}},{"t":"T","n":"Neos\\Media\\Domain\\Model\\QualityTrait","p":"Neos/Media/Domain/Model/QualityTrait.html","d":"

Trait for methods regarding the quality of an asset

","f":{"n":"Neos\\Media\\Domain\\Model","p":"Neos/Media/Domain/Model.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Model\\ResourceBasedInterface","p":"Neos/Media/Domain/Model/ResourceBasedInterface.html","d":"

Base interface for any class which is based on a PersistentResource.

","f":{"n":"Neos\\Media\\Domain\\Model","p":"Neos/Media/Domain/Model.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Model\\Tag","p":"Neos/Media/Domain/Model/Tag.html","d":"

A Tag, to organize Assets

","f":{"n":"Neos\\Media\\Domain\\Model","p":"Neos/Media/Domain/Model.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Model\\Thumbnail","p":"Neos/Media/Domain/Model/Thumbnail.html","d":"

A system-generated preview version of an Asset

","f":{"n":"Neos\\Media\\Domain\\Model","p":"Neos/Media/Domain/Model.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Model\\ThumbnailConfiguration","p":"Neos/Media/Domain/Model/ThumbnailConfiguration.html","d":"

Thumbnail configuration value object

","f":{"n":"Neos\\Media\\Domain\\Model","p":"Neos/Media/Domain/Model.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Model\\ThumbnailGenerator\\AbstractThumbnailGenerator","p":"Neos/Media/Domain/Model/ThumbnailGenerator/AbstractThumbnailGenerator.html","d":"

Abstract Thumbnail Generator

","f":{"n":"Neos\\Media\\Domain\\Model\\ThumbnailGenerator","p":"Neos/Media/Domain/Model/ThumbnailGenerator.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Model\\ThumbnailGenerator\\DocumentThumbnailGenerator","p":"Neos/Media/Domain/Model/ThumbnailGenerator/DocumentThumbnailGenerator.html","d":"

A system-generated preview version of a Document (PDF, AI and EPS)

","f":{"n":"Neos\\Media\\Domain\\Model\\ThumbnailGenerator","p":"Neos/Media/Domain/Model/ThumbnailGenerator.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Model\\ThumbnailGenerator\\FontDocumentThumbnailGenerator","p":"Neos/Media/Domain/Model/ThumbnailGenerator/FontDocumentThumbnailGenerator.html","d":"

A system-generated preview version of a font document.

","f":{"n":"Neos\\Media\\Domain\\Model\\ThumbnailGenerator","p":"Neos/Media/Domain/Model/ThumbnailGenerator.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Model\\ThumbnailGenerator\\IconThumbnailGenerator","p":"Neos/Media/Domain/Model/ThumbnailGenerator/IconThumbnailGenerator.html","d":"

A generic thumbnail generator to get Icon of the given document

","f":{"n":"Neos\\Media\\Domain\\Model\\ThumbnailGenerator","p":"Neos/Media/Domain/Model/ThumbnailGenerator.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Model\\ThumbnailGenerator\\ImageThumbnailGenerator","p":"Neos/Media/Domain/Model/ThumbnailGenerator/ImageThumbnailGenerator.html","d":"

A system-generated preview version of an Image

","f":{"n":"Neos\\Media\\Domain\\Model\\ThumbnailGenerator","p":"Neos/Media/Domain/Model/ThumbnailGenerator.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Model\\ThumbnailGenerator\\ThumbnailGeneratorInterface","p":"Neos/Media/Domain/Model/ThumbnailGenerator/ThumbnailGeneratorInterface.html","d":"

Thumbnail Generate Interface

","f":{"n":"Neos\\Media\\Domain\\Model\\ThumbnailGenerator","p":"Neos/Media/Domain/Model/ThumbnailGenerator.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Model\\ThumbnailSupportInterface","p":"Neos/Media/Domain/Model/ThumbnailSupportInterface.html","d":"

Interface for models which provide methods for thumbnails

","f":{"n":"Neos\\Media\\Domain\\Model","p":"Neos/Media/Domain/Model.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Model\\VariantSupportInterface","p":"Neos/Media/Domain/Model/VariantSupportInterface.html","d":"

An interface which defines that an asset has support for variants

","f":{"n":"Neos\\Media\\Domain\\Model","p":"Neos/Media/Domain/Model.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Model\\Video","p":"Neos/Media/Domain/Model/Video.html","d":"

A Video asset

","f":{"n":"Neos\\Media\\Domain\\Model","p":"Neos/Media/Domain/Model.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Repository\\AssetCollectionRepository","p":"Neos/Media/Domain/Repository/AssetCollectionRepository.html","d":"

A repository for AssetCollections

","f":{"n":"Neos\\Media\\Domain\\Repository","p":"Neos/Media/Domain/Repository.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Repository\\AssetRepository","p":"Neos/Media/Domain/Repository/AssetRepository.html","d":"

A repository for Assets

","f":{"n":"Neos\\Media\\Domain\\Repository","p":"Neos/Media/Domain/Repository.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Repository\\AudioRepository","p":"Neos/Media/Domain/Repository/AudioRepository.html","d":"

A repository for Audio

","f":{"n":"Neos\\Media\\Domain\\Repository","p":"Neos/Media/Domain/Repository.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Repository\\DocumentRepository","p":"Neos/Media/Domain/Repository/DocumentRepository.html","d":"

A repository for Documents

","f":{"n":"Neos\\Media\\Domain\\Repository","p":"Neos/Media/Domain/Repository.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Repository\\ImageRepository","p":"Neos/Media/Domain/Repository/ImageRepository.html","d":"

A repository for Images

","f":{"n":"Neos\\Media\\Domain\\Repository","p":"Neos/Media/Domain/Repository.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Repository\\ImportedAssetRepository","p":"Neos/Media/Domain/Repository/ImportedAssetRepository.html","d":"","f":{"n":"Neos\\Media\\Domain\\Repository","p":"Neos/Media/Domain/Repository.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Repository\\TagRepository","p":"Neos/Media/Domain/Repository/TagRepository.html","d":"

A repository for Tags

","f":{"n":"Neos\\Media\\Domain\\Repository","p":"Neos/Media/Domain/Repository.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Repository\\ThumbnailRepository","p":"Neos/Media/Domain/Repository/ThumbnailRepository.html","d":"

A repository for Thumbnails

","f":{"n":"Neos\\Media\\Domain\\Repository","p":"Neos/Media/Domain/Repository.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Repository\\VideoRepository","p":"Neos/Media/Domain/Repository/VideoRepository.html","d":"

A repository for Videos

","f":{"n":"Neos\\Media\\Domain\\Repository","p":"Neos/Media/Domain/Repository.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Service\\AssetService","p":"Neos/Media/Domain/Service/AssetService.html","d":"

An asset service that handles for example commands on assets, retrieves information\nabout usage of assets and rendering thumbnails.

","f":{"n":"Neos\\Media\\Domain\\Service","p":"Neos/Media/Domain/Service.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Service\\AssetSourceService","p":"Neos/Media/Domain/Service/AssetSourceService.html","d":"

A service for Asset Sources and Asset Proxies

","f":{"n":"Neos\\Media\\Domain\\Service","p":"Neos/Media/Domain/Service.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Service\\AssetVariantGenerator","p":"Neos/Media/Domain/Service/AssetVariantGenerator.html","d":"","f":{"n":"Neos\\Media\\Domain\\Service","p":"Neos/Media/Domain/Service.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Service\\FileTypeIconService","p":"Neos/Media/Domain/Service/FileTypeIconService.html","d":"

Service that retrieves an icon for the file type of a given filename

","f":{"n":"Neos\\Media\\Domain\\Service","p":"Neos/Media/Domain/Service.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Service\\ImageService","p":"Neos/Media/Domain/Service/ImageService.html","d":"

An image service that acts as abstraction for the Imagine library

","f":{"n":"Neos\\Media\\Domain\\Service","p":"Neos/Media/Domain/Service.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Service\\ThumbnailGenerator","p":"Neos/Media/Domain/Service/ThumbnailGenerator.html","d":"

A thumbnail generation service.

","f":{"n":"Neos\\Media\\Domain\\Service","p":"Neos/Media/Domain/Service.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Service\\ThumbnailService","p":"Neos/Media/Domain/Service/ThumbnailService.html","d":"

An internal thumbnail service.

","f":{"n":"Neos\\Media\\Domain\\Service","p":"Neos/Media/Domain/Service.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Strategy\\AbstractAssetUsageStrategy","p":"Neos/Media/Domain/Strategy/AbstractAssetUsageStrategy.html","d":"

Abstract asset usage strategy

","f":{"n":"Neos\\Media\\Domain\\Strategy","p":"Neos/Media/Domain/Strategy.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Strategy\\AssetModelMappingStrategyInterface","p":"Neos/Media/Domain/Strategy/AssetModelMappingStrategyInterface.html","d":"

Describes a strategy to find an asset model class based on the resource and optional source properties.

","f":{"n":"Neos\\Media\\Domain\\Strategy","p":"Neos/Media/Domain/Strategy.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Strategy\\AssetUsageStrategyInterface","p":"Neos/Media/Domain/Strategy/AssetUsageStrategyInterface.html","d":"

Interface for asset usage strategies

","f":{"n":"Neos\\Media\\Domain\\Strategy","p":"Neos/Media/Domain/Strategy.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Strategy\\ConfigurationAssetModelMappingStrategy","p":"Neos/Media/Domain/Strategy/ConfigurationAssetModelMappingStrategy.html","d":"

A mapping strategy based on configured expressions.

","f":{"n":"Neos\\Media\\Domain\\Strategy","p":"Neos/Media/Domain/Strategy.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Strategy\\ThumbnailGeneratorStrategy","p":"Neos/Media/Domain/Strategy/ThumbnailGeneratorStrategy.html","d":"

A strategy to detect the correct thumbnail generator

","f":{"n":"Neos\\Media\\Domain\\Strategy","p":"Neos/Media/Domain/Strategy.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Validator\\AssetValidator","p":"Neos/Media/Domain/Validator/AssetValidator.html","d":"

Conjunction validator that loads all implementations of the\n\\Neos\\Media\\Domain\\Validator\\AssetValidatorInterface and merges\nall their results

","f":{"n":"Neos\\Media\\Domain\\Validator","p":"Neos/Media/Domain/Validator.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Validator\\AssetValidatorInterface","p":"Neos/Media/Domain/Validator/AssetValidatorInterface.html","d":"

Interface to implement to hook into the asset model validation

","f":{"n":"Neos\\Media\\Domain\\Validator","p":"Neos/Media/Domain/Validator.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Validator\\AudioValidator","p":"Neos/Media/Domain/Validator/AudioValidator.html","d":"

Validator for Audio objects

","f":{"n":"Neos\\Media\\Domain\\Validator","p":"Neos/Media/Domain/Validator.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Validator\\ImageValidator","p":"Neos/Media/Domain/Validator/ImageValidator.html","d":"

Validator for Image objects

","f":{"n":"Neos\\Media\\Domain\\Validator","p":"Neos/Media/Domain/Validator.html"}},{"t":"C","n":"Neos\\Media\\Domain\\Validator\\VideoValidator","p":"Neos/Media/Domain/Validator/VideoValidator.html","d":"

Validator for Video objects

","f":{"n":"Neos\\Media\\Domain\\Validator","p":"Neos/Media/Domain/Validator.html"}},{"t":"C","n":"Neos\\Media\\Domain\\ValueObject\\Configuration\\Adjustment","p":"Neos/Media/Domain/ValueObject/Configuration/Adjustment.html","d":null,"f":{"n":"Neos\\Media\\Domain\\ValueObject\\Configuration","p":"Neos/Media/Domain/ValueObject/Configuration.html"}},{"t":"C","n":"Neos\\Media\\Domain\\ValueObject\\Configuration\\AspectRatio","p":"Neos/Media/Domain/ValueObject/Configuration/AspectRatio.html","d":null,"f":{"n":"Neos\\Media\\Domain\\ValueObject\\Configuration","p":"Neos/Media/Domain/ValueObject/Configuration.html"}},{"t":"C","n":"Neos\\Media\\Domain\\ValueObject\\Configuration\\Label","p":"Neos/Media/Domain/ValueObject/Configuration/Label.html","d":null,"f":{"n":"Neos\\Media\\Domain\\ValueObject\\Configuration","p":"Neos/Media/Domain/ValueObject/Configuration.html"}},{"t":"C","n":"Neos\\Media\\Domain\\ValueObject\\Configuration\\MediaTypePattern","p":"Neos/Media/Domain/ValueObject/Configuration/MediaTypePattern.html","d":null,"f":{"n":"Neos\\Media\\Domain\\ValueObject\\Configuration","p":"Neos/Media/Domain/ValueObject/Configuration.html"}},{"t":"C","n":"Neos\\Media\\Domain\\ValueObject\\Configuration\\Variant","p":"Neos/Media/Domain/ValueObject/Configuration/Variant.html","d":null,"f":{"n":"Neos\\Media\\Domain\\ValueObject\\Configuration","p":"Neos/Media/Domain/ValueObject/Configuration.html"}},{"t":"C","n":"Neos\\Media\\Domain\\ValueObject\\Configuration\\VariantPreset","p":"Neos/Media/Domain/ValueObject/Configuration/VariantPreset.html","d":"

A Value Object for storing configuration of a Variant Preset

","f":{"n":"Neos\\Media\\Domain\\ValueObject\\Configuration","p":"Neos/Media/Domain/ValueObject/Configuration.html"}},{"t":"C","n":"Neos\\Media\\Exception","p":"Neos/Media/Exception.html","d":"

A generic Neos.Media exception

","f":{"n":"Neos\\Media","p":"Neos/Media.html"}},{"t":"C","n":"Neos\\Media\\Exception\\AssetServiceException","p":"Neos/Media/Exception/AssetServiceException.html","d":"

A Neos.Media exception for the Asset Service

","f":{"n":"Neos\\Media\\Exception","p":"Neos/Media/Exception.html"}},{"t":"C","n":"Neos\\Media\\Exception\\AssetSourceServiceException","p":"Neos/Media/Exception/AssetSourceServiceException.html","d":"

A Neos.Media exception for the Asset Source Service

","f":{"n":"Neos\\Media\\Exception","p":"Neos/Media/Exception.html"}},{"t":"C","n":"Neos\\Media\\Exception\\AssetVariantGeneratorException","p":"Neos/Media/Exception/AssetVariantGeneratorException.html","d":"

A Neos.Media exception for the Asset Variant Generator

","f":{"n":"Neos\\Media\\Exception","p":"Neos/Media/Exception.html"}},{"t":"C","n":"Neos\\Media\\Exception\\ImageFileException","p":"Neos/Media/Exception/ImageFileException.html","d":"

A Neos.Media exception for image file errors

","f":{"n":"Neos\\Media\\Exception","p":"Neos/Media/Exception.html"}},{"t":"C","n":"Neos\\Media\\Exception\\ImageServiceException","p":"Neos/Media/Exception/ImageServiceException.html","d":"

A Neos.Media exception for the Image Service

","f":{"n":"Neos\\Media\\Exception","p":"Neos/Media/Exception.html"}},{"t":"C","n":"Neos\\Media\\Exception\\NoThumbnailAvailableException","p":"Neos/Media/Exception/NoThumbnailAvailableException.html","d":"

A Neos.Media exception for the thumbnail service if the given asset is not able to generate a thumbnail.

","f":{"n":"Neos\\Media\\Exception","p":"Neos/Media/Exception.html"}},{"t":"C","n":"Neos\\Media\\Exception\\ThumbnailServiceException","p":"Neos/Media/Exception/ThumbnailServiceException.html","d":"

A Neos.Media exception for the Thumbnail Service

","f":{"n":"Neos\\Media\\Exception","p":"Neos/Media/Exception.html"}},{"t":"C","n":"Neos\\Media\\Imagine\\Box","p":"Neos/Media/Imagine/Box.html","d":null,"f":{"n":"Neos\\Media\\Imagine","p":"Neos/Media/Imagine.html"}},{"t":"C","n":"Neos\\Media\\Package","p":"Neos/Media/Package.html","d":"

The Media Package

","f":{"n":"Neos\\Media","p":"Neos/Media.html"}},{"t":"C","n":"Neos\\Media\\Security\\Authorization\\Privilege\\Doctrine\\AssetAssetCollectionConditionGenerator","p":"Neos/Media/Security/Authorization/Privilege/Doctrine/AssetAssetCollectionConditionGenerator.html","d":"

Condition generator covering Asset <-> AssetCollection relations (M:M relations are not supported by the Flow\nPropertyConditionGenerator yet)

","f":{"n":"Neos\\Media\\Security\\Authorization\\Privilege\\Doctrine","p":"Neos/Media/Security/Authorization/Privilege/Doctrine.html"}},{"t":"C","n":"Neos\\Media\\Security\\Authorization\\Privilege\\Doctrine\\AssetCollectionConditionGenerator","p":"Neos/Media/Security/Authorization/Privilege/Doctrine/AssetCollectionConditionGenerator.html","d":"

A SQL condition generator, supporting special SQL constraints for asset collections

","f":{"n":"Neos\\Media\\Security\\Authorization\\Privilege\\Doctrine","p":"Neos/Media/Security/Authorization/Privilege/Doctrine.html"}},{"t":"C","n":"Neos\\Media\\Security\\Authorization\\Privilege\\Doctrine\\AssetConditionGenerator","p":"Neos/Media/Security/Authorization/Privilege/Doctrine/AssetConditionGenerator.html","d":"

A SQL condition generator, supporting special SQL constraints for assets

","f":{"n":"Neos\\Media\\Security\\Authorization\\Privilege\\Doctrine","p":"Neos/Media/Security/Authorization/Privilege/Doctrine.html"}},{"t":"C","n":"Neos\\Media\\Security\\Authorization\\Privilege\\Doctrine\\AssetTagConditionGenerator","p":"Neos/Media/Security/Authorization/Privilege/Doctrine/AssetTagConditionGenerator.html","d":"

Condition generator covering Asset <-> Tag relations (M:M relations are not supported by the Flow\nPropertyConditionGenerator yet)

","f":{"n":"Neos\\Media\\Security\\Authorization\\Privilege\\Doctrine","p":"Neos/Media/Security/Authorization/Privilege/Doctrine.html"}},{"t":"C","n":"Neos\\Media\\Security\\Authorization\\Privilege\\Doctrine\\AssetWithoutAssetCollectionConditionGenerator","p":"Neos/Media/Security/Authorization/Privilege/Doctrine/AssetWithoutAssetCollectionConditionGenerator.html","d":"

Condition generator covering Asset >-< AssetCollection relations (M:M relations are not supported by the Flow\nPropertyConditionGenerator yet)

","f":{"n":"Neos\\Media\\Security\\Authorization\\Privilege\\Doctrine","p":"Neos/Media/Security/Authorization/Privilege/Doctrine.html"}},{"t":"C","n":"Neos\\Media\\Security\\Authorization\\Privilege\\Doctrine\\TagConditionGenerator","p":"Neos/Media/Security/Authorization/Privilege/Doctrine/TagConditionGenerator.html","d":"

A SQL condition generator, supporting special SQL constraints for tags

","f":{"n":"Neos\\Media\\Security\\Authorization\\Privilege\\Doctrine","p":"Neos/Media/Security/Authorization/Privilege/Doctrine.html"}},{"t":"C","n":"Neos\\Media\\Security\\Authorization\\Privilege\\ReadAssetCollectionPrivilege","p":"Neos/Media/Security/Authorization/Privilege/ReadAssetCollectionPrivilege.html","d":"

Privilege for restricting reading of AssetCollections

","f":{"n":"Neos\\Media\\Security\\Authorization\\Privilege","p":"Neos/Media/Security/Authorization/Privilege.html"}},{"t":"C","n":"Neos\\Media\\Security\\Authorization\\Privilege\\ReadAssetPrivilege","p":"Neos/Media/Security/Authorization/Privilege/ReadAssetPrivilege.html","d":"

Privilege for restricting reading of Assets

","f":{"n":"Neos\\Media\\Security\\Authorization\\Privilege","p":"Neos/Media/Security/Authorization/Privilege.html"}},{"t":"C","n":"Neos\\Media\\Security\\Authorization\\Privilege\\ReadTagPrivilege","p":"Neos/Media/Security/Authorization/Privilege/ReadTagPrivilege.html","d":"

Privilege for restricting reading of Tags

","f":{"n":"Neos\\Media\\Security\\Authorization\\Privilege","p":"Neos/Media/Security/Authorization/Privilege.html"}},{"t":"C","n":"Neos\\Media\\TypeConverter\\ArrayConverter","p":"Neos/Media/TypeConverter/ArrayConverter.html","d":"

This converter transforms Neos.Media AssetInterface instances to arrays.

","f":{"n":"Neos\\Media\\TypeConverter","p":"Neos/Media/TypeConverter.html"}},{"t":"C","n":"Neos\\Media\\TypeConverter\\AspectRatioFromStringConverter","p":"Neos/Media/TypeConverter/AspectRatioFromStringConverter.html","d":"

This converter transforms to \\Neos\\Media\\Domain\\ValueObject\\Configuration\\AspectRatio objects from string.

","f":{"n":"Neos\\Media\\TypeConverter","p":"Neos/Media/TypeConverter.html"}},{"t":"C","n":"Neos\\Media\\TypeConverter\\AssetCollectionToArrayConverter","p":"Neos/Media/TypeConverter/AssetCollectionToArrayConverter.html","d":"

This converter transforms Neos.Media AssetCollection instances to arrays.

","f":{"n":"Neos\\Media\\TypeConverter","p":"Neos/Media/TypeConverter.html"}},{"t":"C","n":"Neos\\Media\\TypeConverter\\AssetInterfaceConverter","p":"Neos/Media/TypeConverter/AssetInterfaceConverter.html","d":"

This converter transforms to \\Neos\\Media\\Domain\\Model\\ImageInterface (Image or ImageVariant) objects.

","f":{"n":"Neos\\Media\\TypeConverter","p":"Neos/Media/TypeConverter.html"}},{"t":"C","n":"Neos\\Media\\TypeConverter\\ImageConverter","p":"Neos/Media/TypeConverter/ImageConverter.html","d":"

This converter transforms to \\Neos\\Media\\Domain\\Model\\Image objects.

","f":{"n":"Neos\\Media\\TypeConverter","p":"Neos/Media/TypeConverter.html"}},{"t":"C","n":"Neos\\Media\\TypeConverter\\ImageInterfaceArrayPresenter","p":"Neos/Media/TypeConverter/ImageInterfaceArrayPresenter.html","d":"

This converter transforms \\Neos\\Media\\Domain\\Model\\ImageInterface (Image or ImageVariant) objects to array representations.

","f":{"n":"Neos\\Media\\TypeConverter","p":"Neos/Media/TypeConverter.html"}},{"t":"C","n":"Neos\\Media\\TypeConverter\\ImageInterfaceConverter","p":"Neos/Media/TypeConverter/ImageInterfaceConverter.html","d":"

This converter transforms to \\Neos\\Media\\Domain\\Model\\ImageInterface (Image or ImageVariant) objects.

","f":{"n":"Neos\\Media\\TypeConverter","p":"Neos/Media/TypeConverter.html"}},{"t":"C","n":"Neos\\Media\\TypeConverter\\ImageInterfaceJsonSerializer","p":"Neos/Media/TypeConverter/ImageInterfaceJsonSerializer.html","d":"

This converter transforms \\Neos\\Media\\Domain\\Model\\ImageInterface (Image or ImageVariant) objects to json representations.

","f":{"n":"Neos\\Media\\TypeConverter","p":"Neos/Media/TypeConverter.html"}},{"t":"C","n":"Neos\\Media\\TypeConverter\\ImageVariantConverter","p":"Neos/Media/TypeConverter/ImageVariantConverter.html","d":"

This converter transforms to \\Neos\\Media\\Domain\\Model\\ImageVariant objects.

","f":{"n":"Neos\\Media\\TypeConverter","p":"Neos/Media/TypeConverter.html"}},{"t":"C","n":"Neos\\Media\\TypeConverter\\ProcessingInstructionsConverter","p":"Neos/Media/TypeConverter/ProcessingInstructionsConverter.html","d":"

Converts an array of processing instructions to matching adjustments

","f":{"n":"Neos\\Media\\TypeConverter","p":"Neos/Media/TypeConverter.html"}},{"t":"C","n":"Neos\\Media\\TypeConverter\\TagConverter","p":"Neos/Media/TypeConverter/TagConverter.html","d":"

This converter transforms to \\Neos\\Media\\Domain\\Model\\Tag objects.

","f":{"n":"Neos\\Media\\TypeConverter","p":"Neos/Media/TypeConverter.html"}},{"t":"C","n":"Neos\\Media\\TypeConverter\\TagToArrayConverter","p":"Neos/Media/TypeConverter/TagToArrayConverter.html","d":"

This converter transforms Neos.Media Tag instances to arrays.

","f":{"n":"Neos\\Media\\TypeConverter","p":"Neos/Media/TypeConverter.html"}},{"t":"C","n":"Neos\\Media\\Validator\\ImageOrientationValidator","p":"Neos/Media/Validator/ImageOrientationValidator.html","d":"

Validator that checks the orientation (square, portrait, landscape) of a given image.

","f":{"n":"Neos\\Media\\Validator","p":"Neos/Media/Validator.html"}},{"t":"C","n":"Neos\\Media\\Validator\\ImageSizeValidator","p":"Neos/Media/Validator/ImageSizeValidator.html","d":"

Validator that checks size (resolution) of a given image

","f":{"n":"Neos\\Media\\Validator","p":"Neos/Media/Validator.html"}},{"t":"C","n":"Neos\\Media\\Validator\\ImageTypeValidator","p":"Neos/Media/Validator/ImageTypeValidator.html","d":"

Validator that checks the type of a given image

","f":{"n":"Neos\\Media\\Validator","p":"Neos/Media/Validator.html"}},{"t":"C","n":"Neos\\Media\\ViewHelpers\\FileTypeIconViewHelper","p":"Neos/Media/ViewHelpers/FileTypeIconViewHelper.html","d":"

Renders an HTML tag for a file type icon for a given Neos.Media's asset instance

","f":{"n":"Neos\\Media\\ViewHelpers","p":"Neos/Media/ViewHelpers.html"}},{"t":"C","n":"Neos\\Media\\ViewHelpers\\Form\\CheckboxViewHelper","p":"Neos/Media/ViewHelpers/Form/CheckboxViewHelper.html","d":"

View Helper which creates a simple checkbox ().

","f":{"n":"Neos\\Media\\ViewHelpers\\Form","p":"Neos/Media/ViewHelpers/Form.html"}},{"t":"C","n":"Neos\\Media\\ViewHelpers\\Format\\RelativeDateViewHelper","p":"Neos/Media/ViewHelpers/Format/RelativeDateViewHelper.html","d":"

Renders a DateTime formatted relative to the current date

","f":{"n":"Neos\\Media\\ViewHelpers\\Format","p":"Neos/Media/ViewHelpers/Format.html"}},{"t":"C","n":"Neos\\Media\\ViewHelpers\\ImageViewHelper","p":"Neos/Media/ViewHelpers/ImageViewHelper.html","d":"

Renders an HTML tag from a given Neos.Media's image instance

","f":{"n":"Neos\\Media\\ViewHelpers","p":"Neos/Media/ViewHelpers.html"}},{"t":"C","n":"Neos\\Media\\ViewHelpers\\ThumbnailViewHelper","p":"Neos/Media/ViewHelpers/ThumbnailViewHelper.html","d":"

Renders an HTML tag from a given Neos.Media's asset instance

","f":{"n":"Neos\\Media\\ViewHelpers","p":"Neos/Media/ViewHelpers.html"}},{"t":"C","n":"Neos\\Media\\ViewHelpers\\Uri\\ImageViewHelper","p":"Neos/Media/ViewHelpers/Uri/ImageViewHelper.html","d":"

Renders the src path of a thumbnail image of a given Neos.Media image instance

","f":{"n":"Neos\\Media\\ViewHelpers\\Uri","p":"Neos/Media/ViewHelpers/Uri.html"}},{"t":"C","n":"Neos\\Media\\ViewHelpers\\Uri\\ThumbnailViewHelper","p":"Neos/Media/ViewHelpers/Uri/ThumbnailViewHelper.html","d":"

Renders the src path of a thumbnail image of a given Neos.Media asset instance

","f":{"n":"Neos\\Media\\ViewHelpers\\Uri","p":"Neos/Media/ViewHelpers/Uri.html"}},{"t":"C","n":"Neos\\Neos\\Aspects\\FusionCachingAspect","p":"Neos/Neos/Aspects/FusionCachingAspect.html","d":"","f":{"n":"Neos\\Neos\\Aspects","p":"Neos/Neos/Aspects.html"}},{"t":"C","n":"Neos\\Neos\\Aspects\\NodeTypeConfigurationEnrichmentAspect","p":"Neos/Neos/Aspects/NodeTypeConfigurationEnrichmentAspect.html","d":"","f":{"n":"Neos\\Neos\\Aspects","p":"Neos/Neos/Aspects.html"}},{"t":"C","n":"Neos\\Neos\\Aspects\\PluginUriAspect","p":"Neos/Neos/Aspects/PluginUriAspect.html","d":"","f":{"n":"Neos\\Neos\\Aspects","p":"Neos/Neos/Aspects.html"}},{"t":"C","n":"Neos\\Neos\\Aspects\\ScrambleTranslationAspect","p":"Neos/Neos/Aspects/ScrambleTranslationAspect.html","d":"","f":{"n":"Neos\\Neos\\Aspects","p":"Neos/Neos/Aspects.html"}},{"t":"C","n":"Neos\\Neos\\Aspects\\SiteRepositoryCachingAspect","p":"Neos/Neos/Aspects/SiteRepositoryCachingAspect.html","d":"

Aspect to memoize values from SiteRepository without the overhead of a query cache

","f":{"n":"Neos\\Neos\\Aspects","p":"Neos/Neos/Aspects.html"}},{"t":"C","n":"Neos\\Neos\\Command\\DomainCommandController","p":"Neos/Neos/Command/DomainCommandController.html","d":"

Domain command controller for the Neos.Neos package

","f":{"n":"Neos\\Neos\\Command","p":"Neos/Neos/Command.html"}},{"t":"C","n":"Neos\\Neos\\Command\\NodeCommandControllerPlugin","p":"Neos/Neos/Command/NodeCommandControllerPlugin.html","d":"

A plugin for the ContentRepository NodeCommandController which adds some tasks to the node:repair command:

","f":{"n":"Neos\\Neos\\Command","p":"Neos/Neos/Command.html"}},{"t":"C","n":"Neos\\Neos\\Command\\SiteCommandController","p":"Neos/Neos/Command/SiteCommandController.html","d":"

The Site Command Controller

","f":{"n":"Neos\\Neos\\Command","p":"Neos/Neos/Command.html"}},{"t":"C","n":"Neos\\Neos\\Command\\UserCommandController","p":"Neos/Neos/Command/UserCommandController.html","d":"

The User Command Controller

","f":{"n":"Neos\\Neos\\Command","p":"Neos/Neos/Command.html"}},{"t":"C","n":"Neos\\Neos\\Command\\WorkspaceCommandController","p":"Neos/Neos/Command/WorkspaceCommandController.html","d":"

The Workspace Command Controller

","f":{"n":"Neos\\Neos\\Command","p":"Neos/Neos/Command.html"}},{"t":"T","n":"Neos\\Neos\\Controller\\BackendUserTranslationTrait","p":"Neos/Neos/Controller/BackendUserTranslationTrait.html","d":"

A trait to add backend translation based on the backend users settings

","f":{"n":"Neos\\Neos\\Controller","p":"Neos/Neos/Controller.html"}},{"t":"C","n":"Neos\\Neos\\Controller\\Backend\\BackendController","p":"Neos/Neos/Controller/Backend/BackendController.html","d":"

The Neos Backend controller

","f":{"n":"Neos\\Neos\\Controller\\Backend","p":"Neos/Neos/Controller/Backend.html"}},{"t":"C","n":"Neos\\Neos\\Controller\\Backend\\ContentController","p":"Neos/Neos/Controller/Backend/ContentController.html","d":"

The Neos ContentModule controller; providing backend functionality for the Content Module.

","f":{"n":"Neos\\Neos\\Controller\\Backend","p":"Neos/Neos/Controller/Backend.html"}},{"t":"C","n":"Neos\\Neos\\Controller\\Backend\\MenuHelper","p":"Neos/Neos/Controller/Backend/MenuHelper.html","d":"

A helper class for menu generation in backend controllers / view helpers

","f":{"n":"Neos\\Neos\\Controller\\Backend","p":"Neos/Neos/Controller/Backend.html"}},{"t":"C","n":"Neos\\Neos\\Controller\\Backend\\ModuleController","p":"Neos/Neos/Controller/Backend/ModuleController.html","d":"","f":{"n":"Neos\\Neos\\Controller\\Backend","p":"Neos/Neos/Controller/Backend.html"}},{"t":"C","n":"Neos\\Neos\\Controller\\Backend\\SchemaController","p":"Neos/Neos/Controller/Backend/SchemaController.html","d":"","f":{"n":"Neos\\Neos\\Controller\\Backend","p":"Neos/Neos/Controller/Backend.html"}},{"t":"C","n":"Neos\\Neos\\Controller\\Backend\\SettingsController","p":"Neos/Neos/Controller/Backend/SettingsController.html","d":"","f":{"n":"Neos\\Neos\\Controller\\Backend","p":"Neos/Neos/Controller/Backend.html"}},{"t":"T","n":"Neos\\Neos\\Controller\\CreateContentContextTrait","p":"Neos/Neos/Controller/CreateContentContextTrait.html","d":"

A trait to add create a content context

","f":{"n":"Neos\\Neos\\Controller","p":"Neos/Neos/Controller.html"}},{"t":"C","n":"Neos\\Neos\\Controller\\Exception","p":"Neos/Neos/Controller/Exception.html","d":"

A generic Neos Controller exception

","f":{"n":"Neos\\Neos\\Controller","p":"Neos/Neos/Controller.html"}},{"t":"C","n":"Neos\\Neos\\Controller\\Exception\\DisabledModuleException","p":"Neos/Neos/Controller/Exception/DisabledModuleException.html","d":"

A "Disabled Module" exception

","f":{"n":"Neos\\Neos\\Controller\\Exception","p":"Neos/Neos/Controller/Exception.html"}},{"t":"C","n":"Neos\\Neos\\Controller\\Exception\\NodeCreationException","p":"Neos/Neos/Controller/Exception/NodeCreationException.html","d":"

A "Node Creation" exception

","f":{"n":"Neos\\Neos\\Controller\\Exception","p":"Neos/Neos/Controller/Exception.html"}},{"t":"C","n":"Neos\\Neos\\Controller\\Exception\\NodeNotFoundException","p":"Neos/Neos/Controller/Exception/NodeNotFoundException.html","d":"

A "Node not found" exception

","f":{"n":"Neos\\Neos\\Controller\\Exception","p":"Neos/Neos/Controller/Exception.html"}},{"t":"C","n":"Neos\\Neos\\Controller\\Exception\\UnresolvableShortcutException","p":"Neos/Neos/Controller/Exception/UnresolvableShortcutException.html","d":"

A "Unresolvable shortcut" exception

","f":{"n":"Neos\\Neos\\Controller\\Exception","p":"Neos/Neos/Controller/Exception.html"}},{"t":"C","n":"Neos\\Neos\\Controller\\Frontend\\NodeController","p":"Neos/Neos/Controller/Frontend/NodeController.html","d":"

Controller for displaying nodes in the frontend

","f":{"n":"Neos\\Neos\\Controller\\Frontend","p":"Neos/Neos/Controller/Frontend.html"}},{"t":"C","n":"Neos\\Neos\\Controller\\LoginController","p":"Neos/Neos/Controller/LoginController.html","d":"

A controller which allows for logging into the backend

","f":{"n":"Neos\\Neos\\Controller","p":"Neos/Neos/Controller.html"}},{"t":"C","n":"Neos\\Neos\\Controller\\Module\\AbstractModuleController","p":"Neos/Neos/Controller/Module/AbstractModuleController.html","d":"","f":{"n":"Neos\\Neos\\Controller\\Module","p":"Neos/Neos/Controller/Module.html"}},{"t":"C","n":"Neos\\Neos\\Controller\\Module\\AdministrationController","p":"Neos/Neos/Controller/Module/AdministrationController.html","d":"","f":{"n":"Neos\\Neos\\Controller\\Module","p":"Neos/Neos/Controller/Module.html"}},{"t":"C","n":"Neos\\Neos\\Controller\\Module\\Administration\\ConfigurationController","p":"Neos/Neos/Controller/Module/Administration/ConfigurationController.html","d":"

The Neos Configuration module controller

","f":{"n":"Neos\\Neos\\Controller\\Module\\Administration","p":"Neos/Neos/Controller/Module/Administration.html"}},{"t":"C","n":"Neos\\Neos\\Controller\\Module\\Administration\\DimensionController","p":"Neos/Neos/Controller/Module/Administration/DimensionController.html","d":"

The Neos Dimension module controller

","f":{"n":"Neos\\Neos\\Controller\\Module\\Administration","p":"Neos/Neos/Controller/Module/Administration.html"}},{"t":"C","n":"Neos\\Neos\\Controller\\Module\\Administration\\PackagesController","p":"Neos/Neos/Controller/Module/Administration/PackagesController.html","d":"","f":{"n":"Neos\\Neos\\Controller\\Module\\Administration","p":"Neos/Neos/Controller/Module/Administration.html"}},{"t":"C","n":"Neos\\Neos\\Controller\\Module\\Administration\\SitesController","p":"Neos/Neos/Controller/Module/Administration/SitesController.html","d":"

The Neos Sites Management module controller

","f":{"n":"Neos\\Neos\\Controller\\Module\\Administration","p":"Neos/Neos/Controller/Module/Administration.html"}},{"t":"C","n":"Neos\\Neos\\Controller\\Module\\Administration\\UsersController","p":"Neos/Neos/Controller/Module/Administration/UsersController.html","d":"

The Neos User Admin module controller that allows for managing Neos users

","f":{"n":"Neos\\Neos\\Controller\\Module\\Administration","p":"Neos/Neos/Controller/Module/Administration.html"}},{"t":"C","n":"Neos\\Neos\\Controller\\Module\\ManagementController","p":"Neos/Neos/Controller/Module/ManagementController.html","d":"","f":{"n":"Neos\\Neos\\Controller\\Module","p":"Neos/Neos/Controller/Module.html"}},{"t":"C","n":"Neos\\Neos\\Controller\\Module\\Management\\HistoryController","p":"Neos/Neos/Controller/Module/Management/HistoryController.html","d":"

Controller for the history module of Neos, displaying the timeline of changes.

","f":{"n":"Neos\\Neos\\Controller\\Module\\Management","p":"Neos/Neos/Controller/Module/Management.html"}},{"t":"C","n":"Neos\\Neos\\Controller\\Module\\Management\\WorkspacesController","p":"Neos/Neos/Controller/Module/Management/WorkspacesController.html","d":"

The Neos Workspaces module controller

","f":{"n":"Neos\\Neos\\Controller\\Module\\Management","p":"Neos/Neos/Controller/Module/Management.html"}},{"t":"C","n":"Neos\\Neos\\Controller\\Module\\UserController","p":"Neos/Neos/Controller/Module/UserController.html","d":"","f":{"n":"Neos\\Neos\\Controller\\Module","p":"Neos/Neos/Controller/Module.html"}},{"t":"C","n":"Neos\\Neos\\Controller\\Module\\User\\UserSettingsController","p":"Neos/Neos/Controller/Module/User/UserSettingsController.html","d":"

The Neos User Settings module controller

","f":{"n":"Neos\\Neos\\Controller\\Module\\User","p":"Neos/Neos/Controller/Module/User.html"}},{"t":"C","n":"Neos\\Neos\\Controller\\Service\\AssetProxiesController","p":"Neos/Neos/Controller/Service/AssetProxiesController.html","d":"

Rudimentary REST service for assets

","f":{"n":"Neos\\Neos\\Controller\\Service","p":"Neos/Neos/Controller/Service.html"}},{"t":"C","n":"Neos\\Neos\\Controller\\Service\\AssetsController","p":"Neos/Neos/Controller/Service/AssetsController.html","d":"

Rudimentary REST service for assets

","f":{"n":"Neos\\Neos\\Controller\\Service","p":"Neos/Neos/Controller/Service.html"}},{"t":"C","n":"Neos\\Neos\\Controller\\Service\\ContentDimensionsController","p":"Neos/Neos/Controller/Service/ContentDimensionsController.html","d":"

REST service controller for managing content dimensions

","f":{"n":"Neos\\Neos\\Controller\\Service","p":"Neos/Neos/Controller/Service.html"}},{"t":"C","n":"Neos\\Neos\\Controller\\Service\\NodesController","p":"Neos/Neos/Controller/Service/NodesController.html","d":"

Rudimentary REST service for nodes

","f":{"n":"Neos\\Neos\\Controller\\Service","p":"Neos/Neos/Controller/Service.html"}},{"t":"C","n":"Neos\\Neos\\Controller\\Service\\WorkspacesController","p":"Neos/Neos/Controller/Service/WorkspacesController.html","d":"

REST service for workspaces

","f":{"n":"Neos\\Neos\\Controller\\Service","p":"Neos/Neos/Controller/Service.html"}},{"t":"C","n":"Neos\\Neos\\Domain\\EventListener\\AccountPostEventListener","p":"Neos/Neos/Domain/EventListener/AccountPostEventListener.html","d":"

Doctrine event listener for clearing the Neos configuration version cache on account changes.

","f":{"n":"Neos\\Neos\\Domain\\EventListener","p":"Neos/Neos/Domain/EventListener.html"}},{"t":"C","n":"Neos\\Neos\\Domain\\Exception","p":"Neos/Neos/Domain/Exception.html","d":"

A generic Neos Domain exception

","f":{"n":"Neos\\Neos\\Domain","p":"Neos/Neos/Domain.html"}},{"t":"C","n":"Neos\\Neos\\Domain\\Model\\Domain","p":"Neos/Neos/Domain/Model/Domain.html","d":"

Domain Model of a Domain.

","f":{"n":"Neos\\Neos\\Domain\\Model","p":"Neos/Neos/Domain/Model.html"}},{"t":"C","n":"Neos\\Neos\\Domain\\Model\\Dto\\AssetUsageInNodeProperties","p":"Neos/Neos/Domain/Model/Dto/AssetUsageInNodeProperties.html","d":"

A DTO for storing information related to a usage of an asset in node properties.

","f":{"n":"Neos\\Neos\\Domain\\Model\\Dto","p":"Neos/Neos/Domain/Model/Dto.html"}},{"t":"C","n":"Neos\\Neos\\Domain\\Model\\PluginViewDefinition","p":"Neos/Neos/Domain/Model/PluginViewDefinition.html","d":"

A plugin view definition

","f":{"n":"Neos\\Neos\\Domain\\Model","p":"Neos/Neos/Domain/Model.html"}},{"t":"C","n":"Neos\\Neos\\Domain\\Model\\Site","p":"Neos/Neos/Domain/Model/Site.html","d":"

Domain model of a site

","f":{"n":"Neos\\Neos\\Domain\\Model","p":"Neos/Neos/Domain/Model.html"}},{"t":"C","n":"Neos\\Neos\\Domain\\Model\\User","p":"Neos/Neos/Domain/Model/User.html","d":"

Domain Model of a User

","f":{"n":"Neos\\Neos\\Domain\\Model","p":"Neos/Neos/Domain/Model.html"}},{"t":"C","n":"Neos\\Neos\\Domain\\Model\\UserInterfaceMode","p":"Neos/Neos/Domain/Model/UserInterfaceMode.html","d":"

Describes the mode in which the Neos interface is rendering currently, mainly distinguishing between edit and preview modes currently.

","f":{"n":"Neos\\Neos\\Domain\\Model","p":"Neos/Neos/Domain/Model.html"}},{"t":"C","n":"Neos\\Neos\\Domain\\Model\\UserPreferences","p":"Neos/Neos/Domain/Model/UserPreferences.html","d":"

A preferences container for a user.

","f":{"n":"Neos\\Neos\\Domain\\Model","p":"Neos/Neos/Domain/Model.html"}},{"t":"C","n":"Neos\\Neos\\Domain\\Repository\\DomainRepository","p":"Neos/Neos/Domain/Repository/DomainRepository.html","d":"

The Site Repository

","f":{"n":"Neos\\Neos\\Domain\\Repository","p":"Neos/Neos/Domain/Repository.html"}},{"t":"C","n":"Neos\\Neos\\Domain\\Repository\\SiteRepository","p":"Neos/Neos/Domain/Repository/SiteRepository.html","d":"

The Site Repository

","f":{"n":"Neos\\Neos\\Domain\\Repository","p":"Neos/Neos/Domain/Repository.html"}},{"t":"C","n":"Neos\\Neos\\Domain\\Repository\\UserRepository","p":"Neos/Neos/Domain/Repository/UserRepository.html","d":"

The User Repository

","f":{"n":"Neos\\Neos\\Domain\\Repository","p":"Neos/Neos/Domain/Repository.html"}},{"t":"C","n":"Neos\\Neos\\Domain\\Service\\ConfigurationContentDimensionPresetSource","p":"Neos/Neos/Domain/Service/ConfigurationContentDimensionPresetSource.html","d":"

A Dimension Preset Source that gets presets from settings

","f":{"n":"Neos\\Neos\\Domain\\Service","p":"Neos/Neos/Domain/Service.html"}},{"t":"C","n":"Neos\\Neos\\Domain\\Service\\ContentContext","p":"Neos/Neos/Domain/Service/ContentContext.html","d":"

The Content Context

","f":{"n":"Neos\\Neos\\Domain\\Service","p":"Neos/Neos/Domain/Service.html"}},{"t":"C","n":"Neos\\Neos\\Domain\\Service\\ContentContextFactory","p":"Neos/Neos/Domain/Service/ContentContextFactory.html","d":"

ContentContextFactory which ensures contexts stay unique. Make sure to\nget ContextFactoryInterface injected instead of this class.

","f":{"n":"Neos\\Neos\\Domain\\Service","p":"Neos/Neos/Domain/Service.html"}},{"t":"C","n":"Neos\\Neos\\Domain\\Service\\ContentDimensionPresetSourceInterface","p":"Neos/Neos/Domain/Service/ContentDimensionPresetSourceInterface.html","d":"

An interface for a Content Dimension Preset source

","f":{"n":"Neos\\Neos\\Domain\\Service","p":"Neos/Neos/Domain/Service.html"}},{"t":"C","n":"Neos\\Neos\\Domain\\Service\\DefaultPrototypeGeneratorInterface","p":"Neos/Neos/Domain/Service/DefaultPrototypeGeneratorInterface.html","d":"

Generate a Fusion prototype definition for a given node type

","f":{"n":"Neos\\Neos\\Domain\\Service","p":"Neos/Neos/Domain/Service.html"}},{"t":"C","n":"Neos\\Neos\\Domain\\Service\\DomainMatchingStrategy","p":"Neos/Neos/Domain/Service/DomainMatchingStrategy.html","d":"

Strategy for matching domains

","f":{"n":"Neos\\Neos\\Domain\\Service","p":"Neos/Neos/Domain/Service.html"}},{"t":"C","n":"Neos\\Neos\\Domain\\Service\\FusionService","p":"Neos/Neos/Domain/Service/FusionService.html","d":"

The Fusion Service

","f":{"n":"Neos\\Neos\\Domain\\Service","p":"Neos/Neos/Domain/Service.html"}},{"t":"C","n":"Neos\\Neos\\Domain\\Service\\NodeSearchService","p":"Neos/Neos/Domain/Service/NodeSearchService.html","d":"

Find nodes based on a fulltext search

","f":{"n":"Neos\\Neos\\Domain\\Service","p":"Neos/Neos/Domain/Service.html"}},{"t":"C","n":"Neos\\Neos\\Domain\\Service\\NodeSearchServiceInterface","p":"Neos/Neos/Domain/Service/NodeSearchServiceInterface.html","d":"

Interface for the node search service for finding nodes based on a fulltext search

","f":{"n":"Neos\\Neos\\Domain\\Service","p":"Neos/Neos/Domain/Service.html"}},{"t":"C","n":"Neos\\Neos\\Domain\\Service\\NodeShortcutResolver","p":"Neos/Neos/Domain/Service/NodeShortcutResolver.html","d":"

Can resolve the target for a given node.

","f":{"n":"Neos\\Neos\\Domain\\Service","p":"Neos/Neos/Domain/Service.html"}},{"t":"C","n":"Neos\\Neos\\Domain\\Service\\SiteExportService","p":"Neos/Neos/Domain/Service/SiteExportService.html","d":"

The Site Export Service

","f":{"n":"Neos\\Neos\\Domain\\Service","p":"Neos/Neos/Domain/Service.html"}},{"t":"C","n":"Neos\\Neos\\Domain\\Service\\SiteImportService","p":"Neos/Neos/Domain/Service/SiteImportService.html","d":"

The Site Import Service

","f":{"n":"Neos\\Neos\\Domain\\Service","p":"Neos/Neos/Domain/Service.html"}},{"t":"C","n":"Neos\\Neos\\Domain\\Service\\SiteService","p":"Neos/Neos/Domain/Service/SiteService.html","d":"

A service for manipulating sites

","f":{"n":"Neos\\Neos\\Domain\\Service","p":"Neos/Neos/Domain/Service.html"}},{"t":"C","n":"Neos\\Neos\\Domain\\Service\\UserInterfaceModeService","p":"Neos/Neos/Domain/Service/UserInterfaceModeService.html","d":"

Service to build and find UserInterfaceMode objects

","f":{"n":"Neos\\Neos\\Domain\\Service","p":"Neos/Neos/Domain/Service.html"}},{"t":"C","n":"Neos\\Neos\\Domain\\Service\\UserService","p":"Neos/Neos/Domain/Service/UserService.html","d":"

A service for managing users

","f":{"n":"Neos\\Neos\\Domain\\Service","p":"Neos/Neos/Domain/Service.html"}},{"t":"C","n":"Neos\\Neos\\Domain\\Strategy\\AssetUsageInNodePropertiesStrategy","p":"Neos/Neos/Domain/Strategy/AssetUsageInNodePropertiesStrategy.html","d":"","f":{"n":"Neos\\Neos\\Domain\\Strategy","p":"Neos/Neos/Domain/Strategy.html"}},{"t":"C","n":"Neos\\Neos\\Eel\\FlowQueryOperations\\ParentsOperation","p":"Neos/Neos/Eel/FlowQueryOperations/ParentsOperation.html","d":"

"parents" operation working on ContentRepository nodes. It iterates over all\ncontext elements and returns the parent nodes or only those matching\nthe filter expression specified as optional argument.

","f":{"n":"Neos\\Neos\\Eel\\FlowQueryOperations","p":"Neos/Neos/Eel/FlowQueryOperations.html"}},{"t":"C","n":"Neos\\Neos\\Eel\\FlowQueryOperations\\ParentsUntilOperation","p":"Neos/Neos/Eel/FlowQueryOperations/ParentsUntilOperation.html","d":"

"parentsUntil" operation working on ContentRepository nodes. It iterates over all\ncontext elements and returns the parent nodes until the matching parent is found.

","f":{"n":"Neos\\Neos\\Eel\\FlowQueryOperations","p":"Neos/Neos/Eel/FlowQueryOperations.html"}},{"t":"C","n":"Neos\\Neos\\Eel\\FlowQueryOperations\\SortOperation","p":"Neos/Neos/Eel/FlowQueryOperations/SortOperation.html","d":"

"sort" operation working on ContentRepository nodes.

","f":{"n":"Neos\\Neos\\Eel\\FlowQueryOperations","p":"Neos/Neos/Eel/FlowQueryOperations.html"}},{"t":"C","n":"Neos\\Neos\\EventLog\\Domain\\Model\\Event","p":"Neos/Neos/EventLog/Domain/Model/Event.html","d":"

Base class for generic events

","f":{"n":"Neos\\Neos\\EventLog\\Domain\\Model","p":"Neos/Neos/EventLog/Domain/Model.html"}},{"t":"C","n":"Neos\\Neos\\EventLog\\Domain\\Model\\EventsOnDate","p":"Neos/Neos/EventLog/Domain/Model/EventsOnDate.html","d":"

Helper Model which groups a number of events on a given day. Used especially in the view.

","f":{"n":"Neos\\Neos\\EventLog\\Domain\\Model","p":"Neos/Neos/EventLog/Domain/Model.html"}},{"t":"C","n":"Neos\\Neos\\EventLog\\Domain\\Model\\NodeEvent","p":"Neos/Neos/EventLog/Domain/Model/NodeEvent.html","d":"

A specific event which is used for ContentRepository Nodes (i.e. content).

","f":{"n":"Neos\\Neos\\EventLog\\Domain\\Model","p":"Neos/Neos/EventLog/Domain/Model.html"}},{"t":"C","n":"Neos\\Neos\\EventLog\\Domain\\Repository\\EventRepository","p":"Neos/Neos/EventLog/Domain/Repository/EventRepository.html","d":"

The repository for events

","f":{"n":"Neos\\Neos\\EventLog\\Domain\\Repository","p":"Neos/Neos/EventLog/Domain/Repository.html"}},{"t":"C","n":"Neos\\Neos\\EventLog\\Domain\\Service\\EventEmittingService","p":"Neos/Neos/EventLog/Domain/Service/EventEmittingService.html","d":"

Main entry point for generating events

","f":{"n":"Neos\\Neos\\EventLog\\Domain\\Service","p":"Neos/Neos/EventLog/Domain/Service.html"}},{"t":"C","n":"Neos\\Neos\\EventLog\\Integrations\\AbstractIntegrationService","p":"Neos/Neos/EventLog/Integrations/AbstractIntegrationService.html","d":null,"f":{"n":"Neos\\Neos\\EventLog\\Integrations","p":"Neos/Neos/EventLog/Integrations.html"}},{"t":"C","n":"Neos\\Neos\\EventLog\\Integrations\\ContentRepositoryIntegrationService","p":"Neos/Neos/EventLog/Integrations/ContentRepositoryIntegrationService.html","d":"

Monitors Neos.ContentRepository changes

","f":{"n":"Neos\\Neos\\EventLog\\Integrations","p":"Neos/Neos/EventLog/Integrations.html"}},{"t":"C","n":"Neos\\Neos\\EventLog\\Integrations\\EntityIntegrationService","p":"Neos/Neos/EventLog/Integrations/EntityIntegrationService.html","d":"

Monitors entity changes

","f":{"n":"Neos\\Neos\\EventLog\\Integrations","p":"Neos/Neos/EventLog/Integrations.html"}},{"t":"C","n":"Neos\\Neos\\Exception","p":"Neos/Neos/Exception.html","d":"

A generic Neos exception

","f":{"n":"Neos\\Neos","p":"Neos/Neos.html"}},{"t":"C","n":"Neos\\Neos\\Fusion\\AbstractMenuItemsImplementation","p":"Neos/Neos/Fusion/AbstractMenuItemsImplementation.html","d":"

Base class for MenuItems and DimensionsMenuItems

","f":{"n":"Neos\\Neos\\Fusion","p":"Neos/Neos/Fusion.html"}},{"t":"C","n":"Neos\\Neos\\Fusion\\Cache\\ContentCacheFlusher","p":"Neos/Neos/Fusion/Cache/ContentCacheFlusher.html","d":"

This service flushes Fusion content caches triggered by node changes.

","f":{"n":"Neos\\Neos\\Fusion\\Cache","p":"Neos/Neos/Fusion/Cache.html"}},{"t":"C","n":"Neos\\Neos\\Fusion\\ContentElementEditableImplementation","p":"Neos/Neos/Fusion/ContentElementEditableImplementation.html","d":"

Adds meta data attributes to the processed Property to enable in place editing

","f":{"n":"Neos\\Neos\\Fusion","p":"Neos/Neos/Fusion.html"}},{"t":"C","n":"Neos\\Neos\\Fusion\\ContentElementWrappingImplementation","p":"Neos/Neos/Fusion/ContentElementWrappingImplementation.html","d":"

Adds meta data attributes to the processed Content Element

","f":{"n":"Neos\\Neos\\Fusion","p":"Neos/Neos/Fusion.html"}},{"t":"C","n":"Neos\\Neos\\Fusion\\ConvertUrisImplementation","p":"Neos/Neos/Fusion/ConvertUrisImplementation.html","d":"

A Fusion Object that converts link references in the format "://" to proper URIs

","f":{"n":"Neos\\Neos\\Fusion","p":"Neos/Neos/Fusion.html"}},{"t":"C","n":"Neos\\Neos\\Fusion\\DimensionsMenuItemsImplementation","p":"Neos/Neos/Fusion/DimensionsMenuItemsImplementation.html","d":"

Fusion implementation for a dimensions menu items.

","f":{"n":"Neos\\Neos\\Fusion","p":"Neos/Neos/Fusion.html"}},{"t":"C","n":"Neos\\Neos\\Fusion\\ExceptionHandlers\\NodeWrappingHandler","p":"Neos/Neos/Fusion/ExceptionHandlers/NodeWrappingHandler.html","d":"

Provides a nicely formatted html error message\nincluding all wrappers of an content element (i.e. menu allowing to\ndiscard the broken element)

","f":{"n":"Neos\\Neos\\Fusion\\ExceptionHandlers","p":"Neos/Neos/Fusion/ExceptionHandlers.html"}},{"t":"C","n":"Neos\\Neos\\Fusion\\ExceptionHandlers\\PageHandler","p":"Neos/Neos/Fusion/ExceptionHandlers/PageHandler.html","d":"

A special exception handler that is used on the outer path to catch all unhandled exceptions and uses other exception\nhandlers depending on the login status.

","f":{"n":"Neos\\Neos\\Fusion\\ExceptionHandlers","p":"Neos/Neos/Fusion/ExceptionHandlers.html"}},{"t":"C","n":"Neos\\Neos\\Fusion\\Helper\\ArrayHelper","p":"Neos/Neos/Fusion/Helper/ArrayHelper.html","d":"

Some Functional Programming Array helpers for Eel contexts

","f":{"n":"Neos\\Neos\\Fusion\\Helper","p":"Neos/Neos/Fusion/Helper.html"}},{"t":"C","n":"Neos\\Neos\\Fusion\\Helper\\CachingHelper","p":"Neos/Neos/Fusion/Helper/CachingHelper.html","d":"

Caching helper to make cache tag generation easier.

","f":{"n":"Neos\\Neos\\Fusion\\Helper","p":"Neos/Neos/Fusion/Helper.html"}},{"t":"C","n":"Neos\\Neos\\Fusion\\Helper\\LinkHelper","p":"Neos/Neos/Fusion/Helper/LinkHelper.html","d":"

Eel helper for the linking service

","f":{"n":"Neos\\Neos\\Fusion\\Helper","p":"Neos/Neos/Fusion/Helper.html"}},{"t":"C","n":"Neos\\Neos\\Fusion\\Helper\\NodeHelper","p":"Neos/Neos/Fusion/Helper/NodeHelper.html","d":"

Eel helper for ContentRepository Nodes

","f":{"n":"Neos\\Neos\\Fusion\\Helper","p":"Neos/Neos/Fusion/Helper.html"}},{"t":"C","n":"Neos\\Neos\\Fusion\\Helper\\NodeLabelToken","p":"Neos/Neos/Fusion/Helper/NodeLabelToken.html","d":"

Provides a chainable interface to build a label for a nodetype\nwith a fallback mechanism.

","f":{"n":"Neos\\Neos\\Fusion\\Helper","p":"Neos/Neos/Fusion/Helper.html"}},{"t":"C","n":"Neos\\Neos\\Fusion\\Helper\\RenderingHelper","p":"Neos/Neos/Fusion/Helper/RenderingHelper.html","d":"

Render Content Dimension Names, Node Labels

","f":{"n":"Neos\\Neos\\Fusion\\Helper","p":"Neos/Neos/Fusion/Helper.html"}},{"t":"C","n":"Neos\\Neos\\Fusion\\ImageUriImplementation","p":"Neos/Neos/Fusion/ImageUriImplementation.html","d":"

Render an AssetInterface: object. Accepts the same parameters as the uri.image ViewHelper of the Neos.Media package:\nasset, width, maximumWidth, height, maximumHeight, allowCropping, allowUpScaling.

","f":{"n":"Neos\\Neos\\Fusion","p":"Neos/Neos/Fusion.html"}},{"t":"C","n":"Neos\\Neos\\Fusion\\MenuItemsImplementation","p":"Neos/Neos/Fusion/MenuItemsImplementation.html","d":"

A Fusion MenuItems object

","f":{"n":"Neos\\Neos\\Fusion","p":"Neos/Neos/Fusion.html"}},{"t":"C","n":"Neos\\Neos\\Fusion\\NodeUriImplementation","p":"Neos/Neos/Fusion/NodeUriImplementation.html","d":"

Create a link to a node

","f":{"n":"Neos\\Neos\\Fusion","p":"Neos/Neos/Fusion.html"}},{"t":"C","n":"Neos\\Neos\\Fusion\\PluginImplementation","p":"Neos/Neos/Fusion/PluginImplementation.html","d":"

A Fusion Plugin object.

","f":{"n":"Neos\\Neos\\Fusion","p":"Neos/Neos/Fusion.html"}},{"t":"C","n":"Neos\\Neos\\Fusion\\PluginViewImplementation","p":"Neos/Neos/Fusion/PluginViewImplementation.html","d":"

A Fusion PluginView.

","f":{"n":"Neos\\Neos\\Fusion","p":"Neos/Neos/Fusion.html"}},{"t":"C","n":"Neos\\Neos\\NodeTypePostprocessor\\CreationDialogPostprocessor","p":"Neos/Neos/NodeTypePostprocessor/CreationDialogPostprocessor.html","d":"

Node Type post processor that looks for properties flagged with "showInCreationDialog" and sets the "creationDialog" configuration accordingly

","f":{"n":"Neos\\Neos\\NodeTypePostprocessor","p":"Neos/Neos/NodeTypePostprocessor.html"}},{"t":"C","n":"Neos\\Neos\\NodeTypePostprocessor\\DefaultPropertyEditorPostprocessor","p":"Neos/Neos/NodeTypePostprocessor/DefaultPropertyEditorPostprocessor.html","d":"

Add default editor configurations for properties based on type and editor

","f":{"n":"Neos\\Neos\\NodeTypePostprocessor","p":"Neos/Neos/NodeTypePostprocessor.html"}},{"t":"C","n":"Neos\\Neos\\NodeTypePostprocessor\\IconNameMappingPostprocessor","p":"Neos/Neos/NodeTypePostprocessor/IconNameMappingPostprocessor.html","d":"

Map all icon- prefixed icon names to the corresponding\nnames in the used icon implementation

","f":{"n":"Neos\\Neos\\NodeTypePostprocessor","p":"Neos/Neos/NodeTypePostprocessor.html"}},{"t":"C","n":"Neos\\Neos\\NodeTypePostprocessor\\NodeTypePresetPostprocessor","p":"Neos/Neos/NodeTypePostprocessor/NodeTypePresetPostprocessor.html","d":"

Apply presets from configuration to nodeTypes

","f":{"n":"Neos\\Neos\\NodeTypePostprocessor","p":"Neos/Neos/NodeTypePostprocessor.html"}},{"t":"C","n":"Neos\\Neos\\NodeTypePostprocessor\\PluginNodeTypePostprocessor","p":"Neos/Neos/NodeTypePostprocessor/PluginNodeTypePostprocessor.html","d":"

This Processor updates the PluginViews NodeType with the existing\nPlugins and it's corresponding available Views

","f":{"n":"Neos\\Neos\\NodeTypePostprocessor","p":"Neos/Neos/NodeTypePostprocessor.html"}},{"t":"C","n":"Neos\\Neos\\Package","p":"Neos/Neos/Package.html","d":"

The Neos Package

","f":{"n":"Neos\\Neos","p":"Neos/Neos.html"}},{"t":"C","n":"Neos\\Neos\\Presentation\\Model\\Svg\\InterDimensionalFallbackGraph","p":"Neos/Neos/Presentation/Model/Svg/InterDimensionalFallbackGraph.html","d":"

The InterDimensionalFallbackGraph presentation model for SVG

","f":{"n":"Neos\\Neos\\Presentation\\Model\\Svg","p":"Neos/Neos/Presentation/Model/Svg.html"}},{"t":"C","n":"Neos\\Neos\\Presentation\\Model\\Svg\\IntraDimensionalFallbackGraph","p":"Neos/Neos/Presentation/Model/Svg/IntraDimensionalFallbackGraph.html","d":"

The IntraDimensionalFallbackGraph presentation model for SVG

","f":{"n":"Neos\\Neos\\Presentation\\Model\\Svg","p":"Neos/Neos/Presentation/Model/Svg.html"}},{"t":"C","n":"Neos\\Neos\\Routing\\Aspects\\RouteCacheAspect","p":"Neos/Neos/Routing/Aspects/RouteCacheAspect.html","d":"","f":{"n":"Neos\\Neos\\Routing\\Aspects","p":"Neos/Neos/Routing/Aspects.html"}},{"t":"C","n":"Neos\\Neos\\Routing\\BackendModuleRoutePartHandler","p":"Neos/Neos/Routing/BackendModuleRoutePartHandler.html","d":"

A route part handler for finding nodes specifically in the website's frontend.

","f":{"n":"Neos\\Neos\\Routing","p":"Neos/Neos/Routing.html"}},{"t":"C","n":"Neos\\Neos\\Routing\\Cache\\RouteCacheFlusher","p":"Neos/Neos/Routing/Cache/RouteCacheFlusher.html","d":"

This service flushes Route caches triggered by node changes.

","f":{"n":"Neos\\Neos\\Routing\\Cache","p":"Neos/Neos/Routing/Cache.html"}},{"t":"C","n":"Neos\\Neos\\Routing\\Exception","p":"Neos/Neos/Routing/Exception.html","d":"

A Neos routing exception

","f":{"n":"Neos\\Neos\\Routing","p":"Neos/Neos/Routing.html"}},{"t":"C","n":"Neos\\Neos\\Routing\\Exception\\InvalidDimensionPresetCombinationException","p":"Neos/Neos/Routing/Exception/InvalidDimensionPresetCombinationException.html","d":"

An "invalid dimension preset combination" exception

","f":{"n":"Neos\\Neos\\Routing\\Exception","p":"Neos/Neos/Routing/Exception.html"}},{"t":"C","n":"Neos\\Neos\\Routing\\Exception\\InvalidRequestPathException","p":"Neos/Neos/Routing/Exception/InvalidRequestPathException.html","d":"

An "invalid request path" exception

","f":{"n":"Neos\\Neos\\Routing\\Exception","p":"Neos/Neos/Routing/Exception.html"}},{"t":"C","n":"Neos\\Neos\\Routing\\Exception\\InvalidShortcutException","p":"Neos/Neos/Routing/Exception/InvalidShortcutException.html","d":"

An "invalid shortcut" exception that is thrown if a shortcut node can't be resolved to an URL

","f":{"n":"Neos\\Neos\\Routing\\Exception","p":"Neos/Neos/Routing/Exception.html"}},{"t":"C","n":"Neos\\Neos\\Routing\\Exception\\MissingNodePropertyException","p":"Neos/Neos/Routing/Exception/MissingNodePropertyException.html","d":"

An exception for nodes missing a required property

","f":{"n":"Neos\\Neos\\Routing\\Exception","p":"Neos/Neos/Routing/Exception.html"}},{"t":"C","n":"Neos\\Neos\\Routing\\Exception\\NoHomepageException","p":"Neos/Neos/Routing/Exception/NoHomepageException.html","d":"

A "no homepage" exception

","f":{"n":"Neos\\Neos\\Routing\\Exception","p":"Neos/Neos/Routing/Exception.html"}},{"t":"C","n":"Neos\\Neos\\Routing\\Exception\\NoSiteException","p":"Neos/Neos/Routing/Exception/NoSiteException.html","d":"

A "no site" exception

","f":{"n":"Neos\\Neos\\Routing\\Exception","p":"Neos/Neos/Routing/Exception.html"}},{"t":"C","n":"Neos\\Neos\\Routing\\Exception\\NoSiteNodeException","p":"Neos/Neos/Routing/Exception/NoSiteNodeException.html","d":"

A "no site node" exception

","f":{"n":"Neos\\Neos\\Routing\\Exception","p":"Neos/Neos/Routing/Exception.html"}},{"t":"C","n":"Neos\\Neos\\Routing\\Exception\\NoSuchDimensionValueException","p":"Neos/Neos/Routing/Exception/NoSuchDimensionValueException.html","d":"

A "no such dimension value" exception

","f":{"n":"Neos\\Neos\\Routing\\Exception","p":"Neos/Neos/Routing/Exception.html"}},{"t":"C","n":"Neos\\Neos\\Routing\\Exception\\NoSuchNodeException","p":"Neos/Neos/Routing/Exception/NoSuchNodeException.html","d":"

A "no such node" exception

","f":{"n":"Neos\\Neos\\Routing\\Exception","p":"Neos/Neos/Routing/Exception.html"}},{"t":"C","n":"Neos\\Neos\\Routing\\Exception\\NoWorkspaceException","p":"Neos/Neos/Routing/Exception/NoWorkspaceException.html","d":"

A "no workspace" exception

","f":{"n":"Neos\\Neos\\Routing\\Exception","p":"Neos/Neos/Routing/Exception.html"}},{"t":"C","n":"Neos\\Neos\\Routing\\FrontendNodeRoutePartHandler","p":"Neos/Neos/Routing/FrontendNodeRoutePartHandler.html","d":"

A route part handler for finding nodes specifically in the website's frontend.

","f":{"n":"Neos\\Neos\\Routing","p":"Neos/Neos/Routing.html"}},{"t":"C","n":"Neos\\Neos\\Routing\\FrontendNodeRoutePartHandlerInterface","p":"Neos/Neos/Routing/FrontendNodeRoutePartHandlerInterface.html","d":"

Marker interface which can be used to replace the currently used FrontendNodeRoutePartHandler,\nto e.g. use the one with localization support.

","f":{"n":"Neos\\Neos\\Routing","p":"Neos/Neos/Routing.html"}},{"t":"C","n":"Neos\\Neos\\Routing\\NodeIdentityConverterAspect","p":"Neos/Neos/Routing/NodeIdentityConverterAspect.html","d":"

Aspect to convert a node object to its context node path. This is used in URI\nbuilding in order to make linking to nodes a lot easier.

","f":{"n":"Neos\\Neos\\Routing","p":"Neos/Neos/Routing.html"}},{"t":"C","n":"Neos\\Neos\\Routing\\RequestUriHostMiddleware","p":"Neos/Neos/Routing/RequestUriHostMiddleware.html","d":"

Simple HTTP middleware that makes the host of the currently active server request available to the routing framework\nThis allows the FrontendRoutePartHandler (and other handlers) to react on the current request when matching/resolving routes

","f":{"n":"Neos\\Neos\\Routing","p":"Neos/Neos/Routing.html"}},{"t":"C","n":"Neos\\Neos\\Security\\Authorization\\Privilege\\ModulePrivilege","p":"Neos/Neos/Security/Authorization/Privilege/ModulePrivilege.html","d":"

A privilege covering general access to Neos Backend Modules

","f":{"n":"Neos\\Neos\\Security\\Authorization\\Privilege","p":"Neos/Neos/Security/Authorization/Privilege.html"}},{"t":"C","n":"Neos\\Neos\\Security\\Authorization\\Privilege\\ModulePrivilegeSubject","p":"Neos/Neos/Security/Authorization/Privilege/ModulePrivilegeSubject.html","d":"

A subject for the ModulePrivilege

","f":{"n":"Neos\\Neos\\Security\\Authorization\\Privilege","p":"Neos/Neos/Security/Authorization/Privilege.html"}},{"t":"C","n":"Neos\\Neos\\Security\\Authorization\\Privilege\\NodeTreePrivilege","p":"Neos/Neos/Security/Authorization/Privilege/NodeTreePrivilege.html","d":"

A privilege to show (document) nodes in the navigate component of the Neos backend. This also includes any manipulation of the affected nodes

","f":{"n":"Neos\\Neos\\Security\\Authorization\\Privilege","p":"Neos/Neos/Security/Authorization/Privilege.html"}},{"t":"C","n":"Neos\\Neos\\Service\\BackendRedirectionService","p":"Neos/Neos/Service/BackendRedirectionService.html","d":"","f":{"n":"Neos\\Neos\\Service","p":"Neos/Neos/Service.html"}},{"t":"C","n":"Neos\\Neos\\Service\\ContentElementEditableService","p":"Neos/Neos/Service/ContentElementEditableService.html","d":"

The content element editable service adds the necessary markup around\na content element such that it can be edited using the inline editing\nof the Neos Backend.

","f":{"n":"Neos\\Neos\\Service","p":"Neos/Neos/Service.html"}},{"t":"C","n":"Neos\\Neos\\Service\\ContentElementWrappingService","p":"Neos/Neos/Service/ContentElementWrappingService.html","d":"

The content element wrapping service adds the necessary markup around\na content element such that it can be edited using the Content Module\nof the Neos Backend.

","f":{"n":"Neos\\Neos\\Service","p":"Neos/Neos/Service.html"}},{"t":"C","n":"Neos\\Neos\\Service\\Controller\\AbstractServiceController","p":"Neos/Neos/Service/Controller/AbstractServiceController.html","d":"

Abstract Service Controller

","f":{"n":"Neos\\Neos\\Service\\Controller","p":"Neos/Neos/Service/Controller.html"}},{"t":"C","n":"Neos\\Neos\\Service\\Controller\\DataSourceController","p":"Neos/Neos/Service/Controller/DataSourceController.html","d":"

Data Source Controller

","f":{"n":"Neos\\Neos\\Service\\Controller","p":"Neos/Neos/Service/Controller.html"}},{"t":"C","n":"Neos\\Neos\\Service\\Controller\\NodeController","p":"Neos/Neos/Service/Controller/NodeController.html","d":"

Service Controller for managing Nodes

","f":{"n":"Neos\\Neos\\Service\\Controller","p":"Neos/Neos/Service/Controller.html"}},{"t":"C","n":"Neos\\Neos\\Service\\Controller\\UserPreferenceController","p":"Neos/Neos/Service/Controller/UserPreferenceController.html","d":"

Service Controller for user preferences

","f":{"n":"Neos\\Neos\\Service\\Controller","p":"Neos/Neos/Service/Controller.html"}},{"t":"C","n":"Neos\\Neos\\Service\\Controller\\WorkspaceController","p":"Neos/Neos/Service/Controller/WorkspaceController.html","d":"

Service Controller for managing Workspaces

","f":{"n":"Neos\\Neos\\Service\\Controller","p":"Neos/Neos/Service/Controller.html"}},{"t":"C","n":"Neos\\Neos\\Service\\DataSource\\AbstractDataSource","p":"Neos/Neos/Service/DataSource/AbstractDataSource.html","d":"

Data source interface for getting data.

","f":{"n":"Neos\\Neos\\Service\\DataSource","p":"Neos/Neos/Service/DataSource.html"}},{"t":"C","n":"Neos\\Neos\\Service\\DataSource\\DataSourceInterface","p":"Neos/Neos/Service/DataSource/DataSourceInterface.html","d":"

Data source interface for providing generic data

","f":{"n":"Neos\\Neos\\Service\\DataSource","p":"Neos/Neos/Service/DataSource.html"}},{"t":"C","n":"Neos\\Neos\\Service\\IconNameMappingService","p":"Neos/Neos/Service/IconNameMappingService.html","d":"","f":{"n":"Neos\\Neos\\Service","p":"Neos/Neos/Service.html"}},{"t":"C","n":"Neos\\Neos\\Service\\ImageVariantGarbageCollector","p":"Neos/Neos/Service/ImageVariantGarbageCollector.html","d":"

Takes care of cleaning up ImageVariants.

","f":{"n":"Neos\\Neos\\Service","p":"Neos/Neos/Service.html"}},{"t":"C","n":"Neos\\Neos\\Service\\LinkingService","p":"Neos/Neos/Service/LinkingService.html","d":"

A service for creating URIs pointing to nodes and assets.

","f":{"n":"Neos\\Neos\\Service","p":"Neos/Neos/Service.html"}},{"t":"C","n":"Neos\\Neos\\Service\\Mapping\\DateStringConverter","p":"Neos/Neos/Service/Mapping/DateStringConverter.html","d":"

Converts a Date to a JavaScript compatible representation, meaning also to convert it to UTC timezone.

","f":{"n":"Neos\\Neos\\Service\\Mapping","p":"Neos/Neos/Service/Mapping.html"}},{"t":"C","n":"Neos\\Neos\\Service\\Mapping\\NodePropertyConverterService","p":"Neos/Neos/Service/Mapping/NodePropertyConverterService.html","d":"

Creates PropertyMappingConfigurations to map NodeType properties for the Neos interface.

","f":{"n":"Neos\\Neos\\Service\\Mapping","p":"Neos/Neos/Service/Mapping.html"}},{"t":"C","n":"Neos\\Neos\\Service\\Mapping\\NodeReferenceConverter","p":"Neos/Neos/Service/Mapping/NodeReferenceConverter.html","d":"

Converter to convert node references to their identifiers

","f":{"n":"Neos\\Neos\\Service\\Mapping","p":"Neos/Neos/Service/Mapping.html"}},{"t":"C","n":"Neos\\Neos\\Service\\Mapping\\NodeTypeStringConverter","p":"Neos/Neos/Service/Mapping/NodeTypeStringConverter.html","d":"

Convert a boolean to a JavaScript compatible string representation.

","f":{"n":"Neos\\Neos\\Service\\Mapping","p":"Neos/Neos/Service/Mapping.html"}},{"t":"C","n":"Neos\\Neos\\Service\\NodeOperations","p":"Neos/Neos/Service/NodeOperations.html","d":"

Centralizes common operations like moving and copying of Nodes with Neos specific additional handling.

","f":{"n":"Neos\\Neos\\Service","p":"Neos/Neos/Service.html"}},{"t":"C","n":"Neos\\Neos\\Service\\NodeTypeSchemaBuilder","p":"Neos/Neos/Service/NodeTypeSchemaBuilder.html","d":"

Renders the Node Type Schema in a format the User Interface understands; additionally pre-calculating node constraints

","f":{"n":"Neos\\Neos\\Service","p":"Neos/Neos/Service.html"}},{"t":"C","n":"Neos\\Neos\\Service\\PluginService","p":"Neos/Neos/Service/PluginService.html","d":"

Central authority for interactions with plugins.

","f":{"n":"Neos\\Neos\\Service","p":"Neos/Neos/Service.html"}},{"t":"C","n":"Neos\\Neos\\Service\\PublishingService","p":"Neos/Neos/Service/PublishingService.html","d":"

The workspaces service adds some basic helper methods for getting workspaces,\nunpublished nodes and methods for publishing nodes or whole workspaces.

","f":{"n":"Neos\\Neos\\Service","p":"Neos/Neos/Service.html"}},{"t":"C","n":"Neos\\Neos\\Service\\TransliterationService","p":"Neos/Neos/Service/TransliterationService.html","d":"","f":{"n":"Neos\\Neos\\Service","p":"Neos/Neos/Service.html"}},{"t":"C","n":"Neos\\Neos\\Service\\UserService","p":"Neos/Neos/Service/UserService.html","d":"

The user service provides general context information about the currently\nauthenticated backend user.

","f":{"n":"Neos\\Neos\\Service","p":"Neos/Neos/Service.html"}},{"t":"C","n":"Neos\\Neos\\Service\\VieSchemaBuilder","p":"Neos/Neos/Service/VieSchemaBuilder.html","d":"

Generate a schema in JSON format for the VIE dataTypes validation, necessary\nwhen using nodes as semantic types.

","f":{"n":"Neos\\Neos\\Service","p":"Neos/Neos/Service.html"}},{"t":"C","n":"Neos\\Neos\\Service\\View\\NodeView","p":"Neos/Neos/Service/View/NodeView.html","d":"

An View specialized on single or multiple Nodes in a tree structure

","f":{"n":"Neos\\Neos\\Service\\View","p":"Neos/Neos/Service/View.html"}},{"t":"C","n":"Neos\\Neos\\Service\\XliffService","p":"Neos/Neos/Service/XliffService.html","d":"

The XLIFF service provides methods to find XLIFF files and parse them to json

","f":{"n":"Neos\\Neos\\Service","p":"Neos/Neos/Service.html"}},{"t":"C","n":"Neos\\Neos\\TYPO3CR\\NeosNodeService","p":"Neos/Neos/TYPO3CR/NeosNodeService.html","d":"","f":{"n":"Neos\\Neos\\TYPO3CR","p":"Neos/Neos/TYPO3CR.html"}},{"t":"C","n":"Neos\\Neos\\TYPO3CR\\NeosNodeServiceInterface","p":"Neos/Neos/TYPO3CR/NeosNodeServiceInterface.html","d":"

Provides generic methods to manage and work with Nodes

","f":{"n":"Neos\\Neos\\TYPO3CR","p":"Neos/Neos/TYPO3CR.html"}},{"t":"C","n":"Neos\\Neos\\TYPO3CR\\Transformations\\AssetTransformation","p":"Neos/Neos/TYPO3CR/Transformations/AssetTransformation.html","d":"

Convert serialized Assets to references.

","f":{"n":"Neos\\Neos\\TYPO3CR\\Transformations","p":"Neos/Neos/TYPO3CR/Transformations.html"}},{"t":"C","n":"Neos\\Neos\\TYPO3CR\\Transformations\\ImageVariantTransformation","p":"Neos/Neos/TYPO3CR/Transformations/ImageVariantTransformation.html","d":"

Convert serialized (old resource management) ImageVariants to new ImageVariants.

","f":{"n":"Neos\\Neos\\TYPO3CR\\Transformations","p":"Neos/Neos/TYPO3CR/Transformations.html"}},{"t":"C","n":"Neos\\Neos\\TYPO3CR\\Transformations\\PluginViewTransformation","p":"Neos/Neos/TYPO3CR/Transformations/PluginViewTransformation.html","d":"

Convert PluginViews references from node paths to identifiers

","f":{"n":"Neos\\Neos\\TYPO3CR\\Transformations","p":"Neos/Neos/TYPO3CR/Transformations.html"}},{"t":"C","n":"Neos\\Neos\\TypeConverter\\EntityToIdentityConverter","p":"Neos/Neos/TypeConverter/EntityToIdentityConverter.html","d":"

Converts the given entity to a JSON representation containing the identity and object type

","f":{"n":"Neos\\Neos\\TypeConverter","p":"Neos/Neos/TypeConverter.html"}},{"t":"C","n":"Neos\\Neos\\TypeConverter\\NodeConverter","p":"Neos/Neos/TypeConverter/NodeConverter.html","d":"

An Object Converter for nodes which can be used for routing (but also for other\npurposes) as a plugin for the Property Mapper.

","f":{"n":"Neos\\Neos\\TypeConverter","p":"Neos/Neos/TypeConverter.html"}},{"t":"C","n":"Neos\\Neos\\Utility\\BackendAssetsUtility","p":"Neos/Neos/Utility/BackendAssetsUtility.html","d":"

A collection of helper methods for the Neos backend assets

","f":{"n":"Neos\\Neos\\Utility","p":"Neos/Neos/Utility.html"}},{"t":"C","n":"Neos\\Neos\\Utility\\NodeUriPathSegmentGenerator","p":"Neos/Neos/Utility/NodeUriPathSegmentGenerator.html","d":"

Utility to generate a valid, non-conflicting uriPathSegment for nodes.

","f":{"n":"Neos\\Neos\\Utility","p":"Neos/Neos/Utility.html"}},{"t":"C","n":"Neos\\Neos\\Utility\\User","p":"Neos/Neos/Utility/User.html","d":"

Utility functions for dealing with users in the Content Repository.

","f":{"n":"Neos\\Neos\\Utility","p":"Neos/Neos/Utility.html"}},{"t":"C","n":"Neos\\Neos\\Validation\\Validator\\HostnameValidator","p":"Neos/Neos/Validation/Validator/HostnameValidator.html","d":"

Validator for http://tools.ietf.org/html/rfc1123 compatible host names

","f":{"n":"Neos\\Neos\\Validation\\Validator","p":"Neos/Neos/Validation/Validator.html"}},{"t":"C","n":"Neos\\Neos\\Validation\\Validator\\NodeNameValidator","p":"Neos/Neos/Validation/Validator/NodeNameValidator.html","d":"

Validator for node names

","f":{"n":"Neos\\Neos\\Validation\\Validator","p":"Neos/Neos/Validation/Validator.html"}},{"t":"C","n":"Neos\\Neos\\Validation\\Validator\\PackageKeyValidator","p":"Neos/Neos/Validation/Validator/PackageKeyValidator.html","d":"

Validator for package keys

","f":{"n":"Neos\\Neos\\Validation\\Validator","p":"Neos/Neos/Validation/Validator.html"}},{"t":"C","n":"Neos\\Neos\\Validation\\Validator\\PasswordValidator","p":"Neos/Neos/Validation/Validator/PasswordValidator.html","d":"

Validator for passwords

","f":{"n":"Neos\\Neos\\Validation\\Validator","p":"Neos/Neos/Validation/Validator.html"}},{"t":"C","n":"Neos\\Neos\\Validation\\Validator\\UserDoesNotExistValidator","p":"Neos/Neos/Validation/Validator/UserDoesNotExistValidator.html","d":"

Validator for Neos users

","f":{"n":"Neos\\Neos\\Validation\\Validator","p":"Neos/Neos/Validation/Validator.html"}},{"t":"C","n":"Neos\\Neos\\ViewHelpers\\Backend\\AuthenticationProviderLabelViewHelper","p":"Neos/Neos/ViewHelpers/Backend/AuthenticationProviderLabelViewHelper.html","d":"

Renders a label for the given authentication provider identifier

","f":{"n":"Neos\\Neos\\ViewHelpers\\Backend","p":"Neos/Neos/ViewHelpers/Backend.html"}},{"t":"C","n":"Neos\\Neos\\ViewHelpers\\Backend\\ChangeStatsViewHelper","p":"Neos/Neos/ViewHelpers/Backend/ChangeStatsViewHelper.html","d":"

Displays a text-based "bar graph" giving an indication of the amount and type of\nchanges done to something. Created for use in workspace management.

","f":{"n":"Neos\\Neos\\ViewHelpers\\Backend","p":"Neos/Neos/ViewHelpers/Backend.html"}},{"t":"C","n":"Neos\\Neos\\ViewHelpers\\Backend\\ColorOfStringViewHelper","p":"Neos/Neos/ViewHelpers/Backend/ColorOfStringViewHelper.html","d":"

Generates a color code for a given string

","f":{"n":"Neos\\Neos\\ViewHelpers\\Backend","p":"Neos/Neos/ViewHelpers/Backend.html"}},{"t":"C","n":"Neos\\Neos\\ViewHelpers\\Backend\\ConfigurationCacheVersionViewHelper","p":"Neos/Neos/ViewHelpers/Backend/ConfigurationCacheVersionViewHelper.html","d":"

ViewHelper for rendering the current version identifier for the\nconfiguration cache.

","f":{"n":"Neos\\Neos\\ViewHelpers\\Backend","p":"Neos/Neos/ViewHelpers/Backend.html"}},{"t":"C","n":"Neos\\Neos\\ViewHelpers\\Backend\\ConfigurationTreeViewHelper","p":"Neos/Neos/ViewHelpers/Backend/ConfigurationTreeViewHelper.html","d":"

Render HTML markup for the full configuration tree in the Neos Administration -> Configuration Module.

","f":{"n":"Neos\\Neos\\ViewHelpers\\Backend","p":"Neos/Neos/ViewHelpers/Backend.html"}},{"t":"C","n":"Neos\\Neos\\ViewHelpers\\Backend\\CssBuiltVersionViewHelper","p":"Neos/Neos/ViewHelpers/Backend/CssBuiltVersionViewHelper.html","d":"

Returns a shortened md5 of the built CSS file

","f":{"n":"Neos\\Neos\\ViewHelpers\\Backend","p":"Neos/Neos/ViewHelpers/Backend.html"}},{"t":"C","n":"Neos\\Neos\\ViewHelpers\\Backend\\DocumentBreadcrumbPathViewHelper","p":"Neos/Neos/ViewHelpers/Backend/DocumentBreadcrumbPathViewHelper.html","d":"

Render a bread crumb path by using the labels of documents leading to the given node path

","f":{"n":"Neos\\Neos\\ViewHelpers\\Backend","p":"Neos/Neos/ViewHelpers/Backend.html"}},{"t":"C","n":"Neos\\Neos\\ViewHelpers\\Backend\\IfModuleAccessibleViewHelper","p":"Neos/Neos/ViewHelpers/Backend/IfModuleAccessibleViewHelper.html","d":"

Condition ViewHelper that can evaluate whether the currently authenticated user can access a given Backend module

","f":{"n":"Neos\\Neos\\ViewHelpers\\Backend","p":"Neos/Neos/ViewHelpers/Backend.html"}},{"t":"C","n":"Neos\\Neos\\ViewHelpers\\Backend\\InterfaceLanguageViewHelper","p":"Neos/Neos/ViewHelpers/Backend/InterfaceLanguageViewHelper.html","d":"

ViewHelper for rendering the current backend users interface language.

","f":{"n":"Neos\\Neos\\ViewHelpers\\Backend","p":"Neos/Neos/ViewHelpers/Backend.html"}},{"t":"C","n":"Neos\\Neos\\ViewHelpers\\Backend\\IsAllowedToEditUserViewHelper","p":"Neos/Neos/ViewHelpers/Backend/IsAllowedToEditUserViewHelper.html","d":"

Returns true, if the current user is allowed to edit the given user, false otherwise.

","f":{"n":"Neos\\Neos\\ViewHelpers\\Backend","p":"Neos/Neos/ViewHelpers/Backend.html"}},{"t":"C","n":"Neos\\Neos\\ViewHelpers\\Backend\\JavascriptConfigurationViewHelper","p":"Neos/Neos/ViewHelpers/Backend/JavascriptConfigurationViewHelper.html","d":"

ViewHelper for the backend JavaScript configuration. Renders the required JS snippet to configure\nthe Neos backend.

","f":{"n":"Neos\\Neos\\ViewHelpers\\Backend","p":"Neos/Neos/ViewHelpers/Backend.html"}},{"t":"C","n":"Neos\\Neos\\ViewHelpers\\Backend\\TranslateViewHelper","p":"Neos/Neos/ViewHelpers/Backend/TranslateViewHelper.html","d":"

Returns translated message using source message or key ID.

","f":{"n":"Neos\\Neos\\ViewHelpers\\Backend","p":"Neos/Neos/ViewHelpers/Backend.html"}},{"t":"C","n":"Neos\\Neos\\ViewHelpers\\Backend\\UserInitialsViewHelper","p":"Neos/Neos/ViewHelpers/Backend/UserInitialsViewHelper.html","d":"

Render user initials for a given username

","f":{"n":"Neos\\Neos\\ViewHelpers\\Backend","p":"Neos/Neos/ViewHelpers/Backend.html"}},{"t":"C","n":"Neos\\Neos\\ViewHelpers\\Backend\\XliffCacheVersionViewHelper","p":"Neos/Neos/ViewHelpers/Backend/XliffCacheVersionViewHelper.html","d":"

ViewHelper for rendering the current version identifier for the\nxliff cache.

","f":{"n":"Neos\\Neos\\ViewHelpers\\Backend","p":"Neos/Neos/ViewHelpers/Backend.html"}},{"t":"C","n":"Neos\\Neos\\ViewHelpers\\ContentElement\\EditableViewHelper","p":"Neos/Neos/ViewHelpers/ContentElement/EditableViewHelper.html","d":"

Renders a wrapper around the inner contents of the tag to enable frontend editing.

","f":{"n":"Neos\\Neos\\ViewHelpers\\ContentElement","p":"Neos/Neos/ViewHelpers/ContentElement.html"}},{"t":"C","n":"Neos\\Neos\\ViewHelpers\\ContentElement\\WrapViewHelper","p":"Neos/Neos/ViewHelpers/ContentElement/WrapViewHelper.html","d":"

A view helper for manually wrapping content editables.

","f":{"n":"Neos\\Neos\\ViewHelpers\\ContentElement","p":"Neos/Neos/ViewHelpers/ContentElement.html"}},{"t":"C","n":"Neos\\Neos\\ViewHelpers\\GetTypeViewHelper","p":"Neos/Neos/ViewHelpers/GetTypeViewHelper.html","d":"

View helper to check if a given value is an array.

","f":{"n":"Neos\\Neos\\ViewHelpers","p":"Neos/Neos/ViewHelpers.html"}},{"t":"C","n":"Neos\\Neos\\ViewHelpers\\Link\\ModuleViewHelper","p":"Neos/Neos/ViewHelpers/Link/ModuleViewHelper.html","d":"

A view helper for creating links to modules.

","f":{"n":"Neos\\Neos\\ViewHelpers\\Link","p":"Neos/Neos/ViewHelpers/Link.html"}},{"t":"C","n":"Neos\\Neos\\ViewHelpers\\Link\\NodeViewHelper","p":"Neos/Neos/ViewHelpers/Link/NodeViewHelper.html","d":"

A view helper for creating links with URIs pointing to nodes.

","f":{"n":"Neos\\Neos\\ViewHelpers\\Link","p":"Neos/Neos/ViewHelpers/Link.html"}},{"t":"C","n":"Neos\\Neos\\ViewHelpers\\Node\\ClosestDocumentViewHelper","p":"Neos/Neos/ViewHelpers/Node/ClosestDocumentViewHelper.html","d":"

ViewHelper to find the closest document node to a given node

","f":{"n":"Neos\\Neos\\ViewHelpers\\Node","p":"Neos/Neos/ViewHelpers/Node.html"}},{"t":"C","n":"Neos\\Neos\\ViewHelpers\\Rendering\\AbstractRenderingStateViewHelper","p":"Neos/Neos/ViewHelpers/Rendering/AbstractRenderingStateViewHelper.html","d":"

Abstract ViewHelper for all Neos rendering state helpers.

","f":{"n":"Neos\\Neos\\ViewHelpers\\Rendering","p":"Neos/Neos/ViewHelpers/Rendering.html"}},{"t":"C","n":"Neos\\Neos\\ViewHelpers\\Rendering\\InBackendViewHelper","p":"Neos/Neos/ViewHelpers/Rendering/InBackendViewHelper.html","d":"

ViewHelper to find out if Neos is rendering the backend.

","f":{"n":"Neos\\Neos\\ViewHelpers\\Rendering","p":"Neos/Neos/ViewHelpers/Rendering.html"}},{"t":"C","n":"Neos\\Neos\\ViewHelpers\\Rendering\\InEditModeViewHelper","p":"Neos/Neos/ViewHelpers/Rendering/InEditModeViewHelper.html","d":"

ViewHelper to find out if Neos is rendering an edit mode.

","f":{"n":"Neos\\Neos\\ViewHelpers\\Rendering","p":"Neos/Neos/ViewHelpers/Rendering.html"}},{"t":"C","n":"Neos\\Neos\\ViewHelpers\\Rendering\\InPreviewModeViewHelper","p":"Neos/Neos/ViewHelpers/Rendering/InPreviewModeViewHelper.html","d":"

ViewHelper to find out if Neos is rendering a preview mode.

","f":{"n":"Neos\\Neos\\ViewHelpers\\Rendering","p":"Neos/Neos/ViewHelpers/Rendering.html"}},{"t":"C","n":"Neos\\Neos\\ViewHelpers\\Rendering\\LiveViewHelper","p":"Neos/Neos/ViewHelpers/Rendering/LiveViewHelper.html","d":"

ViewHelper to find out if Neos is rendering the live website.

","f":{"n":"Neos\\Neos\\ViewHelpers\\Rendering","p":"Neos/Neos/ViewHelpers/Rendering.html"}},{"t":"C","n":"Neos\\Neos\\ViewHelpers\\StandaloneViewViewHelper","p":"Neos/Neos/ViewHelpers/StandaloneViewViewHelper.html","d":"

A View Helper to render a fluid template based on the given template path and filename.

","f":{"n":"Neos\\Neos\\ViewHelpers","p":"Neos/Neos/ViewHelpers.html"}},{"t":"C","n":"Neos\\Neos\\ViewHelpers\\Uri\\ModuleViewHelper","p":"Neos/Neos/ViewHelpers/Uri/ModuleViewHelper.html","d":"

A view helper for creating links to modules.

","f":{"n":"Neos\\Neos\\ViewHelpers\\Uri","p":"Neos/Neos/ViewHelpers/Uri.html"}},{"t":"C","n":"Neos\\Neos\\ViewHelpers\\Uri\\NodeViewHelper","p":"Neos/Neos/ViewHelpers/Uri/NodeViewHelper.html","d":"

A view helper for creating URIs pointing to nodes.

","f":{"n":"Neos\\Neos\\ViewHelpers\\Uri","p":"Neos/Neos/ViewHelpers/Uri.html"}},{"t":"C","n":"Neos\\Neos\\View\\FusionExceptionView","p":"Neos/Neos/View/FusionExceptionView.html","d":null,"f":{"n":"Neos\\Neos\\View","p":"Neos/Neos/View.html"}},{"t":"C","n":"Neos\\Neos\\View\\FusionView","p":"Neos/Neos/View/FusionView.html","d":"

A Fusion view for Neos

","f":{"n":"Neos\\Neos\\View","p":"Neos/Neos/View.html"}},{"t":"T","n":"Neos\\Neos\\View\\FusionViewI18nTrait","p":"Neos/Neos/View/FusionViewI18nTrait.html","d":null,"f":{"n":"Neos\\Neos\\View","p":"Neos/Neos/View.html"}},{"t":"C","n":"Neos\\Neos\\View\\Service\\AssetJsonView","p":"Neos/Neos/View/Service/AssetJsonView.html","d":"

A view specialised on a JSON representation of Assets.

","f":{"n":"Neos\\Neos\\View\\Service","p":"Neos/Neos/View/Service.html"}},{"t":"C","n":"Neos\\Neos\\View\\Service\\NodeJsonView","p":"Neos/Neos/View/Service/NodeJsonView.html","d":"

A view specialised on a JSON representation of Nodes.

","f":{"n":"Neos\\Neos\\View\\Service","p":"Neos/Neos/View/Service.html"}},{"t":"C","n":"Neos\\Neos\\View\\Service\\WorkspaceJsonView","p":"Neos/Neos/View/Service/WorkspaceJsonView.html","d":"

A view specialised on a JSON representation of Workspaces.

","f":{"n":"Neos\\Neos\\View\\Service","p":"Neos/Neos/View/Service.html"}},{"t":"C","n":"Neos\\NodeTypes\\Form\\Service\\DataSource\\FormDefinitionDataSource","p":"Neos/NodeTypes/Form/Service/DataSource/FormDefinitionDataSource.html","d":null,"f":{"n":"Neos\\NodeTypes\\Form\\Service\\DataSource","p":"Neos/NodeTypes/Form/Service/DataSource.html"}},{"t":"C","n":"Neos\\SiteKickstarter\\Command\\KickstartCommandController","p":"Neos/SiteKickstarter/Command/KickstartCommandController.html","d":"

Command controller for the Kickstart generator

","f":{"n":"Neos\\SiteKickstarter\\Command","p":"Neos/SiteKickstarter/Command.html"}},{"t":"C","n":"Neos\\SiteKickstarter\\Generator\\AfxTemplateGenerator","p":"Neos/SiteKickstarter/Generator/AfxTemplateGenerator.html","d":"

Service to generate site packages

","f":{"n":"Neos\\SiteKickstarter\\Generator","p":"Neos/SiteKickstarter/Generator.html"}},{"t":"C","n":"Neos\\SiteKickstarter\\Generator\\SitePackageGeneratorInterface","p":"Neos/SiteKickstarter/Generator/SitePackageGeneratorInterface.html","d":null,"f":{"n":"Neos\\SiteKickstarter\\Generator","p":"Neos/SiteKickstarter/Generator.html"}},{"t":"C","n":"Neos\\SiteKickstarter\\Service\\FusionRecursiveDirectoryRenderer","p":"Neos/SiteKickstarter/Service/FusionRecursiveDirectoryRenderer.html","d":null,"f":{"n":"Neos\\SiteKickstarter\\Service","p":"Neos/SiteKickstarter/Service.html"}},{"t":"C","n":"Neos\\SiteKickstarter\\Service\\SimpleTemplateRenderer","p":"Neos/SiteKickstarter/Service/SimpleTemplateRenderer.html","d":null,"f":{"n":"Neos\\SiteKickstarter\\Service","p":"Neos/SiteKickstarter/Service.html"}},{"t":"C","n":"Neos\\SiteKickstarter\\Service\\SiteGeneratorCollectingService","p":"Neos/SiteKickstarter/Service/SiteGeneratorCollectingService.html","d":null,"f":{"n":"Neos\\SiteKickstarter\\Service","p":"Neos/SiteKickstarter/Service.html"}},{"t":"C","n":"Neos\\SiteKickstarter\\Service\\SitePackageGeneratorNameService","p":"Neos/SiteKickstarter/Service/SitePackageGeneratorNameService.html","d":null,"f":{"n":"Neos\\SiteKickstarter\\Service","p":"Neos/SiteKickstarter/Service.html"}},{"t":"I","n":"Neos\\ContentRepository\\Command\\EventDispatchingNodeCommandControllerPluginInterface","p":"Neos/ContentRepository/Command/EventDispatchingNodeCommandControllerPluginInterface.html","f":{"n":"Neos\\ContentRepository\\Command","p":"Neos/ContentRepository/Command.html"}},{"t":"I","n":"Neos\\ContentRepository\\Command\\NodeCommandControllerPluginInterface","p":"Neos/ContentRepository/Command/NodeCommandControllerPluginInterface.html","f":{"n":"Neos\\ContentRepository\\Command","p":"Neos/ContentRepository/Command.html"}},{"t":"I","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html","f":{"n":"Neos\\ContentRepository\\Domain\\Model","p":"Neos/ContentRepository/Domain/Model.html"}},{"t":"I","n":"Neos\\ContentRepository\\Domain\\Model\\NodeLabelGeneratorInterface","p":"Neos/ContentRepository/Domain/Model/NodeLabelGeneratorInterface.html","f":{"n":"Neos\\ContentRepository\\Domain\\Model","p":"Neos/ContentRepository/Domain/Model.html"}},{"t":"I","n":"Neos\\ContentRepository\\Domain\\Model\\UserInterface","p":"Neos/ContentRepository/Domain/Model/UserInterface.html","f":{"n":"Neos\\ContentRepository\\Domain\\Model","p":"Neos/ContentRepository/Domain/Model.html"}},{"t":"I","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\NodeInterface","p":"Neos/ContentRepository/Domain/Projection/Content/NodeInterface.html","f":{"n":"Neos\\ContentRepository\\Domain\\Projection\\Content","p":"Neos/ContentRepository/Domain/Projection/Content.html"}},{"t":"I","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\PropertyCollectionInterface","p":"Neos/ContentRepository/Domain/Projection/Content/PropertyCollectionInterface.html","f":{"n":"Neos\\ContentRepository\\Domain\\Projection\\Content","p":"Neos/ContentRepository/Domain/Projection/Content.html"}},{"t":"I","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\TraversableNodeInterface","p":"Neos/ContentRepository/Domain/Projection/Content/TraversableNodeInterface.html","f":{"n":"Neos\\ContentRepository\\Domain\\Projection\\Content","p":"Neos/ContentRepository/Domain/Projection/Content.html"}},{"t":"I","n":"Neos\\ContentRepository\\Domain\\Service\\ContentDimensionPresetSourceInterface","p":"Neos/ContentRepository/Domain/Service/ContentDimensionPresetSourceInterface.html","f":{"n":"Neos\\ContentRepository\\Domain\\Service","p":"Neos/ContentRepository/Domain/Service.html"}},{"t":"I","n":"Neos\\ContentRepository\\Domain\\Service\\ContextFactoryInterface","p":"Neos/ContentRepository/Domain/Service/ContextFactoryInterface.html","f":{"n":"Neos\\ContentRepository\\Domain\\Service","p":"Neos/ContentRepository/Domain/Service.html"}},{"t":"I","n":"Neos\\ContentRepository\\Domain\\Service\\NodeServiceInterface","p":"Neos/ContentRepository/Domain/Service/NodeServiceInterface.html","f":{"n":"Neos\\ContentRepository\\Domain\\Service","p":"Neos/ContentRepository/Domain/Service.html"}},{"t":"I","n":"Neos\\ContentRepository\\Domain\\Service\\PublishingServiceInterface","p":"Neos/ContentRepository/Domain/Service/PublishingServiceInterface.html","f":{"n":"Neos\\ContentRepository\\Domain\\Service","p":"Neos/ContentRepository/Domain/Service.html"}},{"t":"I","n":"Neos\\ContentRepository\\Migration\\Configuration\\ConfigurationInterface","p":"Neos/ContentRepository/Migration/Configuration/ConfigurationInterface.html","f":{"n":"Neos\\ContentRepository\\Migration\\Configuration","p":"Neos/ContentRepository/Migration/Configuration.html"}},{"t":"I","n":"Neos\\ContentRepository\\Migration\\Filters\\DoctrineFilterInterface","p":"Neos/ContentRepository/Migration/Filters/DoctrineFilterInterface.html","f":{"n":"Neos\\ContentRepository\\Migration\\Filters","p":"Neos/ContentRepository/Migration/Filters.html"}},{"t":"I","n":"Neos\\ContentRepository\\Migration\\Filters\\FilterInterface","p":"Neos/ContentRepository/Migration/Filters/FilterInterface.html","f":{"n":"Neos\\ContentRepository\\Migration\\Filters","p":"Neos/ContentRepository/Migration/Filters.html"}},{"t":"I","n":"Neos\\ContentRepository\\Migration\\Transformations\\TransformationInterface","p":"Neos/ContentRepository/Migration/Transformations/TransformationInterface.html","f":{"n":"Neos\\ContentRepository\\Migration\\Transformations","p":"Neos/ContentRepository/Migration/Transformations.html"}},{"t":"I","n":"Neos\\ContentRepository\\NodeTypePostprocessor\\NodeTypePostprocessorInterface","p":"Neos/ContentRepository/NodeTypePostprocessor/NodeTypePostprocessorInterface.html","f":{"n":"Neos\\ContentRepository\\NodeTypePostprocessor","p":"Neos/ContentRepository/NodeTypePostprocessor.html"}},{"t":"I","n":"Neos\\Fusion\\Core\\DslInterface","p":"Neos/Fusion/Core/DslInterface.html","f":{"n":"Neos\\Fusion\\Core","p":"Neos/Fusion/Core.html"}},{"t":"I","n":"Neos\\Fusion\\Core\\ParserInterface","p":"Neos/Fusion/Core/ParserInterface.html","f":{"n":"Neos\\Fusion\\Core","p":"Neos/Fusion/Core.html"}},{"t":"I","n":"Neos\\Fusion\\FusionObjects\\Helpers\\FusionAwareViewInterface","p":"Neos/Fusion/FusionObjects/Helpers/FusionAwareViewInterface.html","f":{"n":"Neos\\Fusion\\FusionObjects\\Helpers","p":"Neos/Fusion/FusionObjects/Helpers.html"}},{"t":"I","n":"Neos\\Media\\Domain\\Model\\Adjustment\\AdjustmentInterface","p":"Neos/Media/Domain/Model/Adjustment/AdjustmentInterface.html","f":{"n":"Neos\\Media\\Domain\\Model\\Adjustment","p":"Neos/Media/Domain/Model/Adjustment.html"}},{"t":"I","n":"Neos\\Media\\Domain\\Model\\Adjustment\\ImageAdjustmentInterface","p":"Neos/Media/Domain/Model/Adjustment/ImageAdjustmentInterface.html","f":{"n":"Neos\\Media\\Domain\\Model\\Adjustment","p":"Neos/Media/Domain/Model/Adjustment.html"}},{"t":"I","n":"Neos\\Media\\Domain\\Model\\AssetInterface","p":"Neos/Media/Domain/Model/AssetInterface.html","f":{"n":"Neos\\Media\\Domain\\Model","p":"Neos/Media/Domain/Model.html"}},{"t":"I","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetNotFoundExceptionInterface","p":"Neos/Media/Domain/Model/AssetSource/AssetNotFoundExceptionInterface.html","f":{"n":"Neos\\Media\\Domain\\Model\\AssetSource","p":"Neos/Media/Domain/Model/AssetSource.html"}},{"t":"I","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxyQueryInterface","p":"Neos/Media/Domain/Model/AssetSource/AssetProxyQueryInterface.html","f":{"n":"Neos\\Media\\Domain\\Model\\AssetSource","p":"Neos/Media/Domain/Model/AssetSource.html"}},{"t":"I","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxyQueryResultInterface","p":"Neos/Media/Domain/Model/AssetSource/AssetProxyQueryResultInterface.html","f":{"n":"Neos\\Media\\Domain\\Model\\AssetSource","p":"Neos/Media/Domain/Model/AssetSource.html"}},{"t":"I","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxyRepositoryInterface","p":"Neos/Media/Domain/Model/AssetSource/AssetProxyRepositoryInterface.html","f":{"n":"Neos\\Media\\Domain\\Model\\AssetSource","p":"Neos/Media/Domain/Model/AssetSource.html"}},{"t":"I","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxy\\AssetProxyInterface","p":"Neos/Media/Domain/Model/AssetSource/AssetProxy/AssetProxyInterface.html","f":{"n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxy","p":"Neos/Media/Domain/Model/AssetSource/AssetProxy.html"}},{"t":"I","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxy\\HasRemoteOriginalInterface","p":"Neos/Media/Domain/Model/AssetSource/AssetProxy/HasRemoteOriginalInterface.html","f":{"n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxy","p":"Neos/Media/Domain/Model/AssetSource/AssetProxy.html"}},{"t":"I","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxy\\ProvidesOriginalUriInterface","p":"Neos/Media/Domain/Model/AssetSource/AssetProxy/ProvidesOriginalUriInterface.html","f":{"n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxy","p":"Neos/Media/Domain/Model/AssetSource/AssetProxy.html"}},{"t":"I","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxy\\SupportsIptcMetadataInterface","p":"Neos/Media/Domain/Model/AssetSource/AssetProxy/SupportsIptcMetadataInterface.html","f":{"n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxy","p":"Neos/Media/Domain/Model/AssetSource/AssetProxy.html"}},{"t":"I","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetSourceAwareInterface","p":"Neos/Media/Domain/Model/AssetSource/AssetSourceAwareInterface.html","f":{"n":"Neos\\Media\\Domain\\Model\\AssetSource","p":"Neos/Media/Domain/Model/AssetSource.html"}},{"t":"I","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetSourceConnectionExceptionInterface","p":"Neos/Media/Domain/Model/AssetSource/AssetSourceConnectionExceptionInterface.html","f":{"n":"Neos\\Media\\Domain\\Model\\AssetSource","p":"Neos/Media/Domain/Model/AssetSource.html"}},{"t":"I","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetSourceInterface","p":"Neos/Media/Domain/Model/AssetSource/AssetSourceInterface.html","f":{"n":"Neos\\Media\\Domain\\Model\\AssetSource","p":"Neos/Media/Domain/Model/AssetSource.html"}},{"t":"I","n":"Neos\\Media\\Domain\\Model\\AssetSource\\SupportsCollectionsInterface","p":"Neos/Media/Domain/Model/AssetSource/SupportsCollectionsInterface.html","f":{"n":"Neos\\Media\\Domain\\Model\\AssetSource","p":"Neos/Media/Domain/Model/AssetSource.html"}},{"t":"I","n":"Neos\\Media\\Domain\\Model\\AssetSource\\SupportsSortingInterface","p":"Neos/Media/Domain/Model/AssetSource/SupportsSortingInterface.html","f":{"n":"Neos\\Media\\Domain\\Model\\AssetSource","p":"Neos/Media/Domain/Model/AssetSource.html"}},{"t":"I","n":"Neos\\Media\\Domain\\Model\\AssetSource\\SupportsTaggingInterface","p":"Neos/Media/Domain/Model/AssetSource/SupportsTaggingInterface.html","f":{"n":"Neos\\Media\\Domain\\Model\\AssetSource","p":"Neos/Media/Domain/Model/AssetSource.html"}},{"t":"I","n":"Neos\\Media\\Domain\\Model\\AssetVariantInterface","p":"Neos/Media/Domain/Model/AssetVariantInterface.html","f":{"n":"Neos\\Media\\Domain\\Model","p":"Neos/Media/Domain/Model.html"}},{"t":"I","n":"Neos\\Media\\Domain\\Model\\ImageInterface","p":"Neos/Media/Domain/Model/ImageInterface.html","f":{"n":"Neos\\Media\\Domain\\Model","p":"Neos/Media/Domain/Model.html"}},{"t":"I","n":"Neos\\Media\\Domain\\Model\\ResourceBasedInterface","p":"Neos/Media/Domain/Model/ResourceBasedInterface.html","f":{"n":"Neos\\Media\\Domain\\Model","p":"Neos/Media/Domain/Model.html"}},{"t":"I","n":"Neos\\Media\\Domain\\Model\\ThumbnailGenerator\\ThumbnailGeneratorInterface","p":"Neos/Media/Domain/Model/ThumbnailGenerator/ThumbnailGeneratorInterface.html","f":{"n":"Neos\\Media\\Domain\\Model\\ThumbnailGenerator","p":"Neos/Media/Domain/Model/ThumbnailGenerator.html"}},{"t":"I","n":"Neos\\Media\\Domain\\Model\\ThumbnailSupportInterface","p":"Neos/Media/Domain/Model/ThumbnailSupportInterface.html","f":{"n":"Neos\\Media\\Domain\\Model","p":"Neos/Media/Domain/Model.html"}},{"t":"I","n":"Neos\\Media\\Domain\\Model\\VariantSupportInterface","p":"Neos/Media/Domain/Model/VariantSupportInterface.html","f":{"n":"Neos\\Media\\Domain\\Model","p":"Neos/Media/Domain/Model.html"}},{"t":"I","n":"Neos\\Media\\Domain\\Strategy\\AssetModelMappingStrategyInterface","p":"Neos/Media/Domain/Strategy/AssetModelMappingStrategyInterface.html","f":{"n":"Neos\\Media\\Domain\\Strategy","p":"Neos/Media/Domain/Strategy.html"}},{"t":"I","n":"Neos\\Media\\Domain\\Strategy\\AssetUsageStrategyInterface","p":"Neos/Media/Domain/Strategy/AssetUsageStrategyInterface.html","f":{"n":"Neos\\Media\\Domain\\Strategy","p":"Neos/Media/Domain/Strategy.html"}},{"t":"I","n":"Neos\\Media\\Domain\\Validator\\AssetValidatorInterface","p":"Neos/Media/Domain/Validator/AssetValidatorInterface.html","f":{"n":"Neos\\Media\\Domain\\Validator","p":"Neos/Media/Domain/Validator.html"}},{"t":"I","n":"Neos\\Neos\\Domain\\Service\\ContentDimensionPresetSourceInterface","p":"Neos/Neos/Domain/Service/ContentDimensionPresetSourceInterface.html","f":{"n":"Neos\\Neos\\Domain\\Service","p":"Neos/Neos/Domain/Service.html"}},{"t":"I","n":"Neos\\Neos\\Domain\\Service\\DefaultPrototypeGeneratorInterface","p":"Neos/Neos/Domain/Service/DefaultPrototypeGeneratorInterface.html","f":{"n":"Neos\\Neos\\Domain\\Service","p":"Neos/Neos/Domain/Service.html"}},{"t":"I","n":"Neos\\Neos\\Domain\\Service\\NodeSearchServiceInterface","p":"Neos/Neos/Domain/Service/NodeSearchServiceInterface.html","f":{"n":"Neos\\Neos\\Domain\\Service","p":"Neos/Neos/Domain/Service.html"}},{"t":"I","n":"Neos\\Neos\\Routing\\FrontendNodeRoutePartHandlerInterface","p":"Neos/Neos/Routing/FrontendNodeRoutePartHandlerInterface.html","f":{"n":"Neos\\Neos\\Routing","p":"Neos/Neos/Routing.html"}},{"t":"I","n":"Neos\\Neos\\Service\\DataSource\\DataSourceInterface","p":"Neos/Neos/Service/DataSource/DataSourceInterface.html","f":{"n":"Neos\\Neos\\Service\\DataSource","p":"Neos/Neos/Service/DataSource.html"}},{"t":"I","n":"Neos\\Neos\\TYPO3CR\\NeosNodeServiceInterface","p":"Neos/Neos/TYPO3CR/NeosNodeServiceInterface.html","f":{"n":"Neos\\Neos\\TYPO3CR","p":"Neos/Neos/TYPO3CR.html"}},{"t":"I","n":"Neos\\SiteKickstarter\\Generator\\SitePackageGeneratorInterface","p":"Neos/SiteKickstarter/Generator/SitePackageGeneratorInterface.html","f":{"n":"Neos\\SiteKickstarter\\Generator","p":"Neos/SiteKickstarter/Generator.html"}},{"t":"M","n":"Neos\\CliSetup\\Command\\SetupCommandController::databaseCommand","p":"Neos/CliSetup/Command/SetupCommandController.html#method_databaseCommand","d":"

Configure the database connection for flow persistence

"},{"t":"M","n":"Neos\\CliSetup\\Command\\SetupCommandController::imageHandlerCommand","p":"Neos/CliSetup/Command/SetupCommandController.html#method_imageHandlerCommand","d":""},{"t":"M","n":"Neos\\CliSetup\\Command\\SetupCommandController::writeSettings","p":"Neos/CliSetup/Command/SetupCommandController.html#method_writeSettings","d":"

Write the settings to the given path, existing configuration files are created or modified

"},{"t":"M","n":"Neos\\CliSetup\\Command\\WelcomeCommandController::indexCommand","p":"Neos/CliSetup/Command/WelcomeCommandController.html#method_indexCommand","d":null},{"t":"M","n":"Neos\\CliSetup\\Infrastructure\\Database\\DatabaseConnectionService::getAvailableDrivers","p":"Neos/CliSetup/Infrastructure/Database/DatabaseConnectionService.html#method_getAvailableDrivers","d":"

Return an array with the available database drivers

"},{"t":"M","n":"Neos\\CliSetup\\Infrastructure\\Database\\DatabaseConnectionService::verifyDatabaseConnectionWorks","p":"Neos/CliSetup/Infrastructure/Database/DatabaseConnectionService.html#method_verifyDatabaseConnectionWorks","d":"

Verify the database connection settings

"},{"t":"M","n":"Neos\\CliSetup\\Infrastructure\\Database\\DatabaseConnectionService::createDatabaseAndVerifyDatabaseConnectionWorks","p":"Neos/CliSetup/Infrastructure/Database/DatabaseConnectionService.html#method_createDatabaseAndVerifyDatabaseConnectionWorks","d":"

Create a database with the connection settings and verify the connection

"},{"t":"M","n":"Neos\\CliSetup\\Infrastructure\\Database\\DatabaseConnectionService::connectToDatabase","p":"Neos/CliSetup/Infrastructure/Database/DatabaseConnectionService.html#method_connectToDatabase","d":"

Tries to connect to the database using the specified $connectionSettings

"},{"t":"M","n":"Neos\\CliSetup\\Infrastructure\\Database\\DatabaseConnectionService::createDatabase","p":"Neos/CliSetup/Infrastructure/Database/DatabaseConnectionService.html#method_createDatabase","d":"

Connects to the database using the specified $connectionSettings\nand tries to create a database named $databaseName.

"},{"t":"M","n":"Neos\\CliSetup\\Infrastructure\\ImageHandler\\ImageHandlerService::getAvailableImageHandlers","p":"Neos/CliSetup/Infrastructure/ImageHandler/ImageHandlerService.html#method_getAvailableImageHandlers","d":"

Return all Imagine drivers that support the loading of the required images

"},{"t":"M","n":"Neos\\CliSetup\\Infrastructure\\ImageHandler\\ImageHandlerService::findUnsupportedImageFormats","p":"Neos/CliSetup/Infrastructure/ImageHandler/ImageHandlerService.html#method_findUnsupportedImageFormats","d":""},{"t":"M","n":"Neos\\ContentRepository\\Command\\EventDispatchingNodeCommandControllerPluginInterface::on","p":"Neos/ContentRepository/Command/EventDispatchingNodeCommandControllerPluginInterface.html#method_on","d":"

Attaches a new event handler

"},{"t":"M","n":"Neos\\ContentRepository\\Command\\NodeCommandController::repairCommand","p":"Neos/ContentRepository/Command/NodeCommandController.html#method_repairCommand","d":"

Repair inconsistent nodes

"},{"t":"M","n":"Neos\\ContentRepository\\Command\\NodeCommandController::processShortDescription","p":"Neos/ContentRepository/Command/NodeCommandController.html#method_processShortDescription","d":"

Processes the given short description of the specified command.

"},{"t":"M","n":"Neos\\ContentRepository\\Command\\NodeCommandController::processDescription","p":"Neos/ContentRepository/Command/NodeCommandController.html#method_processDescription","d":"

Processes the given description of the specified command.

"},{"t":"M","n":"Neos\\ContentRepository\\Command\\NodeCommandController::detectPlugins","p":"Neos/ContentRepository/Command/NodeCommandController.html#method_detectPlugins","d":"

Detects plugins for this command controller

"},{"t":"M","n":"Neos\\ContentRepository\\Command\\NodeCommandControllerPlugin::getSubCommandShortDescription","p":"Neos/ContentRepository/Command/NodeCommandControllerPlugin.html#method_getSubCommandShortDescription","d":"

Returns a short description

"},{"t":"M","n":"Neos\\ContentRepository\\Command\\NodeCommandControllerPlugin::getSubCommandDescription","p":"Neos/ContentRepository/Command/NodeCommandControllerPlugin.html#method_getSubCommandDescription","d":"

Returns a piece of description for the specific task the plugin solves for the specified command

"},{"t":"M","n":"Neos\\ContentRepository\\Command\\NodeCommandControllerPlugin::invokeSubCommand","p":"Neos/ContentRepository/Command/NodeCommandControllerPlugin.html#method_invokeSubCommand","d":"

A method which runs the task implemented by the plugin for the given command

"},{"t":"M","n":"Neos\\ContentRepository\\Command\\NodeCommandControllerPlugin::createMissingChildNodes","p":"Neos/ContentRepository/Command/NodeCommandControllerPlugin.html#method_createMissingChildNodes","d":"

Performs checks for missing child nodes according to the node's auto-create configuration and creates\nthem if necessary.

"},{"t":"M","n":"Neos\\ContentRepository\\Command\\NodeCommandControllerPlugin::createChildNodesByNodeType","p":"Neos/ContentRepository/Command/NodeCommandControllerPlugin.html#method_createChildNodesByNodeType","d":"

Create missing child nodes for the given node type

"},{"t":"M","n":"Neos\\ContentRepository\\Command\\NodeCommandControllerPlugin::addMissingDefaultValues","p":"Neos/ContentRepository/Command/NodeCommandControllerPlugin.html#method_addMissingDefaultValues","d":"

Performs checks for unset properties that has default values and sets them if necessary.

"},{"t":"M","n":"Neos\\ContentRepository\\Command\\NodeCommandControllerPlugin::addMissingDefaultValuesByNodeType","p":"Neos/ContentRepository/Command/NodeCommandControllerPlugin.html#method_addMissingDefaultValuesByNodeType","d":"

Adds missing default values for the given node type

"},{"t":"M","n":"Neos\\ContentRepository\\Command\\NodeCommandControllerPlugin::removeAbstractAndUndefinedNodes","p":"Neos/ContentRepository/Command/NodeCommandControllerPlugin.html#method_removeAbstractAndUndefinedNodes","d":"

Performs checks for nodes with abstract or undefined node types and removes them if found.

"},{"t":"M","n":"Neos\\ContentRepository\\Command\\NodeCommandControllerPlugin::removeDisallowedChildNodes","p":"Neos/ContentRepository/Command/NodeCommandControllerPlugin.html#method_removeDisallowedChildNodes","d":"

Performs checks for disallowed child nodes according to the node's auto-create configuration and constraints\nand removes them if found.

"},{"t":"M","n":"Neos\\ContentRepository\\Command\\NodeCommandControllerPlugin::removeOrphanNodes","p":"Neos/ContentRepository/Command/NodeCommandControllerPlugin.html#method_removeOrphanNodes","d":"

Performs checks for orphan nodes removes them if found.

"},{"t":"M","n":"Neos\\ContentRepository\\Command\\NodeCommandControllerPlugin::removeUndefinedProperties","p":"Neos/ContentRepository/Command/NodeCommandControllerPlugin.html#method_removeUndefinedProperties","d":"

Performs checks for orphan nodes removes them if found.

"},{"t":"M","n":"Neos\\ContentRepository\\Command\\NodeCommandControllerPlugin::removeBrokenEntityReferences","p":"Neos/ContentRepository/Command/NodeCommandControllerPlugin.html#method_removeBrokenEntityReferences","d":"

Remove broken entity references

"},{"t":"M","n":"Neos\\ContentRepository\\Command\\NodeCommandControllerPlugin::createContext","p":"Neos/ContentRepository/Command/NodeCommandControllerPlugin.html#method_createContext","d":"

Creates a content context for given workspace

"},{"t":"M","n":"Neos\\ContentRepository\\Command\\NodeCommandControllerPlugin::getNodeDataByNodeTypeAndWorkspace","p":"Neos/ContentRepository/Command/NodeCommandControllerPlugin.html#method_getNodeDataByNodeTypeAndWorkspace","d":"

Retrieves all NodeData objects of a certain node type inside a given workspace.

"},{"t":"M","n":"Neos\\ContentRepository\\Command\\NodeCommandControllerPlugin::removeNodeAndChildNodesInWorkspaceByPath","p":"Neos/ContentRepository/Command/NodeCommandControllerPlugin.html#method_removeNodeAndChildNodesInWorkspaceByPath","d":"

Removes all nodes with a specific path and their children in the given workspace.

"},{"t":"M","n":"Neos\\ContentRepository\\Command\\NodeCommandControllerPlugin::removeNode","p":"Neos/ContentRepository/Command/NodeCommandControllerPlugin.html#method_removeNode","d":"

Removes the specified node (exactly that one)

"},{"t":"M","n":"Neos\\ContentRepository\\Command\\NodeCommandControllerPlugin::removeNodesWithInvalidDimensions","p":"Neos/ContentRepository/Command/NodeCommandControllerPlugin.html#method_removeNodesWithInvalidDimensions","d":"

Remove nodes with invalid dimension values

"},{"t":"M","n":"Neos\\ContentRepository\\Command\\NodeCommandControllerPlugin::collectNodesWithInvalidDimensions","p":"Neos/ContentRepository/Command/NodeCommandControllerPlugin.html#method_collectNodesWithInvalidDimensions","d":"

Collects all nodes of the given node type which have dimension values not fitting to the current dimension\nconfiguration.

"},{"t":"M","n":"Neos\\ContentRepository\\Command\\NodeCommandControllerPlugin::removeNodesWithInvalidWorkspace","p":"Neos/ContentRepository/Command/NodeCommandControllerPlugin.html#method_removeNodesWithInvalidWorkspace","d":"

Remove nodes with invalid workspace

"},{"t":"M","n":"Neos\\ContentRepository\\Command\\NodeCommandControllerPlugin::collectNodesWithInvalidWorkspace","p":"Neos/ContentRepository/Command/NodeCommandControllerPlugin.html#method_collectNodesWithInvalidWorkspace","d":"

Collects all nodes of the given node type which refer to an invalid workspace\nconfiguration.

"},{"t":"M","n":"Neos\\ContentRepository\\Command\\NodeCommandControllerPlugin::fixNodesWithInconsistentIdentifier","p":"Neos/ContentRepository/Command/NodeCommandControllerPlugin.html#method_fixNodesWithInconsistentIdentifier","d":"

Detect and fix nodes in non-live workspaces whose identifier does not match their corresponding node in the\nlive workspace.

"},{"t":"M","n":"Neos\\ContentRepository\\Command\\NodeCommandControllerPlugin::reorderChildNodes","p":"Neos/ContentRepository/Command/NodeCommandControllerPlugin.html#method_reorderChildNodes","d":"

Reorder child nodes according to the current position configuration of child nodes.

"},{"t":"M","n":"Neos\\ContentRepository\\Command\\NodeCommandControllerPlugin::reorderChildNodesByNodeType","p":"Neos/ContentRepository/Command/NodeCommandControllerPlugin.html#method_reorderChildNodesByNodeType","d":"

Reorder child nodes for the given node type

"},{"t":"M","n":"Neos\\ContentRepository\\Command\\NodeCommandControllerPlugin::repairShadowNodes","p":"Neos/ContentRepository/Command/NodeCommandControllerPlugin.html#method_repairShadowNodes","d":"

Repair nodes whose shadow nodes are missing

"},{"t":"M","n":"Neos\\ContentRepository\\Command\\NodeCommandControllerPlugin::findMissingShadowNodesInWorkspace","p":"Neos/ContentRepository/Command/NodeCommandControllerPlugin.html#method_findMissingShadowNodesInWorkspace","d":"

Collects all nodes with missing shadow nodes

"},{"t":"M","n":"Neos\\ContentRepository\\Command\\NodeCommandControllerPlugin::on","p":"Neos/ContentRepository/Command/NodeCommandControllerPlugin.html#method_on","d":"

Attaches a new event handler

"},{"t":"M","n":"Neos\\ContentRepository\\Command\\NodeCommandControllerPlugin::dispatch","p":"Neos/ContentRepository/Command/NodeCommandControllerPlugin.html#method_dispatch","d":"

Trigger a custom event

"},{"t":"M","n":"Neos\\ContentRepository\\Command\\NodeCommandControllerPluginInterface::getSubCommandShortDescription","p":"Neos/ContentRepository/Command/NodeCommandControllerPluginInterface.html#method_getSubCommandShortDescription","d":"

Returns a short description for the specific task the plugin solves for the specified command

"},{"t":"M","n":"Neos\\ContentRepository\\Command\\NodeCommandControllerPluginInterface::getSubCommandDescription","p":"Neos/ContentRepository/Command/NodeCommandControllerPluginInterface.html#method_getSubCommandDescription","d":"

Returns a piece of description for the specific task the plugin solves for the specified command

"},{"t":"M","n":"Neos\\ContentRepository\\Command\\NodeCommandControllerPluginInterface::invokeSubCommand","p":"Neos/ContentRepository/Command/NodeCommandControllerPluginInterface.html#method_invokeSubCommand","d":"

A method which runs the task implemented by the plugin for the given command

"},{"t":"M","n":"Neos\\ContentRepository\\Configuration\\NodeTypesLoader::__construct","p":"Neos/ContentRepository/Configuration/NodeTypesLoader.html#method___construct","d":null},{"t":"M","n":"Neos\\ContentRepository\\Configuration\\NodeTypesLoader::load","p":"Neos/ContentRepository/Configuration/NodeTypesLoader.html#method_load","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\ContentStream\\ContentStreamIdentifier::fromString","p":"Neos/ContentRepository/Domain/ContentStream/ContentStreamIdentifier.html#method_fromString","d":null},{"t":"M","n":"Neos\\ContentRepository\\Domain\\ContentStream\\ContentStreamIdentifier::create","p":"Neos/ContentRepository/Domain/ContentStream/ContentStreamIdentifier.html#method_create","d":null},{"t":"M","n":"Neos\\ContentRepository\\Domain\\ContentStream\\ContentStreamIdentifier::jsonSerialize","p":"Neos/ContentRepository/Domain/ContentStream/ContentStreamIdentifier.html#method_jsonSerialize","d":null},{"t":"M","n":"Neos\\ContentRepository\\Domain\\ContentStream\\ContentStreamIdentifier::getCacheEntryIdentifier","p":"Neos/ContentRepository/Domain/ContentStream/ContentStreamIdentifier.html#method_getCacheEntryIdentifier","d":null},{"t":"M","n":"Neos\\ContentRepository\\Domain\\ContentStream\\ContentStreamIdentifier::__toString","p":"Neos/ContentRepository/Domain/ContentStream/ContentStreamIdentifier.html#method___toString","d":null},{"t":"M","n":"Neos\\ContentRepository\\Domain\\ContentStream\\ContentStreamIdentifier::equals","p":"Neos/ContentRepository/Domain/ContentStream/ContentStreamIdentifier.html#method_equals","d":null},{"t":"M","n":"Neos\\ContentRepository\\Domain\\ContentSubgraph\\NodePath::fromString","p":"Neos/ContentRepository/Domain/ContentSubgraph/NodePath.html#method_fromString","d":null},{"t":"M","n":"Neos\\ContentRepository\\Domain\\ContentSubgraph\\NodePath::fromPathSegments","p":"Neos/ContentRepository/Domain/ContentSubgraph/NodePath.html#method_fromPathSegments","d":null},{"t":"M","n":"Neos\\ContentRepository\\Domain\\ContentSubgraph\\NodePath::isRoot","p":"Neos/ContentRepository/Domain/ContentSubgraph/NodePath.html#method_isRoot","d":null},{"t":"M","n":"Neos\\ContentRepository\\Domain\\ContentSubgraph\\NodePath::isAbsolute","p":"Neos/ContentRepository/Domain/ContentSubgraph/NodePath.html#method_isAbsolute","d":null},{"t":"M","n":"Neos\\ContentRepository\\Domain\\ContentSubgraph\\NodePath::appendPathSegment","p":"Neos/ContentRepository/Domain/ContentSubgraph/NodePath.html#method_appendPathSegment","d":"

IMMUTABLE function to create a new NodePath by appending a path segment. Returns a NEW NodePath object

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\ContentSubgraph\\NodePath::getParts","p":"Neos/ContentRepository/Domain/ContentSubgraph/NodePath.html#method_getParts","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\ContentSubgraph\\NodePath::getDepth","p":"Neos/ContentRepository/Domain/ContentSubgraph/NodePath.html#method_getDepth","d":null},{"t":"M","n":"Neos\\ContentRepository\\Domain\\ContentSubgraph\\NodePath::equals","p":"Neos/ContentRepository/Domain/ContentSubgraph/NodePath.html#method_equals","d":null},{"t":"M","n":"Neos\\ContentRepository\\Domain\\ContentSubgraph\\NodePath::jsonSerialize","p":"Neos/ContentRepository/Domain/ContentSubgraph/NodePath.html#method_jsonSerialize","d":null},{"t":"M","n":"Neos\\ContentRepository\\Domain\\ContentSubgraph\\NodePath::__toString","p":"Neos/ContentRepository/Domain/ContentSubgraph/NodePath.html#method___toString","d":null},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Factory\\NodeFactory::createFromNodeData","p":"Neos/ContentRepository/Domain/Factory/NodeFactory.html#method_createFromNodeData","d":"

Creates a node from the given NodeData container.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Factory\\NodeFactory::getNodeInterfaceImplementations","p":"Neos/ContentRepository/Domain/Factory/NodeFactory.html#method_getNodeInterfaceImplementations","d":"

Get all NodeInterface implementations to check if a configured node class is in there.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Factory\\NodeFactory::filterNodeByContext","p":"Neos/ContentRepository/Domain/Factory/NodeFactory.html#method_filterNodeByContext","d":"

Filter a node by the current context.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Factory\\NodeFactory::createContextMatchingNodeData","p":"Neos/ContentRepository/Domain/Factory/NodeFactory.html#method_createContextMatchingNodeData","d":"

Generates a Context that exactly fits the given NodeData Workspace and Dimensions.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Factory\\NodeFactory::reset","p":"Neos/ContentRepository/Domain/Factory/NodeFactory.html#method_reset","d":"

Reset the node instances (for testing)

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\AbstractNodeData::__construct","p":"Neos/ContentRepository/Domain/Model/AbstractNodeData.html#method___construct","d":"

Constructs this node data container

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\AbstractNodeData::ensurePropertiesIsNeverNull","p":"Neos/ContentRepository/Domain/Model/AbstractNodeData.html#method_ensurePropertiesIsNeverNull","d":"

Make sure the properties are always an array.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\AbstractNodeData::setProperty","p":"Neos/ContentRepository/Domain/Model/AbstractNodeData.html#method_setProperty","d":"

Sets the specified property.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\AbstractNodeData::persistRelatedEntities","p":"Neos/ContentRepository/Domain/Model/AbstractNodeData.html#method_persistRelatedEntities","d":"

Checks if a property value contains an entity and persists it.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\AbstractNodeData::hasProperty","p":"Neos/ContentRepository/Domain/Model/AbstractNodeData.html#method_hasProperty","d":"

If this node has a property with the given name.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\AbstractNodeData::getProperty","p":"Neos/ContentRepository/Domain/Model/AbstractNodeData.html#method_getProperty","d":"

Returns the specified property.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\AbstractNodeData::removeProperty","p":"Neos/ContentRepository/Domain/Model/AbstractNodeData.html#method_removeProperty","d":"

Removes the specified property.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\AbstractNodeData::getProperties","p":"Neos/ContentRepository/Domain/Model/AbstractNodeData.html#method_getProperties","d":"

Returns all properties of this node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\AbstractNodeData::getPropertyNames","p":"Neos/ContentRepository/Domain/Model/AbstractNodeData.html#method_getPropertyNames","d":"

Returns the names of all properties of this node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\AbstractNodeData::setContentObject","p":"Neos/ContentRepository/Domain/Model/AbstractNodeData.html#method_setContentObject","d":"

Sets a content object for this node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\AbstractNodeData::getContentObject","p":"Neos/ContentRepository/Domain/Model/AbstractNodeData.html#method_getContentObject","d":"

Returns the content object of this node (if any).

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\AbstractNodeData::unsetContentObject","p":"Neos/ContentRepository/Domain/Model/AbstractNodeData.html#method_unsetContentObject","d":"

Unsets the content object of this node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\AbstractNodeData::setNodeType","p":"Neos/ContentRepository/Domain/Model/AbstractNodeData.html#method_setNodeType","d":"

Sets the node type of this node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\AbstractNodeData::getNodeType","p":"Neos/ContentRepository/Domain/Model/AbstractNodeData.html#method_getNodeType","d":"

Returns the node type of this node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\AbstractNodeData::getCreationDateTime","p":"Neos/ContentRepository/Domain/Model/AbstractNodeData.html#method_getCreationDateTime","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\AbstractNodeData::getLastModificationDateTime","p":"Neos/ContentRepository/Domain/Model/AbstractNodeData.html#method_getLastModificationDateTime","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\AbstractNodeData::getLastPublicationDateTime","p":"Neos/ContentRepository/Domain/Model/AbstractNodeData.html#method_getLastPublicationDateTime","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\AbstractNodeData::setLastPublicationDateTime","p":"Neos/ContentRepository/Domain/Model/AbstractNodeData.html#method_setLastPublicationDateTime","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\AbstractNodeData::setHidden","p":"Neos/ContentRepository/Domain/Model/AbstractNodeData.html#method_setHidden","d":"

Sets the "hidden" flag for this node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\AbstractNodeData::isHidden","p":"Neos/ContentRepository/Domain/Model/AbstractNodeData.html#method_isHidden","d":"

Returns the current state of the hidden flag

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\AbstractNodeData::setHiddenBeforeDateTime","p":"Neos/ContentRepository/Domain/Model/AbstractNodeData.html#method_setHiddenBeforeDateTime","d":"

Sets the date and time when this node becomes potentially visible.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\AbstractNodeData::getHiddenBeforeDateTime","p":"Neos/ContentRepository/Domain/Model/AbstractNodeData.html#method_getHiddenBeforeDateTime","d":"

Returns the date and time before which this node will be automatically hidden.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\AbstractNodeData::setHiddenAfterDateTime","p":"Neos/ContentRepository/Domain/Model/AbstractNodeData.html#method_setHiddenAfterDateTime","d":"

Sets the date and time when this node should be automatically hidden

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\AbstractNodeData::getHiddenAfterDateTime","p":"Neos/ContentRepository/Domain/Model/AbstractNodeData.html#method_getHiddenAfterDateTime","d":"

Returns the date and time after which this node will be automatically hidden.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\AbstractNodeData::setHiddenInIndex","p":"Neos/ContentRepository/Domain/Model/AbstractNodeData.html#method_setHiddenInIndex","d":"

Sets if this node should be hidden in indexes, such as a site navigation.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\AbstractNodeData::isHiddenInIndex","p":"Neos/ContentRepository/Domain/Model/AbstractNodeData.html#method_isHiddenInIndex","d":"

If this node should be hidden in indexes

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\AbstractNodeData::setAccessRoles","p":"Neos/ContentRepository/Domain/Model/AbstractNodeData.html#method_setAccessRoles","d":"

Sets the roles which are required to access this node

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\AbstractNodeData::getAccessRoles","p":"Neos/ContentRepository/Domain/Model/AbstractNodeData.html#method_getAccessRoles","d":"

Returns the names of defined access roles

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\AbstractNodeData::addOrUpdate","p":"Neos/ContentRepository/Domain/Model/AbstractNodeData.html#method_addOrUpdate","d":"

By default this method does not do anything.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\AbstractNodeData::updateContentObject","p":"Neos/ContentRepository/Domain/Model/AbstractNodeData.html#method_updateContentObject","d":"

By default this method does not do anything.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\AbstractNodeData::getWorkspace","p":"Neos/ContentRepository/Domain/Model/AbstractNodeData.html#method_getWorkspace","d":"

Returns the workspace this node is contained in

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\ContentDimension::__construct","p":"Neos/ContentRepository/Domain/Model/ContentDimension.html#method___construct","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\ContentDimension::getIdentifier","p":"Neos/ContentRepository/Domain/Model/ContentDimension.html#method_getIdentifier","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\ContentDimension::getDefault","p":"Neos/ContentRepository/Domain/Model/ContentDimension.html#method_getDefault","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\ContentObjectProxy::__construct","p":"Neos/ContentRepository/Domain/Model/ContentObjectProxy.html#method___construct","d":"

Constructs this content type

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\ContentObjectProxy::initializeObject","p":"Neos/ContentRepository/Domain/Model/ContentObjectProxy.html#method_initializeObject","d":"

Fetches the identifier from the set content object. If that\nis not using automatically introduced UUIDs by Flow it tries\nto call persistAll() and fetch the identifier again. If it still\nfails, an exception is thrown.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\ContentObjectProxy::getObject","p":"Neos/ContentRepository/Domain/Model/ContentObjectProxy.html#method_getObject","d":"

Returns the real object this proxy stands for

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\ExpressionBasedNodeLabelGenerator::getExpression","p":"Neos/ContentRepository/Domain/Model/ExpressionBasedNodeLabelGenerator.html#method_getExpression","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\ExpressionBasedNodeLabelGenerator::setExpression","p":"Neos/ContentRepository/Domain/Model/ExpressionBasedNodeLabelGenerator.html#method_setExpression","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\ExpressionBasedNodeLabelGenerator::initializeObject","p":"Neos/ContentRepository/Domain/Model/ExpressionBasedNodeLabelGenerator.html#method_initializeObject","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\ExpressionBasedNodeLabelGenerator::getLabel","p":"Neos/ContentRepository/Domain/Model/ExpressionBasedNodeLabelGenerator.html#method_getLabel","d":"

Render a node label

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\InterDimension\\ContentSubgraph::__construct","p":"Neos/ContentRepository/Domain/Model/InterDimension/ContentSubgraph.html#method___construct","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\InterDimension\\ContentSubgraph::getDimensionValues","p":"Neos/ContentRepository/Domain/Model/InterDimension/ContentSubgraph.html#method_getDimensionValues","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\InterDimension\\ContentSubgraph::getDimensionValue","p":"Neos/ContentRepository/Domain/Model/InterDimension/ContentSubgraph.html#method_getDimensionValue","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\InterDimension\\ContentSubgraph::getIdentityHash","p":"Neos/ContentRepository/Domain/Model/InterDimension/ContentSubgraph.html#method_getIdentityHash","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\InterDimension\\ContentSubgraph::getWeight","p":"Neos/ContentRepository/Domain/Model/InterDimension/ContentSubgraph.html#method_getWeight","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\InterDimension\\ContentSubgraph::registerVariantEdge","p":"Neos/ContentRepository/Domain/Model/InterDimension/ContentSubgraph.html#method_registerVariantEdge","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\InterDimension\\ContentSubgraph::getVariantEdges","p":"Neos/ContentRepository/Domain/Model/InterDimension/ContentSubgraph.html#method_getVariantEdges","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\InterDimension\\ContentSubgraph::registerFallbackEdge","p":"Neos/ContentRepository/Domain/Model/InterDimension/ContentSubgraph.html#method_registerFallbackEdge","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\InterDimension\\ContentSubgraph::getFallbackEdges","p":"Neos/ContentRepository/Domain/Model/InterDimension/ContentSubgraph.html#method_getFallbackEdges","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\InterDimension\\ContentSubgraph::getVariants","p":"Neos/ContentRepository/Domain/Model/InterDimension/ContentSubgraph.html#method_getVariants","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\InterDimension\\ContentSubgraph::getFallback","p":"Neos/ContentRepository/Domain/Model/InterDimension/ContentSubgraph.html#method_getFallback","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\InterDimension\\InterDimensionalFallbackGraph::__construct","p":"Neos/ContentRepository/Domain/Model/InterDimension/InterDimensionalFallbackGraph.html#method___construct","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\InterDimension\\InterDimensionalFallbackGraph::createContentSubgraph","p":"Neos/ContentRepository/Domain/Model/InterDimension/InterDimensionalFallbackGraph.html#method_createContentSubgraph","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\InterDimension\\InterDimensionalFallbackGraph::connectSubgraphs","p":"Neos/ContentRepository/Domain/Model/InterDimension/InterDimensionalFallbackGraph.html#method_connectSubgraphs","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\InterDimension\\InterDimensionalFallbackGraph::calculateFallbackWeight","p":"Neos/ContentRepository/Domain/Model/InterDimension/InterDimensionalFallbackGraph.html#method_calculateFallbackWeight","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\InterDimension\\InterDimensionalFallbackGraph::normalizeWeight","p":"Neos/ContentRepository/Domain/Model/InterDimension/InterDimensionalFallbackGraph.html#method_normalizeWeight","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\InterDimension\\InterDimensionalFallbackGraph::determineWeightNormalizationBase","p":"Neos/ContentRepository/Domain/Model/InterDimension/InterDimensionalFallbackGraph.html#method_determineWeightNormalizationBase","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\InterDimension\\InterDimensionalFallbackGraph::getPrimaryFallback","p":"Neos/ContentRepository/Domain/Model/InterDimension/InterDimensionalFallbackGraph.html#method_getPrimaryFallback","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\InterDimension\\InterDimensionalFallbackGraph::getSubgraphs","p":"Neos/ContentRepository/Domain/Model/InterDimension/InterDimensionalFallbackGraph.html#method_getSubgraphs","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\InterDimension\\InterDimensionalFallbackGraph::getSubgraph","p":"Neos/ContentRepository/Domain/Model/InterDimension/InterDimensionalFallbackGraph.html#method_getSubgraph","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\InterDimension\\VariationEdge::__construct","p":"Neos/ContentRepository/Domain/Model/InterDimension/VariationEdge.html#method___construct","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\InterDimension\\VariationEdge::getVariant","p":"Neos/ContentRepository/Domain/Model/InterDimension/VariationEdge.html#method_getVariant","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\InterDimension\\VariationEdge::getFallback","p":"Neos/ContentRepository/Domain/Model/InterDimension/VariationEdge.html#method_getFallback","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\InterDimension\\VariationEdge::getWeight","p":"Neos/ContentRepository/Domain/Model/InterDimension/VariationEdge.html#method_getWeight","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\IntraDimension\\ContentDimension::__construct","p":"Neos/ContentRepository/Domain/Model/IntraDimension/ContentDimension.html#method___construct","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\IntraDimension\\ContentDimension::getName","p":"Neos/ContentRepository/Domain/Model/IntraDimension/ContentDimension.html#method_getName","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\IntraDimension\\ContentDimension::getLabel","p":"Neos/ContentRepository/Domain/Model/IntraDimension/ContentDimension.html#method_getLabel","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\IntraDimension\\ContentDimension::createValue","p":"Neos/ContentRepository/Domain/Model/IntraDimension/ContentDimension.html#method_createValue","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\IntraDimension\\ContentDimension::getValues","p":"Neos/ContentRepository/Domain/Model/IntraDimension/ContentDimension.html#method_getValues","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\IntraDimension\\ContentDimension::getValue","p":"Neos/ContentRepository/Domain/Model/IntraDimension/ContentDimension.html#method_getValue","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\IntraDimension\\ContentDimension::getRootValues","p":"Neos/ContentRepository/Domain/Model/IntraDimension/ContentDimension.html#method_getRootValues","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\IntraDimension\\ContentDimension::getDepth","p":"Neos/ContentRepository/Domain/Model/IntraDimension/ContentDimension.html#method_getDepth","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\IntraDimension\\ContentDimensionValue::__construct","p":"Neos/ContentRepository/Domain/Model/IntraDimension/ContentDimensionValue.html#method___construct","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\IntraDimension\\ContentDimensionValue::registerVariant","p":"Neos/ContentRepository/Domain/Model/IntraDimension/ContentDimensionValue.html#method_registerVariant","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\IntraDimension\\ContentDimensionValue::getVariants","p":"Neos/ContentRepository/Domain/Model/IntraDimension/ContentDimensionValue.html#method_getVariants","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\IntraDimension\\ContentDimensionValue::getFallback","p":"Neos/ContentRepository/Domain/Model/IntraDimension/ContentDimensionValue.html#method_getFallback","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\IntraDimension\\ContentDimensionValue::getValue","p":"Neos/ContentRepository/Domain/Model/IntraDimension/ContentDimensionValue.html#method_getValue","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\IntraDimension\\ContentDimensionValue::getDepth","p":"Neos/ContentRepository/Domain/Model/IntraDimension/ContentDimensionValue.html#method_getDepth","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\IntraDimension\\ContentDimensionValue::calculateFallbackDepth","p":"Neos/ContentRepository/Domain/Model/IntraDimension/ContentDimensionValue.html#method_calculateFallbackDepth","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\IntraDimension\\ContentDimensionValue::__toString","p":"Neos/ContentRepository/Domain/Model/IntraDimension/ContentDimensionValue.html#method___toString","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\IntraDimension\\IntraDimensionalFallbackGraph::createDimension","p":"Neos/ContentRepository/Domain/Model/IntraDimension/IntraDimensionalFallbackGraph.html#method_createDimension","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\IntraDimension\\IntraDimensionalFallbackGraph::getDimensions","p":"Neos/ContentRepository/Domain/Model/IntraDimension/IntraDimensionalFallbackGraph.html#method_getDimensions","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\IntraDimension\\IntraDimensionalFallbackGraph::getDimension","p":"Neos/ContentRepository/Domain/Model/IntraDimension/IntraDimensionalFallbackGraph.html#method_getDimension","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::__construct","p":"Neos/ContentRepository/Domain/Model/Node.html#method___construct","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::getContextPath","p":"Neos/ContentRepository/Domain/Model/Node.html#method_getContextPath","d":"

Returns the absolute path of this node with additional context information (such as the workspace name).

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::setName","p":"Neos/ContentRepository/Domain/Model/Node.html#method_setName","d":"

Set the name of the node to $newName, keeping its position as it is.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::setPath","p":"Neos/ContentRepository/Domain/Model/Node.html#method_setPath","d":"

Sets the absolute path of this node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::isNodePathAvailable","p":"Neos/ContentRepository/Domain/Model/Node.html#method_isNodePathAvailable","d":"

Checks if the given node path is available for this node, so either no node with this path exists or an existing node has the same identifier.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::setPathInternal","p":"Neos/ContentRepository/Domain/Model/Node.html#method_setPathInternal","d":"

Moves a node and sub nodes to the new path.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::setPathInternalForAggregate","p":"Neos/ContentRepository/Domain/Model/Node.html#method_setPathInternalForAggregate","d":"

Moves a node and sub nodes to the new path given with special logic for aggregate node types.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::moveNodeData","p":"Neos/ContentRepository/Domain/Model/Node.html#method_moveNodeData","d":"

Moves a NodeData object that is either a variant or child node to the given destination path.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::createNodeForVariant","p":"Neos/ContentRepository/Domain/Model/Node.html#method_createNodeForVariant","d":"

Create a node for the given NodeData, given that it is a variant of the current node

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::moveVariantOrChild","p":"Neos/ContentRepository/Domain/Model/Node.html#method_moveVariantOrChild","d":"

Moves the given variant or child node to the destination defined by the given path which is\nthe new path for the originally moved (parent|variant) node

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::moveNodeToDestinationPath","p":"Neos/ContentRepository/Domain/Model/Node.html#method_moveNodeToDestinationPath","d":"

Moves the given node to the destination path by modifying the underlaying NodeData object.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::getOtherNodeVariants","p":"Neos/ContentRepository/Domain/Model/Node.html#method_getOtherNodeVariants","d":"

Get other variants of this node (with different dimension values)

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::getCreationDateTime","p":"Neos/ContentRepository/Domain/Model/Node.html#method_getCreationDateTime","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::getLastModificationDateTime","p":"Neos/ContentRepository/Domain/Model/Node.html#method_getLastModificationDateTime","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::setLastPublicationDateTime","p":"Neos/ContentRepository/Domain/Model/Node.html#method_setLastPublicationDateTime","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::getLastPublicationDateTime","p":"Neos/ContentRepository/Domain/Model/Node.html#method_getLastPublicationDateTime","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::getPath","p":"Neos/ContentRepository/Domain/Model/Node.html#method_getPath","d":"

Returns the path of this node

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::getDepth","p":"Neos/ContentRepository/Domain/Model/Node.html#method_getDepth","d":"

Returns the level at which this node is located.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::getName","p":"Neos/ContentRepository/Domain/Model/Node.html#method_getName","d":"

Returns the name of this node

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::getLabel","p":"Neos/ContentRepository/Domain/Model/Node.html#method_getLabel","d":"

Returns the node label as generated by the configured node label generator

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::setWorkspace","p":"Neos/ContentRepository/Domain/Model/Node.html#method_setWorkspace","d":"

Sets the workspace of this node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::getWorkspace","p":"Neos/ContentRepository/Domain/Model/Node.html#method_getWorkspace","d":"

Returns the workspace this node is contained in

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::getIdentifier","p":"Neos/ContentRepository/Domain/Model/Node.html#method_getIdentifier","d":"

Returns the identifier of this node

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::setIndex","p":"Neos/ContentRepository/Domain/Model/Node.html#method_setIndex","d":"

Sets the index of this node

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::getIndex","p":"Neos/ContentRepository/Domain/Model/Node.html#method_getIndex","d":"

Returns the index of this node which determines the order among siblings\nwith the same parent node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::getParent","p":"Neos/ContentRepository/Domain/Model/Node.html#method_getParent","d":"

Returns the parent node of this node

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::getParentPath","p":"Neos/ContentRepository/Domain/Model/Node.html#method_getParentPath","d":"

Returns the parent node path

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::isRoot","p":"Neos/ContentRepository/Domain/Model/Node.html#method_isRoot","d":"

Whether or not the node is the root node (i.e. has no parent node)

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::moveBefore","p":"Neos/ContentRepository/Domain/Model/Node.html#method_moveBefore","d":"

Moves this node before the given node

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::moveAfter","p":"Neos/ContentRepository/Domain/Model/Node.html#method_moveAfter","d":"

Moves this node after the given node

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::moveInto","p":"Neos/ContentRepository/Domain/Model/Node.html#method_moveInto","d":"

Moves this node into the given node

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::copyBefore","p":"Neos/ContentRepository/Domain/Model/Node.html#method_copyBefore","d":"

Copies this node before the given node

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::copyAfter","p":"Neos/ContentRepository/Domain/Model/Node.html#method_copyAfter","d":"

Copies this node after the given node

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::copyInto","p":"Neos/ContentRepository/Domain/Model/Node.html#method_copyInto","d":"

Copies this node into the given node

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::copyIntoInternal","p":"Neos/ContentRepository/Domain/Model/Node.html#method_copyIntoInternal","d":"

Internal method to do the actual copying.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::setProperty","p":"Neos/ContentRepository/Domain/Model/Node.html#method_setProperty","d":"

Sets the specified property.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::hasProperty","p":"Neos/ContentRepository/Domain/Model/Node.html#method_hasProperty","d":"

If this node has a property with the given name.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::getProperty","p":"Neos/ContentRepository/Domain/Model/Node.html#method_getProperty","d":"

Returns the specified property.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::resolvePropertyReferences","p":"Neos/ContentRepository/Domain/Model/Node.html#method_resolvePropertyReferences","d":"

Maps the property value (an array of node identifiers) to the Node objects if needed.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::removeProperty","p":"Neos/ContentRepository/Domain/Model/Node.html#method_removeProperty","d":"

Removes the specified property.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::getProperties","p":"Neos/ContentRepository/Domain/Model/Node.html#method_getProperties","d":"

Returns all properties of this node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::getPropertyNames","p":"Neos/ContentRepository/Domain/Model/Node.html#method_getPropertyNames","d":"

Returns the names of all properties of this node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::setContentObject","p":"Neos/ContentRepository/Domain/Model/Node.html#method_setContentObject","d":"

Sets a content object for this node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::getContentObject","p":"Neos/ContentRepository/Domain/Model/Node.html#method_getContentObject","d":"

Returns the content object of this node (if any).

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::unsetContentObject","p":"Neos/ContentRepository/Domain/Model/Node.html#method_unsetContentObject","d":"

Unsets the content object of this node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::setNodeType","p":"Neos/ContentRepository/Domain/Model/Node.html#method_setNodeType","d":"

Sets the node type of this node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::getNodeType","p":"Neos/ContentRepository/Domain/Model/Node.html#method_getNodeType","d":"

Returns the node type of this node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::createNode","p":"Neos/ContentRepository/Domain/Model/Node.html#method_createNode","d":"

Creates, adds and returns a child node of this node. Also sets default\nproperties and creates default subnodes.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::createSingleNode","p":"Neos/ContentRepository/Domain/Model/Node.html#method_createSingleNode","d":"

Creates, adds and returns a child node of this node, without setting default\nproperties or creating subnodes. Only used internally.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::willChildNodeBeAutoCreated","p":"Neos/ContentRepository/Domain/Model/Node.html#method_willChildNodeBeAutoCreated","d":"

Checks if the given Node $name is configured as auto-created childNode in the NodeType configuration.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::createNodeFromTemplate","p":"Neos/ContentRepository/Domain/Model/Node.html#method_createNodeFromTemplate","d":"

Creates and persists a node from the given $nodeTemplate as child node

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::getNode","p":"Neos/ContentRepository/Domain/Model/Node.html#method_getNode","d":"

Returns a node specified by the given relative path.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::getPrimaryChildNode","p":"Neos/ContentRepository/Domain/Model/Node.html#method_getPrimaryChildNode","d":"

Returns the primary child node of this node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::getChildNodes","p":"Neos/ContentRepository/Domain/Model/Node.html#method_getChildNodes","d":"

Returns all direct child nodes of this node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::getNumberOfChildNodes","p":"Neos/ContentRepository/Domain/Model/Node.html#method_getNumberOfChildNodes","d":"

Returns the number of child nodes a similar getChildNodes() call would return.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::hasChildNodes","p":"Neos/ContentRepository/Domain/Model/Node.html#method_hasChildNodes","d":"

Checks if this node has any child nodes.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::remove","p":"Neos/ContentRepository/Domain/Model/Node.html#method_remove","d":"

Removes this node and all its child nodes. This is an alias for setRemoved(true)

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::setRemoved","p":"Neos/ContentRepository/Domain/Model/Node.html#method_setRemoved","d":"

Enables using the remove method when only setters are available

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::isRemoved","p":"Neos/ContentRepository/Domain/Model/Node.html#method_isRemoved","d":"

If this node is a removed node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::setHidden","p":"Neos/ContentRepository/Domain/Model/Node.html#method_setHidden","d":"

Sets the "hidden" flag for this node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::isHidden","p":"Neos/ContentRepository/Domain/Model/Node.html#method_isHidden","d":"

Returns the current state of the hidden flag

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::setHiddenBeforeDateTime","p":"Neos/ContentRepository/Domain/Model/Node.html#method_setHiddenBeforeDateTime","d":"

Sets the date and time when this node becomes potentially visible.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::getHiddenBeforeDateTime","p":"Neos/ContentRepository/Domain/Model/Node.html#method_getHiddenBeforeDateTime","d":"

Returns the date and time before which this node will be automatically hidden.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::setHiddenAfterDateTime","p":"Neos/ContentRepository/Domain/Model/Node.html#method_setHiddenAfterDateTime","d":"

Sets the date and time when this node should be automatically hidden

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::getHiddenAfterDateTime","p":"Neos/ContentRepository/Domain/Model/Node.html#method_getHiddenAfterDateTime","d":"

Returns the date and time after which this node will be automatically hidden.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::setHiddenInIndex","p":"Neos/ContentRepository/Domain/Model/Node.html#method_setHiddenInIndex","d":"

Sets if this node should be hidden in indexes, such as a site navigation.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::isHiddenInIndex","p":"Neos/ContentRepository/Domain/Model/Node.html#method_isHiddenInIndex","d":"

If this node should be hidden in indexes

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::setAccessRoles","p":"Neos/ContentRepository/Domain/Model/Node.html#method_setAccessRoles","d":"

Sets the roles which are required to access this node

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::getAccessRoles","p":"Neos/ContentRepository/Domain/Model/Node.html#method_getAccessRoles","d":"

Returns the names of defined access roles

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::hasAccessRestrictions","p":"Neos/ContentRepository/Domain/Model/Node.html#method_hasAccessRestrictions","d":"

Tells if a node, in general, has access restrictions, independent of the\ncurrent security context.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::isVisible","p":"Neos/ContentRepository/Domain/Model/Node.html#method_isVisible","d":"

Tells if this node is "visible".

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::isAccessible","p":"Neos/ContentRepository/Domain/Model/Node.html#method_isAccessible","d":"

Tells if this node may be accessed according to the current security context.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::getContext","p":"Neos/ContentRepository/Domain/Model/Node.html#method_getContext","d":"

Returns the context this node operates in.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::materializeNodeDataAsNeeded","p":"Neos/ContentRepository/Domain/Model/Node.html#method_materializeNodeDataAsNeeded","d":"

Materialize the node data either shallow or with child nodes depending\non how we materialize (workspace or dimensions).

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::materializeNodeData","p":"Neos/ContentRepository/Domain/Model/Node.html#method_materializeNodeData","d":"

Materializes the original node data (of a different workspace) into the current\nworkspace. And unlike the shallow counterpart does that for all auto-created\nchild nodes as well.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::shallowMaterializeNodeData","p":"Neos/ContentRepository/Domain/Model/Node.html#method_shallowMaterializeNodeData","d":"

Materializes the original node data (of a different workspace) into the current\nworkspace.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::createRecursiveCopy","p":"Neos/ContentRepository/Domain/Model/Node.html#method_createRecursiveCopy","d":"

Create a recursive copy of this node below $referenceNode with $nodeName.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::isNodeDataMatchingContext","p":"Neos/ContentRepository/Domain/Model/Node.html#method_isNodeDataMatchingContext","d":"

The NodeData matches the context if the workspace matches exactly.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::workspaceIsMatchingContext","p":"Neos/ContentRepository/Domain/Model/Node.html#method_workspaceIsMatchingContext","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::similarize","p":"Neos/ContentRepository/Domain/Model/Node.html#method_similarize","d":"

For internal use in createRecursiveCopy.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::getNodeData","p":"Neos/ContentRepository/Domain/Model/Node.html#method_getNodeData","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::getCacheEntryIdentifier","p":"Neos/ContentRepository/Domain/Model/Node.html#method_getCacheEntryIdentifier","d":"

Returns a string which distinctly identifies this object and thus can be used as an identifier for cache entries\nrelated to this object.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::getDimensions","p":"Neos/ContentRepository/Domain/Model/Node.html#method_getDimensions","d":"

Return the assigned content dimensions of the node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::createVariantForContext","p":"Neos/ContentRepository/Domain/Model/Node.html#method_createVariantForContext","d":"

Given a context a new node is returned that is like this node, but\nlives in the new context.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::dimensionsAreMatchingTargetDimensionValues","p":"Neos/ContentRepository/Domain/Model/Node.html#method_dimensionsAreMatchingTargetDimensionValues","d":"

Internal method

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::setNodeData","p":"Neos/ContentRepository/Domain/Model/Node.html#method_setNodeData","d":"

Set the associated NodeData in regards to the Context.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::isNodeTypeAllowedAsChildNode","p":"Neos/ContentRepository/Domain/Model/Node.html#method_isNodeTypeAllowedAsChildNode","d":"

Checks if the given $nodeType would be allowed as a child node of this node according to the configured constraints.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::isAutoCreated","p":"Neos/ContentRepository/Domain/Model/Node.html#method_isAutoCreated","d":"

Determine if this node is configured as auto-created childNode of the parent node. If that is the case, it\nshould not be deleted.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::isTethered","p":"Neos/ContentRepository/Domain/Model/Node.html#method_isTethered","d":"

Whether or not this node is tethered to its parent, fka auto created child node

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::setNodeDataIsMatchingContext","p":"Neos/ContentRepository/Domain/Model/Node.html#method_setNodeDataIsMatchingContext","d":"

Set the status of the associated NodeData in regards to the Context.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::getContentStreamIdentifier","p":"Neos/ContentRepository/Domain/Model/Node.html#method_getContentStreamIdentifier","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::getNodeAggregateIdentifier","p":"Neos/ContentRepository/Domain/Model/Node.html#method_getNodeAggregateIdentifier","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::getNodeTypeName","p":"Neos/ContentRepository/Domain/Model/Node.html#method_getNodeTypeName","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::getNodeName","p":"Neos/ContentRepository/Domain/Model/Node.html#method_getNodeName","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::getDimensionSpacePoint","p":"Neos/ContentRepository/Domain/Model/Node.html#method_getDimensionSpacePoint","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::getOriginDimensionSpacePoint","p":"Neos/ContentRepository/Domain/Model/Node.html#method_getOriginDimensionSpacePoint","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::findParentNode","p":"Neos/ContentRepository/Domain/Model/Node.html#method_findParentNode","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::findNodePath","p":"Neos/ContentRepository/Domain/Model/Node.html#method_findNodePath","d":"

Retrieves and returns the node's path to its root node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::findNamedChildNode","p":"Neos/ContentRepository/Domain/Model/Node.html#method_findNamedChildNode","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::findChildNodes","p":"Neos/ContentRepository/Domain/Model/Node.html#method_findChildNodes","d":"

Returns all direct child nodes of this node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::countChildNodes","p":"Neos/ContentRepository/Domain/Model/Node.html#method_countChildNodes","d":"

Returns the number of direct child nodes of this node from its subgraph.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::findReferencedNodes","p":"Neos/ContentRepository/Domain/Model/Node.html#method_findReferencedNodes","d":"

Retrieves and returns all nodes referenced by this node from its subgraph.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::findNamedReferencedNodes","p":"Neos/ContentRepository/Domain/Model/Node.html#method_findNamedReferencedNodes","d":"

Retrieves and returns nodes referenced by this node by name from its subgraph.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::findReferencingNodes","p":"Neos/ContentRepository/Domain/Model/Node.html#method_findReferencingNodes","d":"

Retrieves and returns nodes referencing this node from its subgraph.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::findNamedReferencingNodes","p":"Neos/ContentRepository/Domain/Model/Node.html#method_findNamedReferencingNodes","d":"

Retrieves and returns nodes referencing this node by name from its subgraph.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::emitBeforeNodeMove","p":"Neos/ContentRepository/Domain/Model/Node.html#method_emitBeforeNodeMove","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::emitAfterNodeMove","p":"Neos/ContentRepository/Domain/Model/Node.html#method_emitAfterNodeMove","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::emitBeforeNodeCopy","p":"Neos/ContentRepository/Domain/Model/Node.html#method_emitBeforeNodeCopy","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::emitAfterNodeCopy","p":"Neos/ContentRepository/Domain/Model/Node.html#method_emitAfterNodeCopy","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::emitNodePathChanged","p":"Neos/ContentRepository/Domain/Model/Node.html#method_emitNodePathChanged","d":"

Signals that the node path has been changed.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::emitBeforeNodeCreate","p":"Neos/ContentRepository/Domain/Model/Node.html#method_emitBeforeNodeCreate","d":"

Signals that a node will be created.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::emitAfterNodeCreate","p":"Neos/ContentRepository/Domain/Model/Node.html#method_emitAfterNodeCreate","d":"

Signals that a node was created.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::emitNodeAdded","p":"Neos/ContentRepository/Domain/Model/Node.html#method_emitNodeAdded","d":"

Signals that a node was added.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::emitNodeUpdated","p":"Neos/ContentRepository/Domain/Model/Node.html#method_emitNodeUpdated","d":"

Signals that a node was updated.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::emitNodeRemoved","p":"Neos/ContentRepository/Domain/Model/Node.html#method_emitNodeRemoved","d":"

Signals that a node was removed.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::emitBeforeNodePropertyChange","p":"Neos/ContentRepository/Domain/Model/Node.html#method_emitBeforeNodePropertyChange","d":"

Signals that the property of a node will be changed.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::emitNodePropertyChanged","p":"Neos/ContentRepository/Domain/Model/Node.html#method_emitNodePropertyChanged","d":"

Signals that the property of a node was changed.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::__toString","p":"Neos/ContentRepository/Domain/Model/Node.html#method___toString","d":"

For debugging purposes, the node can be converted to a string.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Node::equals","p":"Neos/ContentRepository/Domain/Model/Node.html#method_equals","d":"

Compare whether two traversable nodes are equal

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeData::__construct","p":"Neos/ContentRepository/Domain/Model/NodeData.html#method___construct","d":"

Constructs this node data container

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeData::getName","p":"Neos/ContentRepository/Domain/Model/NodeData.html#method_getName","d":"

Returns the name of this node

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeData::setPath","p":"Neos/ContentRepository/Domain/Model/NodeData.html#method_setPath","d":"

Sets the absolute path of this node

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeData::getPath","p":"Neos/ContentRepository/Domain/Model/NodeData.html#method_getPath","d":"

Returns the path of this node

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeData::getContextPath","p":"Neos/ContentRepository/Domain/Model/NodeData.html#method_getContextPath","d":"

Returns the absolute path of this node with additional context information (such as the workspace name).

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeData::getDepth","p":"Neos/ContentRepository/Domain/Model/NodeData.html#method_getDepth","d":"

Returns the level at which this node is located.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeData::setWorkspace","p":"Neos/ContentRepository/Domain/Model/NodeData.html#method_setWorkspace","d":"

Sets the workspace of this node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeData::getWorkspace","p":"Neos/ContentRepository/Domain/Model/NodeData.html#method_getWorkspace","d":"

Returns the workspace this node is contained in

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeData::getIdentifier","p":"Neos/ContentRepository/Domain/Model/NodeData.html#method_getIdentifier","d":"

Returns the identifier of this node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeData::setIndex","p":"Neos/ContentRepository/Domain/Model/NodeData.html#method_setIndex","d":"

Sets the index of this node

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeData::getIndex","p":"Neos/ContentRepository/Domain/Model/NodeData.html#method_getIndex","d":"

Returns the index of this node which determines the order among siblings\nwith the same parent node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeData::getParent","p":"Neos/ContentRepository/Domain/Model/NodeData.html#method_getParent","d":"

Returns the parent node of this node

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeData::getParentPath","p":"Neos/ContentRepository/Domain/Model/NodeData.html#method_getParentPath","d":"

Returns the parent node path

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeData::createNodeData","p":"Neos/ContentRepository/Domain/Model/NodeData.html#method_createNodeData","d":"

Creates, adds and returns a child node of this node. Also sets default\nproperties and creates default subnodes.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeData::createSingleNodeData","p":"Neos/ContentRepository/Domain/Model/NodeData.html#method_createSingleNodeData","d":"

Creates, adds and returns a child node of this node, without setting default\nproperties or creating subnodes.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeData::createNodeDataFromTemplate","p":"Neos/ContentRepository/Domain/Model/NodeData.html#method_createNodeDataFromTemplate","d":"

Creates and persists a node from the given $nodeTemplate as child node

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeData::setIdentifier","p":"Neos/ContentRepository/Domain/Model/NodeData.html#method_setIdentifier","d":"

Change the identifier of this node data

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeData::getChildNodeData","p":"Neos/ContentRepository/Domain/Model/NodeData.html#method_getChildNodeData","d":"

Returns all direct child node data of this node data with reducing the result by dimensionHash only

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeData::getNumberOfChildNodes","p":"Neos/ContentRepository/Domain/Model/NodeData.html#method_getNumberOfChildNodes","d":"

Returns the number of child nodes a similar getChildNodes() call would return.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeData::remove","p":"Neos/ContentRepository/Domain/Model/NodeData.html#method_remove","d":"

Removes this node and all its child nodes. This is an alias for setRemoved(true)

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeData::setRemoved","p":"Neos/ContentRepository/Domain/Model/NodeData.html#method_setRemoved","d":"

Enables using the remove method when only setters are available

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeData::isRemoved","p":"Neos/ContentRepository/Domain/Model/NodeData.html#method_isRemoved","d":"

If this node is a removed node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeData::isVisible","p":"Neos/ContentRepository/Domain/Model/NodeData.html#method_isVisible","d":"

Tells if this node is "visible".

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeData::isAccessible","p":"Neos/ContentRepository/Domain/Model/NodeData.html#method_isAccessible","d":"

Tells if this node may be accessed according to the current security context.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeData::hasAccessRestrictions","p":"Neos/ContentRepository/Domain/Model/NodeData.html#method_hasAccessRestrictions","d":"

Tells if a node, in general, has access restrictions, independent of the\ncurrent security context.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeData::getDimensions","p":"Neos/ContentRepository/Domain/Model/NodeData.html#method_getDimensions","d":"

Internal use, do not retrieve collection directly

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeData::setDimensions","p":"Neos/ContentRepository/Domain/Model/NodeData.html#method_setDimensions","d":"

Internal use, do not manipulate collection directly

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeData::findExistingDimensionMatching","p":"Neos/ContentRepository/Domain/Model/NodeData.html#method_findExistingDimensionMatching","d":"

Internal method used in setDimensions to reuse dimension objects with the same name/value pair.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeData::getMovedTo","p":"Neos/ContentRepository/Domain/Model/NodeData.html#method_getMovedTo","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeData::setMovedTo","p":"Neos/ContentRepository/Domain/Model/NodeData.html#method_setMovedTo","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeData::similarize","p":"Neos/ContentRepository/Domain/Model/NodeData.html#method_similarize","d":"

Make the node "similar" to the given source node. That means,

\n
    \n
  • all properties
  • \n
  • index
  • \n
  • node type
  • \n
  • content object\nwill be set to the same values as in the source node.
  • \n
"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeData::getDimensionValues","p":"Neos/ContentRepository/Domain/Model/NodeData.html#method_getDimensionValues","d":"

Returns the dimensions and their values.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeData::buildDimensionValues","p":"Neos/ContentRepository/Domain/Model/NodeData.html#method_buildDimensionValues","d":"

Build a cached array of dimension values and a hash to search for it.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeData::getDimensionsHash","p":"Neos/ContentRepository/Domain/Model/NodeData.html#method_getDimensionsHash","d":"

Get a unique string for all dimension values

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeData::matchesWorkspaceAndDimensions","p":"Neos/ContentRepository/Domain/Model/NodeData.html#method_matchesWorkspaceAndDimensions","d":"

Checks if this instance matches the given workspace and dimensions.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeData::isInternal","p":"Neos/ContentRepository/Domain/Model/NodeData.html#method_isInternal","d":"

Check if this NodeData object is a purely internal technical object (like a shadow node).

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeData::move","p":"Neos/ContentRepository/Domain/Model/NodeData.html#method_move","d":"

Move this NodeData to the given path and workspace.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeData::getExistingShadowNodeDataInExactWorkspace","p":"Neos/ContentRepository/Domain/Model/NodeData.html#method_getExistingShadowNodeDataInExactWorkspace","d":"

Find an existing shadow node data on the given path for the current node data of the node (used by setPath)

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeData::createShadow","p":"Neos/ContentRepository/Domain/Model/NodeData.html#method_createShadow","d":"

Create a shadow NodeData at the given path with the same workspace and dimensions as this

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeData::setAsShadowOf","p":"Neos/ContentRepository/Domain/Model/NodeData.html#method_setAsShadowOf","d":"

This becomes a shdow of the given NodeData object.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeData::materializeToWorkspace","p":"Neos/ContentRepository/Domain/Model/NodeData.html#method_materializeToWorkspace","d":"

Materializes the original node data (of a different workspace) into the current\nworkspace, excluding content dimensions

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeData::addOrUpdate","p":"Neos/ContentRepository/Domain/Model/NodeData.html#method_addOrUpdate","d":"

Adds this node to the Node Repository or updates it if it has been added earlier

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeData::updateContentObject","p":"Neos/ContentRepository/Domain/Model/NodeData.html#method_updateContentObject","d":"

Updates the attached content object

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeData::calculatePathHash","p":"Neos/ContentRepository/Domain/Model/NodeData.html#method_calculatePathHash","d":"

Calculates the hash corresponding to the path of this instance.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeData::calculateParentPathHash","p":"Neos/ContentRepository/Domain/Model/NodeData.html#method_calculateParentPathHash","d":"

Calculates the hash corresponding to the dimensions and their values for this instance.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeData::__clone","p":"Neos/ContentRepository/Domain/Model/NodeData.html#method___clone","d":"

Create a fresh collection instance and clone dimensions

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeData::emitNodePathChanged","p":"Neos/ContentRepository/Domain/Model/NodeData.html#method_emitNodePathChanged","d":"

Signals that a node has changed its path.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeDimension::__construct","p":"Neos/ContentRepository/Domain/Model/NodeDimension.html#method___construct","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeDimension::setName","p":"Neos/ContentRepository/Domain/Model/NodeDimension.html#method_setName","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeDimension::getName","p":"Neos/ContentRepository/Domain/Model/NodeDimension.html#method_getName","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeDimension::setValue","p":"Neos/ContentRepository/Domain/Model/NodeDimension.html#method_setValue","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeDimension::getValue","p":"Neos/ContentRepository/Domain/Model/NodeDimension.html#method_getValue","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeDimension::setNodeData","p":"Neos/ContentRepository/Domain/Model/NodeDimension.html#method_setNodeData","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeDimension::getNodeData","p":"Neos/ContentRepository/Domain/Model/NodeDimension.html#method_getNodeData","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::setName","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_setName","d":"

Set the name of the node to $newName, keeping it's position as it is

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::getName","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_getName","d":"

Returns the name of this node

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::getLabel","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_getLabel","d":"

Returns a full length plain text label of this node

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::setProperty","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_setProperty","d":"

Sets the specified property.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::hasProperty","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_hasProperty","d":"

If this node has a property with the given name.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::getProperty","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_getProperty","d":"

Returns the specified property.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::removeProperty","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_removeProperty","d":"

Removes the specified property.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::getProperties","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_getProperties","d":"

Returns all properties of this node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::getPropertyNames","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_getPropertyNames","d":"

Returns the names of all properties of this node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::setContentObject","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_setContentObject","d":"

Sets a content object for this node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::getContentObject","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_getContentObject","d":"

Returns the content object of this node (if any).

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::unsetContentObject","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_unsetContentObject","d":"

Unsets the content object of this node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::setNodeType","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_setNodeType","d":"

Sets the node type of this node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::getNodeType","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_getNodeType","d":"

Returns the node type of this node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::setHidden","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_setHidden","d":"

Sets the "hidden" flag for this node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::isHidden","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_isHidden","d":"

Returns the current state of the hidden flag

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::setHiddenBeforeDateTime","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_setHiddenBeforeDateTime","d":"

Sets the date and time when this node becomes potentially visible.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::getHiddenBeforeDateTime","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_getHiddenBeforeDateTime","d":"

Returns the date and time before which this node will be automatically hidden.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::setHiddenAfterDateTime","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_setHiddenAfterDateTime","d":"

Sets the date and time when this node should be automatically hidden

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::getHiddenAfterDateTime","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_getHiddenAfterDateTime","d":"

Returns the date and time after which this node will be automatically hidden.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::setHiddenInIndex","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_setHiddenInIndex","d":"

Sets if this node should be hidden in indexes, such as a site navigation.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::isHiddenInIndex","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_isHiddenInIndex","d":"

If this node should be hidden in indexes

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::setAccessRoles","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_setAccessRoles","d":"

Sets the roles which are required to access this node

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::getAccessRoles","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_getAccessRoles","d":"

Returns the names of defined access roles

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::getPath","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_getPath","d":"

Returns the path of this node

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::getContextPath","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_getContextPath","d":"

Returns the absolute path of this node with additional context information (such as the workspace name).

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::getDepth","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_getDepth","d":"

Returns the level at which this node is located.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::setWorkspace","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_setWorkspace","d":"

Sets the workspace of this node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::getWorkspace","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_getWorkspace","d":"

Returns the workspace this node is contained in

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::getIdentifier","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_getIdentifier","d":"

Returns the identifier of this node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::setIndex","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_setIndex","d":"

Sets the index of this node

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::getIndex","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_getIndex","d":"

Returns the index of this node which determines the order among siblings\nwith the same parent node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::getParent","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_getParent","d":"

Returns the parent node of this node

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::getParentPath","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_getParentPath","d":"

Returns the parent node path

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::createNode","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_createNode","d":"

Creates, adds and returns a child node of this node. Also sets default\nproperties and creates default subnodes.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::createSingleNode","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_createSingleNode","d":"

Creates, adds and returns a child node of this node, without setting default\nproperties or creating subnodes.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::createNodeFromTemplate","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_createNodeFromTemplate","d":"

Creates and persists a node from the given $nodeTemplate as child node

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::getNode","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_getNode","d":"

Returns a node specified by the given relative path.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::getPrimaryChildNode","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_getPrimaryChildNode","d":"

Returns the primary child node of this node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::getChildNodes","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_getChildNodes","d":"

Returns all direct child nodes of this node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::hasChildNodes","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_hasChildNodes","d":"

Checks if this node has any child nodes.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::remove","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_remove","d":"

Removes this node and all its child nodes. This is an alias for setRemoved(true)

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::setRemoved","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_setRemoved","d":"

Removes this node and all its child nodes or sets ONLY this node to not being removed.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::isRemoved","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_isRemoved","d":"

If this node is a removed node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::isVisible","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_isVisible","d":"

Tells if this node is "visible".

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::isAccessible","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_isAccessible","d":"

Tells if this node may be accessed according to the current security context.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::hasAccessRestrictions","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_hasAccessRestrictions","d":"

Tells if a node, in general, has access restrictions, independent of the\ncurrent security context.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::isNodeTypeAllowedAsChildNode","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_isNodeTypeAllowedAsChildNode","d":"

Checks if the given $nodeType would be allowed as a child node of this node according to the configured constraints.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::moveBefore","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_moveBefore","d":"

Moves this node before the given node

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::moveAfter","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_moveAfter","d":"

Moves this node after the given node

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::moveInto","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_moveInto","d":"

Moves this node into the given node

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::copyBefore","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_copyBefore","d":"

Copies this node before the given node

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::copyAfter","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_copyAfter","d":"

Copies this node after the given node

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::copyInto","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_copyInto","d":"

Copies this node to below the given node. The new node will be added behind\nany existing sub nodes of the given node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::getNodeData","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_getNodeData","d":"

Return the NodeData representation of the node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::getContext","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_getContext","d":"

Return the context of the node

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::getDimensions","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_getDimensions","d":"

Return the assigned content dimensions of the node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::createVariantForContext","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_createVariantForContext","d":"

Given a context a new node is returned that is like this node, but\nlives in the new context.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::isAutoCreated","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_isAutoCreated","d":"

Determine if this node is configured as auto-created childNode of the parent node. If that is the case, it\nshould not be deleted.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::getOtherNodeVariants","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_getOtherNodeVariants","d":"

Get other variants of this node (with different dimension values)

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeLabelGeneratorInterface::getLabel","p":"Neos/ContentRepository/Domain/Model/NodeLabelGeneratorInterface.html#method_getLabel","d":"

Render a node label

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeTemplate::setIdentifier","p":"Neos/ContentRepository/Domain/Model/NodeTemplate.html#method_setIdentifier","d":"

Allows to set a UUID to use for the node that will be created from this\nNodeTemplate. Use with care, usually identifier generation should be left\nto the ContentRepository.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeTemplate::getIdentifier","p":"Neos/ContentRepository/Domain/Model/NodeTemplate.html#method_getIdentifier","d":"

Returns the UUID set in this NodeTemplate.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeTemplate::setName","p":"Neos/ContentRepository/Domain/Model/NodeTemplate.html#method_setName","d":"

Set the name to $newName

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeTemplate::getName","p":"Neos/ContentRepository/Domain/Model/NodeTemplate.html#method_getName","d":"

Get the name of this node template.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeTemplate::getWorkspace","p":"Neos/ContentRepository/Domain/Model/NodeTemplate.html#method_getWorkspace","d":"

A NodeTemplate is not stored in any workspace, thus this method returns NULL.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeType::__construct","p":"Neos/ContentRepository/Domain/Model/NodeType.html#method___construct","d":"

Constructs this node type

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeType::initialize","p":"Neos/ContentRepository/Domain/Model/NodeType.html#method_initialize","d":"

Initializes this node type

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeType::buildFullConfiguration","p":"Neos/ContentRepository/Domain/Model/NodeType.html#method_buildFullConfiguration","d":"

Builds the full configuration by merging configuration from the supertypes into the local configuration.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeType::getFlattenedSuperTypes","p":"Neos/ContentRepository/Domain/Model/NodeType.html#method_getFlattenedSuperTypes","d":"

Returns a flat list of super types to inherit from.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeType::applyPostprocessing","p":"Neos/ContentRepository/Domain/Model/NodeType.html#method_applyPostprocessing","d":"

Iterates through configured postprocessors and invokes them

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeType::getName","p":"Neos/ContentRepository/Domain/Model/NodeType.html#method_getName","d":"

Returns the name of this node type

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeType::isAbstract","p":"Neos/ContentRepository/Domain/Model/NodeType.html#method_isAbstract","d":"

Return boolean true if marked abstract

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeType::isFinal","p":"Neos/ContentRepository/Domain/Model/NodeType.html#method_isFinal","d":"

Return boolean true if marked final

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeType::getDeclaredSuperTypes","p":"Neos/ContentRepository/Domain/Model/NodeType.html#method_getDeclaredSuperTypes","d":"

Returns the direct, explicitly declared super types\nof this node type.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeType::isAggregate","p":"Neos/ContentRepository/Domain/Model/NodeType.html#method_isAggregate","d":"

Returns whether this node type (or any parent type) is an aggregate.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeType::isOfType","p":"Neos/ContentRepository/Domain/Model/NodeType.html#method_isOfType","d":"

If this node type or any of the direct or indirect super types\nhas the given name.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeType::getLocalConfiguration","p":"Neos/ContentRepository/Domain/Model/NodeType.html#method_getLocalConfiguration","d":"

Get the local configuration of the node type. Should only be used internally.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeType::getFullConfiguration","p":"Neos/ContentRepository/Domain/Model/NodeType.html#method_getFullConfiguration","d":"

Get the full configuration of the node type. Should only be used internally.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeType::hasConfiguration","p":"Neos/ContentRepository/Domain/Model/NodeType.html#method_hasConfiguration","d":"

Checks if the configuration of this node type contains a setting for the given $configurationPath

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeType::getConfiguration","p":"Neos/ContentRepository/Domain/Model/NodeType.html#method_getConfiguration","d":"

Returns the configuration option with the specified $configurationPath or NULL if it does not exist

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeType::getLabel","p":"Neos/ContentRepository/Domain/Model/NodeType.html#method_getLabel","d":"

Get the human-readable label of this node type

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeType::getOptions","p":"Neos/ContentRepository/Domain/Model/NodeType.html#method_getOptions","d":"

Get additional options (if specified)

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeType::getNodeLabelGenerator","p":"Neos/ContentRepository/Domain/Model/NodeType.html#method_getNodeLabelGenerator","d":"

Return the node label generator class for the given node

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeType::getProperties","p":"Neos/ContentRepository/Domain/Model/NodeType.html#method_getProperties","d":"

Return the array with the defined properties. The key is the property name,\nthe value the property configuration. There are no guarantees on how the\nproperty configuration looks like.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeType::getPropertyType","p":"Neos/ContentRepository/Domain/Model/NodeType.html#method_getPropertyType","d":"

Returns the configured type of the specified property

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeType::getDefaultValuesForProperties","p":"Neos/ContentRepository/Domain/Model/NodeType.html#method_getDefaultValuesForProperties","d":"

Return an array with the defined default values for each property, if any.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeType::getAutoCreatedChildNodes","p":"Neos/ContentRepository/Domain/Model/NodeType.html#method_getAutoCreatedChildNodes","d":"

Return an array with child nodes which should be automatically created

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeType::hasAutoCreatedChildNode","p":"Neos/ContentRepository/Domain/Model/NodeType.html#method_hasAutoCreatedChildNode","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeType::getTypeOfAutoCreatedChildNode","p":"Neos/ContentRepository/Domain/Model/NodeType.html#method_getTypeOfAutoCreatedChildNode","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeType::allowsChildNodeType","p":"Neos/ContentRepository/Domain/Model/NodeType.html#method_allowsChildNodeType","d":"

Checks if the given NodeType is acceptable as sub-node with the configured constraints,\nnot taking constraints of auto-created nodes into account. Thus, this method only returns\nthe correct result if called on NON-AUTO-CREATED nodes!

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeType::allowsGrandchildNodeType","p":"Neos/ContentRepository/Domain/Model/NodeType.html#method_allowsGrandchildNodeType","d":"

Checks if the given $nodeType is allowed as a childNode of the given $childNodeName\n(which must be auto-created in $this NodeType).

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeType::isNodeTypeAllowedByConstraints","p":"Neos/ContentRepository/Domain/Model/NodeType.html#method_isNodeTypeAllowedByConstraints","d":"

Internal method to check whether the passed-in $nodeType is allowed by the $constraints array.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeType::isNodeTypeAllowedByDirectConstraints","p":"Neos/ContentRepository/Domain/Model/NodeType.html#method_isNodeTypeAllowedByDirectConstraints","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeType::isNodeTypeAllowedByInheritanceConstraints","p":"Neos/ContentRepository/Domain/Model/NodeType.html#method_isNodeTypeAllowedByInheritanceConstraints","d":"

This method loops over the constraints and finds node types that the given node type inherits from. For all\nmatched super types, their super types are traversed to find the closest super node with a constraint which\nis used to evaluated if the node type is allowed. It finds the closest results for true and false, and uses\nthe distance to choose which one wins (lowest). If no result is found the node type is allowed.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeType::traverseSuperTypes","p":"Neos/ContentRepository/Domain/Model/NodeType.html#method_traverseSuperTypes","d":"

This method traverses the given node type to find the first super type that matches the constraint node type.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeType::setFullConfiguration","p":"Neos/ContentRepository/Domain/Model/NodeType.html#method_setFullConfiguration","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeType::__toString","p":"Neos/ContentRepository/Domain/Model/NodeType.html#method___toString","d":"

Alias for getName().

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\UserInterface::getLabel","p":"Neos/ContentRepository/Domain/Model/UserInterface.html#method_getLabel","d":"

Returns a label which can be used as a human-friendly identifier for this user, for example his or her first\nand last name.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Workspace::__construct","p":"Neos/ContentRepository/Domain/Model/Workspace.html#method___construct","d":"

Constructs a new workspace

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Workspace::initializeObject","p":"Neos/ContentRepository/Domain/Model/Workspace.html#method_initializeObject","d":"

Initializes this workspace.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Workspace::getName","p":"Neos/ContentRepository/Domain/Model/Workspace.html#method_getName","d":"

Returns the name of this workspace

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Workspace::getTitle","p":"Neos/ContentRepository/Domain/Model/Workspace.html#method_getTitle","d":"

Returns the workspace title

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Workspace::setTitle","p":"Neos/ContentRepository/Domain/Model/Workspace.html#method_setTitle","d":"

Sets workspace title

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Workspace::getDescription","p":"Neos/ContentRepository/Domain/Model/Workspace.html#method_getDescription","d":"

Returns the workspace description

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Workspace::setDescription","p":"Neos/ContentRepository/Domain/Model/Workspace.html#method_setDescription","d":"

Sets the workspace description

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Workspace::getOwner","p":"Neos/ContentRepository/Domain/Model/Workspace.html#method_getOwner","d":"

Returns the workspace owner.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Workspace::setOwner","p":"Neos/ContentRepository/Domain/Model/Workspace.html#method_setOwner","d":"

Returns the workspace owner.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Workspace::isPersonalWorkspace","p":"Neos/ContentRepository/Domain/Model/Workspace.html#method_isPersonalWorkspace","d":"

Checks if this workspace is a user's personal workspace

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Workspace::isPrivateWorkspace","p":"Neos/ContentRepository/Domain/Model/Workspace.html#method_isPrivateWorkspace","d":"

Checks if this workspace is shared only across users with access to internal workspaces, for example "reviewers"

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Workspace::isInternalWorkspace","p":"Neos/ContentRepository/Domain/Model/Workspace.html#method_isInternalWorkspace","d":"

Checks if this workspace is shared across all editors

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Workspace::isPublicWorkspace","p":"Neos/ContentRepository/Domain/Model/Workspace.html#method_isPublicWorkspace","d":"

Checks if this workspace is public to everyone, even without authentication

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Workspace::setBaseWorkspace","p":"Neos/ContentRepository/Domain/Model/Workspace.html#method_setBaseWorkspace","d":"

Sets the base workspace

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Workspace::getBaseWorkspace","p":"Neos/ContentRepository/Domain/Model/Workspace.html#method_getBaseWorkspace","d":"

Returns the base workspace, if any

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Workspace::getBaseWorkspaces","p":"Neos/ContentRepository/Domain/Model/Workspace.html#method_getBaseWorkspaces","d":"

Returns all base workspaces, if any

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Workspace::getRootNodeData","p":"Neos/ContentRepository/Domain/Model/Workspace.html#method_getRootNodeData","d":"

Returns the root node data of this workspace

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Workspace::publish","p":"Neos/ContentRepository/Domain/Model/Workspace.html#method_publish","d":"

Publishes the content of this workspace to another workspace.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Workspace::publishNodes","p":"Neos/ContentRepository/Domain/Model/Workspace.html#method_publishNodes","d":"

Publishes the given nodes to the target workspace.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Workspace::publishNode","p":"Neos/ContentRepository/Domain/Model/Workspace.html#method_publishNode","d":"

Publishes the given node to the target workspace.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Workspace::publishNodeCanBeSkipped","p":"Neos/ContentRepository/Domain/Model/Workspace.html#method_publishNodeCanBeSkipped","d":"

Checks if the given node can / needs to be published to the given target workspace or if that operation can\nbe skipped.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Workspace::replaceNodeData","p":"Neos/ContentRepository/Domain/Model/Workspace.html#method_replaceNodeData","d":"

Replace the node data of a node instance with a given target node data

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Workspace::moveNodeVariantsInOtherWorkspaces","p":"Neos/ContentRepository/Domain/Model/Workspace.html#method_moveNodeVariantsInOtherWorkspaces","d":"

Moves variants of a given node which exists in other workspaces than source and target workspace.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Workspace::moveTargetNodeDataToNewPosition","p":"Neos/ContentRepository/Domain/Model/Workspace.html#method_moveTargetNodeDataToNewPosition","d":"

Moves an existing node in a target workspace to the place it should be in after publish,\nin order to move all children to the new position as well.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Workspace::moveNodeVariantToTargetWorkspace","p":"Neos/ContentRepository/Domain/Model/Workspace.html#method_moveNodeVariantToTargetWorkspace","d":"

Move the given node instance to the target workspace

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Workspace::adjustShadowNodeDataForNodePublishing","p":"Neos/ContentRepository/Domain/Model/Workspace.html#method_adjustShadowNodeDataForNodePublishing","d":"

Adjusts related shadow nodes for a "publish node" operation.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Workspace::getNodeCount","p":"Neos/ContentRepository/Domain/Model/Workspace.html#method_getNodeCount","d":"

Returns the number of nodes in this workspace.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Workspace::verifyPublishingTargetWorkspace","p":"Neos/ContentRepository/Domain/Model/Workspace.html#method_verifyPublishingTargetWorkspace","d":"

Checks if the specified workspace is a base workspace of this workspace\nand if not, throws an exception

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Workspace::findCorrespondingNodeDataInTargetWorkspace","p":"Neos/ContentRepository/Domain/Model/Workspace.html#method_findCorrespondingNodeDataInTargetWorkspace","d":"

Returns the NodeData instance with the given identifier from the target workspace.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Workspace::emitBaseWorkspaceChanged","p":"Neos/ContentRepository/Domain/Model/Workspace.html#method_emitBaseWorkspaceChanged","d":"

Emits a signal after the base workspace has been changed

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Workspace::emitBeforeNodePublishing","p":"Neos/ContentRepository/Domain/Model/Workspace.html#method_emitBeforeNodePublishing","d":"

Emits a signal just before a node is being published

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\Workspace::emitAfterNodePublishing","p":"Neos/ContentRepository/Domain/Model/Workspace.html#method_emitAfterNodePublishing","d":"

Emits a signal when a node has been published.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\NodeAggregate\\NodeAggregateIdentifier::create","p":"Neos/ContentRepository/Domain/NodeAggregate/NodeAggregateIdentifier.html#method_create","d":null},{"t":"M","n":"Neos\\ContentRepository\\Domain\\NodeAggregate\\NodeAggregateIdentifier::fromString","p":"Neos/ContentRepository/Domain/NodeAggregate/NodeAggregateIdentifier.html#method_fromString","d":null},{"t":"M","n":"Neos\\ContentRepository\\Domain\\NodeAggregate\\NodeAggregateIdentifier::forAutoCreatedChildNode","p":"Neos/ContentRepository/Domain/NodeAggregate/NodeAggregateIdentifier.html#method_forAutoCreatedChildNode","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\NodeAggregate\\NodeAggregateIdentifier::equals","p":"Neos/ContentRepository/Domain/NodeAggregate/NodeAggregateIdentifier.html#method_equals","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\NodeAggregate\\NodeAggregateIdentifier::jsonSerialize","p":"Neos/ContentRepository/Domain/NodeAggregate/NodeAggregateIdentifier.html#method_jsonSerialize","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\NodeAggregate\\NodeAggregateIdentifier::__toString","p":"Neos/ContentRepository/Domain/NodeAggregate/NodeAggregateIdentifier.html#method___toString","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\NodeAggregate\\NodeAggregateIdentifier::getCacheEntryIdentifier","p":"Neos/ContentRepository/Domain/NodeAggregate/NodeAggregateIdentifier.html#method_getCacheEntryIdentifier","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\NodeAggregate\\NodeName::fromString","p":"Neos/ContentRepository/Domain/NodeAggregate/NodeName.html#method_fromString","d":null},{"t":"M","n":"Neos\\ContentRepository\\Domain\\NodeAggregate\\NodeName::jsonSerialize","p":"Neos/ContentRepository/Domain/NodeAggregate/NodeName.html#method_jsonSerialize","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\NodeAggregate\\NodeName::__toString","p":"Neos/ContentRepository/Domain/NodeAggregate/NodeName.html#method___toString","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\NodeType\\NodeTypeConstraintFactory::parseFilterString","p":"Neos/ContentRepository/Domain/NodeType/NodeTypeConstraintFactory.html#method_parseFilterString","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\NodeType\\NodeTypeConstraints::__construct","p":"Neos/ContentRepository/Domain/NodeType/NodeTypeConstraints.html#method___construct","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\NodeType\\NodeTypeConstraints::isWildcardAllowed","p":"Neos/ContentRepository/Domain/NodeType/NodeTypeConstraints.html#method_isWildcardAllowed","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\NodeType\\NodeTypeConstraints::getExplicitlyAllowedNodeTypeNames","p":"Neos/ContentRepository/Domain/NodeType/NodeTypeConstraints.html#method_getExplicitlyAllowedNodeTypeNames","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\NodeType\\NodeTypeConstraints::getExplicitlyDisallowedNodeTypeNames","p":"Neos/ContentRepository/Domain/NodeType/NodeTypeConstraints.html#method_getExplicitlyDisallowedNodeTypeNames","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\NodeType\\NodeTypeConstraints::matches","p":"Neos/ContentRepository/Domain/NodeType/NodeTypeConstraints.html#method_matches","d":null},{"t":"M","n":"Neos\\ContentRepository\\Domain\\NodeType\\NodeTypeConstraints::withExplicitlyDisallowedNodeType","p":"Neos/ContentRepository/Domain/NodeType/NodeTypeConstraints.html#method_withExplicitlyDisallowedNodeType","d":"

IMMUTABLE, returns a new instance

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\NodeType\\NodeTypeConstraints::asLegacyNodeTypeFilterString","p":"Neos/ContentRepository/Domain/NodeType/NodeTypeConstraints.html#method_asLegacyNodeTypeFilterString","d":"

return the legacy (pre-event-sourced) Node Type filter string looking like "Foo:Bar,!MyPackage:Exclude"

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\NodeType\\NodeTypeName::fromString","p":"Neos/ContentRepository/Domain/NodeType/NodeTypeName.html#method_fromString","d":null},{"t":"M","n":"Neos\\ContentRepository\\Domain\\NodeType\\NodeTypeName::getValue","p":"Neos/ContentRepository/Domain/NodeType/NodeTypeName.html#method_getValue","d":null},{"t":"M","n":"Neos\\ContentRepository\\Domain\\NodeType\\NodeTypeName::equals","p":"Neos/ContentRepository/Domain/NodeType/NodeTypeName.html#method_equals","d":null},{"t":"M","n":"Neos\\ContentRepository\\Domain\\NodeType\\NodeTypeName::jsonSerialize","p":"Neos/ContentRepository/Domain/NodeType/NodeTypeName.html#method_jsonSerialize","d":null},{"t":"M","n":"Neos\\ContentRepository\\Domain\\NodeType\\NodeTypeName::__toString","p":"Neos/ContentRepository/Domain/NodeType/NodeTypeName.html#method___toString","d":null},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\NodeInterface::isRoot","p":"Neos/ContentRepository/Domain/Projection/Content/NodeInterface.html#method_isRoot","d":"

Whether or not this node is the root of the graph, i.e. has no parent node

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\NodeInterface::isTethered","p":"Neos/ContentRepository/Domain/Projection/Content/NodeInterface.html#method_isTethered","d":"

Whether or not this node is tethered to its parent, fka auto created child node

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\NodeInterface::getContentStreamIdentifier","p":"Neos/ContentRepository/Domain/Projection/Content/NodeInterface.html#method_getContentStreamIdentifier","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\NodeInterface::getNodeAggregateIdentifier","p":"Neos/ContentRepository/Domain/Projection/Content/NodeInterface.html#method_getNodeAggregateIdentifier","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\NodeInterface::getNodeTypeName","p":"Neos/ContentRepository/Domain/Projection/Content/NodeInterface.html#method_getNodeTypeName","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\NodeInterface::getNodeType","p":"Neos/ContentRepository/Domain/Projection/Content/NodeInterface.html#method_getNodeType","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\NodeInterface::getNodeName","p":"Neos/ContentRepository/Domain/Projection/Content/NodeInterface.html#method_getNodeName","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\NodeInterface::getOriginDimensionSpacePoint","p":"Neos/ContentRepository/Domain/Projection/Content/NodeInterface.html#method_getOriginDimensionSpacePoint","d":"

returns the DimensionSpacePoint the node is at home in. Usually needed to address a Node in a NodeAggregate\nin order to update it.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\NodeInterface::getProperties","p":"Neos/ContentRepository/Domain/Projection/Content/NodeInterface.html#method_getProperties","d":"

Returns all properties of this node. References are NOT part of this API; there you need to check getReference() and getReferences()

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\NodeInterface::getProperty","p":"Neos/ContentRepository/Domain/Projection/Content/NodeInterface.html#method_getProperty","d":"

Returns the specified property.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\NodeInterface::hasProperty","p":"Neos/ContentRepository/Domain/Projection/Content/NodeInterface.html#method_hasProperty","d":"

If this node has a property with the given name. Does NOT check the NodeType; but checks\nfor a non-NULL property value.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\NodeInterface::getLabel","p":"Neos/ContentRepository/Domain/Projection/Content/NodeInterface.html#method_getLabel","d":"

Returns the node label as generated by the configured node label generator

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\TraversableNodeInterface::getDimensionSpacePoint","p":"Neos/ContentRepository/Domain/Projection/Content/TraversableNodeInterface.html#method_getDimensionSpacePoint","d":"

Returns the DimensionSpacePoint the node was requested in, i.e. one of the DimensionSpacePoints\nthis node is visible in. If you need the DimensionSpacePoint where the node is actually at home,\nsee getOriginDimensionSpacePoint()

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\TraversableNodeInterface::findParentNode","p":"Neos/ContentRepository/Domain/Projection/Content/TraversableNodeInterface.html#method_findParentNode","d":"

Retrieves and returns the parent node from the node's subgraph.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\TraversableNodeInterface::findNodePath","p":"Neos/ContentRepository/Domain/Projection/Content/TraversableNodeInterface.html#method_findNodePath","d":"

Retrieves and returns the node's path to its root node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\TraversableNodeInterface::findNamedChildNode","p":"Neos/ContentRepository/Domain/Projection/Content/TraversableNodeInterface.html#method_findNamedChildNode","d":"

Retrieves and returns a child node by name from the node's subgraph.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\TraversableNodeInterface::findChildNodes","p":"Neos/ContentRepository/Domain/Projection/Content/TraversableNodeInterface.html#method_findChildNodes","d":"

Retrieves and returns all direct child nodes of this node from its subgraph.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\TraversableNodeInterface::countChildNodes","p":"Neos/ContentRepository/Domain/Projection/Content/TraversableNodeInterface.html#method_countChildNodes","d":"

Returns the number of direct child nodes of this node from its subgraph.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\TraversableNodeInterface::findReferencedNodes","p":"Neos/ContentRepository/Domain/Projection/Content/TraversableNodeInterface.html#method_findReferencedNodes","d":"

Retrieves and returns all nodes referenced by this node from its subgraph.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\TraversableNodeInterface::findNamedReferencedNodes","p":"Neos/ContentRepository/Domain/Projection/Content/TraversableNodeInterface.html#method_findNamedReferencedNodes","d":"

Retrieves and returns nodes referenced by this node by name from its subgraph.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\TraversableNodeInterface::findReferencingNodes","p":"Neos/ContentRepository/Domain/Projection/Content/TraversableNodeInterface.html#method_findReferencingNodes","d":"

Retrieves and returns nodes referencing this node from its subgraph.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\TraversableNodeInterface::findNamedReferencingNodes","p":"Neos/ContentRepository/Domain/Projection/Content/TraversableNodeInterface.html#method_findNamedReferencingNodes","d":"

Retrieves and returns nodes referencing this node by name from its subgraph.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\TraversableNodeInterface::equals","p":"Neos/ContentRepository/Domain/Projection/Content/TraversableNodeInterface.html#method_equals","d":"

Compare whether two traversable nodes are equal

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\TraversableNodes::fromArray","p":"Neos/ContentRepository/Domain/Projection/Content/TraversableNodes.html#method_fromArray","d":null},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\TraversableNodes::merge","p":"Neos/ContentRepository/Domain/Projection/Content/TraversableNodes.html#method_merge","d":null},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\TraversableNodes::isEmpty","p":"Neos/ContentRepository/Domain/Projection/Content/TraversableNodes.html#method_isEmpty","d":null},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\TraversableNodes::count","p":"Neos/ContentRepository/Domain/Projection/Content/TraversableNodes.html#method_count","d":null},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\TraversableNodes::previous","p":"Neos/ContentRepository/Domain/Projection/Content/TraversableNodes.html#method_previous","d":"

Returns the node before the given $referenceNode in this set - or throws an exception if $referenceNode does not exist or is the first node in the set

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\TraversableNodes::previousAll","p":"Neos/ContentRepository/Domain/Projection/Content/TraversableNodes.html#method_previousAll","d":"

Returns all nodes before the given $referenceNode in this set

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\TraversableNodes::next","p":"Neos/ContentRepository/Domain/Projection/Content/TraversableNodes.html#method_next","d":"

Returns the node after the given $referenceNode in this set - or throws an exception if $referenceNode does not exist or is the last node in the set

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\TraversableNodes::nextAll","p":"Neos/ContentRepository/Domain/Projection/Content/TraversableNodes.html#method_nextAll","d":"

Returns all nodes after the given $referenceNode in this set

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\TraversableNodes::until","p":"Neos/ContentRepository/Domain/Projection/Content/TraversableNodes.html#method_until","d":"

Returns all nodes after the given $referenceNode in this set

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\TraversableNodes::getIterator","p":"Neos/ContentRepository/Domain/Projection/Content/TraversableNodes.html#method_getIterator","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\TraversableNodes::toArray","p":"Neos/ContentRepository/Domain/Projection/Content/TraversableNodes.html#method_toArray","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\ContentDimensionRepository::findAll","p":"Neos/ContentRepository/Domain/Repository/ContentDimensionRepository.html#method_findAll","d":"

Returns an array of content dimensions that are available in the system.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\ContentDimensionRepository::setDimensionsConfiguration","p":"Neos/ContentRepository/Domain/Repository/ContentDimensionRepository.html#method_setDimensionsConfiguration","d":"

Set the content dimensions available in the system.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository::__construct","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html#method___construct","d":"Constructor"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository::add","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html#method_add","d":"

Adds a NodeData object to this repository.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository::remove","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html#method_remove","d":"

Removes an object to the persistence.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository::findByNodeIdentifier","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html#method_findByNodeIdentifier","d":null},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository::findOneByPath","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html#method_findOneByPath","d":"

Find a single node by exact path.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository::findShadowNodeByPath","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html#method_findShadowNodeByPath","d":"

Find a shadow node by exact path

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository::findRawNodesByPath","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html#method_findRawNodesByPath","d":"

This finds nodes by path and delivers a raw, unfiltered result.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository::findOneByPathInContext","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html#method_findOneByPathInContext","d":"

Finds a node by its path and context.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository::findOneByIdentifier","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html#method_findOneByIdentifier","d":"

Finds a node by its identifier and workspace.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository::findAllIterator","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html#method_findAllIterator","d":"

Find all objects and return an IterableResult

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository::iterate","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html#method_iterate","d":"

Iterate over an IterableResult and return a Generator

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository::setNewIndex","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html#method_setNewIndex","d":"

Assigns an index to the given node which reflects the specified position.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository::findByParentAndNodeTypeRecursively","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html#method_findByParentAndNodeTypeRecursively","d":"

Finds recursively nodes by its parent and (optionally) by its node type.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository::findByParentAndNodeType","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html#method_findByParentAndNodeType","d":"

Finds nodes by its parent and (optionally) by its node type.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository::getNodeDataForParentAndNodeType","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html#method_getNodeDataForParentAndNodeType","d":"

Internal method

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository::findByParentWithoutReduce","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html#method_findByParentWithoutReduce","d":"

Find NodeData by parent path without any dimension reduction and grouping by identifier

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository::findByIdentifierWithoutReduce","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html#method_findByIdentifierWithoutReduce","d":"

Find NodeData by identifier path without any dimension reduction

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository::findByParentAndNodeTypeInContext","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html#method_findByParentAndNodeTypeInContext","d":"

Finds nodes by its parent and (optionally) by its node type given a Context

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository::countByParentAndNodeType","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html#method_countByParentAndNodeType","d":"

Counts nodes by its parent and (optionally) by its node type.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository::openIndexSpace","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html#method_openIndexSpace","d":"

Make room in the sortindex-index space of a given path in preparation to inserting a node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository::findNextFreeIndexInParentPath","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html#method_findNextFreeIndexInParentPath","d":"

Finds the next free index on the level below the given parent path\nacross all workspaces.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository::setHighestIndexInParentPath","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html#method_setHighestIndexInParentPath","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository::findNextLowerIndex","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html#method_findNextLowerIndex","d":"

Returns the next-lower-index seen from the given reference index in the\nlevel below the specified parent path. If no node with a lower than the\ngiven index exists at that level, the reference index is returned.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository::findNextHigherIndex","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html#method_findNextHigherIndex","d":"

Returns the next-higher-index seen from the given reference index in the\nlevel below the specified parent path. If no node with a higher than the\ngiven index exists at that level, NULL is returned.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository::countByWorkspace","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html#method_countByWorkspace","d":"

Counts the number of nodes within the specified workspace

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository::sortNodesByIndex","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html#method_sortNodesByIndex","d":"

Sorts the given nodes by their index

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository::findFirstByParentAndNodeType","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html#method_findFirstByParentAndNodeType","d":"

Finds a single node by its parent and (optionally) by its node type

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository::findFirstByParentAndNodeTypeInContext","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html#method_findFirstByParentAndNodeTypeInContext","d":"

Finds a single node by its parent and (optionally) by its node type

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository::findOnPath","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html#method_findOnPath","d":"

Finds all nodes of the specified workspace lying on the path specified by\n(and including) the given starting point and end point and (optionally) a node type filter.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository::findByProperties","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html#method_findByProperties","d":"

Find nodes by a value in properties

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository::flushNodeRegistry","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html#method_flushNodeRegistry","d":"

Flushes the addedNodes and removedNodes registry.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository::addNodeTypeFilterConstraintsToQueryBuilder","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html#method_addNodeTypeFilterConstraintsToQueryBuilder","d":"

Add node type filter constraints to the query builder

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository::getNodeTypeFilterConstraintsForDql","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html#method_getNodeTypeFilterConstraintsForDql","d":"

Generates a two dimensional array with the filters. First level is:\n'excludeNodeTypes'\n'includeNodeTypes'

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository::getNodeTypeFilterConstraints","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html#method_getNodeTypeFilterConstraints","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository::filterOutRemovedObjects","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html#method_filterOutRemovedObjects","d":"

Iterates of the array of objects and removes all those which have recently been removed from the repository,\nbut whose removal has not yet been persisted.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository::withoutRemovedNodes","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html#method_withoutRemovedNodes","d":"

Returns a subset of $nodes which are not flagged as removed.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository::onlyRemovedNodes","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html#method_onlyRemovedNodes","d":"

Returns a subset of $nodes which are flagged as removed.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository::persistEntities","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html#method_persistEntities","d":"

Persists all entities managed by the repository and all cascading dependencies

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository::emitRepositoryObjectsPersisted","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html#method_emitRepositoryObjectsPersisted","d":"

Signals that persistEntities() in this repository finished correctly.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository::addDimensionJoinConstraintsToQueryBuilder","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html#method_addDimensionJoinConstraintsToQueryBuilder","d":"

If $dimensions is not empty, adds join constraints to the given $queryBuilder\nlimiting the query result to matching hits.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository::reduceNodeVariantsByWorkspacesAndDimensions","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html#method_reduceNodeVariantsByWorkspacesAndDimensions","d":"

Given an array with duplicate nodes (from different workspaces and dimensions) those are reduced to uniqueness (by node identifier)

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository::reduceNodeVariantsByWorkspaces","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html#method_reduceNodeVariantsByWorkspaces","d":"

Given an array with duplicate nodes (from different workspaces) those are reduced to uniqueness (by node identifier and dimensions hash)

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository::findByWorkspace","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html#method_findByWorkspace","d":"

Find all NodeData objects inside a given workspace sorted by path to be used\nin publishing. The order makes sure that parent nodes are published first.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository::pathExists","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html#method_pathExists","d":"

Find out if the given path exists anywhere in the CR. (internal)\nIf you need this functionality use \\Neos\\ContentRepository\\Domain\\Service\\NodeService::nodePathExistsInAnyContext()

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository::findByPathWithoutReduce","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html#method_findByPathWithoutReduce","d":"

Find all node data in a path matching the given workspace hierarchy

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository::findNodesByRelatedEntities","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html#method_findNodesByRelatedEntities","d":"

Searches for possible relations to the given entity identifiers in NodeData.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository::findNodesByPathPrefixAndRelatedEntities","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html#method_findNodesByPathPrefixAndRelatedEntities","d":"

Searches for possible relations to the given entity identifiers in NodeData using a path prefix.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository::removeAllInPath","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html#method_removeAllInPath","d":"

Remove all nodes below a given path. Does not care about workspaces and dimensions.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository::isInRemovedNodes","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html#method_isInRemovedNodes","d":"

Test if a given NodeData is in the set of removed node data objects

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository::createQueryBuilder","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html#method_createQueryBuilder","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository::addParentPathConstraintToQueryBuilder","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html#method_addParentPathConstraintToQueryBuilder","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository::addPathConstraintToQueryBuilder","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html#method_addPathConstraintToQueryBuilder","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository::addIdentifierConstraintToQueryBuilder","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html#method_addIdentifierConstraintToQueryBuilder","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository::filterNodeDataByBestMatchInContext","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html#method_filterNodeDataByBestMatchInContext","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository::collectWorkspaceAndAllBaseWorkspaces","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html#method_collectWorkspaceAndAllBaseWorkspaces","d":"

Returns an array that contains the given workspace and all base (parent) workspaces of it.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\NodeDataRepository::buildQueryBuilderForRelationMap","p":"Neos/ContentRepository/Domain/Repository/NodeDataRepository.html#method_buildQueryBuilderForRelationMap","d":"

Returns a query builder for a query on node data using the given\nrelation map.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\WorkspaceRepository::findByBaseWorkspace","p":"Neos/ContentRepository/Domain/Repository/WorkspaceRepository.html#method_findByBaseWorkspace","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Repository\\WorkspaceRepository::findByIdentifier","p":"Neos/ContentRepository/Domain/Repository/WorkspaceRepository.html#method_findByIdentifier","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\Cache\\FirstLevelNodeCache::getByPath","p":"Neos/ContentRepository/Domain/Service/Cache/FirstLevelNodeCache.html#method_getByPath","d":"

If the cache contains a node for the given path, it is returned.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\Cache\\FirstLevelNodeCache::setByPath","p":"Neos/ContentRepository/Domain/Service/Cache/FirstLevelNodeCache.html#method_setByPath","d":"

Adds the given node to the cache for the given path. The node\nwill also be added under it's identifier.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\Cache\\FirstLevelNodeCache::getByIdentifier","p":"Neos/ContentRepository/Domain/Service/Cache/FirstLevelNodeCache.html#method_getByIdentifier","d":"

If the cache contains a node with the given identifier, it is returned.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\Cache\\FirstLevelNodeCache::setByIdentifier","p":"Neos/ContentRepository/Domain/Service/Cache/FirstLevelNodeCache.html#method_setByIdentifier","d":"

Adds the given node to the cache for the given identifier. The node\nwill also be added with is's path.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\Cache\\FirstLevelNodeCache::removeNodeFromIdentifierCache","p":"Neos/ContentRepository/Domain/Service/Cache/FirstLevelNodeCache.html#method_removeNodeFromIdentifierCache","d":"

Removes the Node with identifier $identifier from the cache.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\Cache\\FirstLevelNodeCache::removeNodeFromPathCache","p":"Neos/ContentRepository/Domain/Service/Cache/FirstLevelNodeCache.html#method_removeNodeFromPathCache","d":"

Removes the Node Path $nodePath from the cache.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\Cache\\FirstLevelNodeCache::getChildNodesByPathAndNodeTypeFilter","p":"Neos/ContentRepository/Domain/Service/Cache/FirstLevelNodeCache.html#method_getChildNodesByPathAndNodeTypeFilter","d":"

Returns the cached child nodes for the given path and node type filter.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\Cache\\FirstLevelNodeCache::setChildNodesByPathAndNodeTypeFilter","p":"Neos/ContentRepository/Domain/Service/Cache/FirstLevelNodeCache.html#method_setChildNodesByPathAndNodeTypeFilter","d":"

Sets the given nodes as child nodes for the given path and node type filter.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\Cache\\FirstLevelNodeCache::flush","p":"Neos/ContentRepository/Domain/Service/Cache/FirstLevelNodeCache.html#method_flush","d":"

Flush the cache.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ConfigurationContentDimensionPresetSource::getAllPresets","p":"Neos/ContentRepository/Domain/Service/ConfigurationContentDimensionPresetSource.html#method_getAllPresets","d":"

Get the full presets configuration as an array

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ConfigurationContentDimensionPresetSource::getDefaultPreset","p":"Neos/ContentRepository/Domain/Service/ConfigurationContentDimensionPresetSource.html#method_getDefaultPreset","d":"

Get the default preset of a dimension

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ConfigurationContentDimensionPresetSource::findPresetByDimensionValues","p":"Neos/ContentRepository/Domain/Service/ConfigurationContentDimensionPresetSource.html#method_findPresetByDimensionValues","d":"

Find a dimension preset by dimension values

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ConfigurationContentDimensionPresetSource::getAllowedDimensionPresetsAccordingToPreselection","p":"Neos/ContentRepository/Domain/Service/ConfigurationContentDimensionPresetSource.html#method_getAllowedDimensionPresetsAccordingToPreselection","d":"

Returns a list of presets of the specified dimension which are allowed in combination with the given presets\nof other dimensions.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ConfigurationContentDimensionPresetSource::isPresetCombinationAllowedByConstraints","p":"Neos/ContentRepository/Domain/Service/ConfigurationContentDimensionPresetSource.html#method_isPresetCombinationAllowedByConstraints","d":"

Checks if the given combination of presets is allowed, according to possibly defined constraints in the\ncontent dimension configuration.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ConfigurationContentDimensionPresetSource::isPresetAllowedByConstraints","p":"Neos/ContentRepository/Domain/Service/ConfigurationContentDimensionPresetSource.html#method_isPresetAllowedByConstraints","d":"

Checks if the given preset of the specified dimension is allowed according to the given constraints

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ConfigurationContentDimensionPresetSource::setConfiguration","p":"Neos/ContentRepository/Domain/Service/ConfigurationContentDimensionPresetSource.html#method_setConfiguration","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ConfigurationContentDimensionPresetSource::findPresetsByTargetValues","p":"Neos/ContentRepository/Domain/Service/ConfigurationContentDimensionPresetSource.html#method_findPresetsByTargetValues","d":"

Finds for each configured dimension the best matching preset based on given target value for that dimension.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ConfigurationContentDimensionPresetSource::comparePresetsForTargetValue","p":"Neos/ContentRepository/Domain/Service/ConfigurationContentDimensionPresetSource.html#method_comparePresetsForTargetValue","d":"

Compares the given $possibleBetterPreset to the $targetValues (based on the position of the contained values)\nand returns either $possibleBetterPreset or the $currentBestPreset, depending on the result.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ContentDimensionCombinator::getAllAllowedCombinations","p":"Neos/ContentRepository/Domain/Service/ContentDimensionCombinator.html#method_getAllAllowedCombinations","d":"

Array of all possible dimension configurations allowed by configured presets.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ContentDimensionPresetSourceInterface::getAllPresets","p":"Neos/ContentRepository/Domain/Service/ContentDimensionPresetSourceInterface.html#method_getAllPresets","d":"

Get the full presets configuration as an array

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ContentDimensionPresetSourceInterface::getDefaultPreset","p":"Neos/ContentRepository/Domain/Service/ContentDimensionPresetSourceInterface.html#method_getDefaultPreset","d":"

Get the default preset of a dimension

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ContentDimensionPresetSourceInterface::findPresetByDimensionValues","p":"Neos/ContentRepository/Domain/Service/ContentDimensionPresetSourceInterface.html#method_findPresetByDimensionValues","d":"

Find a dimension preset by dimension values

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ContentDimensionPresetSourceInterface::getAllowedDimensionPresetsAccordingToPreselection","p":"Neos/ContentRepository/Domain/Service/ContentDimensionPresetSourceInterface.html#method_getAllowedDimensionPresetsAccordingToPreselection","d":"

Returns a list of presets of the specified dimension which are allowed in combination with the given presets\nof other dimensions.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ContentDimensionPresetSourceInterface::isPresetCombinationAllowedByConstraints","p":"Neos/ContentRepository/Domain/Service/ContentDimensionPresetSourceInterface.html#method_isPresetCombinationAllowedByConstraints","d":"

Checks if the given combination of presets is allowed, according to possibly defined constraints in the\ncontent dimension configuration.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ContentDimensionPresetSourceInterface::findPresetsByTargetValues","p":"Neos/ContentRepository/Domain/Service/ContentDimensionPresetSourceInterface.html#method_findPresetsByTargetValues","d":"

Finds for each configured dimension the best matching preset based on given target value for that dimension.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\Context::__construct","p":"Neos/ContentRepository/Domain/Service/Context.html#method___construct","d":"

Creates a new Context object.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\Context::getWorkspace","p":"Neos/ContentRepository/Domain/Service/Context.html#method_getWorkspace","d":"

Returns the current workspace.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\Context::validateWorkspace","p":"Neos/ContentRepository/Domain/Service/Context.html#method_validateWorkspace","d":"

This method is called in order to check if a workspace is accessible.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\Context::getWorkspaceName","p":"Neos/ContentRepository/Domain/Service/Context.html#method_getWorkspaceName","d":"

Returns the name of the workspace.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\Context::getCurrentDateTime","p":"Neos/ContentRepository/Domain/Service/Context.html#method_getCurrentDateTime","d":"

Returns the current date and time in form of a \\DateTime\nobject.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\Context::getRootNode","p":"Neos/ContentRepository/Domain/Service/Context.html#method_getRootNode","d":"

Convenience method returns the root node for\nthis context workspace.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\Context::getNode","p":"Neos/ContentRepository/Domain/Service/Context.html#method_getNode","d":"

Returns a node specified by the given absolute path.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\Context::getNodeByIdentifier","p":"Neos/ContentRepository/Domain/Service/Context.html#method_getNodeByIdentifier","d":"

Get a node by identifier and this context

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\Context::getNodeVariantsByIdentifier","p":"Neos/ContentRepository/Domain/Service/Context.html#method_getNodeVariantsByIdentifier","d":"

Get all node variants for the given identifier

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\Context::getNodesOnPath","p":"Neos/ContentRepository/Domain/Service/Context.html#method_getNodesOnPath","d":"

Finds all nodes lying on the path specified by (and including) the given\nstarting point and end point.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\Context::adoptNode","p":"Neos/ContentRepository/Domain/Service/Context.html#method_adoptNode","d":"

Adopts a node from a (possibly) different context to this context

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\Context::emitBeforeAdoptNode","p":"Neos/ContentRepository/Domain/Service/Context.html#method_emitBeforeAdoptNode","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\Context::emitAfterAdoptNode","p":"Neos/ContentRepository/Domain/Service/Context.html#method_emitAfterAdoptNode","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\Context::isInvisibleContentShown","p":"Neos/ContentRepository/Domain/Service/Context.html#method_isInvisibleContentShown","d":"

Tells if nodes which are usually invisible should be accessible through the Node API and queries

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\Context::isRemovedContentShown","p":"Neos/ContentRepository/Domain/Service/Context.html#method_isRemovedContentShown","d":"

Tells if nodes which have their "removed" flag set should be accessible through\nthe Node API and queries

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\Context::isInaccessibleContentShown","p":"Neos/ContentRepository/Domain/Service/Context.html#method_isInaccessibleContentShown","d":"

Tells if nodes which have access restrictions should be accessible through\nthe Node API and queries even without the necessary roles / rights

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\Context::getDimensions","p":"Neos/ContentRepository/Domain/Service/Context.html#method_getDimensions","d":"

An indexed array of dimensions with ordered list of values for matching nodes by content dimensions

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\Context::getTargetDimensions","p":"Neos/ContentRepository/Domain/Service/Context.html#method_getTargetDimensions","d":"

An indexed array of dimensions with a set of values that should be applied when updating or creating

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\Context::getTargetDimensionValues","p":"Neos/ContentRepository/Domain/Service/Context.html#method_getTargetDimensionValues","d":"

An indexed array of dimensions with a set of values that should be applied when updating or creating

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\Context::getProperties","p":"Neos/ContentRepository/Domain/Service/Context.html#method_getProperties","d":"

Returns the properties of this context.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\Context::getFirstLevelNodeCache","p":"Neos/ContentRepository/Domain/Service/Context.html#method_getFirstLevelNodeCache","d":"

Not public API!

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ContextFactory::create","p":"Neos/ContentRepository/Domain/Service/ContextFactory.html#method_create","d":"

Create the context from the given properties. If a context with those properties was already\ncreated before then the existing one is returned.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ContextFactory::buildContextInstance","p":"Neos/ContentRepository/Domain/Service/ContextFactory.html#method_buildContextInstance","d":"

Creates the actual Context instance.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ContextFactory::mergeContextPropertiesWithDefaults","p":"Neos/ContentRepository/Domain/Service/ContextFactory.html#method_mergeContextPropertiesWithDefaults","d":"

Merges the given context properties with sane defaults for the context implementation.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ContextFactory::getIdentifier","p":"Neos/ContentRepository/Domain/Service/ContextFactory.html#method_getIdentifier","d":"

Provides a way to identify a context to prevent duplicate context objects.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ContextFactory::getIdentifierSource","p":"Neos/ContentRepository/Domain/Service/ContextFactory.html#method_getIdentifierSource","d":"

This creates the actual identifier and needs to be overridden by builders extending this.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ContextFactory::validateContextProperties","p":"Neos/ContentRepository/Domain/Service/ContextFactory.html#method_validateContextProperties","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ContextFactory::removeDeprecatedProperties","p":"Neos/ContentRepository/Domain/Service/ContextFactory.html#method_removeDeprecatedProperties","d":"

Removes context properties which have been previously allowed but are not supported\nanymore and should be silently ignored

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ContextFactory::getAvailableDimensions","p":"Neos/ContentRepository/Domain/Service/ContextFactory.html#method_getAvailableDimensions","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ContextFactory::reset","p":"Neos/ContentRepository/Domain/Service/ContextFactory.html#method_reset","d":"

Reset instances (internal)

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ContextFactory::mergeTargetDimensionContextProperties","p":"Neos/ContentRepository/Domain/Service/ContextFactory.html#method_mergeTargetDimensionContextProperties","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ContextFactory::mergeDimensionValues","p":"Neos/ContentRepository/Domain/Service/ContextFactory.html#method_mergeDimensionValues","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ContextFactory::getInstances","p":"Neos/ContentRepository/Domain/Service/ContextFactory.html#method_getInstances","d":"

Returns all known instances of Context.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ContextFactoryInterface::create","p":"Neos/ContentRepository/Domain/Service/ContextFactoryInterface.html#method_create","d":"

Create the context from the given properties. If a context with those properties was already\ncreated before then the existing one is returned.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ContextFactoryInterface::reset","p":"Neos/ContentRepository/Domain/Service/ContextFactoryInterface.html#method_reset","d":"

Clears the instances cache clearing all contexts.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ContextFactoryInterface::getInstances","p":"Neos/ContentRepository/Domain/Service/ContextFactoryInterface.html#method_getInstances","d":"

Returns all known instances of Context.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\Dto\\NodeMoveIntegrityCheckResult::createForNode","p":"Neos/ContentRepository/Domain/Service/Dto/NodeMoveIntegrityCheckResult.html#method_createForNode","d":null},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\Dto\\NodeMoveIntegrityCheckResult::withResultParts","p":"Neos/ContentRepository/Domain/Service/Dto/NodeMoveIntegrityCheckResult.html#method_withResultParts","d":null},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\Dto\\NodeMoveIntegrityCheckResult::hasIntegrityViolations","p":"Neos/ContentRepository/Domain/Service/Dto/NodeMoveIntegrityCheckResult.html#method_hasIntegrityViolations","d":null},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\Dto\\NodeMoveIntegrityCheckResult::getPlainMessage","p":"Neos/ContentRepository/Domain/Service/Dto/NodeMoveIntegrityCheckResult.html#method_getPlainMessage","d":null},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\Dto\\NodeMoveIntegrityCheckResultPart::noViolation","p":"Neos/ContentRepository/Domain/Service/Dto/NodeMoveIntegrityCheckResultPart.html#method_noViolation","d":null},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\Dto\\NodeMoveIntegrityCheckResultPart::violationNoParentInDimension","p":"Neos/ContentRepository/Domain/Service/Dto/NodeMoveIntegrityCheckResultPart.html#method_violationNoParentInDimension","d":null},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\Dto\\NodeMoveIntegrityCheckResultPart::getDimensionsLabel","p":"Neos/ContentRepository/Domain/Service/Dto/NodeMoveIntegrityCheckResultPart.html#method_getDimensionsLabel","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\Dto\\NodeMoveIntegrityCheckResultPart::isViolated","p":"Neos/ContentRepository/Domain/Service/Dto/NodeMoveIntegrityCheckResultPart.html#method_isViolated","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ImportExport\\ImportExportPropertyMappingConfiguration::__construct","p":"Neos/ContentRepository/Domain/Service/ImportExport/ImportExportPropertyMappingConfiguration.html#method___construct","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ImportExport\\ImportExportPropertyMappingConfiguration::getConfigurationFor","p":"Neos/ContentRepository/Domain/Service/ImportExport/ImportExportPropertyMappingConfiguration.html#method_getConfigurationFor","d":"

The sub-configuration to be used is the current one.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ImportExport\\ImportExportPropertyMappingConfiguration::getConfigurationValue","p":"Neos/ContentRepository/Domain/Service/ImportExport/ImportExportPropertyMappingConfiguration.html#method_getConfigurationValue","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ImportExport\\ImportExportPropertyMappingConfiguration::shouldMap","p":"Neos/ContentRepository/Domain/Service/ImportExport/ImportExportPropertyMappingConfiguration.html#method_shouldMap","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ImportExport\\ImportExportPropertyMappingConfiguration::shouldSkip","p":"Neos/ContentRepository/Domain/Service/ImportExport/ImportExportPropertyMappingConfiguration.html#method_shouldSkip","d":"

Check if the given $propertyName should be skipped during mapping.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ImportExport\\ImportExportPropertyMappingConfiguration::shouldSkipUnknownProperties","p":"Neos/ContentRepository/Domain/Service/ImportExport/ImportExportPropertyMappingConfiguration.html#method_shouldSkipUnknownProperties","d":"

Whether unknown (unconfigured) properties should be skipped during\nmapping, instead if causing an error.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ImportExport\\ImportExportPropertyMappingConfiguration::getTargetPropertyName","p":"Neos/ContentRepository/Domain/Service/ImportExport/ImportExportPropertyMappingConfiguration.html#method_getTargetPropertyName","d":"

Maps the given $sourcePropertyName to a target property name.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ImportExport\\ImportExportPropertyMappingConfiguration::getTypeConverter","p":"Neos/ContentRepository/Domain/Service/ImportExport/ImportExportPropertyMappingConfiguration.html#method_getTypeConverter","d":"

This method can be used to explicitely force a TypeConverter to be used for this Configuration.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ImportExport\\NodeExportService::injectLogger","p":"Neos/ContentRepository/Domain/Service/ImportExport/NodeExportService.html#method_injectLogger","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ImportExport\\NodeExportService::injectThrowableStorage","p":"Neos/ContentRepository/Domain/Service/ImportExport/NodeExportService.html#method_injectThrowableStorage","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ImportExport\\NodeExportService::export","p":"Neos/ContentRepository/Domain/Service/ImportExport/NodeExportService.html#method_export","d":"

Exports the node data of all nodes in the given sub-tree\nby writing them to the given XMLWriter.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ImportExport\\NodeExportService::findNodeDataListToExport","p":"Neos/ContentRepository/Domain/Service/ImportExport/NodeExportService.html#method_findNodeDataListToExport","d":"

Find all nodes of the specified workspace lying below the path specified by\n(and including) the given starting point.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ImportExport\\NodeExportService::exportNodeDataList","p":"Neos/ContentRepository/Domain/Service/ImportExport/NodeExportService.html#method_exportNodeDataList","d":"

Exports the given Nodes into the XML structure, contained in tags.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ImportExport\\NodeExportService::exportNodeData","p":"Neos/ContentRepository/Domain/Service/ImportExport/NodeExportService.html#method_exportNodeData","d":"

Exports a single Node into the XML structure

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ImportExport\\NodeExportService::writeConvertedElement","p":"Neos/ContentRepository/Domain/Service/ImportExport/NodeExportService.html#method_writeConvertedElement","d":"

Writes out a single property into the XML structure.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ImportExport\\NodeExportService::handleExceptionsDuringExport","p":"Neos/ContentRepository/Domain/Service/ImportExport/NodeExportService.html#method_handleExceptionsDuringExport","d":"

If $this->exceptionsDuringImport is non-empty, build up a new composite exception which contains the individual messages and\nre-throw that one.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ImportExport\\NodeImportService::import","p":"Neos/ContentRepository/Domain/Service/ImportExport/NodeImportService.html#method_import","d":"

Imports the sub-tree from the xml reader into the given target path.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ImportExport\\NodeImportService::determineFormatVersion","p":"Neos/ContentRepository/Domain/Service/ImportExport/NodeImportService.html#method_determineFormatVersion","d":"

Determines the ContentRepository format version of the given xml

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ImportExport\\NodeImportService::importSubtree","p":"Neos/ContentRepository/Domain/Service/ImportExport/NodeImportService.html#method_importSubtree","d":"

Imports the sub-tree from the xml reader into the given target path.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ImportExport\\NodeImportService::parseElement","p":"Neos/ContentRepository/Domain/Service/ImportExport/NodeImportService.html#method_parseElement","d":"

Parses the given XML element and adds its content to the internal content tree

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ImportExport\\NodeImportService::parseDimensionsElement","p":"Neos/ContentRepository/Domain/Service/ImportExport/NodeImportService.html#method_parseDimensionsElement","d":"

Parses the content of the dimensions-tag and returns the dimensions as an array\n'dimension name' => dimension value

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ImportExport\\NodeImportService::parseArrayElements","p":"Neos/ContentRepository/Domain/Service/ImportExport/NodeImportService.html#method_parseArrayElements","d":"

Parses the content of exported array and returns the values

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ImportExport\\NodeImportService::parsePropertiesElement","p":"Neos/ContentRepository/Domain/Service/ImportExport/NodeImportService.html#method_parsePropertiesElement","d":"

Parses the content of the properties-tag and returns the properties as an array\n'property name' => property value

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ImportExport\\NodeImportService::convertElementToValue","p":"Neos/ContentRepository/Domain/Service/ImportExport/NodeImportService.html#method_convertElementToValue","d":"

Convert an element to the value it represents.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ImportExport\\NodeImportService::persistEntities","p":"Neos/ContentRepository/Domain/Service/ImportExport/NodeImportService.html#method_persistEntities","d":"

Checks if a propertyValue contains an entity and persists it.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ImportExport\\NodeImportService::parseEndElement","p":"Neos/ContentRepository/Domain/Service/ImportExport/NodeImportService.html#method_parseEndElement","d":"

Parses the closing tags writes data to the database then

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ImportExport\\NodeImportService::getCurrentPath","p":"Neos/ContentRepository/Domain/Service/ImportExport/NodeImportService.html#method_getCurrentPath","d":"

Provides the path for a NodeData according to the current stacks

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ImportExport\\NodeImportService::getParentPath","p":"Neos/ContentRepository/Domain/Service/ImportExport/NodeImportService.html#method_getParentPath","d":"

Provides the parent of the given path

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ImportExport\\NodeImportService::persistNodeData","p":"Neos/ContentRepository/Domain/Service/ImportExport/NodeImportService.html#method_persistNodeData","d":"

Saves the given array as a node data entity without using the ORM.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\NodeMoveIntegrityCheckService::ensureIntegrityForDocumentNodeMove","p":"Neos/ContentRepository/Domain/Service/NodeMoveIntegrityCheckService.html#method_ensureIntegrityForDocumentNodeMove","d":null},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\NodeMoveIntegrityCheckService::checkIntegrityForDocumentNodeMove","p":"Neos/ContentRepository/Domain/Service/NodeMoveIntegrityCheckService.html#method_checkIntegrityForDocumentNodeMove","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\NodeService::setDefaultValues","p":"Neos/ContentRepository/Domain/Service/NodeService.html#method_setDefaultValues","d":"

Sets default node property values on the given node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\NodeService::createChildNodes","p":"Neos/ContentRepository/Domain/Service/NodeService.html#method_createChildNodes","d":"

Creates missing child nodes for the given node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\NodeService::cleanUpAutoCreatedChildNodes","p":"Neos/ContentRepository/Domain/Service/NodeService.html#method_cleanUpAutoCreatedChildNodes","d":"

Removes all auto created child nodes that existed in the previous nodeType.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\NodeService::cleanUpProperties","p":"Neos/ContentRepository/Domain/Service/NodeService.html#method_cleanUpProperties","d":"

Remove all properties not configured in the current Node Type.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\NodeService::isNodeOfType","p":"Neos/ContentRepository/Domain/Service/NodeService.html#method_isNodeOfType","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\NodeService::nodePathExistsInAnyContext","p":"Neos/ContentRepository/Domain/Service/NodeService.html#method_nodePathExistsInAnyContext","d":"

Checks if the given node path exists in any possible context already.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\NodeService::nodePathAvailableForNode","p":"Neos/ContentRepository/Domain/Service/NodeService.html#method_nodePathAvailableForNode","d":"

Checks if the given node path can be used for the given node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\NodeService::normalizePath","p":"Neos/ContentRepository/Domain/Service/NodeService.html#method_normalizePath","d":"

Normalizes the given node path to a reference path and returns an absolute path.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\NodeService::generateUniqueNodeName","p":"Neos/ContentRepository/Domain/Service/NodeService.html#method_generateUniqueNodeName","d":"

Generate a node name, optionally based on a suggested "ideal" name

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\NodeService::generatePossibleNodeName","p":"Neos/ContentRepository/Domain/Service/NodeService.html#method_generatePossibleNodeName","d":"

Generate possible node name. When an idealNodeName is given then this is put into a valid format for a node name,\notherwise a random node name in the form "node-alphanumeric" is generated.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\NodeServiceInterface::setDefaultValues","p":"Neos/ContentRepository/Domain/Service/NodeServiceInterface.html#method_setDefaultValues","d":"

Sets default node property values on the given node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\NodeServiceInterface::createChildNodes","p":"Neos/ContentRepository/Domain/Service/NodeServiceInterface.html#method_createChildNodes","d":"

Creates missing child nodes for the given node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\NodeServiceInterface::cleanUpProperties","p":"Neos/ContentRepository/Domain/Service/NodeServiceInterface.html#method_cleanUpProperties","d":"

Removes all properties not configured in the current Node Type.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\NodeServiceInterface::cleanUpAutoCreatedChildNodes","p":"Neos/ContentRepository/Domain/Service/NodeServiceInterface.html#method_cleanUpAutoCreatedChildNodes","d":"

Removes all auto created child nodes that existed in the previous nodeType.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\NodeServiceInterface::isNodeOfType","p":"Neos/ContentRepository/Domain/Service/NodeServiceInterface.html#method_isNodeOfType","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\NodeServiceInterface::nodePathExistsInAnyContext","p":"Neos/ContentRepository/Domain/Service/NodeServiceInterface.html#method_nodePathExistsInAnyContext","d":"

Checks if the given node path exists in any possible context already.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\NodeServiceInterface::nodePathAvailableForNode","p":"Neos/ContentRepository/Domain/Service/NodeServiceInterface.html#method_nodePathAvailableForNode","d":"

Checks if the given node path can be used for the given node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\NodeServiceInterface::normalizePath","p":"Neos/ContentRepository/Domain/Service/NodeServiceInterface.html#method_normalizePath","d":"

Normalizes the given node path to a reference path and returns an absolute path.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\NodeServiceInterface::generateUniqueNodeName","p":"Neos/ContentRepository/Domain/Service/NodeServiceInterface.html#method_generateUniqueNodeName","d":"

Generates a possible node name, optionally based on a suggested "ideal" name.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\NodeTypeManager::getNodeTypes","p":"Neos/ContentRepository/Domain/Service/NodeTypeManager.html#method_getNodeTypes","d":"

Return all registered node types.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\NodeTypeManager::getSubNodeTypes","p":"Neos/ContentRepository/Domain/Service/NodeTypeManager.html#method_getSubNodeTypes","d":"

Return all node types which have a certain $superType, without\nthe $superType itself.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\NodeTypeManager::getNodeType","p":"Neos/ContentRepository/Domain/Service/NodeTypeManager.html#method_getNodeType","d":"

Returns the specified node type (which could be abstract)

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\NodeTypeManager::hasNodeType","p":"Neos/ContentRepository/Domain/Service/NodeTypeManager.html#method_hasNodeType","d":"

Checks if the specified node type exists

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\NodeTypeManager::createNodeType","p":"Neos/ContentRepository/Domain/Service/NodeTypeManager.html#method_createNodeType","d":"

Creates a new node type

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\NodeTypeManager::loadNodeTypes","p":"Neos/ContentRepository/Domain/Service/NodeTypeManager.html#method_loadNodeTypes","d":"

Loads all node types into memory.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\NodeTypeManager::overrideNodeTypes","p":"Neos/ContentRepository/Domain/Service/NodeTypeManager.html#method_overrideNodeTypes","d":"

This method can be used by Functional of Behavioral Tests to completely\noverride the node types known in the system.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\NodeTypeManager::loadNodeType","p":"Neos/ContentRepository/Domain/Service/NodeTypeManager.html#method_loadNodeType","d":"

Load one node type, if it is not loaded yet.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\NodeTypeManager::evaluateSuperTypesConfiguration","p":"Neos/ContentRepository/Domain/Service/NodeTypeManager.html#method_evaluateSuperTypesConfiguration","d":"

Evaluates the given superTypes configuation and returns the array of effective superTypes.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\NodeTypeManager::evaluateSuperTypeConfiguration","p":"Neos/ContentRepository/Domain/Service/NodeTypeManager.html#method_evaluateSuperTypeConfiguration","d":"

Evaluates a single superType configuration and returns the NodeType if enabled.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\PublishingService::getUnpublishedNodes","p":"Neos/ContentRepository/Domain/Service/PublishingService.html#method_getUnpublishedNodes","d":"

Returns a list of nodes contained in the given workspace which are not yet published

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\PublishingService::getUnpublishedNodesCount","p":"Neos/ContentRepository/Domain/Service/PublishingService.html#method_getUnpublishedNodesCount","d":"

Returns the number of unpublished nodes contained in the given workspace

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\PublishingService::publishNode","p":"Neos/ContentRepository/Domain/Service/PublishingService.html#method_publishNode","d":"

Publishes the given node to the specified target workspace. If no workspace is specified, the source workspace's\nbase workspace is assumed.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\PublishingService::publishNodes","p":"Neos/ContentRepository/Domain/Service/PublishingService.html#method_publishNodes","d":"

Publishes the given nodes to the specified target workspace. If no workspace is specified, the source workspace's\nbase workspace is assumed.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\PublishingService::discardNode","p":"Neos/ContentRepository/Domain/Service/PublishingService.html#method_discardNode","d":"

Discards the given node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\PublishingService::doDiscardNode","p":"Neos/ContentRepository/Domain/Service/PublishingService.html#method_doDiscardNode","d":"

Method which does the actual work of discarding, includes a protection against endless recursions and\nmultiple discarding of the same node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\PublishingService::discardNodes","p":"Neos/ContentRepository/Domain/Service/PublishingService.html#method_discardNodes","d":"

Discards the given nodes.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\PublishingService::discardAllNodes","p":"Neos/ContentRepository/Domain/Service/PublishingService.html#method_discardAllNodes","d":"

Discards all unpublished nodes of the given workspace.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\PublishingService::sortNodesForPublishing","p":"Neos/ContentRepository/Domain/Service/PublishingService.html#method_sortNodesForPublishing","d":"

Sort an unsorted list of nodes in a publishable order

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\PublishingService::emitNodePublished","p":"Neos/ContentRepository/Domain/Service/PublishingService.html#method_emitNodePublished","d":"

Signals that a node has been published.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\PublishingService::emitNodeDiscarded","p":"Neos/ContentRepository/Domain/Service/PublishingService.html#method_emitNodeDiscarded","d":"

Signals that a node has been discarded.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\PublishingService::createContext","p":"Neos/ContentRepository/Domain/Service/PublishingService.html#method_createContext","d":"

Creates a new content context based on the given workspace and the NodeData object.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\PublishingServiceInterface::getUnpublishedNodes","p":"Neos/ContentRepository/Domain/Service/PublishingServiceInterface.html#method_getUnpublishedNodes","d":"

Returns a list of nodes contained in the given workspace which are not yet published

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\PublishingServiceInterface::getUnpublishedNodesCount","p":"Neos/ContentRepository/Domain/Service/PublishingServiceInterface.html#method_getUnpublishedNodesCount","d":"

Returns the number of unpublished nodes contained in the given workspace

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\PublishingServiceInterface::publishNode","p":"Neos/ContentRepository/Domain/Service/PublishingServiceInterface.html#method_publishNode","d":"

Publishes the given node to the specified target workspace. If no workspace is specified, "live" is assumed.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\PublishingServiceInterface::publishNodes","p":"Neos/ContentRepository/Domain/Service/PublishingServiceInterface.html#method_publishNodes","d":"

Publishes the given nodes to the specified target workspace. If no workspace is specified, "live" is assumed.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\PublishingServiceInterface::discardNode","p":"Neos/ContentRepository/Domain/Service/PublishingServiceInterface.html#method_discardNode","d":"

Discards the given node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\PublishingServiceInterface::discardNodes","p":"Neos/ContentRepository/Domain/Service/PublishingServiceInterface.html#method_discardNodes","d":"

Discards the given nodes.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\PublishingServiceInterface::discardAllNodes","p":"Neos/ContentRepository/Domain/Service/PublishingServiceInterface.html#method_discardAllNodes","d":"

Discards all unpublished nodes of the given workspace.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Utility\\NodePaths::addNodePathSegment","p":"Neos/ContentRepository/Domain/Utility/NodePaths.html#method_addNodePathSegment","d":"

Appends the given $nodePathSegment to the $nodePath

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Utility\\NodePaths::generateContextPath","p":"Neos/ContentRepository/Domain/Utility/NodePaths.html#method_generateContextPath","d":"

Returns the given absolute node path appended with additional context information (such as the workspace name and dimensions).

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Utility\\NodePaths::explodeContextPath","p":"Neos/ContentRepository/Domain/Utility/NodePaths.html#method_explodeContextPath","d":"

Splits the given context path into relevant information, which results in an array with keys:\n"nodePath", "workspaceName", "dimensions"

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Utility\\NodePaths::parseDimensionValueStringToArray","p":"Neos/ContentRepository/Domain/Utility/NodePaths.html#method_parseDimensionValueStringToArray","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Utility\\NodePaths::isContextPath","p":"Neos/ContentRepository/Domain/Utility/NodePaths.html#method_isContextPath","d":"

Determine if the given node path is a context path.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Utility\\NodePaths::getNodeNameFromPath","p":"Neos/ContentRepository/Domain/Utility/NodePaths.html#method_getNodeNameFromPath","d":"

Get the name for a Node based on the given path.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Utility\\NodePaths::getParentPath","p":"Neos/ContentRepository/Domain/Utility/NodePaths.html#method_getParentPath","d":"

Get the parent path of the given Node path.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Utility\\NodePaths::isSubPathOf","p":"Neos/ContentRepository/Domain/Utility/NodePaths.html#method_isSubPathOf","d":"

Does $possibleSubPath begin with $path and so is a subpath or not.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Utility\\NodePaths::getPathDepth","p":"Neos/ContentRepository/Domain/Utility/NodePaths.html#method_getPathDepth","d":"

Returns the depth of the given Node path.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Utility\\NodePaths::replaceRelativePathElements","p":"Neos/ContentRepository/Domain/Utility/NodePaths.html#method_replaceRelativePathElements","d":"

Replaces relative path segments ("." or "..") in a given path

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Utility\\NodePaths::getRelativePathBetween","p":"Neos/ContentRepository/Domain/Utility/NodePaths.html#method_getRelativePathBetween","d":"

Get the relative path between the given $parentPath and the given $subPath.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Utility\\NodePaths::generateRandomNodeName","p":"Neos/ContentRepository/Domain/Utility/NodePaths.html#method_generateRandomNodeName","d":"

Generates a simple random node name.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Utility\\NodePaths::normalizePath","p":"Neos/ContentRepository/Domain/Utility/NodePaths.html#method_normalizePath","d":"

Normalizes the given node path to a reference path and returns an absolute path.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Utility\\SubgraphUtility::hashIdentityComponents","p":"Neos/ContentRepository/Domain/Utility/SubgraphUtility.html#method_hashIdentityComponents","d":""},{"t":"M","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\CacheLifetimeOperation::canEvaluate","p":"Neos/ContentRepository/Eel/FlowQueryOperations/CacheLifetimeOperation.html#method_canEvaluate","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\CacheLifetimeOperation::evaluate","p":"Neos/ContentRepository/Eel/FlowQueryOperations/CacheLifetimeOperation.html#method_evaluate","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\ChildrenOperation::canEvaluate","p":"Neos/ContentRepository/Eel/FlowQueryOperations/ChildrenOperation.html#method_canEvaluate","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\ChildrenOperation::evaluate","p":"Neos/ContentRepository/Eel/FlowQueryOperations/ChildrenOperation.html#method_evaluate","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\ChildrenOperation::earlyOptimizationOfFilters","p":"Neos/ContentRepository/Eel/FlowQueryOperations/ChildrenOperation.html#method_earlyOptimizationOfFilters","d":"

Optimize for typical use cases, filter by node name and filter\nby NodeType (instanceof). These cases are now optimized and will\nonly load the nodes that match the filters.

"},{"t":"M","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\ClosestOperation::canEvaluate","p":"Neos/ContentRepository/Eel/FlowQueryOperations/ClosestOperation.html#method_canEvaluate","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\ClosestOperation::evaluate","p":"Neos/ContentRepository/Eel/FlowQueryOperations/ClosestOperation.html#method_evaluate","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\ContextOperation::canEvaluate","p":"Neos/ContentRepository/Eel/FlowQueryOperations/ContextOperation.html#method_canEvaluate","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\ContextOperation::evaluate","p":"Neos/ContentRepository/Eel/FlowQueryOperations/ContextOperation.html#method_evaluate","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\FilterOperation::canEvaluate","p":"Neos/ContentRepository/Eel/FlowQueryOperations/FilterOperation.html#method_canEvaluate","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\FilterOperation::evaluate","p":"Neos/ContentRepository/Eel/FlowQueryOperations/FilterOperation.html#method_evaluate","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\FilterOperation::matchesPropertyNameFilter","p":"Neos/ContentRepository/Eel/FlowQueryOperations/FilterOperation.html#method_matchesPropertyNameFilter","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\FilterOperation::matchesIdentifierFilter","p":"Neos/ContentRepository/Eel/FlowQueryOperations/FilterOperation.html#method_matchesIdentifierFilter","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\FilterOperation::getPropertyPath","p":"Neos/ContentRepository/Eel/FlowQueryOperations/FilterOperation.html#method_getPropertyPath","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\FilterOperation::evaluateOperator","p":"Neos/ContentRepository/Eel/FlowQueryOperations/FilterOperation.html#method_evaluateOperator","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\FindOperation::canEvaluate","p":"Neos/ContentRepository/Eel/FlowQueryOperations/FindOperation.html#method_canEvaluate","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\FindOperation::evaluate","p":"Neos/ContentRepository/Eel/FlowQueryOperations/FindOperation.html#method_evaluate","d":"

This operation operates rather on the given Context object than on the given node\nand thus may work with the legacy node interface until subgraphs are available\n{@inheritdoc}

"},{"t":"M","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\FindOperation::hasOnlyInstanceOfFilters","p":"Neos/ContentRepository/Eel/FlowQueryOperations/FindOperation.html#method_hasOnlyInstanceOfFilters","d":"

Check if the parsed filters only contain instanceof filters (e.g. "[instanceof Foo],[instanceof Bar]")

"},{"t":"M","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\HasOperation::canEvaluate","p":"Neos/ContentRepository/Eel/FlowQueryOperations/HasOperation.html#method_canEvaluate","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\HasOperation::evaluate","p":"Neos/ContentRepository/Eel/FlowQueryOperations/HasOperation.html#method_evaluate","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\NextAllOperation::canEvaluate","p":"Neos/ContentRepository/Eel/FlowQueryOperations/NextAllOperation.html#method_canEvaluate","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\NextAllOperation::evaluate","p":"Neos/ContentRepository/Eel/FlowQueryOperations/NextAllOperation.html#method_evaluate","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\NextAllOperation::getNextForNode","p":"Neos/ContentRepository/Eel/FlowQueryOperations/NextAllOperation.html#method_getNextForNode","d":""},{"t":"M","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\NextOperation::canEvaluate","p":"Neos/ContentRepository/Eel/FlowQueryOperations/NextOperation.html#method_canEvaluate","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\NextOperation::evaluate","p":"Neos/ContentRepository/Eel/FlowQueryOperations/NextOperation.html#method_evaluate","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\NextOperation::getNextForNode","p":"Neos/ContentRepository/Eel/FlowQueryOperations/NextOperation.html#method_getNextForNode","d":""},{"t":"M","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\NextUntilOperation::canEvaluate","p":"Neos/ContentRepository/Eel/FlowQueryOperations/NextUntilOperation.html#method_canEvaluate","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\NextUntilOperation::evaluate","p":"Neos/ContentRepository/Eel/FlowQueryOperations/NextUntilOperation.html#method_evaluate","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\NextUntilOperation::getNextForNode","p":"Neos/ContentRepository/Eel/FlowQueryOperations/NextUntilOperation.html#method_getNextForNode","d":""},{"t":"M","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\NextUntilOperation::getNodesUntil","p":"Neos/ContentRepository/Eel/FlowQueryOperations/NextUntilOperation.html#method_getNodesUntil","d":""},{"t":"M","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\ParentOperation::canEvaluate","p":"Neos/ContentRepository/Eel/FlowQueryOperations/ParentOperation.html#method_canEvaluate","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\ParentOperation::evaluate","p":"Neos/ContentRepository/Eel/FlowQueryOperations/ParentOperation.html#method_evaluate","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\ParentsOperation::canEvaluate","p":"Neos/ContentRepository/Eel/FlowQueryOperations/ParentsOperation.html#method_canEvaluate","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\ParentsOperation::evaluate","p":"Neos/ContentRepository/Eel/FlowQueryOperations/ParentsOperation.html#method_evaluate","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\ParentsUntilOperation::canEvaluate","p":"Neos/ContentRepository/Eel/FlowQueryOperations/ParentsUntilOperation.html#method_canEvaluate","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\ParentsUntilOperation::evaluate","p":"Neos/ContentRepository/Eel/FlowQueryOperations/ParentsUntilOperation.html#method_evaluate","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\ParentsUntilOperation::getParents","p":"Neos/ContentRepository/Eel/FlowQueryOperations/ParentsUntilOperation.html#method_getParents","d":""},{"t":"M","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\ParentsUntilOperation::getNodesUntil","p":"Neos/ContentRepository/Eel/FlowQueryOperations/ParentsUntilOperation.html#method_getNodesUntil","d":""},{"t":"M","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\PrevAllOperation::canEvaluate","p":"Neos/ContentRepository/Eel/FlowQueryOperations/PrevAllOperation.html#method_canEvaluate","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\PrevAllOperation::evaluate","p":"Neos/ContentRepository/Eel/FlowQueryOperations/PrevAllOperation.html#method_evaluate","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\PrevAllOperation::getPrevForNode","p":"Neos/ContentRepository/Eel/FlowQueryOperations/PrevAllOperation.html#method_getPrevForNode","d":""},{"t":"M","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\PrevOperation::canEvaluate","p":"Neos/ContentRepository/Eel/FlowQueryOperations/PrevOperation.html#method_canEvaluate","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\PrevOperation::evaluate","p":"Neos/ContentRepository/Eel/FlowQueryOperations/PrevOperation.html#method_evaluate","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\PrevOperation::getPrevForNode","p":"Neos/ContentRepository/Eel/FlowQueryOperations/PrevOperation.html#method_getPrevForNode","d":""},{"t":"M","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\PrevUntilOperation::canEvaluate","p":"Neos/ContentRepository/Eel/FlowQueryOperations/PrevUntilOperation.html#method_canEvaluate","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\PrevUntilOperation::evaluate","p":"Neos/ContentRepository/Eel/FlowQueryOperations/PrevUntilOperation.html#method_evaluate","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\PrevUntilOperation::getPrevForNode","p":"Neos/ContentRepository/Eel/FlowQueryOperations/PrevUntilOperation.html#method_getPrevForNode","d":""},{"t":"M","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\PrevUntilOperation::getNodesUntil","p":"Neos/ContentRepository/Eel/FlowQueryOperations/PrevUntilOperation.html#method_getNodesUntil","d":""},{"t":"M","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\PropertyOperation::canEvaluate","p":"Neos/ContentRepository/Eel/FlowQueryOperations/PropertyOperation.html#method_canEvaluate","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\PropertyOperation::evaluate","p":"Neos/ContentRepository/Eel/FlowQueryOperations/PropertyOperation.html#method_evaluate","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\SiblingsOperation::canEvaluate","p":"Neos/ContentRepository/Eel/FlowQueryOperations/SiblingsOperation.html#method_canEvaluate","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations\\SiblingsOperation::evaluate","p":"Neos/ContentRepository/Eel/FlowQueryOperations/SiblingsOperation.html#method_evaluate","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Command\\NodeCommandController::migrateCommand","p":"Neos/ContentRepository/Migration/Command/NodeCommandController.html#method_migrateCommand","d":"

Do the configured migrations in the given migration.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Command\\NodeCommandController::migrationStatusCommand","p":"Neos/ContentRepository/Migration/Command/NodeCommandController.html#method_migrationStatusCommand","d":"

List available and applied migrations

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Command\\NodeCommandController::outputCommentsAndWarnings","p":"Neos/ContentRepository/Migration/Command/NodeCommandController.html#method_outputCommentsAndWarnings","d":"

Helper to output comments and warnings for the given configuration.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Command\\NodeCommandController::phraseMigrationApplicationInformation","p":"Neos/ContentRepository/Migration/Command/NodeCommandController.html#method_phraseMigrationApplicationInformation","d":""},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Configuration\\Configuration::getAvailableVersions","p":"Neos/ContentRepository/Migration/Configuration/Configuration.html#method_getAvailableVersions","d":"

Returns an array with all available versions.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Configuration\\Configuration::isVersionAvailable","p":"Neos/ContentRepository/Migration/Configuration/Configuration.html#method_isVersionAvailable","d":"

If the given version is available, true is returned.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Configuration\\Configuration::getMigrationVersion","p":"Neos/ContentRepository/Migration/Configuration/Configuration.html#method_getMigrationVersion","d":"

Returns the configuration of the given version, if available.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Configuration\\Configuration::isVersionLoaded","p":"Neos/ContentRepository/Migration/Configuration/Configuration.html#method_isVersionLoaded","d":"

Check if the given version has been loaded already.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Configuration\\Configuration::loadConfiguration","p":"Neos/ContentRepository/Migration/Configuration/Configuration.html#method_loadConfiguration","d":"

Loads a specific version into an array.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Configuration\\Configuration::registerAvailableVersions","p":"Neos/ContentRepository/Migration/Configuration/Configuration.html#method_registerAvailableVersions","d":"

Loads a list of available versions into an array.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Configuration\\ConfigurationInterface::getAvailableVersions","p":"Neos/ContentRepository/Migration/Configuration/ConfigurationInterface.html#method_getAvailableVersions","d":"

Returns all available versions.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Configuration\\ConfigurationInterface::isVersionAvailable","p":"Neos/ContentRepository/Migration/Configuration/ConfigurationInterface.html#method_isVersionAvailable","d":"

Is the given version available?

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Configuration\\ConfigurationInterface::getMigrationVersion","p":"Neos/ContentRepository/Migration/Configuration/ConfigurationInterface.html#method_getMigrationVersion","d":"

Returns the migration configuration with the given version.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Configuration\\YamlConfiguration::registerAvailableVersions","p":"Neos/ContentRepository/Migration/Configuration/YamlConfiguration.html#method_registerAvailableVersions","d":"

Loads a list of available versions into an array.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Configuration\\YamlConfiguration::registerVersionInDirectory","p":"Neos/ContentRepository/Migration/Configuration/YamlConfiguration.html#method_registerVersionInDirectory","d":""},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Configuration\\YamlConfiguration::loadConfiguration","p":"Neos/ContentRepository/Migration/Configuration/YamlConfiguration.html#method_loadConfiguration","d":"

Loads a specific version into an array.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Domain\\Factory\\MigrationFactory::getMigrationForVersion","p":"Neos/ContentRepository/Migration/Domain/Factory/MigrationFactory.html#method_getMigrationForVersion","d":""},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Domain\\Factory\\MigrationFactory::getAvailableMigrationsForCurrentConfigurationType","p":"Neos/ContentRepository/Migration/Domain/Factory/MigrationFactory.html#method_getAvailableMigrationsForCurrentConfigurationType","d":"

Return array of all available migrations with the current configuration type

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Domain\\Model\\Migration::__construct","p":"Neos/ContentRepository/Migration/Domain/Model/Migration.html#method___construct","d":""},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Domain\\Model\\Migration::getVersion","p":"Neos/ContentRepository/Migration/Domain/Model/Migration.html#method_getVersion","d":""},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Domain\\Model\\Migration::getDownConfiguration","p":"Neos/ContentRepository/Migration/Domain/Model/Migration.html#method_getDownConfiguration","d":""},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Domain\\Model\\Migration::getUpConfiguration","p":"Neos/ContentRepository/Migration/Domain/Model/Migration.html#method_getUpConfiguration","d":""},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Domain\\Model\\MigrationConfiguration::__construct","p":"Neos/ContentRepository/Migration/Domain/Model/MigrationConfiguration.html#method___construct","d":""},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Domain\\Model\\MigrationConfiguration::getComments","p":"Neos/ContentRepository/Migration/Domain/Model/MigrationConfiguration.html#method_getComments","d":""},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Domain\\Model\\MigrationConfiguration::hasComments","p":"Neos/ContentRepository/Migration/Domain/Model/MigrationConfiguration.html#method_hasComments","d":""},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Domain\\Model\\MigrationConfiguration::getMigration","p":"Neos/ContentRepository/Migration/Domain/Model/MigrationConfiguration.html#method_getMigration","d":""},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Domain\\Model\\MigrationConfiguration::getWarnings","p":"Neos/ContentRepository/Migration/Domain/Model/MigrationConfiguration.html#method_getWarnings","d":""},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Domain\\Model\\MigrationConfiguration::hasWarnings","p":"Neos/ContentRepository/Migration/Domain/Model/MigrationConfiguration.html#method_hasWarnings","d":""},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Domain\\Model\\MigrationStatus::__construct","p":"Neos/ContentRepository/Migration/Domain/Model/MigrationStatus.html#method___construct","d":""},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Domain\\Model\\MigrationStatus::getApplicationTimeStamp","p":"Neos/ContentRepository/Migration/Domain/Model/MigrationStatus.html#method_getApplicationTimeStamp","d":"

The date and time the recorded migration was applied.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Domain\\Model\\MigrationStatus::getDirection","p":"Neos/ContentRepository/Migration/Domain/Model/MigrationStatus.html#method_getDirection","d":"

The direction of the applied migration.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Domain\\Model\\MigrationStatus::getVersion","p":"Neos/ContentRepository/Migration/Domain/Model/MigrationStatus.html#method_getVersion","d":"

The version of the applied migration.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Filters\\DimensionValues::setDimensionValues","p":"Neos/ContentRepository/Migration/Filters/DimensionValues.html#method_setDimensionValues","d":""},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Filters\\DimensionValues::setFilterForDefaultDimensionValues","p":"Neos/ContentRepository/Migration/Filters/DimensionValues.html#method_setFilterForDefaultDimensionValues","d":""},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Filters\\DimensionValues::matches","p":"Neos/ContentRepository/Migration/Filters/DimensionValues.html#method_matches","d":"

Returns true if the given node has the default dimension values.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Filters\\DoctrineFilterInterface::getFilterExpressions","p":"Neos/ContentRepository/Migration/Filters/DoctrineFilterInterface.html#method_getFilterExpressions","d":null},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Filters\\FilterInterface::matches","p":"Neos/ContentRepository/Migration/Filters/FilterInterface.html#method_matches","d":"

If the given node satisfies the filter constraints, true is returned.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Filters\\IsRemoved::matches","p":"Neos/ContentRepository/Migration/Filters/IsRemoved.html#method_matches","d":"

Returns true if the given node is removed

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Filters\\NodeName::setNodeName","p":"Neos/ContentRepository/Migration/Filters/NodeName.html#method_setNodeName","d":"

Sets the node type name to match on.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Filters\\NodeName::matches","p":"Neos/ContentRepository/Migration/Filters/NodeName.html#method_matches","d":"

Returns true if the given node is of the node type this filter expects.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Filters\\NodeType::setNodeType","p":"Neos/ContentRepository/Migration/Filters/NodeType.html#method_setNodeType","d":"

Sets the node type name to match on.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Filters\\NodeType::setWithSubTypes","p":"Neos/ContentRepository/Migration/Filters/NodeType.html#method_setWithSubTypes","d":"

Whether the filter should match also on all subtypes of the configured\nnode type.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Filters\\NodeType::setExclude","p":"Neos/ContentRepository/Migration/Filters/NodeType.html#method_setExclude","d":"

Whether the filter should exclude the given NodeType instead of including only this node type.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Filters\\NodeType::getFilterExpressions","p":"Neos/ContentRepository/Migration/Filters/NodeType.html#method_getFilterExpressions","d":""},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Filters\\PropertyNotEmpty::setPropertyName","p":"Neos/ContentRepository/Migration/Filters/PropertyNotEmpty.html#method_setPropertyName","d":"

Sets the property name to be checked for non-empty value.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Filters\\PropertyNotEmpty::matches","p":"Neos/ContentRepository/Migration/Filters/PropertyNotEmpty.html#method_matches","d":"

Returns true if the given node has the property and the value is not empty.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Filters\\PropertyValue::setPropertyName","p":"Neos/ContentRepository/Migration/Filters/PropertyValue.html#method_setPropertyName","d":"

Sets the property name to be checked.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Filters\\PropertyValue::setPropertyValue","p":"Neos/ContentRepository/Migration/Filters/PropertyValue.html#method_setPropertyValue","d":"

Sets the property value to be checked against.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Filters\\PropertyValue::getFilterExpressions","p":"Neos/ContentRepository/Migration/Filters/PropertyValue.html#method_getFilterExpressions","d":"

Filters for nodes having the property and value requested.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Filters\\Workspace::setWorkspaceName","p":"Neos/ContentRepository/Migration/Filters/Workspace.html#method_setWorkspaceName","d":"

Sets the workspace name to match on.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Filters\\Workspace::matches","p":"Neos/ContentRepository/Migration/Filters/Workspace.html#method_matches","d":"

Returns true if the given node is in the workspace this filter expects.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Service\\NodeFilter::getFilterExpressions","p":"Neos/ContentRepository/Migration/Service/NodeFilter.html#method_getFilterExpressions","d":"

Return array with Doctrine expressions

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Service\\NodeFilter::matchFilters","p":"Neos/ContentRepository/Migration/Service/NodeFilter.html#method_matchFilters","d":"

Apply local filters to result.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Service\\NodeFilter::buildFilterConjunction","p":"Neos/ContentRepository/Migration/Service/NodeFilter.html#method_buildFilterConjunction","d":""},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Service\\NodeFilter::constructFilterObject","p":"Neos/ContentRepository/Migration/Service/NodeFilter.html#method_constructFilterObject","d":""},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Service\\NodeFilter::resolveFilterClass","p":"Neos/ContentRepository/Migration/Service/NodeFilter.html#method_resolveFilterClass","d":"

Resolves the class name for the filter by first assuming it is a full qualified class name and otherwise searching\nin this package (so filters delivered in Neos.ContentRepository can be used by simply giving the class name without namespace).

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Service\\NodeMigration::__construct","p":"Neos/ContentRepository/Migration/Service/NodeMigration.html#method___construct","d":""},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Service\\NodeMigration::execute","p":"Neos/ContentRepository/Migration/Service/NodeMigration.html#method_execute","d":"

Execute all migrations

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Service\\NodeMigration::executeSingle","p":"Neos/ContentRepository/Migration/Service/NodeMigration.html#method_executeSingle","d":"

Execute a single migration

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Service\\NodeTransformation::execute","p":"Neos/ContentRepository/Migration/Service/NodeTransformation.html#method_execute","d":"

Executes all configured transformations starting on the given node.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Service\\NodeTransformation::buildTransformationConjunction","p":"Neos/ContentRepository/Migration/Service/NodeTransformation.html#method_buildTransformationConjunction","d":""},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Service\\NodeTransformation::buildTransformationObject","p":"Neos/ContentRepository/Migration/Service/NodeTransformation.html#method_buildTransformationObject","d":"

Builds a transformation object from the given configuration.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Service\\NodeTransformation::resolveTransformationClassName","p":"Neos/ContentRepository/Migration/Service/NodeTransformation.html#method_resolveTransformationClassName","d":"

Tries to resolve the given transformation name into a class name.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Transformations\\AbstractTransformation::isTransformable","p":"Neos/ContentRepository/Migration/Transformations/AbstractTransformation.html#method_isTransformable","d":"

Returns true, indicating that the given node can be transformed by this transformation.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Transformations\\AbstractTransformation::execute","p":"Neos/ContentRepository/Migration/Transformations/AbstractTransformation.html#method_execute","d":"

Execute the transformation on the given node.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Transformations\\AddDimensions::setDimensionValues","p":"Neos/ContentRepository/Migration/Transformations/AddDimensions.html#method_setDimensionValues","d":""},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Transformations\\AddDimensions::setAddDefaultDimensionValues","p":"Neos/ContentRepository/Migration/Transformations/AddDimensions.html#method_setAddDefaultDimensionValues","d":""},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Transformations\\AddDimensions::execute","p":"Neos/ContentRepository/Migration/Transformations/AddDimensions.html#method_execute","d":"

Add dimensions to the node.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Transformations\\AddNewProperty::setNewPropertyName","p":"Neos/ContentRepository/Migration/Transformations/AddNewProperty.html#method_setNewPropertyName","d":"

Sets the name of the new property to be added.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Transformations\\AddNewProperty::setValue","p":"Neos/ContentRepository/Migration/Transformations/AddNewProperty.html#method_setValue","d":"

Property value to be set.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Transformations\\AddNewProperty::isTransformable","p":"Neos/ContentRepository/Migration/Transformations/AddNewProperty.html#method_isTransformable","d":"

If the given node has no property this transformation should work on, this\nreturns true.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Transformations\\AddNewProperty::execute","p":"Neos/ContentRepository/Migration/Transformations/AddNewProperty.html#method_execute","d":"

Add the new property with the given value on the given node.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Transformations\\ChangeNodeType::setNewType","p":"Neos/ContentRepository/Migration/Transformations/ChangeNodeType.html#method_setNewType","d":""},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Transformations\\ChangeNodeType::isTransformable","p":"Neos/ContentRepository/Migration/Transformations/ChangeNodeType.html#method_isTransformable","d":"

If the given node has the property this transformation should work on, this\nreturns true if the given NodeType is registered with the NodeTypeManager and is not abstract.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Transformations\\ChangeNodeType::execute","p":"Neos/ContentRepository/Migration/Transformations/ChangeNodeType.html#method_execute","d":"

Change the Node Type on the given node.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Transformations\\ChangePropertyValue::setProperty","p":"Neos/ContentRepository/Migration/Transformations/ChangePropertyValue.html#method_setProperty","d":"

Sets the name of the property to change.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Transformations\\ChangePropertyValue::setNewValue","p":"Neos/ContentRepository/Migration/Transformations/ChangePropertyValue.html#method_setNewValue","d":"

New property value to be set.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Transformations\\ChangePropertyValue::setSearch","p":"Neos/ContentRepository/Migration/Transformations/ChangePropertyValue.html#method_setSearch","d":"

Search string to replace in current property value.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Transformations\\ChangePropertyValue::setReplace","p":"Neos/ContentRepository/Migration/Transformations/ChangePropertyValue.html#method_setReplace","d":"

Replacement for the search string

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Transformations\\ChangePropertyValue::setCurrentValuePlaceholder","p":"Neos/ContentRepository/Migration/Transformations/ChangePropertyValue.html#method_setCurrentValuePlaceholder","d":"

The value of this option (defaults to "{current}") will be used to include the\ncurrent property value into the new value.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Transformations\\ChangePropertyValue::isTransformable","p":"Neos/ContentRepository/Migration/Transformations/ChangePropertyValue.html#method_isTransformable","d":"

If the given node has the property this transformation should work on, this\nreturns true.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Transformations\\ChangePropertyValue::execute","p":"Neos/ContentRepository/Migration/Transformations/ChangePropertyValue.html#method_execute","d":"

Change the property on the given node.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Transformations\\RemoveNode::execute","p":"Neos/ContentRepository/Migration/Transformations/RemoveNode.html#method_execute","d":"

Remove the given node

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Transformations\\RemoveProperty::setProperty","p":"Neos/ContentRepository/Migration/Transformations/RemoveProperty.html#method_setProperty","d":"

Sets the name of the property to be removed.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Transformations\\RemoveProperty::isTransformable","p":"Neos/ContentRepository/Migration/Transformations/RemoveProperty.html#method_isTransformable","d":"

If the given node has property this transformation should work on, this\nreturns true.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Transformations\\RemoveProperty::execute","p":"Neos/ContentRepository/Migration/Transformations/RemoveProperty.html#method_execute","d":"

Remove the property from the given node.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Transformations\\RenameDimension::setNewDimensionName","p":"Neos/ContentRepository/Migration/Transformations/RenameDimension.html#method_setNewDimensionName","d":""},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Transformations\\RenameDimension::getNewDimensionName","p":"Neos/ContentRepository/Migration/Transformations/RenameDimension.html#method_getNewDimensionName","d":""},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Transformations\\RenameDimension::setOldDimensionName","p":"Neos/ContentRepository/Migration/Transformations/RenameDimension.html#method_setOldDimensionName","d":""},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Transformations\\RenameDimension::getOldDimensionName","p":"Neos/ContentRepository/Migration/Transformations/RenameDimension.html#method_getOldDimensionName","d":""},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Transformations\\RenameDimension::execute","p":"Neos/ContentRepository/Migration/Transformations/RenameDimension.html#method_execute","d":"

Change the property on the given node.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Transformations\\RenameNode::setNewName","p":"Neos/ContentRepository/Migration/Transformations/RenameNode.html#method_setNewName","d":"

Sets the new name for the node to change.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Transformations\\RenameNode::isTransformable","p":"Neos/ContentRepository/Migration/Transformations/RenameNode.html#method_isTransformable","d":"

Returns true if the given node does not yet have the new name.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Transformations\\RenameNode::execute","p":"Neos/ContentRepository/Migration/Transformations/RenameNode.html#method_execute","d":"

Renames the node to the new name.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Transformations\\RenameProperty::setFrom","p":"Neos/ContentRepository/Migration/Transformations/RenameProperty.html#method_setFrom","d":"

Sets the name of the property to change.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Transformations\\RenameProperty::setTo","p":"Neos/ContentRepository/Migration/Transformations/RenameProperty.html#method_setTo","d":"

Sets the new name for the property to change.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Transformations\\RenameProperty::isTransformable","p":"Neos/ContentRepository/Migration/Transformations/RenameProperty.html#method_isTransformable","d":"

Returns true if the given node has a property with the name to work on\nand does not yet have a property with the name to rename that property to.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Transformations\\RenameProperty::execute","p":"Neos/ContentRepository/Migration/Transformations/RenameProperty.html#method_execute","d":"

Renames the configured property to the new name.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Transformations\\SetDimensions::setDimensionValues","p":"Neos/ContentRepository/Migration/Transformations/SetDimensions.html#method_setDimensionValues","d":""},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Transformations\\SetDimensions::setAddDefaultDimensionValues","p":"Neos/ContentRepository/Migration/Transformations/SetDimensions.html#method_setAddDefaultDimensionValues","d":""},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Transformations\\SetDimensions::execute","p":"Neos/ContentRepository/Migration/Transformations/SetDimensions.html#method_execute","d":"

Change the property on the given node.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Transformations\\StripTagsOnProperty::setProperty","p":"Neos/ContentRepository/Migration/Transformations/StripTagsOnProperty.html#method_setProperty","d":"

Sets the name of the property to work on.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Transformations\\StripTagsOnProperty::isTransformable","p":"Neos/ContentRepository/Migration/Transformations/StripTagsOnProperty.html#method_isTransformable","d":"

Returns true if the given node has the property to work on.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Transformations\\StripTagsOnProperty::execute","p":"Neos/ContentRepository/Migration/Transformations/StripTagsOnProperty.html#method_execute","d":"

Strips tags on the value of the property to work on.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Transformations\\TransformationInterface::isTransformable","p":"Neos/ContentRepository/Migration/Transformations/TransformationInterface.html#method_isTransformable","d":"

Returns true if the given node can be transformed by this transformation.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Transformations\\TransformationInterface::execute","p":"Neos/ContentRepository/Migration/Transformations/TransformationInterface.html#method_execute","d":"

Execute the transformation on the given node.

"},{"t":"M","n":"Neos\\ContentRepository\\NodeTypePostprocessor\\NodeTypePostprocessorInterface::process","p":"Neos/ContentRepository/NodeTypePostprocessor/NodeTypePostprocessorInterface.html#method_process","d":"

Processes the given $nodeType (e.g. changes/adds properties depending on the NodeType configuration and the specified $options)

"},{"t":"M","n":"Neos\\ContentRepository\\Package::boot","p":"Neos/ContentRepository/Package.html#method_boot","d":"

Invokes custom PHP code directly after the package manager has been initialized.

"},{"t":"M","n":"Neos\\ContentRepository\\Persistence\\Ast\\ToStringFunction::getSql","p":"Neos/ContentRepository/Persistence/Ast/ToStringFunction.html#method_getSql","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\ContentRepository\\Persistence\\Ast\\ToStringFunction::parse","p":"Neos/ContentRepository/Persistence/Ast/ToStringFunction.html#method_parse","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\AbstractNodePrivilege::__construct","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/AbstractNodePrivilege.html#method___construct","d":"Constructor"},{"t":"M","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\AbstractNodePrivilege::initialize","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/AbstractNodePrivilege.html#method_initialize","d":""},{"t":"M","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\AbstractNodePrivilege::buildCacheEntryIdentifier","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/AbstractNodePrivilege.html#method_buildCacheEntryIdentifier","d":""},{"t":"M","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\AbstractNodePrivilege::getCacheEntryIdentifier","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/AbstractNodePrivilege.html#method_getCacheEntryIdentifier","d":"

Unique identifier of this privilege

"},{"t":"M","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\AbstractNodePrivilege::matchesSubject","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/AbstractNodePrivilege.html#method_matchesSubject","d":""},{"t":"M","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\AbstractNodePrivilege::matchesMethod","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/AbstractNodePrivilege.html#method_matchesMethod","d":""},{"t":"M","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\AbstractNodePrivilege::getPointcutFilterComposite","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/AbstractNodePrivilege.html#method_getPointcutFilterComposite","d":""},{"t":"M","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\AbstractNodePrivilege::initializeMethodPrivilege","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/AbstractNodePrivilege.html#method_initializeMethodPrivilege","d":""},{"t":"M","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\AbstractNodePrivilege::evaluateNodeContext","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/AbstractNodePrivilege.html#method_evaluateNodeContext","d":"

Evaluates the matcher with this objects nodeContext and returns the result.

"},{"t":"M","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\AbstractNodePrivilege::buildMethodPrivilegeMatcher","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/AbstractNodePrivilege.html#method_buildMethodPrivilegeMatcher","d":""},{"t":"M","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\AbstractNodePropertyPrivilege::matchesSubject","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/AbstractNodePropertyPrivilege.html#method_matchesSubject","d":""},{"t":"M","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\AbstractNodePropertyPrivilege::getNodePropertyNames","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/AbstractNodePropertyPrivilege.html#method_getNodePropertyNames","d":""},{"t":"M","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\CreateNodePrivilege::matchesSubject","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/CreateNodePrivilege.html#method_matchesSubject","d":""},{"t":"M","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\CreateNodePrivilege::getCreationNodeTypes","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/CreateNodePrivilege.html#method_getCreationNodeTypes","d":""},{"t":"M","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\CreateNodePrivilege::buildMethodPrivilegeMatcher","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/CreateNodePrivilege.html#method_buildMethodPrivilegeMatcher","d":""},{"t":"M","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\CreateNodePrivilegeContext::createdNodeIsOfType","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/CreateNodePrivilegeContext.html#method_createdNodeIsOfType","d":""},{"t":"M","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\CreateNodePrivilegeContext::getCreationNodeTypes","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/CreateNodePrivilegeContext.html#method_getCreationNodeTypes","d":""},{"t":"M","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\CreateNodePrivilegeSubject::__construct","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/CreateNodePrivilegeSubject.html#method___construct","d":""},{"t":"M","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\CreateNodePrivilegeSubject::hasCreationNodeType","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/CreateNodePrivilegeSubject.html#method_hasCreationNodeType","d":""},{"t":"M","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\CreateNodePrivilegeSubject::getCreationNodeType","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/CreateNodePrivilegeSubject.html#method_getCreationNodeType","d":""},{"t":"M","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\Doctrine\\ConditionGenerator::isType","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/Doctrine/ConditionGenerator.html#method_isType","d":""},{"t":"M","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\Doctrine\\ConditionGenerator::isDescendantNodeOf","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/Doctrine/ConditionGenerator.html#method_isDescendantNodeOf","d":""},{"t":"M","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\Doctrine\\ConditionGenerator::nodeIsOfType","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/Doctrine/ConditionGenerator.html#method_nodeIsOfType","d":""},{"t":"M","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\Doctrine\\ConditionGenerator::isInWorkspace","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/Doctrine/ConditionGenerator.html#method_isInWorkspace","d":""},{"t":"M","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\Doctrine\\ConditionGenerator::getNodeByIdentifier","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/Doctrine/ConditionGenerator.html#method_getNodeByIdentifier","d":""},{"t":"M","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\EditNodePrivilege::matchesSubject","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/EditNodePrivilege.html#method_matchesSubject","d":""},{"t":"M","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\EditNodePrivilege::buildMethodPrivilegeMatcher","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/EditNodePrivilege.html#method_buildMethodPrivilegeMatcher","d":"

This is the pointcut expression for all methods to intercept. It targets all public methods that could change the outer state of a node.

"},{"t":"M","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\EditNodePropertyPrivilege::buildMethodPrivilegeMatcher","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/EditNodePropertyPrivilege.html#method_buildMethodPrivilegeMatcher","d":""},{"t":"M","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\NodePrivilegeContext::__construct","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/NodePrivilegeContext.html#method___construct","d":""},{"t":"M","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\NodePrivilegeContext::setNode","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/NodePrivilegeContext.html#method_setNode","d":""},{"t":"M","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\NodePrivilegeContext::isAncestorNodeOf","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/NodePrivilegeContext.html#method_isAncestorNodeOf","d":"

Matches if the selected node is an ancestor of the given node specified by $nodePathOrIdentifier

"},{"t":"M","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\NodePrivilegeContext::isDescendantNodeOf","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/NodePrivilegeContext.html#method_isDescendantNodeOf","d":"

Matches if the selected node is a descendant of the given node specified by $nodePathOrIdentifier

"},{"t":"M","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\NodePrivilegeContext::isAncestorOrDescendantNodeOf","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/NodePrivilegeContext.html#method_isAncestorOrDescendantNodeOf","d":"

Matches if the selected node is a descendant or ancestor of the given node specified by $nodePathOrIdentifier

"},{"t":"M","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\NodePrivilegeContext::nodeIsOfType","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/NodePrivilegeContext.html#method_nodeIsOfType","d":"

Matches if the selected node is of the given NodeType(s). If multiple types are specified, only one entry has to match

"},{"t":"M","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\NodePrivilegeContext::isInWorkspace","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/NodePrivilegeContext.html#method_isInWorkspace","d":"

Matches if the selected node belongs to one of the given $workspaceNames

"},{"t":"M","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\NodePrivilegeContext::isInDimensionPreset","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/NodePrivilegeContext.html#method_isInDimensionPreset","d":"

Matches if the currently-selected preset in the passed $dimensionName is one of $presets.

"},{"t":"M","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\NodePrivilegeContext::resolveNodePath","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/NodePrivilegeContext.html#method_resolveNodePath","d":"

Resolves the given $nodePathOrIdentifier and returns its absolute path and or a boolean if the result directly matches the currently selected node

"},{"t":"M","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\NodePrivilegeContext::getNodeByIdentifier","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/NodePrivilegeContext.html#method_getNodeByIdentifier","d":"

Returns a node from the given $nodeIdentifier (disabling authorization checks)

"},{"t":"M","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\NodePrivilegeSubject::__construct","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/NodePrivilegeSubject.html#method___construct","d":""},{"t":"M","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\NodePrivilegeSubject::getNode","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/NodePrivilegeSubject.html#method_getNode","d":""},{"t":"M","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\NodePrivilegeSubject::getJoinPoint","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/NodePrivilegeSubject.html#method_getJoinPoint","d":""},{"t":"M","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\PropertyAwareNodePrivilegeContext::nodePropertyIsIn","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/PropertyAwareNodePrivilegeContext.html#method_nodePropertyIsIn","d":""},{"t":"M","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\PropertyAwareNodePrivilegeContext::getNodePropertyNames","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/PropertyAwareNodePrivilegeContext.html#method_getNodePropertyNames","d":""},{"t":"M","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\PropertyAwareNodePrivilegeContext::hasProperties","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/PropertyAwareNodePrivilegeContext.html#method_hasProperties","d":"

Whether or not this context is bound to specific properties

"},{"t":"M","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\PropertyAwareNodePrivilegeSubject::__construct","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/PropertyAwareNodePrivilegeSubject.html#method___construct","d":""},{"t":"M","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\PropertyAwareNodePrivilegeSubject::getPropertyName","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/PropertyAwareNodePrivilegeSubject.html#method_getPropertyName","d":""},{"t":"M","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\PropertyAwareNodePrivilegeSubject::hasPropertyName","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/PropertyAwareNodePrivilegeSubject.html#method_hasPropertyName","d":""},{"t":"M","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\ReadNodePrivilege::matchesEntityType","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/ReadNodePrivilege.html#method_matchesEntityType","d":""},{"t":"M","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\ReadNodePrivilege::getConditionGenerator","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/ReadNodePrivilege.html#method_getConditionGenerator","d":""},{"t":"M","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\ReadNodePrivilege::matchesSubject","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/ReadNodePrivilege.html#method_matchesSubject","d":""},{"t":"M","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\ReadNodePropertyPrivilege::buildMethodPrivilegeMatcher","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/ReadNodePropertyPrivilege.html#method_buildMethodPrivilegeMatcher","d":""},{"t":"M","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\RemoveNodePrivilege::matchesSubject","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/RemoveNodePrivilege.html#method_matchesSubject","d":""},{"t":"M","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\RemoveNodePrivilege::buildMethodPrivilegeMatcher","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/RemoveNodePrivilege.html#method_buildMethodPrivilegeMatcher","d":""},{"t":"M","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\TransientNodeCache::cache","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/TransientNodeCache.html#method_cache","d":""},{"t":"M","n":"Neos\\ContentRepository\\Service\\AuthorizationService::isGrantedToEditNode","p":"Neos/ContentRepository/Service/AuthorizationService.html#method_isGrantedToEditNode","d":"

Returns true if the currently authenticated user is allowed to edit the given $node, otherwise false

"},{"t":"M","n":"Neos\\ContentRepository\\Service\\AuthorizationService::isGrantedToCreateNode","p":"Neos/ContentRepository/Service/AuthorizationService.html#method_isGrantedToCreateNode","d":"

Returns true if the currently authenticated user is allowed to create a node of type $typeOfNewNode within the given $referenceNode

"},{"t":"M","n":"Neos\\ContentRepository\\Service\\AuthorizationService::getNodeTypeNamesDeniedForCreation","p":"Neos/ContentRepository/Service/AuthorizationService.html#method_getNodeTypeNamesDeniedForCreation","d":"

Returns the node types that the currently authenticated user is denied to create within the given $referenceNode

"},{"t":"M","n":"Neos\\ContentRepository\\Service\\AuthorizationService::isGrantedToRemoveNode","p":"Neos/ContentRepository/Service/AuthorizationService.html#method_isGrantedToRemoveNode","d":"

Returns true if the currently authenticated user is allowed to remove the given $node

"},{"t":"M","n":"Neos\\ContentRepository\\Service\\AuthorizationService::isGrantedToReadNodeProperty","p":"Neos/ContentRepository/Service/AuthorizationService.html#method_isGrantedToReadNodeProperty","d":""},{"t":"M","n":"Neos\\ContentRepository\\Service\\AuthorizationService::isGrantedToEditNodeProperty","p":"Neos/ContentRepository/Service/AuthorizationService.html#method_isGrantedToEditNodeProperty","d":""},{"t":"M","n":"Neos\\ContentRepository\\Service\\AuthorizationService::getDeniedNodePropertiesForEditing","p":"Neos/ContentRepository/Service/AuthorizationService.html#method_getDeniedNodePropertiesForEditing","d":""},{"t":"M","n":"Neos\\ContentRepository\\Service\\FallbackGraphService::initializeObject","p":"Neos/ContentRepository/Service/FallbackGraphService.html#method_initializeObject","d":""},{"t":"M","n":"Neos\\ContentRepository\\Service\\FallbackGraphService::populateIntraDimensionalFallbackGraph","p":"Neos/ContentRepository/Service/FallbackGraphService.html#method_populateIntraDimensionalFallbackGraph","d":""},{"t":"M","n":"Neos\\ContentRepository\\Service\\FallbackGraphService::populatePresetDimensions","p":"Neos/ContentRepository/Service/FallbackGraphService.html#method_populatePresetDimensions","d":""},{"t":"M","n":"Neos\\ContentRepository\\Service\\FallbackGraphService::populateInterDimensionalFallbackGraph","p":"Neos/ContentRepository/Service/FallbackGraphService.html#method_populateInterDimensionalFallbackGraph","d":""},{"t":"M","n":"Neos\\ContentRepository\\Service\\FallbackGraphService::translateDimensionValueCombinationToPresetCombination","p":"Neos/ContentRepository/Service/FallbackGraphService.html#method_translateDimensionValueCombinationToPresetCombination","d":""},{"t":"M","n":"Neos\\ContentRepository\\Service\\FallbackGraphService::determineAffectedVariantSubgraphIdentifiers","p":"Neos/ContentRepository/Service/FallbackGraphService.html#method_determineAffectedVariantSubgraphIdentifiers","d":""},{"t":"M","n":"Neos\\ContentRepository\\Service\\FallbackGraphService::determineConnectedSubgraphIdentifiers","p":"Neos/ContentRepository/Service/FallbackGraphService.html#method_determineConnectedSubgraphIdentifiers","d":""},{"t":"M","n":"Neos\\ContentRepository\\Service\\FallbackGraphService::getIntraDimensionalFallbackGraph","p":"Neos/ContentRepository/Service/FallbackGraphService.html#method_getIntraDimensionalFallbackGraph","d":""},{"t":"M","n":"Neos\\ContentRepository\\Service\\FallbackGraphService::getInterDimensionalFallbackGraph","p":"Neos/ContentRepository/Service/FallbackGraphService.html#method_getInterDimensionalFallbackGraph","d":""},{"t":"M","n":"Neos\\ContentRepository\\Service\\Utility\\NodePublishingDependencySolver::sort","p":"Neos/ContentRepository/Service/Utility/NodePublishingDependencySolver.html#method_sort","d":"

Sort nodes by an order suitable for publishing

"},{"t":"M","n":"Neos\\ContentRepository\\Service\\Utility\\NodePublishingDependencySolver::buildNodeDependencies","p":"Neos/ContentRepository/Service/Utility/NodePublishingDependencySolver.html#method_buildNodeDependencies","d":"

Prepare dependencies for the given list of nodes

"},{"t":"M","n":"Neos\\ContentRepository\\Service\\Utility\\NodePublishingDependencySolver::resolveDependencies","p":"Neos/ContentRepository/Service/Utility/NodePublishingDependencySolver.html#method_resolveDependencies","d":"

Resolve node dependencies

"},{"t":"M","n":"Neos\\ContentRepository\\TypeConverter\\NodeConverter::convertFrom","p":"Neos/ContentRepository/TypeConverter/NodeConverter.html#method_convertFrom","d":"

Converts the specified $source into a Node.

"},{"t":"M","n":"Neos\\ContentRepository\\TypeConverter\\NodeConverter::setNodeProperties","p":"Neos/ContentRepository/TypeConverter/NodeConverter.html#method_setNodeProperties","d":"

Iterates through the given $properties setting them on the specified $node using the appropriate TypeConverters.

"},{"t":"M","n":"Neos\\ContentRepository\\TypeConverter\\NodeConverter::prepareContextProperties","p":"Neos/ContentRepository/TypeConverter/NodeConverter.html#method_prepareContextProperties","d":"

Prepares the context properties for the nodes based on the given workspace and dimensions

"},{"t":"M","n":"Neos\\ContentRepository\\TypeConverter\\NodeSerializer::convertFrom","p":"Neos/ContentRepository/TypeConverter/NodeSerializer.html#method_convertFrom","d":""},{"t":"M","n":"Neos\\ContentRepository\\TypeConverter\\NodeTemplateConverter::convertFrom","p":"Neos/ContentRepository/TypeConverter/NodeTemplateConverter.html#method_convertFrom","d":"

Converts the specified node path into a Node.

"},{"t":"M","n":"Neos\\ContentRepository\\TypeConverter\\NodeTemplateConverter::extractNodeType","p":"Neos/ContentRepository/TypeConverter/NodeTemplateConverter.html#method_extractNodeType","d":"

Detects the requested node type and returns a corresponding NodeType instance.

"},{"t":"M","n":"Neos\\ContentRepository\\Utility::renderValidNodeName","p":"Neos/ContentRepository/Utility.html#method_renderValidNodeName","d":"

Transforms a text (for example a node title) into a valid node name by removing invalid characters and\ntransliterating special characters if possible.

"},{"t":"M","n":"Neos\\ContentRepository\\Utility::sortDimensionValueArrayAndReturnDimensionsHash","p":"Neos/ContentRepository/Utility.html#method_sortDimensionValueArrayAndReturnDimensionsHash","d":"

Sorts the incoming $dimensionValues array to make sure that before hashing, the ordering is made deterministic.

"},{"t":"M","n":"Neos\\ContentRepository\\Utility::buildAutoCreatedChildNodeIdentifier","p":"Neos/ContentRepository/Utility.html#method_buildAutoCreatedChildNodeIdentifier","d":"

Generate a stable identifier for auto-created child nodes

"},{"t":"M","n":"Neos\\ContentRepository\\Validation\\Validator\\NodeIdentifierValidator::isValid","p":"Neos/ContentRepository/Validation/Validator/NodeIdentifierValidator.html#method_isValid","d":"

Checks if the given value is a syntactically valid node identifier.

"},{"t":"M","n":"Neos\\ContentRepository\\ViewHelpers\\Widget\\Controller\\PaginateController::initializeAction","p":"Neos/ContentRepository/ViewHelpers/Widget/Controller/PaginateController.html#method_initializeAction","d":""},{"t":"M","n":"Neos\\ContentRepository\\ViewHelpers\\Widget\\Controller\\PaginateController::indexAction","p":"Neos/ContentRepository/ViewHelpers/Widget/Controller/PaginateController.html#method_indexAction","d":""},{"t":"M","n":"Neos\\ContentRepository\\ViewHelpers\\Widget\\Controller\\PaginateController::calculateDisplayRange","p":"Neos/ContentRepository/ViewHelpers/Widget/Controller/PaginateController.html#method_calculateDisplayRange","d":"

If a certain number of links should be displayed, adjust before and after\namounts accordingly.

"},{"t":"M","n":"Neos\\ContentRepository\\ViewHelpers\\Widget\\Controller\\PaginateController::buildPagination","p":"Neos/ContentRepository/ViewHelpers/Widget/Controller/PaginateController.html#method_buildPagination","d":"

Returns an array with the keys "pages", "current", "numberOfPages", "nextPage" & "previousPage"

"},{"t":"M","n":"Neos\\ContentRepository\\ViewHelpers\\Widget\\PaginateViewHelper::initializeArguments","p":"Neos/ContentRepository/ViewHelpers/Widget/PaginateViewHelper.html#method_initializeArguments","d":"

Initialize the arguments.

"},{"t":"M","n":"Neos\\ContentRepository\\ViewHelpers\\Widget\\PaginateViewHelper::render","p":"Neos/ContentRepository/ViewHelpers/Widget/PaginateViewHelper.html#method_render","d":"

Render this view helper

"},{"t":"M","n":"Neos\\Diff\\Diff::__construct","p":"Neos/Diff/Diff.html#method___construct","d":"

The constructor.

"},{"t":"M","n":"Neos\\Diff\\Diff::render","p":"Neos/Diff/Diff.html#method_render","d":"

Render a diff using the supplied rendering class and return it.

"},{"t":"M","n":"Neos\\Diff\\Diff::getA","p":"Neos/Diff/Diff.html#method_getA","d":"

Get a range of lines from $start to $end from the first comparison string\nand return them as an array. If no values are supplied, the entire string\nis returned. It's also possible to specify just one line to return only\nthat line.

"},{"t":"M","n":"Neos\\Diff\\Diff::getB","p":"Neos/Diff/Diff.html#method_getB","d":"

Get a range of lines from $start to $end from the second comparison string\nand return them as an array. If no values are supplied, the entire string\nis returned. It's also possible to specify just one line to return only\nthat line.

"},{"t":"M","n":"Neos\\Diff\\Diff::getGroupedOpcodes","p":"Neos/Diff/Diff.html#method_getGroupedOpcodes","d":"

Generate a list of the compiled and grouped opcodes for the differences between the\ntwo strings. Generally called by the renderer, this class instantiates the sequence\nmatcher and performs the actual diff generation and return an array of the opcodes\nfor it. Once generated, the results are cached in the diff class instance.

"},{"t":"M","n":"Neos\\Diff\\Renderer\\AbstractRenderer::__construct","p":"Neos/Diff/Renderer/AbstractRenderer.html#method___construct","d":"

The constructor. Instantiates the rendering engine and if options are passed,\nsets the options for the renderer.

"},{"t":"M","n":"Neos\\Diff\\Renderer\\AbstractRenderer::setOptions","p":"Neos/Diff/Renderer/AbstractRenderer.html#method_setOptions","d":"

Set the options of the renderer to those supplied in the passed in array.

"},{"t":"M","n":"Neos\\Diff\\Renderer\\AbstractRenderer::render","p":"Neos/Diff/Renderer/AbstractRenderer.html#method_render","d":"

Render the diff.

"},{"t":"M","n":"Neos\\Diff\\Renderer\\Html\\HtmlArrayRenderer::render","p":"Neos/Diff/Renderer/Html/HtmlArrayRenderer.html#method_render","d":"

Render and return an array structure suitable for generating HTML\nbased differences. Generally called by subclasses that generate a\nHTML based diff and return an array of the changes to show in the diff.

"},{"t":"M","n":"Neos\\Diff\\Renderer\\Html\\HtmlArrayRenderer::fixSpaces","p":"Neos/Diff/Renderer/Html/HtmlArrayRenderer.html#method_fixSpaces","d":"

Replace a string containing spaces with a HTML representation using  .

"},{"t":"M","n":"Neos\\Diff\\Renderer\\Html\\HtmlInlineRenderer::render","p":"Neos/Diff/Renderer/Html/HtmlInlineRenderer.html#method_render","d":"

Render a and return diff with changes between the two sequences\ndisplayed inline (under each other)

"},{"t":"M","n":"Neos\\Diff\\Renderer\\Html\\HtmlSideBySideRenderer::render","p":"Neos/Diff/Renderer/Html/HtmlSideBySideRenderer.html#method_render","d":"

Render a and return diff with changes between the two sequences\ndisplayed side by side.

"},{"t":"M","n":"Neos\\Diff\\Renderer\\Text\\TextContextRenderer::render","p":"Neos/Diff/Renderer/Text/TextContextRenderer.html#method_render","d":"

Render and return a context formatted (old school!) diff file.

"},{"t":"M","n":"Neos\\Diff\\Renderer\\Text\\TextUnifiedRenderer::render","p":"Neos/Diff/Renderer/Text/TextUnifiedRenderer.html#method_render","d":"

Render and return a unified diff.

"},{"t":"M","n":"Neos\\Diff\\SequenceMatcher::__construct","p":"Neos/Diff/SequenceMatcher.html#method___construct","d":"

The constructor. With the sequences being passed, they'll be set for the\nsequence matcher and it will perform a basic cleanup & calculate junk\nelements.

"},{"t":"M","n":"Neos\\Diff\\SequenceMatcher::setOptions","p":"Neos/Diff/SequenceMatcher.html#method_setOptions","d":"

Set options for the matcher.

"},{"t":"M","n":"Neos\\Diff\\SequenceMatcher::setSequences","p":"Neos/Diff/SequenceMatcher.html#method_setSequences","d":"

Set the first and second sequences to use with the sequence matcher.

"},{"t":"M","n":"Neos\\Diff\\SequenceMatcher::setSeq1","p":"Neos/Diff/SequenceMatcher.html#method_setSeq1","d":"

Set the first sequence ($a) and reset any internal caches to indicate that\nwhen calling the calculation methods, we need to recalculate them.

"},{"t":"M","n":"Neos\\Diff\\SequenceMatcher::setSeq2","p":"Neos/Diff/SequenceMatcher.html#method_setSeq2","d":"

Set the second sequence ($b) and reset any internal caches to indicate that\nwhen calling the calculation methods, we need to recalculate them.

"},{"t":"M","n":"Neos\\Diff\\SequenceMatcher::findLongestMatch","p":"Neos/Diff/SequenceMatcher.html#method_findLongestMatch","d":"

Find the longest matching block in the two sequences, as defined by the\nlower and upper constraints for each sequence. (for the first sequence,\n$alo - $ahi and for the second sequence, $blo - $bhi)

"},{"t":"M","n":"Neos\\Diff\\SequenceMatcher::linesAreDifferent","p":"Neos/Diff/SequenceMatcher.html#method_linesAreDifferent","d":"

Check if the two lines at the given indexes are different or not.

"},{"t":"M","n":"Neos\\Diff\\SequenceMatcher::getMatchingBlocks","p":"Neos/Diff/SequenceMatcher.html#method_getMatchingBlocks","d":"

Return a nested set of arrays for all of the matching sub-sequences\nin the strings $a and $b.

"},{"t":"M","n":"Neos\\Diff\\SequenceMatcher::getOpCodes","p":"Neos/Diff/SequenceMatcher.html#method_getOpCodes","d":"

Return a list of all of the opcodes for the differences between the\ntwo strings.

"},{"t":"M","n":"Neos\\Diff\\SequenceMatcher::getGroupedOpcodes","p":"Neos/Diff/SequenceMatcher.html#method_getGroupedOpcodes","d":"

Return a series of nested arrays containing different groups of generated\nopcodes for the differences between the strings with up to $context lines\nof surrounding content.

"},{"t":"M","n":"Neos\\Diff\\SequenceMatcher::ratio","p":"Neos/Diff/SequenceMatcher.html#method_ratio","d":"

Return a measure of the similarity between the two sequences.

"},{"t":"M","n":"Neos\\Fusion\\Afx\\Dsl\\AfxDslImplementation::transpile","p":"Neos/Fusion/Afx/Dsl/AfxDslImplementation.html#method_transpile","d":"

Transpile the given dsl-code to fusion-code

"},{"t":"M","n":"Neos\\Fusion\\Afx\\Parser\\Expression\\Comment::parse","p":"Neos/Fusion/Afx/Parser/Expression/Comment.html#method_parse","d":""},{"t":"M","n":"Neos\\Fusion\\Afx\\Parser\\Expression\\Expression::parse","p":"Neos/Fusion/Afx/Parser/Expression/Expression.html#method_parse","d":""},{"t":"M","n":"Neos\\Fusion\\Afx\\Parser\\Expression\\Identifier::parse","p":"Neos/Fusion/Afx/Parser/Expression/Identifier.html#method_parse","d":""},{"t":"M","n":"Neos\\Fusion\\Afx\\Parser\\Expression\\Node::parse","p":"Neos/Fusion/Afx/Parser/Expression/Node.html#method_parse","d":""},{"t":"M","n":"Neos\\Fusion\\Afx\\Parser\\Expression\\NodeList::parse","p":"Neos/Fusion/Afx/Parser/Expression/NodeList.html#method_parse","d":""},{"t":"M","n":"Neos\\Fusion\\Afx\\Parser\\Expression\\Prop::parse","p":"Neos/Fusion/Afx/Parser/Expression/Prop.html#method_parse","d":""},{"t":"M","n":"Neos\\Fusion\\Afx\\Parser\\Expression\\Spread::parse","p":"Neos/Fusion/Afx/Parser/Expression/Spread.html#method_parse","d":""},{"t":"M","n":"Neos\\Fusion\\Afx\\Parser\\Expression\\StringLiteral::parse","p":"Neos/Fusion/Afx/Parser/Expression/StringLiteral.html#method_parse","d":""},{"t":"M","n":"Neos\\Fusion\\Afx\\Parser\\Lexer::__construct","p":"Neos/Fusion/Afx/Parser/Lexer.html#method___construct","d":"Constructor"},{"t":"M","n":"Neos\\Fusion\\Afx\\Parser\\Lexer::isWhiteSpace","p":"Neos/Fusion/Afx/Parser/Lexer.html#method_isWhiteSpace","d":"

Checks if the current character is whitespace

"},{"t":"M","n":"Neos\\Fusion\\Afx\\Parser\\Lexer::isAlpha","p":"Neos/Fusion/Afx/Parser/Lexer.html#method_isAlpha","d":"

Checks if the current character is a letter

"},{"t":"M","n":"Neos\\Fusion\\Afx\\Parser\\Lexer::isAlphaNumeric","p":"Neos/Fusion/Afx/Parser/Lexer.html#method_isAlphaNumeric","d":"

Checks if the current character is alpha-numeric

"},{"t":"M","n":"Neos\\Fusion\\Afx\\Parser\\Lexer::isColon","p":"Neos/Fusion/Afx/Parser/Lexer.html#method_isColon","d":"

Checks if the current character is a colon

"},{"t":"M","n":"Neos\\Fusion\\Afx\\Parser\\Lexer::isDot","p":"Neos/Fusion/Afx/Parser/Lexer.html#method_isDot","d":"

Checks if the current character is a dot

"},{"t":"M","n":"Neos\\Fusion\\Afx\\Parser\\Lexer::isAt","p":"Neos/Fusion/Afx/Parser/Lexer.html#method_isAt","d":"

Checks if the current character is a @

"},{"t":"M","n":"Neos\\Fusion\\Afx\\Parser\\Lexer::isMinus","p":"Neos/Fusion/Afx/Parser/Lexer.html#method_isMinus","d":"

Checks if the current character is a minus

"},{"t":"M","n":"Neos\\Fusion\\Afx\\Parser\\Lexer::isUnderscore","p":"Neos/Fusion/Afx/Parser/Lexer.html#method_isUnderscore","d":"

Checks if the current character is an underscore

"},{"t":"M","n":"Neos\\Fusion\\Afx\\Parser\\Lexer::isEqualSign","p":"Neos/Fusion/Afx/Parser/Lexer.html#method_isEqualSign","d":"

Checks if the current character is an equal sign

"},{"t":"M","n":"Neos\\Fusion\\Afx\\Parser\\Lexer::isOpeningBracket","p":"Neos/Fusion/Afx/Parser/Lexer.html#method_isOpeningBracket","d":"

Checks if the current character is an opening bracket

"},{"t":"M","n":"Neos\\Fusion\\Afx\\Parser\\Lexer::isClosingBracket","p":"Neos/Fusion/Afx/Parser/Lexer.html#method_isClosingBracket","d":"

Checks if the current character is a closing bracket

"},{"t":"M","n":"Neos\\Fusion\\Afx\\Parser\\Lexer::isOpeningBrace","p":"Neos/Fusion/Afx/Parser/Lexer.html#method_isOpeningBrace","d":"

Checks if the current character is an opening curly brace

"},{"t":"M","n":"Neos\\Fusion\\Afx\\Parser\\Lexer::isClosingBrace","p":"Neos/Fusion/Afx/Parser/Lexer.html#method_isClosingBrace","d":"

Checks if the current character is a closing curly brace

"},{"t":"M","n":"Neos\\Fusion\\Afx\\Parser\\Lexer::isForwardSlash","p":"Neos/Fusion/Afx/Parser/Lexer.html#method_isForwardSlash","d":"

Checks if the current character is a forward slash

"},{"t":"M","n":"Neos\\Fusion\\Afx\\Parser\\Lexer::isBackSlash","p":"Neos/Fusion/Afx/Parser/Lexer.html#method_isBackSlash","d":"

Checks if the current character is a back slash

"},{"t":"M","n":"Neos\\Fusion\\Afx\\Parser\\Lexer::isSingleQuote","p":"Neos/Fusion/Afx/Parser/Lexer.html#method_isSingleQuote","d":"

Checks if the current character is a single quote

"},{"t":"M","n":"Neos\\Fusion\\Afx\\Parser\\Lexer::isDoubleQuote","p":"Neos/Fusion/Afx/Parser/Lexer.html#method_isDoubleQuote","d":"

Checks if the current character is a double quote

"},{"t":"M","n":"Neos\\Fusion\\Afx\\Parser\\Lexer::isExclamationMark","p":"Neos/Fusion/Afx/Parser/Lexer.html#method_isExclamationMark","d":"

Checks if the current character is an exclamation mark

"},{"t":"M","n":"Neos\\Fusion\\Afx\\Parser\\Lexer::isEnd","p":"Neos/Fusion/Afx/Parser/Lexer.html#method_isEnd","d":"

Checks if the iteration has ended

"},{"t":"M","n":"Neos\\Fusion\\Afx\\Parser\\Lexer::rewind","p":"Neos/Fusion/Afx/Parser/Lexer.html#method_rewind","d":"

Rewinds the iteration by one step

"},{"t":"M","n":"Neos\\Fusion\\Afx\\Parser\\Lexer::peek","p":"Neos/Fusion/Afx/Parser/Lexer.html#method_peek","d":"

Peek several characters in advance and return the next n characters

"},{"t":"M","n":"Neos\\Fusion\\Afx\\Parser\\Lexer::consume","p":"Neos/Fusion/Afx/Parser/Lexer.html#method_consume","d":"

Returns the current character and moves one step forward

"},{"t":"M","n":"Neos\\Fusion\\Afx\\Parser\\Parser::__construct","p":"Neos/Fusion/Afx/Parser/Parser.html#method___construct","d":"

Parser constructor.

"},{"t":"M","n":"Neos\\Fusion\\Afx\\Parser\\Parser::parse","p":"Neos/Fusion/Afx/Parser/Parser.html#method_parse","d":""},{"t":"M","n":"Neos\\Fusion\\Afx\\Service\\AfxService::convertAfxToFusion","p":"Neos/Fusion/Afx/Service/AfxService.html#method_convertAfxToFusion","d":""},{"t":"M","n":"Neos\\Fusion\\Afx\\Service\\AfxService::astToFusion","p":"Neos/Fusion/Afx/Service/AfxService.html#method_astToFusion","d":""},{"t":"M","n":"Neos\\Fusion\\Afx\\Service\\AfxService::astBooleanToFusion","p":"Neos/Fusion/Afx/Service/AfxService.html#method_astBooleanToFusion","d":""},{"t":"M","n":"Neos\\Fusion\\Afx\\Service\\AfxService::astExpressionToFusion","p":"Neos/Fusion/Afx/Service/AfxService.html#method_astExpressionToFusion","d":""},{"t":"M","n":"Neos\\Fusion\\Afx\\Service\\AfxService::astStringToFusion","p":"Neos/Fusion/Afx/Service/AfxService.html#method_astStringToFusion","d":""},{"t":"M","n":"Neos\\Fusion\\Afx\\Service\\AfxService::astTextToFusion","p":"Neos/Fusion/Afx/Service/AfxService.html#method_astTextToFusion","d":""},{"t":"M","n":"Neos\\Fusion\\Afx\\Service\\AfxService::propListToFusion","p":"Neos/Fusion/Afx/Service/AfxService.html#method_propListToFusion","d":""},{"t":"M","n":"Neos\\Fusion\\Afx\\Service\\AfxService::generatePathForShorthandFusionMetaPath","p":"Neos/Fusion/Afx/Service/AfxService.html#method_generatePathForShorthandFusionMetaPath","d":""},{"t":"M","n":"Neos\\Fusion\\Afx\\Service\\AfxService::astNodeToFusion","p":"Neos/Fusion/Afx/Service/AfxService.html#method_astNodeToFusion","d":""},{"t":"M","n":"Neos\\Fusion\\Afx\\Service\\AfxService::astNodeListToFusion","p":"Neos/Fusion/Afx/Service/AfxService.html#method_astNodeListToFusion","d":""},{"t":"M","n":"Neos\\Fusion\\Aspects\\FusionCachingAspect::cacheGetMergedFusionObjectTree","p":"Neos/Fusion/Aspects/FusionCachingAspect.html#method_cacheGetMergedFusionObjectTree","d":""},{"t":"M","n":"Neos\\Fusion\\Core\\Cache\\CacheSegmentParser::__construct","p":"Neos/Fusion/Core/Cache/CacheSegmentParser.html#method___construct","d":"

Parses the given content and extracts segments by searching for start end end markers. Those segments can later\nbe retrieved via getCacheSegments() and stored in a cache.

"},{"t":"M","n":"Neos\\Fusion\\Core\\Cache\\CacheSegmentParser::parseSegment","p":"Neos/Fusion/Core/Cache/CacheSegmentParser.html#method_parseSegment","d":"

Parses a segment at current position diving down into nested segments.

"},{"t":"M","n":"Neos\\Fusion\\Core\\Cache\\CacheSegmentParser::extractContentAndSubSegments","p":"Neos/Fusion/Core/Cache/CacheSegmentParser.html#method_extractContentAndSubSegments","d":""},{"t":"M","n":"Neos\\Fusion\\Core\\Cache\\CacheSegmentParser::reduceSegmentDataToCacheRelevantInformation","p":"Neos/Fusion/Core/Cache/CacheSegmentParser.html#method_reduceSegmentDataToCacheRelevantInformation","d":"

Make sure that we keep only necessary information for caching and strip all internal segment data.

"},{"t":"M","n":"Neos\\Fusion\\Core\\Cache\\CacheSegmentParser::extractContent","p":"Neos/Fusion/Core/Cache/CacheSegmentParser.html#method_extractContent","d":""},{"t":"M","n":"Neos\\Fusion\\Core\\Cache\\CacheSegmentParser::calculateCurrentPosition","p":"Neos/Fusion/Core/Cache/CacheSegmentParser.html#method_calculateCurrentPosition","d":"

Calculates a position assuming that the given position is a token followed by the random cache marker

"},{"t":"M","n":"Neos\\Fusion\\Core\\Cache\\CacheSegmentParser::calculateNextTokenPosition","p":"Neos/Fusion/Core/Cache/CacheSegmentParser.html#method_calculateNextTokenPosition","d":"

Find the next position of the given token (one of the ContentCache::CACHESEGMENT*_TOKEN constants) in the parsed content.

"},{"t":"M","n":"Neos\\Fusion\\Core\\Cache\\CacheSegmentParser::getOutput","p":"Neos/Fusion/Core/Cache/CacheSegmentParser.html#method_getOutput","d":"

Returns the fully intact content as originally given to extractRenderedSegments() but without the markers. This\ncontent is suitable for being used as output for the user.

"},{"t":"M","n":"Neos\\Fusion\\Core\\Cache\\CacheSegmentParser::getCacheSegments","p":"Neos/Fusion/Core/Cache/CacheSegmentParser.html#method_getCacheSegments","d":"

Returns an array with extracted content segments, including the type (if they can be cached or not) and tags to\nbe used for their entries when the segments are stored in a persistent cache.

"},{"t":"M","n":"Neos\\Fusion\\Core\\Cache\\CacheSegmentParser::getUncachedPartCount","p":"Neos/Fusion/Core/Cache/CacheSegmentParser.html#method_getUncachedPartCount","d":""},{"t":"M","n":"Neos\\Fusion\\Core\\Cache\\CacheSegmentParser::getOuterSegmentContent","p":"Neos/Fusion/Core/Cache/CacheSegmentParser.html#method_getOuterSegmentContent","d":""},{"t":"M","n":"Neos\\Fusion\\Core\\Cache\\ContentCache::__construct","p":"Neos/Fusion/Core/Cache/ContentCache.html#method___construct","d":"

ContentCache constructor

"},{"t":"M","n":"Neos\\Fusion\\Core\\Cache\\ContentCache::createCacheSegment","p":"Neos/Fusion/Core/Cache/ContentCache.html#method_createCacheSegment","d":"

Takes the given content and adds markers for later use as a cached content segment.

"},{"t":"M","n":"Neos\\Fusion\\Core\\Cache\\ContentCache::createUncachedSegment","p":"Neos/Fusion/Core/Cache/ContentCache.html#method_createUncachedSegment","d":"

Similar to createCacheSegment() creates a content segment with markers added, but in contrast to that function\nthis method is used for rendering a segment which is not supposed to be cached.

"},{"t":"M","n":"Neos\\Fusion\\Core\\Cache\\ContentCache::createDynamicCachedSegment","p":"Neos/Fusion/Core/Cache/ContentCache.html#method_createDynamicCachedSegment","d":"

Similar to createUncachedSegment() creates a content segment with markers added, but in contrast to that function\nthis method is used for rendering a segment which will be evaluated at runtime but can still be cached.

"},{"t":"M","n":"Neos\\Fusion\\Core\\Cache\\ContentCache::renderContentCacheEntryIdentifier","p":"Neos/Fusion/Core/Cache/ContentCache.html#method_renderContentCacheEntryIdentifier","d":"

Renders an identifier for a content cache entry

"},{"t":"M","n":"Neos\\Fusion\\Core\\Cache\\ContentCache::processCacheSegments","p":"Neos/Fusion/Core/Cache/ContentCache.html#method_processCacheSegments","d":"

Takes a string of content which includes cache segment markers, extracts the marked segments, writes those\nsegments which can be cached to the actual cache and returns the cleaned up original content without markers.

"},{"t":"M","n":"Neos\\Fusion\\Core\\Cache\\ContentCache::getCachedSegment","p":"Neos/Fusion/Core/Cache/ContentCache.html#method_getCachedSegment","d":"

Tries to retrieve the specified content segment from the cache \u2013 further nested inline segments are retrieved\nas well and segments which were not cacheable are rendered.

"},{"t":"M","n":"Neos\\Fusion\\Core\\Cache\\ContentCache::replaceCachePlaceholders","p":"Neos/Fusion/Core/Cache/ContentCache.html#method_replaceCachePlaceholders","d":"

Find cache placeholders in a cached segment and return the identifiers

"},{"t":"M","n":"Neos\\Fusion\\Core\\Cache\\ContentCache::replaceUncachedPlaceholders","p":"Neos/Fusion/Core/Cache/ContentCache.html#method_replaceUncachedPlaceholders","d":"

Replace segments which are marked as not-cacheable by their actual content by invoking the Fusion Runtime.

"},{"t":"M","n":"Neos\\Fusion\\Core\\Cache\\ContentCache::serializeContext","p":"Neos/Fusion/Core/Cache/ContentCache.html#method_serializeContext","d":"

Generates an array of strings from the given array of context variables

"},{"t":"M","n":"Neos\\Fusion\\Core\\Cache\\ContentCache::getTypeForContextValue","p":"Neos/Fusion/Core/Cache/ContentCache.html#method_getTypeForContextValue","d":"

TODO: Adapt to Flow change https://review.typo3.org/#/c/33138/

"},{"t":"M","n":"Neos\\Fusion\\Core\\Cache\\ContentCache::flushByTag","p":"Neos/Fusion/Core/Cache/ContentCache.html#method_flushByTag","d":"

Flush content cache entries by tag

"},{"t":"M","n":"Neos\\Fusion\\Core\\Cache\\ContentCache::flush","p":"Neos/Fusion/Core/Cache/ContentCache.html#method_flush","d":"

Flush all content cache entries

"},{"t":"M","n":"Neos\\Fusion\\Core\\Cache\\ContentCache::sanitizeTag","p":"Neos/Fusion/Core/Cache/ContentCache.html#method_sanitizeTag","d":"

Sanitizes the given tag for use with the cache framework

"},{"t":"M","n":"Neos\\Fusion\\Core\\Cache\\ContentCache::sanitizeTags","p":"Neos/Fusion/Core/Cache/ContentCache.html#method_sanitizeTags","d":"

Sanitizes multiple tags with sanitizeTag()

"},{"t":"M","n":"Neos\\Fusion\\Core\\Cache\\FileMonitorListener::__construct","p":"Neos/Fusion/Core/Cache/FileMonitorListener.html#method___construct","d":""},{"t":"M","n":"Neos\\Fusion\\Core\\Cache\\FileMonitorListener::flushContentCacheOnFileChanges","p":"Neos/Fusion/Core/Cache/FileMonitorListener.html#method_flushContentCacheOnFileChanges","d":""},{"t":"M","n":"Neos\\Fusion\\Core\\Cache\\RuntimeContentCache::__construct","p":"Neos/Fusion/Core/Cache/RuntimeContentCache.html#method___construct","d":""},{"t":"M","n":"Neos\\Fusion\\Core\\Cache\\RuntimeContentCache::addTag","p":"Neos/Fusion/Core/Cache/RuntimeContentCache.html#method_addTag","d":"

Adds a tag built from the given key and value.

"},{"t":"M","n":"Neos\\Fusion\\Core\\Cache\\RuntimeContentCache::flushTags","p":"Neos/Fusion/Core/Cache/RuntimeContentCache.html#method_flushTags","d":"

Resets the assigned tags, returning the previously set tags.

"},{"t":"M","n":"Neos\\Fusion\\Core\\Cache\\RuntimeContentCache::enter","p":"Neos/Fusion/Core/Cache/RuntimeContentCache.html#method_enter","d":"

Enter an evaluation

"},{"t":"M","n":"Neos\\Fusion\\Core\\Cache\\RuntimeContentCache::preEvaluate","p":"Neos/Fusion/Core/Cache/RuntimeContentCache.html#method_preEvaluate","d":"

Check for cached evaluation and or collect metadata for evaluation

"},{"t":"M","n":"Neos\\Fusion\\Core\\Cache\\RuntimeContentCache::postProcess","p":"Neos/Fusion/Core/Cache/RuntimeContentCache.html#method_postProcess","d":"

Post process output for caching information

"},{"t":"M","n":"Neos\\Fusion\\Core\\Cache\\RuntimeContentCache::leave","p":"Neos/Fusion/Core/Cache/RuntimeContentCache.html#method_leave","d":"

Leave the evaluation of a path

"},{"t":"M","n":"Neos\\Fusion\\Core\\Cache\\RuntimeContentCache::evaluateUncached","p":"Neos/Fusion/Core/Cache/RuntimeContentCache.html#method_evaluateUncached","d":"

Evaluate a Fusion path with a given context without content caching

"},{"t":"M","n":"Neos\\Fusion\\Core\\Cache\\RuntimeContentCache::buildCacheIdentifierValues","p":"Neos/Fusion/Core/Cache/RuntimeContentCache.html#method_buildCacheIdentifierValues","d":"

Builds an array of additional key / values which must go into the calculation of the cache entry identifier for\na cached content segment.

"},{"t":"M","n":"Neos\\Fusion\\Core\\Cache\\RuntimeContentCache::buildCacheTags","p":"Neos/Fusion/Core/Cache/RuntimeContentCache.html#method_buildCacheTags","d":"

Builds an array of string which must be used as tags for the cache entry identifier of a specific cached content segment.

"},{"t":"M","n":"Neos\\Fusion\\Core\\Cache\\RuntimeContentCache::unserializeContext","p":"Neos/Fusion/Core/Cache/RuntimeContentCache.html#method_unserializeContext","d":""},{"t":"M","n":"Neos\\Fusion\\Core\\Cache\\RuntimeContentCache::setEnableContentCache","p":"Neos/Fusion/Core/Cache/RuntimeContentCache.html#method_setEnableContentCache","d":""},{"t":"M","n":"Neos\\Fusion\\Core\\Cache\\RuntimeContentCache::getEnableContentCache","p":"Neos/Fusion/Core/Cache/RuntimeContentCache.html#method_getEnableContentCache","d":""},{"t":"M","n":"Neos\\Fusion\\Core\\DslFactory::create","p":"Neos/Fusion/Core/DslFactory.html#method_create","d":""},{"t":"M","n":"Neos\\Fusion\\Core\\DslInterface::transpile","p":"Neos/Fusion/Core/DslInterface.html#method_transpile","d":"

Transpile the given dsl-code to fusion-code

"},{"t":"M","n":"Neos\\Fusion\\Core\\ExceptionHandlers\\AbsorbingHandler::handle","p":"Neos/Fusion/Core/ExceptionHandlers/AbsorbingHandler.html#method_handle","d":"

Returns an empty string

"},{"t":"M","n":"Neos\\Fusion\\Core\\ExceptionHandlers\\AbsorbingHandler::exceptionDisablesCache","p":"Neos/Fusion/Core/ExceptionHandlers/AbsorbingHandler.html#method_exceptionDisablesCache","d":"

The absorbing handler is meant to catch loose evaluation errors (like missing assets) in a useful way,\ntherefor caching is desired.

"},{"t":"M","n":"Neos\\Fusion\\Core\\ExceptionHandlers\\AbstractRenderingExceptionHandler::setRuntime","p":"Neos/Fusion/Core/ExceptionHandlers/AbstractRenderingExceptionHandler.html#method_setRuntime","d":"

Sets the current Fusion runtime

"},{"t":"M","n":"Neos\\Fusion\\Core\\ExceptionHandlers\\AbstractRenderingExceptionHandler::getRuntime","p":"Neos/Fusion/Core/ExceptionHandlers/AbstractRenderingExceptionHandler.html#method_getRuntime","d":"

Returns current Fusion runtime

"},{"t":"M","n":"Neos\\Fusion\\Core\\ExceptionHandlers\\AbstractRenderingExceptionHandler::handleRenderingException","p":"Neos/Fusion/Core/ExceptionHandlers/AbstractRenderingExceptionHandler.html#method_handleRenderingException","d":"

Handle an Exception thrown while rendering Fusion

"},{"t":"M","n":"Neos\\Fusion\\Core\\ExceptionHandlers\\AbstractRenderingExceptionHandler::handle","p":"Neos/Fusion/Core/ExceptionHandlers/AbstractRenderingExceptionHandler.html#method_handle","d":"

Handles an Exception thrown while rendering Fusion

"},{"t":"M","n":"Neos\\Fusion\\Core\\ExceptionHandlers\\AbstractRenderingExceptionHandler::formatScriptPath","p":"Neos/Fusion/Core/ExceptionHandlers/AbstractRenderingExceptionHandler.html#method_formatScriptPath","d":"

breaks the given path to multiple line to allow a nicer formatted logging

"},{"t":"M","n":"Neos\\Fusion\\Core\\ExceptionHandlers\\AbstractRenderingExceptionHandler::exceptionDisablesCache","p":"Neos/Fusion/Core/ExceptionHandlers/AbstractRenderingExceptionHandler.html#method_exceptionDisablesCache","d":"

Can be used to determine if handling the exception should disable the cache or not.

"},{"t":"M","n":"Neos\\Fusion\\Core\\ExceptionHandlers\\BubblingHandler::handleRenderingException","p":"Neos/Fusion/Core/ExceptionHandlers/BubblingHandler.html#method_handleRenderingException","d":"

Handle an Exception thrown while rendering Fusion

"},{"t":"M","n":"Neos\\Fusion\\Core\\ExceptionHandlers\\BubblingHandler::handle","p":"Neos/Fusion/Core/ExceptionHandlers/BubblingHandler.html#method_handle","d":"

Handles an Exception thrown while rendering Fusion

"},{"t":"M","n":"Neos\\Fusion\\Core\\ExceptionHandlers\\ContextDependentHandler::handle","p":"Neos/Fusion/Core/ExceptionHandlers/ContextDependentHandler.html#method_handle","d":"

Handle an exception depending on the context with an HTML message or XML comment

"},{"t":"M","n":"Neos\\Fusion\\Core\\ExceptionHandlers\\HtmlMessageHandler::injectLogger","p":"Neos/Fusion/Core/ExceptionHandlers/HtmlMessageHandler.html#method_injectLogger","d":""},{"t":"M","n":"Neos\\Fusion\\Core\\ExceptionHandlers\\HtmlMessageHandler::injectThrowableStorage","p":"Neos/Fusion/Core/ExceptionHandlers/HtmlMessageHandler.html#method_injectThrowableStorage","d":""},{"t":"M","n":"Neos\\Fusion\\Core\\ExceptionHandlers\\HtmlMessageHandler::__construct","p":"Neos/Fusion/Core/ExceptionHandlers/HtmlMessageHandler.html#method___construct","d":""},{"t":"M","n":"Neos\\Fusion\\Core\\ExceptionHandlers\\HtmlMessageHandler::handle","p":"Neos/Fusion/Core/ExceptionHandlers/HtmlMessageHandler.html#method_handle","d":"

Renders the exception in HTML for display

"},{"t":"M","n":"Neos\\Fusion\\Core\\ExceptionHandlers\\HtmlMessageHandler::formatErrorCodeMessage","p":"Neos/Fusion/Core/ExceptionHandlers/HtmlMessageHandler.html#method_formatErrorCodeMessage","d":"

Renders a message depicting the user where to find further information\nfor the given reference code.

"},{"t":"M","n":"Neos\\Fusion\\Core\\ExceptionHandlers\\HtmlMessageHandler::formatFusionPath","p":"Neos/Fusion/Core/ExceptionHandlers/HtmlMessageHandler.html#method_formatFusionPath","d":"

Renders an indented multi-line stack-trace for the given Fusion path.

"},{"t":"M","n":"Neos\\Fusion\\Core\\ExceptionHandlers\\PlainTextHandler::handle","p":"Neos/Fusion/Core/ExceptionHandlers/PlainTextHandler.html#method_handle","d":"

Handles an Exception thrown while rendering Fusion

"},{"t":"M","n":"Neos\\Fusion\\Core\\ExceptionHandlers\\ThrowingHandler::handleRenderingException","p":"Neos/Fusion/Core/ExceptionHandlers/ThrowingHandler.html#method_handleRenderingException","d":"

Handle an Exception thrown while rendering Fusion

"},{"t":"M","n":"Neos\\Fusion\\Core\\ExceptionHandlers\\ThrowingHandler::handle","p":"Neos/Fusion/Core/ExceptionHandlers/ThrowingHandler.html#method_handle","d":"

Handles an Exception thrown while rendering Fusion

"},{"t":"M","n":"Neos\\Fusion\\Core\\ExceptionHandlers\\XmlCommentHandler::injectLogger","p":"Neos/Fusion/Core/ExceptionHandlers/XmlCommentHandler.html#method_injectLogger","d":""},{"t":"M","n":"Neos\\Fusion\\Core\\ExceptionHandlers\\XmlCommentHandler::injectThrowableStorage","p":"Neos/Fusion/Core/ExceptionHandlers/XmlCommentHandler.html#method_injectThrowableStorage","d":""},{"t":"M","n":"Neos\\Fusion\\Core\\ExceptionHandlers\\XmlCommentHandler::handle","p":"Neos/Fusion/Core/ExceptionHandlers/XmlCommentHandler.html#method_handle","d":"

Provides an XML comment containing the exception

"},{"t":"M","n":"Neos\\Fusion\\Core\\Parser::parse","p":"Neos/Fusion/Core/Parser.html#method_parse","d":"

Parses the given Fusion source code and returns an object tree\nas the result.

"},{"t":"M","n":"Neos\\Fusion\\Core\\Parser::setObjectTypeNamespace","p":"Neos/Fusion/Core/Parser.html#method_setObjectTypeNamespace","d":"

Sets the given alias to the specified namespace.

"},{"t":"M","n":"Neos\\Fusion\\Core\\Parser::initialize","p":"Neos/Fusion/Core/Parser.html#method_initialize","d":"

Initializes the Fusion parser

"},{"t":"M","n":"Neos\\Fusion\\Core\\Parser::getNextFusionLine","p":"Neos/Fusion/Core/Parser.html#method_getNextFusionLine","d":"

Get the next, unparsed line of Fusion from this->currentSourceCodeLines and increase the pointer

"},{"t":"M","n":"Neos\\Fusion\\Core\\Parser::parseFusionLine","p":"Neos/Fusion/Core/Parser.html#method_parseFusionLine","d":"

Parses one line of Fusion

"},{"t":"M","n":"Neos\\Fusion\\Core\\Parser::parseComment","p":"Neos/Fusion/Core/Parser.html#method_parseComment","d":"

Parses a line with comments or a line while parsing is in block comment mode.

"},{"t":"M","n":"Neos\\Fusion\\Core\\Parser::parseConfinementBlock","p":"Neos/Fusion/Core/Parser.html#method_parseConfinementBlock","d":"

Parses a line which opens or closes a confinement

"},{"t":"M","n":"Neos\\Fusion\\Core\\Parser::parseDeclaration","p":"Neos/Fusion/Core/Parser.html#method_parseDeclaration","d":"

Parses a parser declaration of the form "declarationtype: declaration".

"},{"t":"M","n":"Neos\\Fusion\\Core\\Parser::parseObjectDefinition","p":"Neos/Fusion/Core/Parser.html#method_parseObjectDefinition","d":"

Parses an object definition.

"},{"t":"M","n":"Neos\\Fusion\\Core\\Parser::parseValueAssignment","p":"Neos/Fusion/Core/Parser.html#method_parseValueAssignment","d":"

Parses a value operation of the type "assignment".

"},{"t":"M","n":"Neos\\Fusion\\Core\\Parser::parseValueUnAssignment","p":"Neos/Fusion/Core/Parser.html#method_parseValueUnAssignment","d":"

Unsets the object, property or variable specified by the object path.

"},{"t":"M","n":"Neos\\Fusion\\Core\\Parser::parseValueCopy","p":"Neos/Fusion/Core/Parser.html#method_parseValueCopy","d":"

Copies the object or value specified by sourcObjectPath and assigns\nit to targetObjectPath.

"},{"t":"M","n":"Neos\\Fusion\\Core\\Parser::parseNamespaceDeclaration","p":"Neos/Fusion/Core/Parser.html#method_parseNamespaceDeclaration","d":"

Parses a namespace declaration and stores the result in the namespace registry.

"},{"t":"M","n":"Neos\\Fusion\\Core\\Parser::parseInclude","p":"Neos/Fusion/Core/Parser.html#method_parseInclude","d":"

Parse an include file. Currently, we start a new parser object; but we could as well re-use\nthe given one.

"},{"t":"M","n":"Neos\\Fusion\\Core\\Parser::getParsedObjectPath","p":"Neos/Fusion/Core/Parser.html#method_getParsedObjectPath","d":"

Parse an object path specified as a string and returns an array.

"},{"t":"M","n":"Neos\\Fusion\\Core\\Parser::getProcessedValue","p":"Neos/Fusion/Core/Parser.html#method_getProcessedValue","d":"

Parses the given value (which may be a literal, variable or object type) and\nreturns the evaluated result, including variables replaced by their actual value.

"},{"t":"M","n":"Neos\\Fusion\\Core\\Parser::invokeAndParseDsl","p":"Neos/Fusion/Core/Parser.html#method_invokeAndParseDsl","d":""},{"t":"M","n":"Neos\\Fusion\\Core\\Parser::setValueInObjectTree","p":"Neos/Fusion/Core/Parser.html#method_setValueInObjectTree","d":"

Assigns a value to a node or a property in the object tree, specified by the object path array.

"},{"t":"M","n":"Neos\\Fusion\\Core\\Parser::getValueFromObjectTree","p":"Neos/Fusion/Core/Parser.html#method_getValueFromObjectTree","d":"

Retrieves a value from a node in the object tree, specified by the object path array.

"},{"t":"M","n":"Neos\\Fusion\\Core\\Parser::getCurrentObjectPathPrefix","p":"Neos/Fusion/Core/Parser.html#method_getCurrentObjectPathPrefix","d":"

Returns the first part of an object path from the current object path stack\nwhich can be used to prefix a relative object path.

"},{"t":"M","n":"Neos\\Fusion\\Core\\Parser::buildPrototypeHierarchy","p":"Neos/Fusion/Core/Parser.html#method_buildPrototypeHierarchy","d":"

Precalculate merged configuration for inherited prototypes.

"},{"t":"M","n":"Neos\\Fusion\\Core\\Parser::unquoteString","p":"Neos/Fusion/Core/Parser.html#method_unquoteString","d":"

Removes escapings from a given argument string and trims the outermost\nquotes.

"},{"t":"M","n":"Neos\\Fusion\\Core\\Parser::renderCurrentFileAndLineInformation","p":"Neos/Fusion/Core/Parser.html#method_renderCurrentFileAndLineInformation","d":"

Render a hint about the currently rendered file and l\u00edne that is to be used\nin Exception Messages to show where parser errors originate from

"},{"t":"M","n":"Neos\\Fusion\\Core\\ParserInterface::parse","p":"Neos/Fusion/Core/ParserInterface.html#method_parse","d":"

Parses the given Fusion source code and returns an object tree\nas the result.

"},{"t":"M","n":"Neos\\Fusion\\Core\\ParserInterface::setObjectTypeNamespace","p":"Neos/Fusion/Core/ParserInterface.html#method_setObjectTypeNamespace","d":"

Sets the given alias to the specified namespace.

"},{"t":"M","n":"Neos\\Fusion\\Core\\Runtime::__construct","p":"Neos/Fusion/Core/Runtime.html#method___construct","d":"

Constructor for the Fusion Runtime

"},{"t":"M","n":"Neos\\Fusion\\Core\\Runtime::injectSettings","p":"Neos/Fusion/Core/Runtime.html#method_injectSettings","d":"

Inject settings of this package

"},{"t":"M","n":"Neos\\Fusion\\Core\\Runtime::addCacheTag","p":"Neos/Fusion/Core/Runtime.html#method_addCacheTag","d":"

Add a tag to the current cache segment

"},{"t":"M","n":"Neos\\Fusion\\Core\\Runtime::pushContextArray","p":"Neos/Fusion/Core/Runtime.html#method_pushContextArray","d":"

Completely replace the context array with the new $contextArray.

"},{"t":"M","n":"Neos\\Fusion\\Core\\Runtime::pushContext","p":"Neos/Fusion/Core/Runtime.html#method_pushContext","d":"

Push a new context object to the rendering stack

"},{"t":"M","n":"Neos\\Fusion\\Core\\Runtime::popContext","p":"Neos/Fusion/Core/Runtime.html#method_popContext","d":"

Remove the topmost context objects and return them

"},{"t":"M","n":"Neos\\Fusion\\Core\\Runtime::getCurrentContext","p":"Neos/Fusion/Core/Runtime.html#method_getCurrentContext","d":"

Get the current context array

"},{"t":"M","n":"Neos\\Fusion\\Core\\Runtime::popApplyValues","p":"Neos/Fusion/Core/Runtime.html#method_popApplyValues","d":null},{"t":"M","n":"Neos\\Fusion\\Core\\Runtime::getLastEvaluationStatus","p":"Neos/Fusion/Core/Runtime.html#method_getLastEvaluationStatus","d":""},{"t":"M","n":"Neos\\Fusion\\Core\\Runtime::render","p":"Neos/Fusion/Core/Runtime.html#method_render","d":"

Render an absolute Fusion path and return the result.

"},{"t":"M","n":"Neos\\Fusion\\Core\\Runtime::handleRenderingException","p":"Neos/Fusion/Core/Runtime.html#method_handleRenderingException","d":"

Handle an Exception thrown while rendering Fusion according to\nsettings specified in Neos.Fusion.rendering.exceptionHandler

"},{"t":"M","n":"Neos\\Fusion\\Core\\Runtime::canRender","p":"Neos/Fusion/Core/Runtime.html#method_canRender","d":"

Determine if the given Fusion path is renderable, which means it exists\nand has an implementation.

"},{"t":"M","n":"Neos\\Fusion\\Core\\Runtime::evaluate","p":"Neos/Fusion/Core/Runtime.html#method_evaluate","d":"

Evaluate an absolute Fusion path and return the result

"},{"t":"M","n":"Neos\\Fusion\\Core\\Runtime::evaluateObjectOrRetrieveFromCache","p":"Neos/Fusion/Core/Runtime.html#method_evaluateObjectOrRetrieveFromCache","d":"

Does the evaluation of a Fusion instance, first checking the cache and if conditions and afterwards applying processors.

"},{"t":"M","n":"Neos\\Fusion\\Core\\Runtime::evaluateExpressionOrValueInternal","p":"Neos/Fusion/Core/Runtime.html#method_evaluateExpressionOrValueInternal","d":"

Evaluates an EEL expression or value, checking if conditions first and applying processors.

"},{"t":"M","n":"Neos\\Fusion\\Core\\Runtime::prepareApplyValuesForFusionPath","p":"Neos/Fusion/Core/Runtime.html#method_prepareApplyValuesForFusionPath","d":"

Possibly prepares a new "@apply" context for the current fusionPath and pushes it to the stack.

"},{"t":"M","n":"Neos\\Fusion\\Core\\Runtime::prepareContextForFusionObject","p":"Neos/Fusion/Core/Runtime.html#method_prepareContextForFusionObject","d":"

Possibly prepares a new context for the current FusionObject and cache context and pushes it to the stack.

"},{"t":"M","n":"Neos\\Fusion\\Core\\Runtime::finalizePathEvaluation","p":"Neos/Fusion/Core/Runtime.html#method_finalizePathEvaluation","d":"

Ends the evaluation of a fusion path by popping the context and property stack if needed and leaving the cache context.

"},{"t":"M","n":"Neos\\Fusion\\Core\\Runtime::instantiateFusionObject","p":"Neos/Fusion/Core/Runtime.html#method_instantiateFusionObject","d":"

Instantiates a Fusion object specified by the given path and configuration

"},{"t":"M","n":"Neos\\Fusion\\Core\\Runtime::isArrayFusionObject","p":"Neos/Fusion/Core/Runtime.html#method_isArrayFusionObject","d":"

Check if the given object is an array like object that should get all properties set to iterate or process internally.

"},{"t":"M","n":"Neos\\Fusion\\Core\\Runtime::setPropertiesOnFusionObject","p":"Neos/Fusion/Core/Runtime.html#method_setPropertiesOnFusionObject","d":"

Set options on the given (AbstractArray)Fusion object

"},{"t":"M","n":"Neos\\Fusion\\Core\\Runtime::evaluateEelExpression","p":"Neos/Fusion/Core/Runtime.html#method_evaluateEelExpression","d":"

Evaluate an Eel expression

"},{"t":"M","n":"Neos\\Fusion\\Core\\Runtime::evaluateApplyValues","p":"Neos/Fusion/Core/Runtime.html#method_evaluateApplyValues","d":"

Evaluate "@apply" for the given fusion key.

"},{"t":"M","n":"Neos\\Fusion\\Core\\Runtime::evaluateProcessors","p":"Neos/Fusion/Core/Runtime.html#method_evaluateProcessors","d":"

Evaluate processors on given value.

"},{"t":"M","n":"Neos\\Fusion\\Core\\Runtime::evaluateIfCondition","p":"Neos/Fusion/Core/Runtime.html#method_evaluateIfCondition","d":"

Evaluate eventually existing meta "@if" conditionals inside the given configuration and path.

"},{"t":"M","n":"Neos\\Fusion\\Core\\Runtime::getControllerContext","p":"Neos/Fusion/Core/Runtime.html#method_getControllerContext","d":"

Returns the context which has been passed by the currently active MVC Controller

"},{"t":"M","n":"Neos\\Fusion\\Core\\Runtime::getDefaultContextVariables","p":"Neos/Fusion/Core/Runtime.html#method_getDefaultContextVariables","d":"

Get variables from configuration that should be set in the context by default.

"},{"t":"M","n":"Neos\\Fusion\\Core\\Runtime::throwExceptionForUnrenderablePathIfNeeded","p":"Neos/Fusion/Core/Runtime.html#method_throwExceptionForUnrenderablePathIfNeeded","d":"

Checks and throws an exception for an unrenderable path.

"},{"t":"M","n":"Neos\\Fusion\\Core\\Runtime::setDebugMode","p":"Neos/Fusion/Core/Runtime.html#method_setDebugMode","d":""},{"t":"M","n":"Neos\\Fusion\\Core\\Runtime::isDebugMode","p":"Neos/Fusion/Core/Runtime.html#method_isDebugMode","d":""},{"t":"M","n":"Neos\\Fusion\\Core\\Runtime::setEnableContentCache","p":"Neos/Fusion/Core/Runtime.html#method_setEnableContentCache","d":"

If the Fusion content cache should be enabled at all

"},{"t":"M","n":"Neos\\Fusion\\Core\\RuntimeConfiguration::__construct","p":"Neos/Fusion/Core/RuntimeConfiguration.html#method___construct","d":null},{"t":"M","n":"Neos\\Fusion\\Core\\RuntimeConfiguration::forPath","p":"Neos/Fusion/Core/RuntimeConfiguration.html#method_forPath","d":"

Get the expanded Fusion configuration for the given path

"},{"t":"M","n":"Neos\\Fusion\\Core\\RuntimeConfiguration::isPathCached","p":"Neos/Fusion/Core/RuntimeConfiguration.html#method_isPathCached","d":"

No API, internal use for testing

"},{"t":"M","n":"Neos\\Fusion\\Core\\RuntimeFactory::create","p":"Neos/Fusion/Core/RuntimeFactory.html#method_create","d":""},{"t":"M","n":"Neos\\Fusion\\Core\\RuntimeFactory::createControllerContextFromEnvironment","p":"Neos/Fusion/Core/RuntimeFactory.html#method_createControllerContextFromEnvironment","d":""},{"t":"M","n":"Neos\\Fusion\\DebugMessage::__construct","p":"Neos/Fusion/DebugMessage.html#method___construct","d":null},{"t":"M","n":"Neos\\Fusion\\DebugMessage::getTitle","p":"Neos/Fusion/DebugMessage.html#method_getTitle","d":""},{"t":"M","n":"Neos\\Fusion\\DebugMessage::getPath","p":"Neos/Fusion/DebugMessage.html#method_getPath","d":""},{"t":"M","n":"Neos\\Fusion\\DebugMessage::getData","p":"Neos/Fusion/DebugMessage.html#method_getData","d":""},{"t":"M","n":"Neos\\Fusion\\DebugMessage::isPlaintext","p":"Neos/Fusion/DebugMessage.html#method_isPlaintext","d":""},{"t":"M","n":"Neos\\Fusion\\DebugMessage::getLevel","p":"Neos/Fusion/DebugMessage.html#method_getLevel","d":""},{"t":"M","n":"Neos\\Fusion\\Eel\\BaseUriHelper::getConfiguredBaseUriOrFallbackToCurrentRequest","p":"Neos/Fusion/Eel/BaseUriHelper.html#method_getConfiguredBaseUriOrFallbackToCurrentRequest","d":""},{"t":"M","n":"Neos\\Fusion\\Eel\\BaseUriHelper::allowsCallOfMethod","p":"Neos/Fusion/Eel/BaseUriHelper.html#method_allowsCallOfMethod","d":""},{"t":"M","n":"Neos\\Fusion\\Exception\\RuntimeException::__construct","p":"Neos/Fusion/Exception/RuntimeException.html#method___construct","d":""},{"t":"M","n":"Neos\\Fusion\\Exception\\RuntimeException::getFusionPath","p":"Neos/Fusion/Exception/RuntimeException.html#method_getFusionPath","d":""},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\AbstractArrayFusionObject::setIgnoreProperties","p":"Neos/Fusion/FusionObjects/AbstractArrayFusionObject.html#method_setIgnoreProperties","d":""},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\AbstractArrayFusionObject::offsetExists","p":"Neos/Fusion/FusionObjects/AbstractArrayFusionObject.html#method_offsetExists","d":""},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\AbstractArrayFusionObject::offsetGet","p":"Neos/Fusion/FusionObjects/AbstractArrayFusionObject.html#method_offsetGet","d":""},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\AbstractArrayFusionObject::offsetSet","p":"Neos/Fusion/FusionObjects/AbstractArrayFusionObject.html#method_offsetSet","d":""},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\AbstractArrayFusionObject::offsetUnset","p":"Neos/Fusion/FusionObjects/AbstractArrayFusionObject.html#method_offsetUnset","d":""},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\AbstractCollectionImplementation::getCollection","p":"Neos/Fusion/FusionObjects/AbstractCollectionImplementation.html#method_getCollection","d":"

Render the array collection by triggering the itemRenderer for every element

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\AbstractCollectionImplementation::getItems","p":"Neos/Fusion/FusionObjects/AbstractCollectionImplementation.html#method_getItems","d":""},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\AbstractCollectionImplementation::evaluate","p":"Neos/Fusion/FusionObjects/AbstractCollectionImplementation.html#method_evaluate","d":"

Evaluate the collection nodes as concatenated string

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\AbstractCollectionImplementation::evaluateAsArray","p":"Neos/Fusion/FusionObjects/AbstractCollectionImplementation.html#method_evaluateAsArray","d":"

Evaluate the collection nodes as array

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\AbstractFusionObject::__construct","p":"Neos/Fusion/FusionObjects/AbstractFusionObject.html#method___construct","d":"Constructor"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\AbstractFusionObject::evaluate","p":"Neos/Fusion/FusionObjects/AbstractFusionObject.html#method_evaluate","d":"

Evaluate this Fusion object and return the result

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\AbstractFusionObject::getRuntime","p":"Neos/Fusion/FusionObjects/AbstractFusionObject.html#method_getRuntime","d":"

Get the Fusion runtime this object was created in.

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\AbstractFusionObject::fusionValue","p":"Neos/Fusion/FusionObjects/AbstractFusionObject.html#method_fusionValue","d":"

Return the Fusion value relative to this Fusion object (with processors etc applied).

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\AbstractFusionObject::offsetExists","p":"Neos/Fusion/FusionObjects/AbstractFusionObject.html#method_offsetExists","d":"

Dummy implementation of ArrayAccess to allow this.XXX access in processors.

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\AbstractFusionObject::offsetGet","p":"Neos/Fusion/FusionObjects/AbstractFusionObject.html#method_offsetGet","d":"

Dummy implementation of ArrayAccess to allow this.XXX access in processors.

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\AbstractFusionObject::offsetSet","p":"Neos/Fusion/FusionObjects/AbstractFusionObject.html#method_offsetSet","d":"

Dummy implementation of ArrayAccess to allow this.XXX access in processors.

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\AbstractFusionObject::offsetUnset","p":"Neos/Fusion/FusionObjects/AbstractFusionObject.html#method_offsetUnset","d":"

Dummy implementation of ArrayAccess to allow this.XXX access in processors.

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\ArrayImplementation::getGlue","p":"Neos/Fusion/FusionObjects/ArrayImplementation.html#method_getGlue","d":"

Arrays are always concatenated with an empty string

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\AttributesImplementation::evaluate","p":"Neos/Fusion/FusionObjects/AttributesImplementation.html#method_evaluate","d":""},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\AttributesImplementation::getAllowEmpty","p":"Neos/Fusion/FusionObjects/AttributesImplementation.html#method_getAllowEmpty","d":"

Whether empty attributes (HTML5 syntax) should be allowed

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\AugmenterImplementation::evaluate","p":"Neos/Fusion/FusionObjects/AugmenterImplementation.html#method_evaluate","d":""},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\CanRenderImplementation::getType","p":"Neos/Fusion/FusionObjects/CanRenderImplementation.html#method_getType","d":"

Fusion type which shall be rendered

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\CanRenderImplementation::evaluate","p":"Neos/Fusion/FusionObjects/CanRenderImplementation.html#method_evaluate","d":""},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\CaseImplementation::evaluate","p":"Neos/Fusion/FusionObjects/CaseImplementation.html#method_evaluate","d":"

Execute each matcher until the first one matches

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\CaseImplementation::renderMatcher","p":"Neos/Fusion/FusionObjects/CaseImplementation.html#method_renderMatcher","d":"

Render the given matcher

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\CaseImplementation::matcherMatched","p":"Neos/Fusion/FusionObjects/CaseImplementation.html#method_matcherMatched","d":"

Test whether the output of the matcher does not equal the MATCH_NORESULT

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\CollectionImplementation::getGlue","p":"Neos/Fusion/FusionObjects/CollectionImplementation.html#method_getGlue","d":"

Collections are always concatenated with an empty string

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\CollectionImplementation::evaluate","p":"Neos/Fusion/FusionObjects/CollectionImplementation.html#method_evaluate","d":"

Evaluate the collection nodes

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\ComponentImplementation::evaluate","p":"Neos/Fusion/FusionObjects/ComponentImplementation.html#method_evaluate","d":"

Evaluate the fusion-keys and transfer the result into the context as props\nafterwards evaluate the renderer with this context

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\ComponentImplementation::prepare","p":"Neos/Fusion/FusionObjects/ComponentImplementation.html#method_prepare","d":"

Prepare the context for the renderer

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\ComponentImplementation::getProps","p":"Neos/Fusion/FusionObjects/ComponentImplementation.html#method_getProps","d":"

Calculate the component props

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\ComponentImplementation::render","p":"Neos/Fusion/FusionObjects/ComponentImplementation.html#method_render","d":"

Evaluate the renderer with the give context and return

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\DataStructureImplementation::evaluate","p":"Neos/Fusion/FusionObjects/DataStructureImplementation.html#method_evaluate","d":"

Evaluate this Fusion object and return the result

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\DataStructureImplementation::sortNestedFusionKeys","p":"Neos/Fusion/FusionObjects/DataStructureImplementation.html#method_sortNestedFusionKeys","d":"

Sort the Fusion objects inside $this->properties depending on:

\n
    \n
  • numerical ordering
  • \n
  • position meta-property
  • \n
"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\DebugConsoleImplementation::getTitle","p":"Neos/Fusion/FusionObjects/DebugConsoleImplementation.html#method_getTitle","d":null},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\DebugConsoleImplementation::getMethod","p":"Neos/Fusion/FusionObjects/DebugConsoleImplementation.html#method_getMethod","d":null},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\DebugConsoleImplementation::getContent","p":"Neos/Fusion/FusionObjects/DebugConsoleImplementation.html#method_getContent","d":null},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\DebugConsoleImplementation::getValue","p":"Neos/Fusion/FusionObjects/DebugConsoleImplementation.html#method_getValue","d":""},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\DebugConsoleImplementation::evaluate","p":"Neos/Fusion/FusionObjects/DebugConsoleImplementation.html#method_evaluate","d":"

Appends a console script call to the output

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\DebugDumpImplementation::isEnabled","p":"Neos/Fusion/FusionObjects/DebugDumpImplementation.html#method_isEnabled","d":null},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\DebugDumpImplementation::evaluate","p":"Neos/Fusion/FusionObjects/DebugDumpImplementation.html#method_evaluate","d":"

Return the values in a human readable form

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\DebugImplementation::getTitle","p":"Neos/Fusion/FusionObjects/DebugImplementation.html#method_getTitle","d":null},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\DebugImplementation::getPlaintext","p":"Neos/Fusion/FusionObjects/DebugImplementation.html#method_getPlaintext","d":null},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\DebugImplementation::evaluate","p":"Neos/Fusion/FusionObjects/DebugImplementation.html#method_evaluate","d":"

Return the values in a human readable form

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\Helpers\\FluidView::__construct","p":"Neos/Fusion/FusionObjects/Helpers/FluidView.html#method___construct","d":""},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\Helpers\\FluidView::setResourcePackage","p":"Neos/Fusion/FusionObjects/Helpers/FluidView.html#method_setResourcePackage","d":""},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\Helpers\\FluidView::getResourcePackage","p":"Neos/Fusion/FusionObjects/Helpers/FluidView.html#method_getResourcePackage","d":""},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\Helpers\\FluidView::getFusionObject","p":"Neos/Fusion/FusionObjects/Helpers/FluidView.html#method_getFusionObject","d":""},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\Helpers\\FusionAwareViewInterface::getFusionObject","p":"Neos/Fusion/FusionObjects/Helpers/FusionAwareViewInterface.html#method_getFusionObject","d":""},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\Helpers\\FusionPathProxy::__construct","p":"Neos/Fusion/FusionObjects/Helpers/FusionPathProxy.html#method___construct","d":"Constructor."},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\Helpers\\FusionPathProxy::offsetExists","p":"Neos/Fusion/FusionObjects/Helpers/FusionPathProxy.html#method_offsetExists","d":"

true if a given subpath exists, false otherwise.

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\Helpers\\FusionPathProxy::offsetGet","p":"Neos/Fusion/FusionObjects/Helpers/FusionPathProxy.html#method_offsetGet","d":"

Return the object at $offset; evaluating simple types right away, and\nwrapping arrays into ourselves again.

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\Helpers\\FusionPathProxy::offsetSet","p":"Neos/Fusion/FusionObjects/Helpers/FusionPathProxy.html#method_offsetSet","d":"

Stub to implement the ArrayAccess interface cleanly

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\Helpers\\FusionPathProxy::offsetUnset","p":"Neos/Fusion/FusionObjects/Helpers/FusionPathProxy.html#method_offsetUnset","d":"

Stub to implement the ArrayAccess interface cleanly

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\Helpers\\FusionPathProxy::objectAccess","p":"Neos/Fusion/FusionObjects/Helpers/FusionPathProxy.html#method_objectAccess","d":"

Post-Processor which is called whenever this object is encountered in a Fluid\nobject access.

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\Helpers\\FusionPathProxy::getIterator","p":"Neos/Fusion/FusionObjects/Helpers/FusionPathProxy.html#method_getIterator","d":"

Iterates through all subelements.

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\Helpers\\FusionPathProxy::count","p":"Neos/Fusion/FusionObjects/Helpers/FusionPathProxy.html#method_count","d":""},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\Helpers\\LazyProps::__construct","p":"Neos/Fusion/FusionObjects/Helpers/LazyProps.html#method___construct","d":null},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\Helpers\\LazyProps::offsetExists","p":"Neos/Fusion/FusionObjects/Helpers/LazyProps.html#method_offsetExists","d":null},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\Helpers\\LazyProps::offsetGet","p":"Neos/Fusion/FusionObjects/Helpers/LazyProps.html#method_offsetGet","d":null},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\Helpers\\LazyProps::offsetSet","p":"Neos/Fusion/FusionObjects/Helpers/LazyProps.html#method_offsetSet","d":null},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\Helpers\\LazyProps::offsetUnset","p":"Neos/Fusion/FusionObjects/Helpers/LazyProps.html#method_offsetUnset","d":null},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\Helpers\\LazyProps::current","p":"Neos/Fusion/FusionObjects/Helpers/LazyProps.html#method_current","d":null},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\Helpers\\LazyProps::next","p":"Neos/Fusion/FusionObjects/Helpers/LazyProps.html#method_next","d":null},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\Helpers\\LazyProps::key","p":"Neos/Fusion/FusionObjects/Helpers/LazyProps.html#method_key","d":null},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\Helpers\\LazyProps::valid","p":"Neos/Fusion/FusionObjects/Helpers/LazyProps.html#method_valid","d":null},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\Helpers\\LazyProps::rewind","p":"Neos/Fusion/FusionObjects/Helpers/LazyProps.html#method_rewind","d":null},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\Helpers\\LazyProps::jsonSerialize","p":"Neos/Fusion/FusionObjects/Helpers/LazyProps.html#method_jsonSerialize","d":null},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\HttpResponseImplementation::getResponseHead","p":"Neos/Fusion/FusionObjects/HttpResponseImplementation.html#method_getResponseHead","d":"

Get the HTTP Header values for this response

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\HttpResponseImplementation::getResponseHeadName","p":"Neos/Fusion/FusionObjects/HttpResponseImplementation.html#method_getResponseHeadName","d":""},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\HttpResponseImplementation::evaluate","p":"Neos/Fusion/FusionObjects/HttpResponseImplementation.html#method_evaluate","d":"

Evaluate this Fusion object and return the result

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\Http\\ResponseHeadImplementation::getHttpVersion","p":"Neos/Fusion/FusionObjects/Http/ResponseHeadImplementation.html#method_getHttpVersion","d":"

Get HTTP protocol version

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\Http\\ResponseHeadImplementation::getStatusCode","p":"Neos/Fusion/FusionObjects/Http/ResponseHeadImplementation.html#method_getStatusCode","d":""},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\Http\\ResponseHeadImplementation::getHeaders","p":"Neos/Fusion/FusionObjects/Http/ResponseHeadImplementation.html#method_getHeaders","d":""},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\Http\\ResponseHeadImplementation::evaluate","p":"Neos/Fusion/FusionObjects/Http/ResponseHeadImplementation.html#method_evaluate","d":"

Just return the processed value

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\JoinImplementation::getGlue","p":"Neos/Fusion/FusionObjects/JoinImplementation.html#method_getGlue","d":"

Get the glue to insert between items

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\JoinImplementation::evaluate","p":"Neos/Fusion/FusionObjects/JoinImplementation.html#method_evaluate","d":"

Evaluate this Fusion object and return the result

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\LoopImplementation::getGlue","p":"Neos/Fusion/FusionObjects/LoopImplementation.html#method_getGlue","d":"

Get the glue to insert between items

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\LoopImplementation::evaluate","p":"Neos/Fusion/FusionObjects/LoopImplementation.html#method_evaluate","d":"

Evaluate the collection nodes

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\MapImplementation::getItems","p":"Neos/Fusion/FusionObjects/MapImplementation.html#method_getItems","d":""},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\MapImplementation::getItemName","p":"Neos/Fusion/FusionObjects/MapImplementation.html#method_getItemName","d":""},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\MapImplementation::getItemKey","p":"Neos/Fusion/FusionObjects/MapImplementation.html#method_getItemKey","d":""},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\MapImplementation::getIterationName","p":"Neos/Fusion/FusionObjects/MapImplementation.html#method_getIterationName","d":"

If set iteration data (index, cycle, isFirst, isLast) is available in context with the name given.

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\MapImplementation::evaluate","p":"Neos/Fusion/FusionObjects/MapImplementation.html#method_evaluate","d":"

Evaluate the collection nodes as array

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\MapImplementation::prepareIterationInformation","p":"Neos/Fusion/FusionObjects/MapImplementation.html#method_prepareIterationInformation","d":""},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\MatchImplementation::getSubject","p":"Neos/Fusion/FusionObjects/MatchImplementation.html#method_getSubject","d":null},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\MatchImplementation::getDefault","p":"Neos/Fusion/FusionObjects/MatchImplementation.html#method_getDefault","d":null},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\MatchImplementation::evaluate","p":"Neos/Fusion/FusionObjects/MatchImplementation.html#method_evaluate","d":"

Tries to find a matching value for the subject and returns it

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\MatcherImplementation::getCondition","p":"Neos/Fusion/FusionObjects/MatcherImplementation.html#method_getCondition","d":""},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\MatcherImplementation::getType","p":"Neos/Fusion/FusionObjects/MatcherImplementation.html#method_getType","d":"

The type to render if condition is true

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\MatcherImplementation::getRenderPath","p":"Neos/Fusion/FusionObjects/MatcherImplementation.html#method_getRenderPath","d":"

A path to a Fusion configuration

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\MatcherImplementation::evaluate","p":"Neos/Fusion/FusionObjects/MatcherImplementation.html#method_evaluate","d":"

If $condition matches, render $type and return it. Else, return MATCH_NORESULT.

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\MemoImplementation::evaluate","p":"Neos/Fusion/FusionObjects/MemoImplementation.html#method_evaluate","d":"

Return the processed value or its cached version based on the discriminator

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\MemoImplementation::getDiscriminator","p":"Neos/Fusion/FusionObjects/MemoImplementation.html#method_getDiscriminator","d":null},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\MemoImplementation::getValue","p":"Neos/Fusion/FusionObjects/MemoImplementation.html#method_getValue","d":""},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\RawCollectionImplementation::evaluate","p":"Neos/Fusion/FusionObjects/RawCollectionImplementation.html#method_evaluate","d":"

Evaluate the collection nodes

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\ReduceImplementation::getItems","p":"Neos/Fusion/FusionObjects/ReduceImplementation.html#method_getItems","d":"

The list items that shall be reduced to a single value

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\ReduceImplementation::getItemName","p":"Neos/Fusion/FusionObjects/ReduceImplementation.html#method_getItemName","d":""},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\ReduceImplementation::getItemKey","p":"Neos/Fusion/FusionObjects/ReduceImplementation.html#method_getItemKey","d":""},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\ReduceImplementation::getCarryName","p":"Neos/Fusion/FusionObjects/ReduceImplementation.html#method_getCarryName","d":""},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\ReduceImplementation::getInitialValue","p":"Neos/Fusion/FusionObjects/ReduceImplementation.html#method_getInitialValue","d":""},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\ReduceImplementation::getIterationName","p":"Neos/Fusion/FusionObjects/ReduceImplementation.html#method_getIterationName","d":"

If set iteration data (index, cycle, isFirst, isLast) is available in context with the name given.

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\ReduceImplementation::evaluate","p":"Neos/Fusion/FusionObjects/ReduceImplementation.html#method_evaluate","d":"

Reduce the given items to a single value

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\ReduceImplementation::prepareIterationInformation","p":"Neos/Fusion/FusionObjects/ReduceImplementation.html#method_prepareIterationInformation","d":""},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\RendererImplementation::getType","p":"Neos/Fusion/FusionObjects/RendererImplementation.html#method_getType","d":"

The type to render if condition is true

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\RendererImplementation::getRenderPath","p":"Neos/Fusion/FusionObjects/RendererImplementation.html#method_getRenderPath","d":"

A path to a Fusion configuration

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\RendererImplementation::evaluate","p":"Neos/Fusion/FusionObjects/RendererImplementation.html#method_evaluate","d":"

Render $type and return it.

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\ResourceUriImplementation::getPath","p":"Neos/Fusion/FusionObjects/ResourceUriImplementation.html#method_getPath","d":"

The location of the resource, can be either a path relative to the Public resource directory of the package or a resource://... URI

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\ResourceUriImplementation::getPackage","p":"Neos/Fusion/FusionObjects/ResourceUriImplementation.html#method_getPackage","d":"

Target package key (only required for relative paths)

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\ResourceUriImplementation::getResource","p":"Neos/Fusion/FusionObjects/ResourceUriImplementation.html#method_getResource","d":"

If specified, this resource object is used instead of the path and package information

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\ResourceUriImplementation::isLocalize","p":"Neos/Fusion/FusionObjects/ResourceUriImplementation.html#method_isLocalize","d":"

Whether resource localization should be attempted or not, defaults to true

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\ResourceUriImplementation::evaluate","p":"Neos/Fusion/FusionObjects/ResourceUriImplementation.html#method_evaluate","d":"

Returns the absolute URL of a resource

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\TagImplementation::getTagName","p":"Neos/Fusion/FusionObjects/TagImplementation.html#method_getTagName","d":"

The tag name (e.g. 'body', 'head', 'title', ...)

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\TagImplementation::getOmitClosingTag","p":"Neos/Fusion/FusionObjects/TagImplementation.html#method_getOmitClosingTag","d":"

Whether to leave out the closing tag (defaults to false)

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\TagImplementation::isSelfClosingTag","p":"Neos/Fusion/FusionObjects/TagImplementation.html#method_isSelfClosingTag","d":"

Whether to force a self closing tag (e.g. '

')

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\TagImplementation::getContent","p":"Neos/Fusion/FusionObjects/TagImplementation.html#method_getContent","d":"

The tag content

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\TagImplementation::getAttributes","p":"Neos/Fusion/FusionObjects/TagImplementation.html#method_getAttributes","d":"

The tag attributes dataStructure\nIf anything but an iterable is returned the value is casted to string

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\TagImplementation::getAllowEmptyAttributes","p":"Neos/Fusion/FusionObjects/TagImplementation.html#method_getAllowEmptyAttributes","d":"

Whether empty attributes (HTML5 syntax) should be allowed

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\TagImplementation::evaluate","p":"Neos/Fusion/FusionObjects/TagImplementation.html#method_evaluate","d":"

Return a tag

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\TagImplementation::renderAttributes","p":"Neos/Fusion/FusionObjects/TagImplementation.html#method_renderAttributes","d":"

Render the tag attributes for the given key->values as atring,\nif an value is an iterable it will be concatenated with spaces as seperator

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\TemplateImplementation::getTemplatePath","p":"Neos/Fusion/FusionObjects/TemplateImplementation.html#method_getTemplatePath","d":"

Path to the template which should be rendered

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\TemplateImplementation::getPartialRootPath","p":"Neos/Fusion/FusionObjects/TemplateImplementation.html#method_getPartialRootPath","d":"

Path to the partial root

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\TemplateImplementation::getLayoutRootPath","p":"Neos/Fusion/FusionObjects/TemplateImplementation.html#method_getLayoutRootPath","d":"

Path to the layout root

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\TemplateImplementation::getSectionName","p":"Neos/Fusion/FusionObjects/TemplateImplementation.html#method_getSectionName","d":"

Name of a specific section, if only this section should be rendered.

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\TemplateImplementation::getPath","p":"Neos/Fusion/FusionObjects/TemplateImplementation.html#method_getPath","d":""},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\TemplateImplementation::evaluate","p":"Neos/Fusion/FusionObjects/TemplateImplementation.html#method_evaluate","d":"

Evaluate this Fusion object and return the result

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\TemplateImplementation::initializeView","p":"Neos/Fusion/FusionObjects/TemplateImplementation.html#method_initializeView","d":"

This is a template method which can be overridden in subclasses to add new variables which should\nbe available inside the Fluid template. It is needed e.g. for Expose.

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\UriBuilderImplementation::getPackage","p":"Neos/Fusion/FusionObjects/UriBuilderImplementation.html#method_getPackage","d":"

Key of the target package

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\UriBuilderImplementation::getSubpackage","p":"Neos/Fusion/FusionObjects/UriBuilderImplementation.html#method_getSubpackage","d":"

Key of the target sub package

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\UriBuilderImplementation::getController","p":"Neos/Fusion/FusionObjects/UriBuilderImplementation.html#method_getController","d":"

Target controller name

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\UriBuilderImplementation::getAction","p":"Neos/Fusion/FusionObjects/UriBuilderImplementation.html#method_getAction","d":"

Target controller action name

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\UriBuilderImplementation::getArguments","p":"Neos/Fusion/FusionObjects/UriBuilderImplementation.html#method_getArguments","d":"

Controller arguments

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\UriBuilderImplementation::getFormat","p":"Neos/Fusion/FusionObjects/UriBuilderImplementation.html#method_getFormat","d":"

The requested format, for example "html"

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\UriBuilderImplementation::getSection","p":"Neos/Fusion/FusionObjects/UriBuilderImplementation.html#method_getSection","d":"

The anchor to be appended to the URL

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\UriBuilderImplementation::getAdditionalParams","p":"Neos/Fusion/FusionObjects/UriBuilderImplementation.html#method_getAdditionalParams","d":"

Additional query parameters that won't be prefixed like $arguments (overrule $arguments)

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\UriBuilderImplementation::getArgumentsToBeExcludedFromQueryString","p":"Neos/Fusion/FusionObjects/UriBuilderImplementation.html#method_getArgumentsToBeExcludedFromQueryString","d":"

Arguments to be removed from the URI. Only active if addQueryString = true

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\UriBuilderImplementation::isAddQueryString","p":"Neos/Fusion/FusionObjects/UriBuilderImplementation.html#method_isAddQueryString","d":"

If true, the current query parameters will be kept in the URI

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\UriBuilderImplementation::isAbsolute","p":"Neos/Fusion/FusionObjects/UriBuilderImplementation.html#method_isAbsolute","d":"

If true, an absolute URI is rendered

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\UriBuilderImplementation::evaluate","p":"Neos/Fusion/FusionObjects/UriBuilderImplementation.html#method_evaluate","d":""},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\ValueImplementation::getValue","p":"Neos/Fusion/FusionObjects/ValueImplementation.html#method_getValue","d":""},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\ValueImplementation::evaluate","p":"Neos/Fusion/FusionObjects/ValueImplementation.html#method_evaluate","d":"

Just return the processed value

"},{"t":"M","n":"Neos\\Fusion\\Package::boot","p":"Neos/Fusion/Package.html#method_boot","d":"

Invokes custom PHP code directly after the package manager has been initialized.

"},{"t":"M","n":"Neos\\Fusion\\Service\\DebugStack::register","p":"Neos/Fusion/Service/DebugStack.html#method_register","d":null},{"t":"M","n":"Neos\\Fusion\\Service\\DebugStack::hasMessage","p":"Neos/Fusion/Service/DebugStack.html#method_hasMessage","d":null},{"t":"M","n":"Neos\\Fusion\\Service\\DebugStack::dump","p":"Neos/Fusion/Service/DebugStack.html#method_dump","d":null},{"t":"M","n":"Neos\\Fusion\\Service\\DebugStack::flush","p":"Neos/Fusion/Service/DebugStack.html#method_flush","d":null},{"t":"M","n":"Neos\\Fusion\\Service\\HtmlAugmenter::addAttributes","p":"Neos/Fusion/Service/HtmlAugmenter.html#method_addAttributes","d":"

Adds the given $attributes to the $html by augmenting the root element.

"},{"t":"M","n":"Neos\\Fusion\\Service\\HtmlAugmenter::getHtmlRootElement","p":"Neos/Fusion/Service/HtmlAugmenter.html#method_getHtmlRootElement","d":"

Detects a unique root tag in the given $html string and returns its DOMNode representation - or NULL if no unique root element could be found

"},{"t":"M","n":"Neos\\Fusion\\Service\\HtmlAugmenter::mergeAttributes","p":"Neos/Fusion/Service/HtmlAugmenter.html#method_mergeAttributes","d":"

Merges the attributes of $element with the given $newAttributes\nIf an attribute exists in both collections, it is merged to " " (if both values differ)

"},{"t":"M","n":"Neos\\Fusion\\Service\\HtmlAugmenter::renderAttributes","p":"Neos/Fusion/Service/HtmlAugmenter.html#method_renderAttributes","d":"

Renders the given key/value pair to a valid attribute string in the format ="" ="".

"},{"t":"M","n":"Neos\\Fusion\\Service\\HtmlAugmenter::elementHasAttributes","p":"Neos/Fusion/Service/HtmlAugmenter.html#method_elementHasAttributes","d":"

Checks whether the given $element contains at least one of the specified $attributes (case insensitive)

"},{"t":"M","n":"Neos\\Fusion\\ViewHelpers\\FusionContextTrait::getContextVariable","p":"Neos/Fusion/ViewHelpers/FusionContextTrait.html#method_getContextVariable","d":"

Get a variable value from the Fusion runtime context.

"},{"t":"M","n":"Neos\\Fusion\\ViewHelpers\\FusionContextTrait::hasContextVariable","p":"Neos/Fusion/ViewHelpers/FusionContextTrait.html#method_hasContextVariable","d":""},{"t":"M","n":"Neos\\Fusion\\ViewHelpers\\RenderViewHelper::initializeArguments","p":"Neos/Fusion/ViewHelpers/RenderViewHelper.html#method_initializeArguments","d":"

Initialize the arguments.

"},{"t":"M","n":"Neos\\Fusion\\ViewHelpers\\RenderViewHelper::render","p":"Neos/Fusion/ViewHelpers/RenderViewHelper.html#method_render","d":"

Evaluate the Fusion object at $path and return the rendered result.

"},{"t":"M","n":"Neos\\Fusion\\ViewHelpers\\RenderViewHelper::initializeFusionView","p":"Neos/Fusion/ViewHelpers/RenderViewHelper.html#method_initializeFusionView","d":"

Initialize the Fusion View

"},{"t":"M","n":"Neos\\Fusion\\View\\FusionView::setOption","p":"Neos/Fusion/View/FusionView.html#method_setOption","d":"

Reset runtime cache if an option is changed

"},{"t":"M","n":"Neos\\Fusion\\View\\FusionView::setFusionPath","p":"Neos/Fusion/View/FusionView.html#method_setFusionPath","d":"

Sets the Fusion path to be rendered to an explicit value;\nto be used mostly inside tests.

"},{"t":"M","n":"Neos\\Fusion\\View\\FusionView::setPackageKey","p":"Neos/Fusion/View/FusionView.html#method_setPackageKey","d":"

The package key where the Fusion should be loaded from. If not given,\nis automatically derived from the current request.

"},{"t":"M","n":"Neos\\Fusion\\View\\FusionView::setFusionPathPattern","p":"Neos/Fusion/View/FusionView.html#method_setFusionPathPattern","d":""},{"t":"M","n":"Neos\\Fusion\\View\\FusionView::setFusionPathPatterns","p":"Neos/Fusion/View/FusionView.html#method_setFusionPathPatterns","d":""},{"t":"M","n":"Neos\\Fusion\\View\\FusionView::render","p":"Neos/Fusion/View/FusionView.html#method_render","d":"

Render the view

"},{"t":"M","n":"Neos\\Fusion\\View\\FusionView::initializeFusionRuntime","p":"Neos/Fusion/View/FusionView.html#method_initializeFusionRuntime","d":"

Load the Fusion Files form the defined\npaths and construct a Runtime from the\nparsed results

"},{"t":"M","n":"Neos\\Fusion\\View\\FusionView::loadFusion","p":"Neos/Fusion/View/FusionView.html#method_loadFusion","d":"

Load Fusion from the directories specified by $this->getOption('fusionPathPatterns')

"},{"t":"M","n":"Neos\\Fusion\\View\\FusionView::getMergedFusionObjectTree","p":"Neos/Fusion/View/FusionView.html#method_getMergedFusionObjectTree","d":"

Parse all the fusion files the are in the current fusionPathPatterns

"},{"t":"M","n":"Neos\\Fusion\\View\\FusionView::getFusionPathPatterns","p":"Neos/Fusion/View/FusionView.html#method_getFusionPathPatterns","d":"

Get the currently configured fusion path patterns\n@package is replaced by the current package key

"},{"t":"M","n":"Neos\\Fusion\\View\\FusionView::getPackageKey","p":"Neos/Fusion/View/FusionView.html#method_getPackageKey","d":"

Get the package key to load the Fusion from. If set, $this->getOption('packageKey') is used.

"},{"t":"M","n":"Neos\\Fusion\\View\\FusionView::getFusionPathForCurrentRequest","p":"Neos/Fusion/View/FusionView.html#method_getFusionPathForCurrentRequest","d":"

Determines the Fusion path depending on the current controller and action

"},{"t":"M","n":"Neos\\Fusion\\View\\FusionView::renderFusion","p":"Neos/Fusion/View/FusionView.html#method_renderFusion","d":"

Render the given Fusion and return the rendered page

"},{"t":"M","n":"Neos\\Media\\Browser\\Controller\\AddTranslatedFlashMessageTrait::addTranslatedFlashMessage","p":"Neos/Media/Browser/Controller/AddTranslatedFlashMessageTrait.html#method_addTranslatedFlashMessage","d":null},{"t":"M","n":"Neos\\Media\\Browser\\Controller\\AssetCollectionController::initializeView","p":"Neos/Media/Browser/Controller/AssetCollectionController.html#method_initializeView","d":null},{"t":"M","n":"Neos\\Media\\Browser\\Controller\\AssetCollectionController::createAction","p":"Neos/Media/Browser/Controller/AssetCollectionController.html#method_createAction","d":""},{"t":"M","n":"Neos\\Media\\Browser\\Controller\\AssetCollectionController::editAction","p":"Neos/Media/Browser/Controller/AssetCollectionController.html#method_editAction","d":""},{"t":"M","n":"Neos\\Media\\Browser\\Controller\\AssetCollectionController::updateAction","p":"Neos/Media/Browser/Controller/AssetCollectionController.html#method_updateAction","d":""},{"t":"M","n":"Neos\\Media\\Browser\\Controller\\AssetCollectionController::deleteAction","p":"Neos/Media/Browser/Controller/AssetCollectionController.html#method_deleteAction","d":""},{"t":"M","n":"Neos\\Media\\Browser\\Controller\\AssetController::initializeObject","p":"Neos/Media/Browser/Controller/AssetController.html#method_initializeObject","d":""},{"t":"M","n":"Neos\\Media\\Browser\\Controller\\AssetController::initializeAction","p":"Neos/Media/Browser/Controller/AssetController.html#method_initializeAction","d":""},{"t":"M","n":"Neos\\Media\\Browser\\Controller\\AssetController::initializeView","p":"Neos/Media/Browser/Controller/AssetController.html#method_initializeView","d":"

Set common variables on the view

"},{"t":"M","n":"Neos\\Media\\Browser\\Controller\\AssetController::indexAction","p":"Neos/Media/Browser/Controller/AssetController.html#method_indexAction","d":"

List existing assets

"},{"t":"M","n":"Neos\\Media\\Browser\\Controller\\AssetController::newAction","p":"Neos/Media/Browser/Controller/AssetController.html#method_newAction","d":"

New asset form

"},{"t":"M","n":"Neos\\Media\\Browser\\Controller\\AssetController::replaceAssetResourceAction","p":"Neos/Media/Browser/Controller/AssetController.html#method_replaceAssetResourceAction","d":""},{"t":"M","n":"Neos\\Media\\Browser\\Controller\\AssetController::showAction","p":"Neos/Media/Browser/Controller/AssetController.html#method_showAction","d":"

Show an asset

"},{"t":"M","n":"Neos\\Media\\Browser\\Controller\\AssetController::editAction","p":"Neos/Media/Browser/Controller/AssetController.html#method_editAction","d":"

Edit an asset

"},{"t":"M","n":"Neos\\Media\\Browser\\Controller\\AssetController::variantsAction","p":"Neos/Media/Browser/Controller/AssetController.html#method_variantsAction","d":"

Display variants of an asset

"},{"t":"M","n":"Neos\\Media\\Browser\\Controller\\AssetController::createVariantsAction","p":"Neos/Media/Browser/Controller/AssetController.html#method_createVariantsAction","d":"

Create missing variants for the given image

"},{"t":"M","n":"Neos\\Media\\Browser\\Controller\\AssetController::initializeUpdateAction","p":"Neos/Media/Browser/Controller/AssetController.html#method_initializeUpdateAction","d":""},{"t":"M","n":"Neos\\Media\\Browser\\Controller\\AssetController::updateAction","p":"Neos/Media/Browser/Controller/AssetController.html#method_updateAction","d":"

Update an asset

"},{"t":"M","n":"Neos\\Media\\Browser\\Controller\\AssetController::initializeCreateAction","p":"Neos/Media/Browser/Controller/AssetController.html#method_initializeCreateAction","d":"

Initialization for createAction

"},{"t":"M","n":"Neos\\Media\\Browser\\Controller\\AssetController::createAction","p":"Neos/Media/Browser/Controller/AssetController.html#method_createAction","d":"

Create a new asset

"},{"t":"M","n":"Neos\\Media\\Browser\\Controller\\AssetController::initializeUploadAction","p":"Neos/Media/Browser/Controller/AssetController.html#method_initializeUploadAction","d":"

Initialization for uploadAction

"},{"t":"M","n":"Neos\\Media\\Browser\\Controller\\AssetController::uploadAction","p":"Neos/Media/Browser/Controller/AssetController.html#method_uploadAction","d":"

Upload a new asset. No redirection and no response body, for use by plupload (or similar).

"},{"t":"M","n":"Neos\\Media\\Browser\\Controller\\AssetController::tagAssetAction","p":"Neos/Media/Browser/Controller/AssetController.html#method_tagAssetAction","d":"

Tags an asset with a tag.

"},{"t":"M","n":"Neos\\Media\\Browser\\Controller\\AssetController::addAssetToCollectionAction","p":"Neos/Media/Browser/Controller/AssetController.html#method_addAssetToCollectionAction","d":"

Adds an asset to an asset collection

"},{"t":"M","n":"Neos\\Media\\Browser\\Controller\\AssetController::deleteAction","p":"Neos/Media/Browser/Controller/AssetController.html#method_deleteAction","d":"

Delete an asset

"},{"t":"M","n":"Neos\\Media\\Browser\\Controller\\AssetController::updateAssetResourceAction","p":"Neos/Media/Browser/Controller/AssetController.html#method_updateAssetResourceAction","d":"

Update the resource on an asset.

"},{"t":"M","n":"Neos\\Media\\Browser\\Controller\\AssetController::relatedNodesAction","p":"Neos/Media/Browser/Controller/AssetController.html#method_relatedNodesAction","d":"

Get Related Nodes for an asset (proxy action)

"},{"t":"M","n":"Neos\\Media\\Browser\\Controller\\AssetController::createTagAction","p":"Neos/Media/Browser/Controller/AssetController.html#method_createTagAction","d":""},{"t":"M","n":"Neos\\Media\\Browser\\Controller\\AssetController::editTagAction","p":"Neos/Media/Browser/Controller/AssetController.html#method_editTagAction","d":""},{"t":"M","n":"Neos\\Media\\Browser\\Controller\\AssetController::updateTagAction","p":"Neos/Media/Browser/Controller/AssetController.html#method_updateTagAction","d":""},{"t":"M","n":"Neos\\Media\\Browser\\Controller\\AssetController::deleteTagAction","p":"Neos/Media/Browser/Controller/AssetController.html#method_deleteTagAction","d":""},{"t":"M","n":"Neos\\Media\\Browser\\Controller\\AssetController::createAssetCollectionAction","p":"Neos/Media/Browser/Controller/AssetController.html#method_createAssetCollectionAction","d":""},{"t":"M","n":"Neos\\Media\\Browser\\Controller\\AssetController::editAssetCollectionAction","p":"Neos/Media/Browser/Controller/AssetController.html#method_editAssetCollectionAction","d":""},{"t":"M","n":"Neos\\Media\\Browser\\Controller\\AssetController::updateAssetCollectionAction","p":"Neos/Media/Browser/Controller/AssetController.html#method_updateAssetCollectionAction","d":""},{"t":"M","n":"Neos\\Media\\Browser\\Controller\\AssetController::deleteAssetCollectionAction","p":"Neos/Media/Browser/Controller/AssetController.html#method_deleteAssetCollectionAction","d":""},{"t":"M","n":"Neos\\Media\\Browser\\Controller\\AssetController::errorAction","p":"Neos/Media/Browser/Controller/AssetController.html#method_errorAction","d":"

This custom errorAction adds FlashMessages for validation results to give more information in the

"},{"t":"M","n":"Neos\\Media\\Browser\\Controller\\AssetController::getErrorFlashMessage","p":"Neos/Media/Browser/Controller/AssetController.html#method_getErrorFlashMessage","d":"

Individual error FlashMessage that hides which action fails in production.

"},{"t":"M","n":"Neos\\Media\\Browser\\Controller\\AssetProxyController::importAction","p":"Neos/Media/Browser/Controller/AssetProxyController.html#method_importAction","d":"

Import a specified asset from the given Asset Source

"},{"t":"M","n":"Neos\\Media\\Browser\\Controller\\ImageController::indexAction","p":"Neos/Media/Browser/Controller/ImageController.html#method_indexAction","d":"

List existing images

"},{"t":"M","n":"Neos\\Media\\Browser\\Controller\\ImageController::editAction","p":"Neos/Media/Browser/Controller/ImageController.html#method_editAction","d":""},{"t":"M","n":"Neos\\Media\\Browser\\Controller\\ImageVariantController::initializeUpdateAction","p":"Neos/Media/Browser/Controller/ImageVariantController.html#method_initializeUpdateAction","d":null},{"t":"M","n":"Neos\\Media\\Browser\\Controller\\ImageVariantController::updateAction","p":"Neos/Media/Browser/Controller/ImageVariantController.html#method_updateAction","d":""},{"t":"M","n":"Neos\\Media\\Browser\\Controller\\TagController::initializeView","p":"Neos/Media/Browser/Controller/TagController.html#method_initializeView","d":null},{"t":"M","n":"Neos\\Media\\Browser\\Controller\\TagController::createAction","p":"Neos/Media/Browser/Controller/TagController.html#method_createAction","d":""},{"t":"M","n":"Neos\\Media\\Browser\\Controller\\TagController::editAction","p":"Neos/Media/Browser/Controller/TagController.html#method_editAction","d":""},{"t":"M","n":"Neos\\Media\\Browser\\Controller\\TagController::updateAction","p":"Neos/Media/Browser/Controller/TagController.html#method_updateAction","d":""},{"t":"M","n":"Neos\\Media\\Browser\\Controller\\TagController::deleteAction","p":"Neos/Media/Browser/Controller/TagController.html#method_deleteAction","d":""},{"t":"M","n":"Neos\\Media\\Browser\\Controller\\UsageController::relatedNodesAction","p":"Neos/Media/Browser/Controller/UsageController.html#method_relatedNodesAction","d":"

Get Related Nodes for an asset

"},{"t":"M","n":"Neos\\Media\\Browser\\Domain\\ImageMapper::injectResourceManager","p":"Neos/Media/Browser/Domain/ImageMapper.html#method_injectResourceManager","d":""},{"t":"M","n":"Neos\\Media\\Browser\\Domain\\ImageMapper::injectPersistenceManager","p":"Neos/Media/Browser/Domain/ImageMapper.html#method_injectPersistenceManager","d":""},{"t":"M","n":"Neos\\Media\\Browser\\Domain\\ImageMapper::__construct","p":"Neos/Media/Browser/Domain/ImageMapper.html#method___construct","d":"

ImageMapper constructor.

"},{"t":"M","n":"Neos\\Media\\Browser\\Domain\\ImageMapper::initializeObject","p":"Neos/Media/Browser/Domain/ImageMapper.html#method_initializeObject","d":null},{"t":"M","n":"Neos\\Media\\Browser\\Domain\\ImageMapper::getMappingResult","p":"Neos/Media/Browser/Domain/ImageMapper.html#method_getMappingResult","d":""},{"t":"M","n":"Neos\\Media\\Browser\\Domain\\Session\\BrowserState::set","p":"Neos/Media/Browser/Domain/Session/BrowserState.html#method_set","d":"

Set a $value for $key

"},{"t":"M","n":"Neos\\Media\\Browser\\Domain\\Session\\BrowserState::get","p":"Neos/Media/Browser/Domain/Session/BrowserState.html#method_get","d":"

Return a value for $key.

"},{"t":"M","n":"Neos\\Media\\Browser\\Domain\\Session\\BrowserState::getActiveAssetSourceIdentifier","p":"Neos/Media/Browser/Domain/Session/BrowserState.html#method_getActiveAssetSourceIdentifier","d":""},{"t":"M","n":"Neos\\Media\\Browser\\Domain\\Session\\BrowserState::setActiveAssetSourceIdentifier","p":"Neos/Media/Browser/Domain/Session/BrowserState.html#method_setActiveAssetSourceIdentifier","d":""},{"t":"M","n":"Neos\\Media\\Browser\\ViewHelpers\\Controller\\PaginateController::initializeAction","p":"Neos/Media/Browser/ViewHelpers/Controller/PaginateController.html#method_initializeAction","d":""},{"t":"M","n":"Neos\\Media\\Browser\\ViewHelpers\\Controller\\PaginateController::indexAction","p":"Neos/Media/Browser/ViewHelpers/Controller/PaginateController.html#method_indexAction","d":""},{"t":"M","n":"Neos\\Media\\Browser\\ViewHelpers\\Controller\\PaginateController::calculateDisplayRange","p":"Neos/Media/Browser/ViewHelpers/Controller/PaginateController.html#method_calculateDisplayRange","d":"

If a certain number of links should be displayed, adjust before and after\namounts accordingly.

"},{"t":"M","n":"Neos\\Media\\Browser\\ViewHelpers\\Controller\\PaginateController::buildPagination","p":"Neos/Media/Browser/ViewHelpers/Controller/PaginateController.html#method_buildPagination","d":"

Returns an array with the keys "pages", "current", "numberOfPages", "nextPage" & "previousPage"

"},{"t":"M","n":"Neos\\Media\\Browser\\ViewHelpers\\PaginateViewHelper::initializeArguments","p":"Neos/Media/Browser/ViewHelpers/PaginateViewHelper.html#method_initializeArguments","d":"

Initialize the arguments.

"},{"t":"M","n":"Neos\\Media\\Browser\\ViewHelpers\\PaginateViewHelper::render","p":"Neos/Media/Browser/ViewHelpers/PaginateViewHelper.html#method_render","d":"

Render this view helper

"},{"t":"M","n":"Neos\\Media\\Browser\\ViewHelpers\\ThumbnailViewHelper::initializeArguments","p":"Neos/Media/Browser/ViewHelpers/ThumbnailViewHelper.html#method_initializeArguments","d":""},{"t":"M","n":"Neos\\Media\\Browser\\ViewHelpers\\ThumbnailViewHelper::render","p":"Neos/Media/Browser/ViewHelpers/ThumbnailViewHelper.html#method_render","d":"

Renders an HTML img tag with a thumbnail or preview image, created from a given asset proxy.

"},{"t":"M","n":"Neos\\Media\\Command\\MediaCommandController::importResourcesCommand","p":"Neos/Media/Command/MediaCommandController.html#method_importResourcesCommand","d":"

Import resources to asset management

"},{"t":"M","n":"Neos\\Media\\Command\\MediaCommandController::removeUnusedCommand","p":"Neos/Media/Command/MediaCommandController.html#method_removeUnusedCommand","d":"

Remove unused assets

"},{"t":"M","n":"Neos\\Media\\Command\\MediaCommandController::createThumbnailsCommand","p":"Neos/Media/Command/MediaCommandController.html#method_createThumbnailsCommand","d":"

Create thumbnails

"},{"t":"M","n":"Neos\\Media\\Command\\MediaCommandController::clearThumbnailsCommand","p":"Neos/Media/Command/MediaCommandController.html#method_clearThumbnailsCommand","d":"

Remove thumbnails

"},{"t":"M","n":"Neos\\Media\\Command\\MediaCommandController::renderThumbnailsCommand","p":"Neos/Media/Command/MediaCommandController.html#method_renderThumbnailsCommand","d":"

Render ungenerated thumbnails

"},{"t":"M","n":"Neos\\Media\\Command\\MediaCommandController::renderVariantsCommand","p":"Neos/Media/Command/MediaCommandController.html#method_renderVariantsCommand","d":"

Render asset variants

"},{"t":"M","n":"Neos\\Media\\Command\\MediaCommandController::initializeConnection","p":"Neos/Media/Command/MediaCommandController.html#method_initializeConnection","d":"

Initializes the DBAL connection which is currently bound to the Doctrine Entity Manager

"},{"t":"M","n":"Neos\\Media\\Controller\\ThumbnailController::thumbnailAction","p":"Neos/Media/Controller/ThumbnailController.html#method_thumbnailAction","d":"

Generate thumbnail and redirect to resource URI

"},{"t":"M","n":"Neos\\Media\\Domain\\EventListener\\ImageEventListener::postRemove","p":"Neos/Media/Domain/EventListener/ImageEventListener.html#method_postRemove","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Adjustment\\AbstractAdjustment::__construct","p":"Neos/Media/Domain/Model/Adjustment/AbstractAdjustment.html#method___construct","d":"

Constructs this adjustment

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Adjustment\\AbstractImageAdjustment::setImageVariant","p":"Neos/Media/Domain/Model/Adjustment/AbstractImageAdjustment.html#method_setImageVariant","d":"

Sets the image variant this adjustment belongs to

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Adjustment\\AbstractImageAdjustment::getPosition","p":"Neos/Media/Domain/Model/Adjustment/AbstractImageAdjustment.html#method_getPosition","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Adjustment\\AbstractImageAdjustment::setPosition","p":"Neos/Media/Domain/Model/Adjustment/AbstractImageAdjustment.html#method_setPosition","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Adjustment\\CropImageAdjustment::setHeight","p":"Neos/Media/Domain/Model/Adjustment/CropImageAdjustment.html#method_setHeight","d":"

Sets height

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Adjustment\\CropImageAdjustment::getHeight","p":"Neos/Media/Domain/Model/Adjustment/CropImageAdjustment.html#method_getHeight","d":"

Returns height

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Adjustment\\CropImageAdjustment::setWidth","p":"Neos/Media/Domain/Model/Adjustment/CropImageAdjustment.html#method_setWidth","d":"

Sets width

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Adjustment\\CropImageAdjustment::getWidth","p":"Neos/Media/Domain/Model/Adjustment/CropImageAdjustment.html#method_getWidth","d":"

Returns width

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Adjustment\\CropImageAdjustment::setX","p":"Neos/Media/Domain/Model/Adjustment/CropImageAdjustment.html#method_setX","d":"

Sets x

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Adjustment\\CropImageAdjustment::getX","p":"Neos/Media/Domain/Model/Adjustment/CropImageAdjustment.html#method_getX","d":"

Returns x

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Adjustment\\CropImageAdjustment::setY","p":"Neos/Media/Domain/Model/Adjustment/CropImageAdjustment.html#method_setY","d":"

Sets y

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Adjustment\\CropImageAdjustment::getY","p":"Neos/Media/Domain/Model/Adjustment/CropImageAdjustment.html#method_getY","d":"

Returns y

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Adjustment\\CropImageAdjustment::setAspectRatio","p":"Neos/Media/Domain/Model/Adjustment/CropImageAdjustment.html#method_setAspectRatio","d":"

This setter accepts strings in order to make configuration / mapping of settings easier.

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Adjustment\\CropImageAdjustment::getAspectRatio","p":"Neos/Media/Domain/Model/Adjustment/CropImageAdjustment.html#method_getAspectRatio","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Adjustment\\CropImageAdjustment::calculateDimensionsByAspectRatio","p":"Neos/Media/Domain/Model/Adjustment/CropImageAdjustment.html#method_calculateDimensionsByAspectRatio","d":"

Calculates the actual position and dimensions of the cropping area based on the given image\ndimensions and desired aspect ratio.

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Adjustment\\CropImageAdjustment::canBeApplied","p":"Neos/Media/Domain/Model/Adjustment/CropImageAdjustment.html#method_canBeApplied","d":"

Check if this Adjustment can or should be applied to its ImageVariant.

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Adjustment\\CropImageAdjustment::applyToImage","p":"Neos/Media/Domain/Model/Adjustment/CropImageAdjustment.html#method_applyToImage","d":"

Applies this adjustment to the given Imagine Image object

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Adjustment\\CropImageAdjustment::refit","p":"Neos/Media/Domain/Model/Adjustment/CropImageAdjustment.html#method_refit","d":"

Refits the crop proportions to be the maximum size within the image boundaries.

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Adjustment\\ImageAdjustmentInterface::applyToImage","p":"Neos/Media/Domain/Model/Adjustment/ImageAdjustmentInterface.html#method_applyToImage","d":"

Applies this adjustment to the given Imagine Image object

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Adjustment\\ImageAdjustmentInterface::setImageVariant","p":"Neos/Media/Domain/Model/Adjustment/ImageAdjustmentInterface.html#method_setImageVariant","d":"

Sets the image variant this adjustment belongs to

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Adjustment\\ImageAdjustmentInterface::canBeApplied","p":"Neos/Media/Domain/Model/Adjustment/ImageAdjustmentInterface.html#method_canBeApplied","d":"

Check if this Adjustment can or should be applied to its ImageVariant.

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Adjustment\\QualityImageAdjustment::getQuality","p":"Neos/Media/Domain/Model/Adjustment/QualityImageAdjustment.html#method_getQuality","d":"

Returns quality

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Adjustment\\QualityImageAdjustment::setQuality","p":"Neos/Media/Domain/Model/Adjustment/QualityImageAdjustment.html#method_setQuality","d":"

Sets quality

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Adjustment\\QualityImageAdjustment::applyToImage","p":"Neos/Media/Domain/Model/Adjustment/QualityImageAdjustment.html#method_applyToImage","d":"

Applies this adjustment to the given Imagine Image object

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Adjustment\\QualityImageAdjustment::canBeApplied","p":"Neos/Media/Domain/Model/Adjustment/QualityImageAdjustment.html#method_canBeApplied","d":"

Check if this Adjustment can or should be applied to its ImageVariant.

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Adjustment\\ResizeImageAdjustment::setMaximumHeight","p":"Neos/Media/Domain/Model/Adjustment/ResizeImageAdjustment.html#method_setMaximumHeight","d":"

Sets maximumHeight

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Adjustment\\ResizeImageAdjustment::getMaximumHeight","p":"Neos/Media/Domain/Model/Adjustment/ResizeImageAdjustment.html#method_getMaximumHeight","d":"

Returns maximumHeight

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Adjustment\\ResizeImageAdjustment::setMaximumWidth","p":"Neos/Media/Domain/Model/Adjustment/ResizeImageAdjustment.html#method_setMaximumWidth","d":"

Sets maximumWidth

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Adjustment\\ResizeImageAdjustment::getMaximumWidth","p":"Neos/Media/Domain/Model/Adjustment/ResizeImageAdjustment.html#method_getMaximumWidth","d":"

Returns maximumWidth

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Adjustment\\ResizeImageAdjustment::setHeight","p":"Neos/Media/Domain/Model/Adjustment/ResizeImageAdjustment.html#method_setHeight","d":"

Sets height

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Adjustment\\ResizeImageAdjustment::getHeight","p":"Neos/Media/Domain/Model/Adjustment/ResizeImageAdjustment.html#method_getHeight","d":"

Returns height

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Adjustment\\ResizeImageAdjustment::setWidth","p":"Neos/Media/Domain/Model/Adjustment/ResizeImageAdjustment.html#method_setWidth","d":"

Sets width

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Adjustment\\ResizeImageAdjustment::getWidth","p":"Neos/Media/Domain/Model/Adjustment/ResizeImageAdjustment.html#method_getWidth","d":"

Returns width

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Adjustment\\ResizeImageAdjustment::setMinimumHeight","p":"Neos/Media/Domain/Model/Adjustment/ResizeImageAdjustment.html#method_setMinimumHeight","d":"

Sets minimumHeight

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Adjustment\\ResizeImageAdjustment::getMinimumHeight","p":"Neos/Media/Domain/Model/Adjustment/ResizeImageAdjustment.html#method_getMinimumHeight","d":"

Returns minimumHeight

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Adjustment\\ResizeImageAdjustment::setMinimumWidth","p":"Neos/Media/Domain/Model/Adjustment/ResizeImageAdjustment.html#method_setMinimumWidth","d":"

Sets minimumWidth

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Adjustment\\ResizeImageAdjustment::getMinimumWidth","p":"Neos/Media/Domain/Model/Adjustment/ResizeImageAdjustment.html#method_getMinimumWidth","d":"

Returns minimumWidth

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Adjustment\\ResizeImageAdjustment::setRatioMode","p":"Neos/Media/Domain/Model/Adjustment/ResizeImageAdjustment.html#method_setRatioMode","d":"

Sets ratioMode

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Adjustment\\ResizeImageAdjustment::getRatioMode","p":"Neos/Media/Domain/Model/Adjustment/ResizeImageAdjustment.html#method_getRatioMode","d":"

Returns ratioMode

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Adjustment\\ResizeImageAdjustment::getAllowUpScaling","p":"Neos/Media/Domain/Model/Adjustment/ResizeImageAdjustment.html#method_getAllowUpScaling","d":"

Returns allowUpScaling

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Adjustment\\ResizeImageAdjustment::setAllowUpScaling","p":"Neos/Media/Domain/Model/Adjustment/ResizeImageAdjustment.html#method_setAllowUpScaling","d":"

Sets allowUpScaling

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Adjustment\\ResizeImageAdjustment::canBeApplied","p":"Neos/Media/Domain/Model/Adjustment/ResizeImageAdjustment.html#method_canBeApplied","d":"

Check if this Adjustment can or should be applied to its ImageVariant.

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Adjustment\\ResizeImageAdjustment::applyToImage","p":"Neos/Media/Domain/Model/Adjustment/ResizeImageAdjustment.html#method_applyToImage","d":"

Applies this adjustment to the given Imagine Image object

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Adjustment\\ResizeImageAdjustment::calculateDimensions","p":"Neos/Media/Domain/Model/Adjustment/ResizeImageAdjustment.html#method_calculateDimensions","d":"

Calculates and returns the dimensions the image should have according all parameters set\nin this adjustment.

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Adjustment\\ResizeImageAdjustment::calculateWithFixedDimensions","p":"Neos/Media/Domain/Model/Adjustment/ResizeImageAdjustment.html#method_calculateWithFixedDimensions","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Adjustment\\ResizeImageAdjustment::calculateOutboundBox","p":"Neos/Media/Domain/Model/Adjustment/ResizeImageAdjustment.html#method_calculateOutboundBox","d":"

Calculate the final dimensions for an outbound box. usually exactly the requested width and height unless that\nwould require upscaling and it is not allowed.

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Adjustment\\ResizeImageAdjustment::calculateScalingToWidth","p":"Neos/Media/Domain/Model/Adjustment/ResizeImageAdjustment.html#method_calculateScalingToWidth","d":"

Calculates new dimensions with a requested width applied. Takes upscaling into consideration.

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Adjustment\\ResizeImageAdjustment::calculateScalingToHeight","p":"Neos/Media/Domain/Model/Adjustment/ResizeImageAdjustment.html#method_calculateScalingToHeight","d":"

Calculates new dimensions with a requested height applied. Takes upscaling into consideration.

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Adjustment\\ResizeImageAdjustment::resize","p":"Neos/Media/Domain/Model/Adjustment/ResizeImageAdjustment.html#method_resize","d":"

Executes the actual resizing operation on the Imagine image.

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Adjustment\\ResizeImageAdjustment::calculateOutboundScalingDimensions","p":"Neos/Media/Domain/Model/Adjustment/ResizeImageAdjustment.html#method_calculateOutboundScalingDimensions","d":"

Calculates a resize dimension box that allows for outbound resize.

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Asset::__construct","p":"Neos/Media/Domain/Model/Asset.html#method___construct","d":"

Constructs an asset. The resource is set internally and then initialize()\nis called.

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Asset::initializeObject","p":"Neos/Media/Domain/Model/Asset.html#method_initializeObject","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Asset::initialize","p":"Neos/Media/Domain/Model/Asset.html#method_initialize","d":"

Override this to initialize upon instantiation.

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Asset::getIdentifier","p":"Neos/Media/Domain/Model/Asset.html#method_getIdentifier","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Asset::getLabel","p":"Neos/Media/Domain/Model/Asset.html#method_getLabel","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Asset::getLastModified","p":"Neos/Media/Domain/Model/Asset.html#method_getLastModified","d":"

Returns the last modification timestamp for this asset

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Asset::setResource","p":"Neos/Media/Domain/Model/Asset.html#method_setResource","d":"

Sets the asset resource and (re-)initializes the asset.

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Asset::getResource","p":"Neos/Media/Domain/Model/Asset.html#method_getResource","d":"

PersistentResource of the original file

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Asset::getFileExtension","p":"Neos/Media/Domain/Model/Asset.html#method_getFileExtension","d":"

Returns a file extension fitting to the media type of this asset

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Asset::getMediaType","p":"Neos/Media/Domain/Model/Asset.html#method_getMediaType","d":"

Returns the IANA media type of this asset

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Asset::setTitle","p":"Neos/Media/Domain/Model/Asset.html#method_setTitle","d":"

Sets the title of this image (optional)

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Asset::getTitle","p":"Neos/Media/Domain/Model/Asset.html#method_getTitle","d":"

The title of this image

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Asset::setCaption","p":"Neos/Media/Domain/Model/Asset.html#method_setCaption","d":"

Sets the caption of this asset (optional)

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Asset::getCaption","p":"Neos/Media/Domain/Model/Asset.html#method_getCaption","d":"

The caption of this asset

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Asset::getCopyrightNotice","p":"Neos/Media/Domain/Model/Asset.html#method_getCopyrightNotice","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Asset::setCopyrightNotice","p":"Neos/Media/Domain/Model/Asset.html#method_setCopyrightNotice","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Asset::getTags","p":"Neos/Media/Domain/Model/Asset.html#method_getTags","d":"

Return the tags assigned to this asset

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Asset::addTag","p":"Neos/Media/Domain/Model/Asset.html#method_addTag","d":"

Add a single tag to this asset

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Asset::getThumbnail","p":"Neos/Media/Domain/Model/Asset.html#method_getThumbnail","d":"

Returns a thumbnail of this asset

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Asset::addThumbnail","p":"Neos/Media/Domain/Model/Asset.html#method_addThumbnail","d":"

An internal method which adds a thumbnail which was generated by the ThumbnailService.

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Asset::refresh","p":"Neos/Media/Domain/Model/Asset.html#method_refresh","d":"

Refreshes this asset after the Resource or any other parameters affecting thumbnails have been modified

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Asset::setTags","p":"Neos/Media/Domain/Model/Asset.html#method_setTags","d":"

Set the tags assigned to this asset

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Asset::removeTag","p":"Neos/Media/Domain/Model/Asset.html#method_removeTag","d":"

Remove a single tag from this asset

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Asset::getAssetCollections","p":"Neos/Media/Domain/Model/Asset.html#method_getAssetCollections","d":"

Return the asset collections this asset is included in

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Asset::setAssetCollections","p":"Neos/Media/Domain/Model/Asset.html#method_setAssetCollections","d":"

Set the asset collections that include this asset

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Asset::setAssetSourceIdentifier","p":"Neos/Media/Domain/Model/Asset.html#method_setAssetSourceIdentifier","d":"

Set the asset source identifier for this asset

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Asset::getAssetSourceIdentifier","p":"Neos/Media/Domain/Model/Asset.html#method_getAssetSourceIdentifier","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Asset::getAssetProxy","p":"Neos/Media/Domain/Model/Asset.html#method_getAssetProxy","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Asset::isInUse","p":"Neos/Media/Domain/Model/Asset.html#method_isInUse","d":"

Returns true if the asset is still in use.

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Asset::getUsageCount","p":"Neos/Media/Domain/Model/Asset.html#method_getUsageCount","d":"

Returns the number of times the asset is in use.

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetCollection::__construct","p":"Neos/Media/Domain/Model/AssetCollection.html#method___construct","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetCollection::getTitle","p":"Neos/Media/Domain/Model/AssetCollection.html#method_getTitle","d":"

Returns the Title

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetCollection::setTitle","p":"Neos/Media/Domain/Model/AssetCollection.html#method_setTitle","d":"

Sets the Title

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetCollection::getAssets","p":"Neos/Media/Domain/Model/AssetCollection.html#method_getAssets","d":"

Returns the Assets

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetCollection::setAssets","p":"Neos/Media/Domain/Model/AssetCollection.html#method_setAssets","d":"

Sets the Assets

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetCollection::addAsset","p":"Neos/Media/Domain/Model/AssetCollection.html#method_addAsset","d":"

Add one asset to the asset collection

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetCollection::removeAsset","p":"Neos/Media/Domain/Model/AssetCollection.html#method_removeAsset","d":"

Remove one asset from the asset collection

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetCollection::getTags","p":"Neos/Media/Domain/Model/AssetCollection.html#method_getTags","d":"

Return the tags assigned to this asset

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetCollection::addTag","p":"Neos/Media/Domain/Model/AssetCollection.html#method_addTag","d":"

Add a single tag to this asset

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetCollection::setTags","p":"Neos/Media/Domain/Model/AssetCollection.html#method_setTags","d":"

Set the tags assigned to this asset

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetCollection::removeTag","p":"Neos/Media/Domain/Model/AssetCollection.html#method_removeTag","d":"

Remove a single tag from this asset

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetInterface::getTitle","p":"Neos/Media/Domain/Model/AssetInterface.html#method_getTitle","d":"

The title of this asset

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetInterface::setTitle","p":"Neos/Media/Domain/Model/AssetInterface.html#method_setTitle","d":"

Sets the title of this asset

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetInterface::setResource","p":"Neos/Media/Domain/Model/AssetInterface.html#method_setResource","d":"

Sets the resource and possibly triggers a refresh of dependent behavior

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetInterface::getResource","p":"Neos/Media/Domain/Model/AssetInterface.html#method_getResource","d":"

Returns the resource of this asset

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetInterface::getMediaType","p":"Neos/Media/Domain/Model/AssetInterface.html#method_getMediaType","d":"

Returns the IANA media type of this asset

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetInterface::getFileExtension","p":"Neos/Media/Domain/Model/AssetInterface.html#method_getFileExtension","d":"

Returns a file extension fitting to the media type of this asset

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxyQueryInterface::setOffset","p":"Neos/Media/Domain/Model/AssetSource/AssetProxyQueryInterface.html#method_setOffset","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxyQueryInterface::getOffset","p":"Neos/Media/Domain/Model/AssetSource/AssetProxyQueryInterface.html#method_getOffset","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxyQueryInterface::setLimit","p":"Neos/Media/Domain/Model/AssetSource/AssetProxyQueryInterface.html#method_setLimit","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxyQueryInterface::getLimit","p":"Neos/Media/Domain/Model/AssetSource/AssetProxyQueryInterface.html#method_getLimit","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxyQueryInterface::setSearchTerm","p":"Neos/Media/Domain/Model/AssetSource/AssetProxyQueryInterface.html#method_setSearchTerm","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxyQueryInterface::getSearchTerm","p":"Neos/Media/Domain/Model/AssetSource/AssetProxyQueryInterface.html#method_getSearchTerm","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxyQueryInterface::execute","p":"Neos/Media/Domain/Model/AssetSource/AssetProxyQueryInterface.html#method_execute","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxyQueryInterface::count","p":"Neos/Media/Domain/Model/AssetSource/AssetProxyQueryInterface.html#method_count","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxyQueryResultInterface::getQuery","p":"Neos/Media/Domain/Model/AssetSource/AssetProxyQueryResultInterface.html#method_getQuery","d":"

Returns a clone of the query object

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxyQueryResultInterface::getFirst","p":"Neos/Media/Domain/Model/AssetSource/AssetProxyQueryResultInterface.html#method_getFirst","d":"

Returns the first asset proxy in the result set

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxyQueryResultInterface::toArray","p":"Neos/Media/Domain/Model/AssetSource/AssetProxyQueryResultInterface.html#method_toArray","d":"

Returns an array with the asset proxies in the result set

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxyRepositoryInterface::getAssetProxy","p":"Neos/Media/Domain/Model/AssetSource/AssetProxyRepositoryInterface.html#method_getAssetProxy","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxyRepositoryInterface::filterByType","p":"Neos/Media/Domain/Model/AssetSource/AssetProxyRepositoryInterface.html#method_filterByType","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxyRepositoryInterface::findAll","p":"Neos/Media/Domain/Model/AssetSource/AssetProxyRepositoryInterface.html#method_findAll","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxyRepositoryInterface::findBySearchTerm","p":"Neos/Media/Domain/Model/AssetSource/AssetProxyRepositoryInterface.html#method_findBySearchTerm","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxyRepositoryInterface::findByTag","p":"Neos/Media/Domain/Model/AssetSource/AssetProxyRepositoryInterface.html#method_findByTag","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxyRepositoryInterface::findUntagged","p":"Neos/Media/Domain/Model/AssetSource/AssetProxyRepositoryInterface.html#method_findUntagged","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxyRepositoryInterface::countAll","p":"Neos/Media/Domain/Model/AssetSource/AssetProxyRepositoryInterface.html#method_countAll","d":"

Count all assets, regardless of tag or collection

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxy\\AssetProxyInterface::getAssetSource","p":"Neos/Media/Domain/Model/AssetSource/AssetProxy/AssetProxyInterface.html#method_getAssetSource","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxy\\AssetProxyInterface::getIdentifier","p":"Neos/Media/Domain/Model/AssetSource/AssetProxy/AssetProxyInterface.html#method_getIdentifier","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxy\\AssetProxyInterface::getLabel","p":"Neos/Media/Domain/Model/AssetSource/AssetProxy/AssetProxyInterface.html#method_getLabel","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxy\\AssetProxyInterface::getFilename","p":"Neos/Media/Domain/Model/AssetSource/AssetProxy/AssetProxyInterface.html#method_getFilename","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxy\\AssetProxyInterface::getLastModified","p":"Neos/Media/Domain/Model/AssetSource/AssetProxy/AssetProxyInterface.html#method_getLastModified","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxy\\AssetProxyInterface::getFileSize","p":"Neos/Media/Domain/Model/AssetSource/AssetProxy/AssetProxyInterface.html#method_getFileSize","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxy\\AssetProxyInterface::getMediaType","p":"Neos/Media/Domain/Model/AssetSource/AssetProxy/AssetProxyInterface.html#method_getMediaType","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxy\\AssetProxyInterface::getWidthInPixels","p":"Neos/Media/Domain/Model/AssetSource/AssetProxy/AssetProxyInterface.html#method_getWidthInPixels","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxy\\AssetProxyInterface::getHeightInPixels","p":"Neos/Media/Domain/Model/AssetSource/AssetProxy/AssetProxyInterface.html#method_getHeightInPixels","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxy\\AssetProxyInterface::getThumbnailUri","p":"Neos/Media/Domain/Model/AssetSource/AssetProxy/AssetProxyInterface.html#method_getThumbnailUri","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxy\\AssetProxyInterface::getPreviewUri","p":"Neos/Media/Domain/Model/AssetSource/AssetProxy/AssetProxyInterface.html#method_getPreviewUri","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxy\\AssetProxyInterface::getImportStream","p":"Neos/Media/Domain/Model/AssetSource/AssetProxy/AssetProxyInterface.html#method_getImportStream","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxy\\AssetProxyInterface::getLocalAssetIdentifier","p":"Neos/Media/Domain/Model/AssetSource/AssetProxy/AssetProxyInterface.html#method_getLocalAssetIdentifier","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxy\\HasRemoteOriginalInterface::isImported","p":"Neos/Media/Domain/Model/AssetSource/AssetProxy/HasRemoteOriginalInterface.html#method_isImported","d":"

Returns true if the binary data of the asset has already been imported into the Neos asset source.

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxy\\ProvidesOriginalUriInterface::getOriginalUri","p":"Neos/Media/Domain/Model/AssetSource/AssetProxy/ProvidesOriginalUriInterface.html#method_getOriginalUri","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxy\\SupportsIptcMetadataInterface::hasIptcProperty","p":"Neos/Media/Domain/Model/AssetSource/AssetProxy/SupportsIptcMetadataInterface.html#method_hasIptcProperty","d":"

Returns true, if the given IPTC metadata property is available, ie. is supported and is not empty.

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxy\\SupportsIptcMetadataInterface::getIptcProperty","p":"Neos/Media/Domain/Model/AssetSource/AssetProxy/SupportsIptcMetadataInterface.html#method_getIptcProperty","d":"

Returns the given IPTC metadata property if it exists, or an empty string otherwise.

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxy\\SupportsIptcMetadataInterface::getIptcProperties","p":"Neos/Media/Domain/Model/AssetSource/AssetProxy/SupportsIptcMetadataInterface.html#method_getIptcProperties","d":"

Returns all known IPTC metadata properties as key => value (e.g. "Title" => "My Photo")

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetSourceAwareInterface::setAssetSourceIdentifier","p":"Neos/Media/Domain/Model/AssetSource/AssetSourceAwareInterface.html#method_setAssetSourceIdentifier","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetSourceAwareInterface::getAssetSourceIdentifier","p":"Neos/Media/Domain/Model/AssetSource/AssetSourceAwareInterface.html#method_getAssetSourceIdentifier","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetSourceAwareInterface::getAssetProxy","p":"Neos/Media/Domain/Model/AssetSource/AssetSourceAwareInterface.html#method_getAssetProxy","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetSourceInterface::createFromConfiguration","p":"Neos/Media/Domain/Model/AssetSource/AssetSourceInterface.html#method_createFromConfiguration","d":"

This factory method is used instead of a constructor in order to not dictate a __construct() signature in this\ninterface (which might conflict with an asset source's implementation or generated Flow proxy class).

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetSourceInterface::getIdentifier","p":"Neos/Media/Domain/Model/AssetSource/AssetSourceInterface.html#method_getIdentifier","d":"

A unique string which identifies the concrete asset source.

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetSourceInterface::getLabel","p":"Neos/Media/Domain/Model/AssetSource/AssetSourceInterface.html#method_getLabel","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetSourceInterface::getIconUri","p":"Neos/Media/Domain/Model/AssetSource/AssetSourceInterface.html#method_getIconUri","d":"

Returns the resource path to the icon of the asset source

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetSourceInterface::getDescription","p":"Neos/Media/Domain/Model/AssetSource/AssetSourceInterface.html#method_getDescription","d":"

Returns the description of the asset source

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetSourceInterface::getAssetProxyRepository","p":"Neos/Media/Domain/Model/AssetSource/AssetSourceInterface.html#method_getAssetProxyRepository","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetSourceInterface::isReadOnly","p":"Neos/Media/Domain/Model/AssetSource/AssetSourceInterface.html#method_isReadOnly","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetTypeFilter::__construct","p":"Neos/Media/Domain/Model/AssetSource/AssetTypeFilter.html#method___construct","d":"

AssetType constructor.

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetTypeFilter::getAllowedValues","p":"Neos/Media/Domain/Model/AssetSource/AssetTypeFilter.html#method_getAllowedValues","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetTypeFilter::getAssetType","p":"Neos/Media/Domain/Model/AssetSource/AssetTypeFilter.html#method_getAssetType","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetTypeFilter::__toString","p":"Neos/Media/Domain/Model/AssetSource/AssetTypeFilter.html#method___toString","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetTypeFilter::jsonSerialize","p":"Neos/Media/Domain/Model/AssetSource/AssetTypeFilter.html#method_jsonSerialize","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetProxy::__construct","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetProxy.html#method___construct","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetProxy::getAssetSource","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetProxy.html#method_getAssetSource","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetProxy::getIdentifier","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetProxy.html#method_getIdentifier","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetProxy::getLabel","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetProxy.html#method_getLabel","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetProxy::getFilename","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetProxy.html#method_getFilename","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetProxy::getLastModified","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetProxy.html#method_getLastModified","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetProxy::getFileSize","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetProxy.html#method_getFileSize","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetProxy::getMediaType","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetProxy.html#method_getMediaType","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetProxy::getWidthInPixels","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetProxy.html#method_getWidthInPixels","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetProxy::getHeightInPixels","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetProxy.html#method_getHeightInPixels","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetProxy::getAsset","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetProxy.html#method_getAsset","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetProxy::getThumbnailUri","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetProxy.html#method_getThumbnailUri","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetProxy::getPreviewUri","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetProxy.html#method_getPreviewUri","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetProxy::getOriginalUri","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetProxy.html#method_getOriginalUri","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetProxy::getImportStream","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetProxy.html#method_getImportStream","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetProxy::getLocalAssetIdentifier","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetProxy.html#method_getLocalAssetIdentifier","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetProxyQuery::__construct","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetProxyQuery.html#method___construct","d":"

NeosAssetProxyQuery constructor.

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetProxyQuery::setOffset","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetProxyQuery.html#method_setOffset","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetProxyQuery::getOffset","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetProxyQuery.html#method_getOffset","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetProxyQuery::setLimit","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetProxyQuery.html#method_setLimit","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetProxyQuery::getLimit","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetProxyQuery.html#method_getLimit","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetProxyQuery::execute","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetProxyQuery.html#method_execute","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetProxyQuery::setSearchTerm","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetProxyQuery.html#method_setSearchTerm","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetProxyQuery::getSearchTerm","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetProxyQuery.html#method_getSearchTerm","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetProxyQuery::count","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetProxyQuery.html#method_count","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetProxyQueryResult::__construct","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetProxyQueryResult.html#method___construct","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetProxyQueryResult::getQuery","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetProxyQueryResult.html#method_getQuery","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetProxyQueryResult::getFirst","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetProxyQueryResult.html#method_getFirst","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetProxyQueryResult::toArray","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetProxyQueryResult.html#method_toArray","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetProxyQueryResult::current","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetProxyQueryResult.html#method_current","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetProxyQueryResult::next","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetProxyQueryResult.html#method_next","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetProxyQueryResult::key","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetProxyQueryResult.html#method_key","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetProxyQueryResult::valid","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetProxyQueryResult.html#method_valid","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetProxyQueryResult::rewind","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetProxyQueryResult.html#method_rewind","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetProxyQueryResult::offsetExists","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetProxyQueryResult.html#method_offsetExists","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetProxyQueryResult::offsetGet","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetProxyQueryResult.html#method_offsetGet","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetProxyQueryResult::offsetSet","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetProxyQueryResult.html#method_offsetSet","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetProxyQueryResult::offsetUnset","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetProxyQueryResult.html#method_offsetUnset","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetProxyQueryResult::count","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetProxyQueryResult.html#method_count","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetProxyRepository::__construct","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetProxyRepository.html#method___construct","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetProxyRepository::initializeObject","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetProxyRepository.html#method_initializeObject","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetProxyRepository::orderBy","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetProxyRepository.html#method_orderBy","d":"

Sets the property names to order results by. Expected like this:\narray(\n'foo' => \\Neos\\Flow\\Persistence\\QueryInterface::ORDER_ASCENDING,\n'bar' => \\Neos\\Flow\\Persistence\\QueryInterface::ORDER_DESCENDING\n)

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetProxyRepository::filterByType","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetProxyRepository.html#method_filterByType","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetProxyRepository::filterByCollection","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetProxyRepository.html#method_filterByCollection","d":"

NOTE: This needs to be refactored to use an asset collection identifier instead of Media's domain model before\nit can become a public API for other asset sources.

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetProxyRepository::getAssetProxy","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetProxyRepository.html#method_getAssetProxy","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetProxyRepository::findAll","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetProxyRepository.html#method_findAll","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetProxyRepository::findBySearchTerm","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetProxyRepository.html#method_findBySearchTerm","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetProxyRepository::findByTag","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetProxyRepository.html#method_findByTag","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetProxyRepository::findUntagged","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetProxyRepository.html#method_findUntagged","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetProxyRepository::countAll","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetProxyRepository.html#method_countAll","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetProxyRepository::countUntagged","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetProxyRepository.html#method_countUntagged","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetSource::__construct","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetSource.html#method___construct","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetSource::createFromConfiguration","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetSource.html#method_createFromConfiguration","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetSource::getIdentifier","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetSource.html#method_getIdentifier","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetSource::getLabel","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetSource.html#method_getLabel","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetSource::getIconUri","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetSource.html#method_getIconUri","d":"

Returns the resource path to Assetsources icon

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetSource::getDescription","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetSource.html#method_getDescription","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetSource::getAssetProxyRepository","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetSource.html#method_getAssetProxyRepository","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetSource::isReadOnly","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetSource.html#method_isReadOnly","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetSource::getThumbnailUriForAsset","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetSource.html#method_getThumbnailUriForAsset","d":"

Internal method used by NeosAssetProxy

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos\\NeosAssetSource::getPreviewUriForAsset","p":"Neos/Media/Domain/Model/AssetSource/Neos/NeosAssetSource.html#method_getPreviewUriForAsset","d":"

Internal method used by NeosAssetProxy

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\SupportsCollectionsInterface::filterByCollection","p":"Neos/Media/Domain/Model/AssetSource/SupportsCollectionsInterface.html#method_filterByCollection","d":"

NOTE: This needs to be refactored to use an asset collection identifier instead of Media's domain model before\nit can become a public API for other asset sources.

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\SupportsSortingInterface::orderBy","p":"Neos/Media/Domain/Model/AssetSource/SupportsSortingInterface.html#method_orderBy","d":"

Note: This method is preliminary, not to be used for third-party asset sources yet.

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\SupportsTaggingInterface::findByTag","p":"Neos/Media/Domain/Model/AssetSource/SupportsTaggingInterface.html#method_findByTag","d":"

NOTE: This needs to be refactored to use a tag identifier instead of Media's domain model before\nit can become a public API for other asset sources.

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\SupportsTaggingInterface::findUntagged","p":"Neos/Media/Domain/Model/AssetSource/SupportsTaggingInterface.html#method_findUntagged","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\SupportsTaggingInterface::countUntagged","p":"Neos/Media/Domain/Model/AssetSource/SupportsTaggingInterface.html#method_countUntagged","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetVariantInterface::getOriginalAsset","p":"Neos/Media/Domain/Model/AssetVariantInterface.html#method_getOriginalAsset","d":"

Returns the Asset this derived asset is based on

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\DimensionsTrait::getWidth","p":"Neos/Media/Domain/Model/DimensionsTrait.html#method_getWidth","d":"

Width of the image in pixels

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\DimensionsTrait::getHeight","p":"Neos/Media/Domain/Model/DimensionsTrait.html#method_getHeight","d":"

Height of the image in pixels

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\DimensionsTrait::hasDimensions","p":"Neos/Media/Domain/Model/DimensionsTrait.html#method_hasDimensions","d":"

Does the asset have dimensions

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\DimensionsTrait::getAspectRatio","p":"Neos/Media/Domain/Model/DimensionsTrait.html#method_getAspectRatio","d":"

Edge / aspect ratio of the image

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\DimensionsTrait::getOrientation","p":"Neos/Media/Domain/Model/DimensionsTrait.html#method_getOrientation","d":"

Orientation of this image, i.e. portrait, landscape or square

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\DimensionsTrait::isOrientationSquare","p":"Neos/Media/Domain/Model/DimensionsTrait.html#method_isOrientationSquare","d":"

Whether this image is square aspect ratio and therefore has a square orientation

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\DimensionsTrait::isOrientationLandscape","p":"Neos/Media/Domain/Model/DimensionsTrait.html#method_isOrientationLandscape","d":"

Whether this image is in landscape orientation

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\DimensionsTrait::isOrientationPortrait","p":"Neos/Media/Domain/Model/DimensionsTrait.html#method_isOrientationPortrait","d":"

Whether this image is in portrait orientation

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Dto\\AssetConstraints::create","p":"Neos/Media/Domain/Model/Dto/AssetConstraints.html#method_create","d":"

Create an empty instance (without any active constraints)

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Dto\\AssetConstraints::fromArray","p":"Neos/Media/Domain/Model/Dto/AssetConstraints.html#method_fromArray","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Dto\\AssetConstraints::withAssetSourceConstraint","p":"Neos/Media/Domain/Model/Dto/AssetConstraints.html#method_withAssetSourceConstraint","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Dto\\AssetConstraints::withoutAssetSourceConstraint","p":"Neos/Media/Domain/Model/Dto/AssetConstraints.html#method_withoutAssetSourceConstraint","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Dto\\AssetConstraints::withMediaTypeConstraint","p":"Neos/Media/Domain/Model/Dto/AssetConstraints.html#method_withMediaTypeConstraint","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Dto\\AssetConstraints::withoutAssetTypeConstraint","p":"Neos/Media/Domain/Model/Dto/AssetConstraints.html#method_withoutAssetTypeConstraint","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Dto\\AssetConstraints::hasAssetSourceConstraint","p":"Neos/Media/Domain/Model/Dto/AssetConstraints.html#method_hasAssetSourceConstraint","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Dto\\AssetConstraints::getAllowedAssetSourceIdentifiers","p":"Neos/Media/Domain/Model/Dto/AssetConstraints.html#method_getAllowedAssetSourceIdentifiers","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Dto\\AssetConstraints::hasMediaTypeConstraint","p":"Neos/Media/Domain/Model/Dto/AssetConstraints.html#method_hasMediaTypeConstraint","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Dto\\AssetConstraints::getAllowedMediaTypes","p":"Neos/Media/Domain/Model/Dto/AssetConstraints.html#method_getAllowedMediaTypes","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Dto\\AssetConstraints::getMediaTypeAcceptAttribute","p":"Neos/Media/Domain/Model/Dto/AssetConstraints.html#method_getMediaTypeAcceptAttribute","d":"

Returns the allowed media types as a string that can be used for "accept" attributes in file upload HTML elements

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Dto\\AssetConstraints::applyToAssetSources","p":"Neos/Media/Domain/Model/Dto/AssetConstraints.html#method_applyToAssetSources","d":"

Filters the given $assetSources according to the active asset source constraints\nIf no asset source constraints is active, the original array is returned

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Dto\\AssetConstraints::applyToAssetSourceIdentifiers","p":"Neos/Media/Domain/Model/Dto/AssetConstraints.html#method_applyToAssetSourceIdentifiers","d":"

Verifies the given $assetSourceIdentifier against the asset source constraint:\nIf no asset source constraint is set or the given $assetSourceIdentifier matches one of the allowedAssetSourceIdentifiers, the input is un-altered\nOtherwise the first allowed allowedAssetSourceIdentifier is returned

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Dto\\AssetConstraints::applyToAssetTypeFilter","p":"Neos/Media/Domain/Model/Dto/AssetConstraints.html#method_applyToAssetTypeFilter","d":"

Verifies the given $assetType against the media type constraint:\nIf no media type constraint is set or the given $assetType matches one of the allowed asset types, the input is un-altered\nOtherwise the first allowed asset type is returned

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Dto\\AssetConstraints::getAllowedAssetTypeFilterOptions","p":"Neos/Media/Domain/Model/Dto/AssetConstraints.html#method_getAllowedAssetTypeFilterOptions","d":"

Returns an array with all supported asset type filter values according to the active media type constraints\nIf no media type constraint is set, all options are returned including the special "All": ("All", "Image", "Video", ...)\nOtherwise only the allowed asset types are returned ("Video", "Image").

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Dto\\UsageReference::__construct","p":"Neos/Media/Domain/Model/Dto/UsageReference.html#method___construct","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Dto\\UsageReference::getAsset","p":"Neos/Media/Domain/Model/Dto/UsageReference.html#method_getAsset","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\FileTypeIcon::__construct","p":"Neos/Media/Domain/Model/FileTypeIcon.html#method___construct","d":null},{"t":"M","n":"Neos\\Media\\Domain\\Model\\FileTypeIcon::alt","p":"Neos/Media/Domain/Model/FileTypeIcon.html#method_alt","d":null},{"t":"M","n":"Neos\\Media\\Domain\\Model\\FileTypeIcon::path","p":"Neos/Media/Domain/Model/FileTypeIcon.html#method_path","d":null},{"t":"M","n":"Neos\\Media\\Domain\\Model\\FileTypeIcon::getIconPath","p":"Neos/Media/Domain/Model/FileTypeIcon.html#method_getIconPath","d":null},{"t":"M","n":"Neos\\Media\\Domain\\Model\\FileTypeIcon::getIconSet","p":"Neos/Media/Domain/Model/FileTypeIcon.html#method_getIconSet","d":null},{"t":"M","n":"Neos\\Media\\Domain\\Model\\FileTypeIcon::getIconExtension","p":"Neos/Media/Domain/Model/FileTypeIcon.html#method_getIconExtension","d":null},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Image::__construct","p":"Neos/Media/Domain/Model/Image.html#method___construct","d":"Constructor"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Image::initializeObject","p":"Neos/Media/Domain/Model/Image.html#method_initializeObject","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Image::refresh","p":"Neos/Media/Domain/Model/Image.html#method_refresh","d":"

Calculates image width and height from the image resource.

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Image::addVariant","p":"Neos/Media/Domain/Model/Image.html#method_addVariant","d":"

Adds a variant of this image

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Image::replaceVariant","p":"Neos/Media/Domain/Model/Image.html#method_replaceVariant","d":"

Replace a variant of this image, based on preset identifier and preset variant name.

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Image::getVariants","p":"Neos/Media/Domain/Model/Image.html#method_getVariants","d":"

Returns all variants (if any) derived from this asset

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Image::getVariant","p":"Neos/Media/Domain/Model/Image.html#method_getVariant","d":"

Returns the variant identified by $presetIdentifier and $presetVariantName (if existing)

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Image::calculateDimensionsFromResource","p":"Neos/Media/Domain/Model/Image.html#method_calculateDimensionsFromResource","d":"

Calculates and sets the width and height of this Image asset based\non the given PersistentResource.

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Image::setAssetCollections","p":"Neos/Media/Domain/Model/Image.html#method_setAssetCollections","d":"

Set the asset collections that include this asset and\nkeeps the attached variants' collections in sync.

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ImageInterface::getWidth","p":"Neos/Media/Domain/Model/ImageInterface.html#method_getWidth","d":"

Width of the image in pixels

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ImageInterface::getHeight","p":"Neos/Media/Domain/Model/ImageInterface.html#method_getHeight","d":"

Height of the image in pixels

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ImageInterface::getAspectRatio","p":"Neos/Media/Domain/Model/ImageInterface.html#method_getAspectRatio","d":"

Edge / aspect ratio of the image

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ImageInterface::getOrientation","p":"Neos/Media/Domain/Model/ImageInterface.html#method_getOrientation","d":"

Orientation of this image, i.e. portrait, landscape or square

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ImageInterface::isOrientationSquare","p":"Neos/Media/Domain/Model/ImageInterface.html#method_isOrientationSquare","d":"

Whether this image is square aspect ratio and therefore has a square orientation

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ImageInterface::isOrientationLandscape","p":"Neos/Media/Domain/Model/ImageInterface.html#method_isOrientationLandscape","d":"

Whether this image is in landscape orientation

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ImageInterface::isOrientationPortrait","p":"Neos/Media/Domain/Model/ImageInterface.html#method_isOrientationPortrait","d":"

Whether this image is in portrait orientation

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ImageVariant::__construct","p":"Neos/Media/Domain/Model/ImageVariant.html#method___construct","d":"

Constructs a new Image Variant based on the given original

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ImageVariant::initializeObject","p":"Neos/Media/Domain/Model/ImageVariant.html#method_initializeObject","d":"

Initialize this image variant

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ImageVariant::getOriginalAsset","p":"Neos/Media/Domain/Model/ImageVariant.html#method_getOriginalAsset","d":"

Returns the original image this variant is based on

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ImageVariant::getResource","p":"Neos/Media/Domain/Model/ImageVariant.html#method_getResource","d":"

Returns the resource of this image variant

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ImageVariant::refresh","p":"Neos/Media/Domain/Model/ImageVariant.html#method_refresh","d":"

Refreshes this image variant: according to the added adjustments, a new image is rendered and stored as this\nimage variant's resource.

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ImageVariant::getFileExtension","p":"Neos/Media/Domain/Model/ImageVariant.html#method_getFileExtension","d":"

File extension of the image without leading dot.

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ImageVariant::getTitle","p":"Neos/Media/Domain/Model/ImageVariant.html#method_getTitle","d":"

Returns the title of the original image

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ImageVariant::getCaption","p":"Neos/Media/Domain/Model/ImageVariant.html#method_getCaption","d":"

Returns the caption of the original image

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ImageVariant::getCopyrightNotice","p":"Neos/Media/Domain/Model/ImageVariant.html#method_getCopyrightNotice","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ImageVariant::setName","p":"Neos/Media/Domain/Model/ImageVariant.html#method_setName","d":"

Sets a name which can be used for identifying this variant

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ImageVariant::getName","p":"Neos/Media/Domain/Model/ImageVariant.html#method_getName","d":"

Returns the name

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ImageVariant::setResource","p":"Neos/Media/Domain/Model/ImageVariant.html#method_setResource","d":"

Setting the image resource on an ImageVariant is not allowed, this method will\nthrow a RuntimeException.

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ImageVariant::setTitle","p":"Neos/Media/Domain/Model/ImageVariant.html#method_setTitle","d":"

Setting the title on an ImageVariant is not allowed, this method will throw a\nRuntimeException.

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ImageVariant::addTag","p":"Neos/Media/Domain/Model/ImageVariant.html#method_addTag","d":"

Add a single tag to this asset

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ImageVariant::setTags","p":"Neos/Media/Domain/Model/ImageVariant.html#method_setTags","d":"

Set the tags assigned to this asset

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ImageVariant::addVariant","p":"Neos/Media/Domain/Model/ImageVariant.html#method_addVariant","d":"

Adding variants to variants is not supported.

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ImageVariant::getVariants","p":"Neos/Media/Domain/Model/ImageVariant.html#method_getVariants","d":"

Retrieving variants from variants is not supported (no-operation)

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ImageVariant::setPresetIdentifier","p":"Neos/Media/Domain/Model/ImageVariant.html#method_setPresetIdentifier","d":"

Sets the identifier of the image variant preset which created this variant (if any)

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ImageVariant::getPresetIdentifier","p":"Neos/Media/Domain/Model/ImageVariant.html#method_getPresetIdentifier","d":"

Returns the identifier of the image variant preset which created this variant (if any)

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ImageVariant::setPresetVariantName","p":"Neos/Media/Domain/Model/ImageVariant.html#method_setPresetVariantName","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ImageVariant::getPresetVariantName","p":"Neos/Media/Domain/Model/ImageVariant.html#method_getPresetVariantName","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ImageVariant::addAdjustment","p":"Neos/Media/Domain/Model/ImageVariant.html#method_addAdjustment","d":"

Adds the given adjustment to the list of adjustments applied to this image variant.

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ImageVariant::addAdjustments","p":"Neos/Media/Domain/Model/ImageVariant.html#method_addAdjustments","d":"

Adds the given adjustments to the list of adjustments applied to this image variant.

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ImageVariant::applyAdjustment","p":"Neos/Media/Domain/Model/ImageVariant.html#method_applyAdjustment","d":"

Apply the given adjustment to the image variant.

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ImageVariant::getAdjustments","p":"Neos/Media/Domain/Model/ImageVariant.html#method_getAdjustments","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ImageVariant::renderResource","p":"Neos/Media/Domain/Model/ImageVariant.html#method_renderResource","d":"

Tells the ImageService to render the resource of this ImageVariant according to the existing adjustments.

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ImportedAsset::__construct","p":"Neos/Media/Domain/Model/ImportedAsset.html#method___construct","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ImportedAsset::getAssetSourceIdentifier","p":"Neos/Media/Domain/Model/ImportedAsset.html#method_getAssetSourceIdentifier","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ImportedAsset::getRemoteAssetIdentifier","p":"Neos/Media/Domain/Model/ImportedAsset.html#method_getRemoteAssetIdentifier","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ImportedAsset::getLocalAssetIdentifier","p":"Neos/Media/Domain/Model/ImportedAsset.html#method_getLocalAssetIdentifier","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ImportedAsset::getLocalOriginalAssetIdentifier","p":"Neos/Media/Domain/Model/ImportedAsset.html#method_getLocalOriginalAssetIdentifier","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ImportedAsset::getImportedAt","p":"Neos/Media/Domain/Model/ImportedAsset.html#method_getImportedAt","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ImportedAssetManager::registerImportedAsset","p":"Neos/Media/Domain/Model/ImportedAssetManager.html#method_registerImportedAsset","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ImportedAssetManager::registerCreatedAsset","p":"Neos/Media/Domain/Model/ImportedAssetManager.html#method_registerCreatedAsset","d":"

Register that an asset was created.

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ImportedAssetManager::registerRemovedAsset","p":"Neos/Media/Domain/Model/ImportedAssetManager.html#method_registerRemovedAsset","d":"

When an asset was removed (supposedly by a user), also remove the corresponding entry in the imported assets registry

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\QualityTrait::getQuality","p":"Neos/Media/Domain/Model/QualityTrait.html#method_getQuality","d":"

Returns the quality of the image

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ResourceBasedInterface::getResource","p":"Neos/Media/Domain/Model/ResourceBasedInterface.html#method_getResource","d":"

Returns the PersistentResource

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ResourceBasedInterface::refresh","p":"Neos/Media/Domain/Model/ResourceBasedInterface.html#method_refresh","d":"

Refreshes this asset after the PersistentResource has been modified

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Tag::__construct","p":"Neos/Media/Domain/Model/Tag.html#method___construct","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Tag::setLabel","p":"Neos/Media/Domain/Model/Tag.html#method_setLabel","d":"

Sets the label of this tag

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Tag::getLabel","p":"Neos/Media/Domain/Model/Tag.html#method_getLabel","d":"

The label of this tag

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Tag::getAssetCollections","p":"Neos/Media/Domain/Model/Tag.html#method_getAssetCollections","d":"

Return the asset collections this tag is included in

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Tag::setAssetCollections","p":"Neos/Media/Domain/Model/Tag.html#method_setAssetCollections","d":"

Set the asset collections that include this tag

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Tag::getParent","p":"Neos/Media/Domain/Model/Tag.html#method_getParent","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Tag::setParent","p":"Neos/Media/Domain/Model/Tag.html#method_setParent","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Tag::addChild","p":"Neos/Media/Domain/Model/Tag.html#method_addChild","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Tag::getChildren","p":"Neos/Media/Domain/Model/Tag.html#method_getChildren","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Thumbnail::__construct","p":"Neos/Media/Domain/Model/Thumbnail.html#method___construct","d":"

Constructs a new Thumbnail

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Thumbnail::initializeObject","p":"Neos/Media/Domain/Model/Thumbnail.html#method_initializeObject","d":"

Initializes this thumbnail

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Thumbnail::onPostPersist","p":"Neos/Media/Domain/Model/Thumbnail.html#method_onPostPersist","d":"

Post persistence lifecycle callback

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Thumbnail::getOriginalAsset","p":"Neos/Media/Domain/Model/Thumbnail.html#method_getOriginalAsset","d":"

Returns the Asset this thumbnail is derived from

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Thumbnail::setConfiguration","p":"Neos/Media/Domain/Model/Thumbnail.html#method_setConfiguration","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Thumbnail::getConfigurationValue","p":"Neos/Media/Domain/Model/Thumbnail.html#method_getConfigurationValue","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Thumbnail::getResource","p":"Neos/Media/Domain/Model/Thumbnail.html#method_getResource","d":"

PersistentResource of this thumbnail

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Thumbnail::setResource","p":"Neos/Media/Domain/Model/Thumbnail.html#method_setResource","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Thumbnail::getStaticResource","p":"Neos/Media/Domain/Model/Thumbnail.html#method_getStaticResource","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Thumbnail::setStaticResource","p":"Neos/Media/Domain/Model/Thumbnail.html#method_setStaticResource","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Thumbnail::setWidth","p":"Neos/Media/Domain/Model/Thumbnail.html#method_setWidth","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Thumbnail::setHeight","p":"Neos/Media/Domain/Model/Thumbnail.html#method_setHeight","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Thumbnail::setQuality","p":"Neos/Media/Domain/Model/Thumbnail.html#method_setQuality","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Thumbnail::refresh","p":"Neos/Media/Domain/Model/Thumbnail.html#method_refresh","d":"

Refreshes this asset after the PersistentResource has been modified

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Thumbnail::getConfigurationHash","p":"Neos/Media/Domain/Model/Thumbnail.html#method_getConfigurationHash","d":null},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ThumbnailConfiguration::__construct","p":"Neos/Media/Domain/Model/ThumbnailConfiguration.html#method___construct","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ThumbnailConfiguration::getWidth","p":"Neos/Media/Domain/Model/ThumbnailConfiguration.html#method_getWidth","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ThumbnailConfiguration::getMaximumWidth","p":"Neos/Media/Domain/Model/ThumbnailConfiguration.html#method_getMaximumWidth","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ThumbnailConfiguration::getHeight","p":"Neos/Media/Domain/Model/ThumbnailConfiguration.html#method_getHeight","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ThumbnailConfiguration::getMaximumHeight","p":"Neos/Media/Domain/Model/ThumbnailConfiguration.html#method_getMaximumHeight","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ThumbnailConfiguration::getRatioMode","p":"Neos/Media/Domain/Model/ThumbnailConfiguration.html#method_getRatioMode","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ThumbnailConfiguration::isCroppingAllowed","p":"Neos/Media/Domain/Model/ThumbnailConfiguration.html#method_isCroppingAllowed","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ThumbnailConfiguration::isUpScalingAllowed","p":"Neos/Media/Domain/Model/ThumbnailConfiguration.html#method_isUpScalingAllowed","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ThumbnailConfiguration::isAsync","p":"Neos/Media/Domain/Model/ThumbnailConfiguration.html#method_isAsync","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ThumbnailConfiguration::getHash","p":"Neos/Media/Domain/Model/ThumbnailConfiguration.html#method_getHash","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ThumbnailConfiguration::getQuality","p":"Neos/Media/Domain/Model/ThumbnailConfiguration.html#method_getQuality","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ThumbnailConfiguration::getFormat","p":"Neos/Media/Domain/Model/ThumbnailConfiguration.html#method_getFormat","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ThumbnailConfiguration::toArray","p":"Neos/Media/Domain/Model/ThumbnailConfiguration.html#method_toArray","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ThumbnailGenerator\\AbstractThumbnailGenerator::getPriority","p":"Neos/Media/Domain/Model/ThumbnailGenerator/AbstractThumbnailGenerator.html#method_getPriority","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ThumbnailGenerator\\AbstractThumbnailGenerator::getOption","p":"Neos/Media/Domain/Model/ThumbnailGenerator/AbstractThumbnailGenerator.html#method_getOption","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ThumbnailGenerator\\AbstractThumbnailGenerator::canRefresh","p":"Neos/Media/Domain/Model/ThumbnailGenerator/AbstractThumbnailGenerator.html#method_canRefresh","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ThumbnailGenerator\\AbstractThumbnailGenerator::isExtensionSupported","p":"Neos/Media/Domain/Model/ThumbnailGenerator/AbstractThumbnailGenerator.html#method_isExtensionSupported","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ThumbnailGenerator\\DocumentThumbnailGenerator::canRefresh","p":"Neos/Media/Domain/Model/ThumbnailGenerator/DocumentThumbnailGenerator.html#method_canRefresh","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ThumbnailGenerator\\DocumentThumbnailGenerator::refresh","p":"Neos/Media/Domain/Model/ThumbnailGenerator/DocumentThumbnailGenerator.html#method_refresh","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ThumbnailGenerator\\FontDocumentThumbnailGenerator::canRefresh","p":"Neos/Media/Domain/Model/ThumbnailGenerator/FontDocumentThumbnailGenerator.html#method_canRefresh","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ThumbnailGenerator\\FontDocumentThumbnailGenerator::refresh","p":"Neos/Media/Domain/Model/ThumbnailGenerator/FontDocumentThumbnailGenerator.html#method_refresh","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ThumbnailGenerator\\FontDocumentThumbnailGenerator::resize","p":"Neos/Media/Domain/Model/ThumbnailGenerator/FontDocumentThumbnailGenerator.html#method_resize","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ThumbnailGenerator\\IconThumbnailGenerator::refresh","p":"Neos/Media/Domain/Model/ThumbnailGenerator/IconThumbnailGenerator.html#method_refresh","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ThumbnailGenerator\\ImageThumbnailGenerator::canRefresh","p":"Neos/Media/Domain/Model/ThumbnailGenerator/ImageThumbnailGenerator.html#method_canRefresh","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ThumbnailGenerator\\ImageThumbnailGenerator::refresh","p":"Neos/Media/Domain/Model/ThumbnailGenerator/ImageThumbnailGenerator.html#method_refresh","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ThumbnailGenerator\\ThumbnailGeneratorInterface::getPriority","p":"Neos/Media/Domain/Model/ThumbnailGenerator/ThumbnailGeneratorInterface.html#method_getPriority","d":"

Return the priority of this ThumbnailGenerator. ThumbnailGenerator with a high priority are chosen before low priority.

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ThumbnailGenerator\\ThumbnailGeneratorInterface::canRefresh","p":"Neos/Media/Domain/Model/ThumbnailGenerator/ThumbnailGeneratorInterface.html#method_canRefresh","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ThumbnailGenerator\\ThumbnailGeneratorInterface::refresh","p":"Neos/Media/Domain/Model/ThumbnailGenerator/ThumbnailGeneratorInterface.html#method_refresh","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ThumbnailSupportInterface::getThumbnail","p":"Neos/Media/Domain/Model/ThumbnailSupportInterface.html#method_getThumbnail","d":"

Returns a thumbnail of this model

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ThumbnailSupportInterface::addThumbnail","p":"Neos/Media/Domain/Model/ThumbnailSupportInterface.html#method_addThumbnail","d":"

Adds a thumbnail which was generated by the ThumbnailService.

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\VariantSupportInterface::getVariants","p":"Neos/Media/Domain/Model/VariantSupportInterface.html#method_getVariants","d":"

Returns all variants (if any) derived from this asset

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\VariantSupportInterface::getVariant","p":"Neos/Media/Domain/Model/VariantSupportInterface.html#method_getVariant","d":"

Returns the variant identified by $presetIdentifier and $presetVariantName (if existing)

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Video::__construct","p":"Neos/Media/Domain/Model/Video.html#method___construct","d":"

Constructs the object and sets default values for width and height

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Video::getWidth","p":"Neos/Media/Domain/Model/Video.html#method_getWidth","d":"

Width of the video in pixels. If the width cannot be determined,\n-1 is returned.

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Video::getHeight","p":"Neos/Media/Domain/Model/Video.html#method_getHeight","d":"

Height of the video in pixels. If the height cannot be determined,\n-1 is returned.

"},{"t":"M","n":"Neos\\Media\\Domain\\Repository\\AssetRepository::findBySearchTermOrTags","p":"Neos/Media/Domain/Repository/AssetRepository.html#method_findBySearchTermOrTags","d":"

Find assets by title or given tags

"},{"t":"M","n":"Neos\\Media\\Domain\\Repository\\AssetRepository::findByTag","p":"Neos/Media/Domain/Repository/AssetRepository.html#method_findByTag","d":"

Find Assets with the given Tag assigned

"},{"t":"M","n":"Neos\\Media\\Domain\\Repository\\AssetRepository::countByTag","p":"Neos/Media/Domain/Repository/AssetRepository.html#method_countByTag","d":"

Counts Assets with the given Tag assigned

"},{"t":"M","n":"Neos\\Media\\Domain\\Repository\\AssetRepository::findAll","p":"Neos/Media/Domain/Repository/AssetRepository.html#method_findAll","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Repository\\AssetRepository::countAll","p":"Neos/Media/Domain/Repository/AssetRepository.html#method_countAll","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Repository\\AssetRepository::findUntagged","p":"Neos/Media/Domain/Repository/AssetRepository.html#method_findUntagged","d":"

Find Assets without any tag

"},{"t":"M","n":"Neos\\Media\\Domain\\Repository\\AssetRepository::countUntagged","p":"Neos/Media/Domain/Repository/AssetRepository.html#method_countUntagged","d":"

Counts Assets without any tag

"},{"t":"M","n":"Neos\\Media\\Domain\\Repository\\AssetRepository::findByAssetCollection","p":"Neos/Media/Domain/Repository/AssetRepository.html#method_findByAssetCollection","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Repository\\AssetRepository::countByAssetCollection","p":"Neos/Media/Domain/Repository/AssetRepository.html#method_countByAssetCollection","d":"

Count assets by asset collection

"},{"t":"M","n":"Neos\\Media\\Domain\\Repository\\AssetRepository::addAssetCollectionToQueryConstraints","p":"Neos/Media/Domain/Repository/AssetRepository.html#method_addAssetCollectionToQueryConstraints","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Repository\\AssetRepository::addAssetVariantFilterClause","p":"Neos/Media/Domain/Repository/AssetRepository.html#method_addAssetVariantFilterClause","d":"

Adds conditions filtering any implementation of AssetVariantInterface

"},{"t":"M","n":"Neos\\Media\\Domain\\Repository\\AssetRepository::getAssetVariantFilterClauseForDql","p":"Neos/Media/Domain/Repository/AssetRepository.html#method_getAssetVariantFilterClauseForDql","d":"

Returns a DQL clause filtering any implementation of AssetVariantInterface

"},{"t":"M","n":"Neos\\Media\\Domain\\Repository\\AssetRepository::findOneByResourceSha1","p":"Neos/Media/Domain/Repository/AssetRepository.html#method_findOneByResourceSha1","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Repository\\AssetRepository::iterate","p":"Neos/Media/Domain/Repository/AssetRepository.html#method_iterate","d":"

Iterate over an IterableResult and return a Generator

"},{"t":"M","n":"Neos\\Media\\Domain\\Repository\\AssetRepository::findAllIterator","p":"Neos/Media/Domain/Repository/AssetRepository.html#method_findAllIterator","d":"

Find all objects and return an IterableResult

"},{"t":"M","n":"Neos\\Media\\Domain\\Repository\\AssetRepository::remove","p":"Neos/Media/Domain/Repository/AssetRepository.html#method_remove","d":"

Remove an asset while first validating if the object can be removed or\nif removal is blocked because the asset is still in use.

"},{"t":"M","n":"Neos\\Media\\Domain\\Repository\\AssetRepository::removeWithoutUsageChecks","p":"Neos/Media/Domain/Repository/AssetRepository.html#method_removeWithoutUsageChecks","d":"

Remove the asset even if it is still in use. Use with care, it is probably\nbetter to first make sure the asset is not used anymore and then use\nthe remove() method for removal.

"},{"t":"M","n":"Neos\\Media\\Domain\\Repository\\AssetRepository::add","p":"Neos/Media/Domain/Repository/AssetRepository.html#method_add","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Repository\\AssetRepository::update","p":"Neos/Media/Domain/Repository/AssetRepository.html#method_update","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Repository\\ImageRepository::findAssetIdentifiersWithVariants","p":"Neos/Media/Domain/Repository/ImageRepository.html#method_findAssetIdentifiersWithVariants","d":"

Return raw data about existing assets and their variants

"},{"t":"M","n":"Neos\\Media\\Domain\\Repository\\ImportedAssetRepository::findOneByAssetSourceIdentifierAndRemoteAssetIdentifier","p":"Neos/Media/Domain/Repository/ImportedAssetRepository.html#method_findOneByAssetSourceIdentifierAndRemoteAssetIdentifier","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Repository\\ImportedAssetRepository::findOneByLocalAssetIdentifier","p":"Neos/Media/Domain/Repository/ImportedAssetRepository.html#method_findOneByLocalAssetIdentifier","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Repository\\TagRepository::findBySearchTerm","p":"Neos/Media/Domain/Repository/TagRepository.html#method_findBySearchTerm","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Repository\\TagRepository::findByAssetCollections","p":"Neos/Media/Domain/Repository/TagRepository.html#method_findByAssetCollections","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Repository\\TagRepository::findOneByLabel","p":"Neos/Media/Domain/Repository/TagRepository.html#method_findOneByLabel","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Repository\\TagRepository::findByParent","p":"Neos/Media/Domain/Repository/TagRepository.html#method_findByParent","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Repository\\ThumbnailRepository::iterate","p":"Neos/Media/Domain/Repository/ThumbnailRepository.html#method_iterate","d":"

Iterate over an IterableResult and return a Generator

"},{"t":"M","n":"Neos\\Media\\Domain\\Repository\\ThumbnailRepository::findAllIterator","p":"Neos/Media/Domain/Repository/ThumbnailRepository.html#method_findAllIterator","d":"

Find all objects and return an IterableResult

"},{"t":"M","n":"Neos\\Media\\Domain\\Repository\\ThumbnailRepository::findUngeneratedIterator","p":"Neos/Media/Domain/Repository/ThumbnailRepository.html#method_findUngeneratedIterator","d":"

Find ungenerated objects and return an IterableResult

"},{"t":"M","n":"Neos\\Media\\Domain\\Repository\\ThumbnailRepository::countUngenerated","p":"Neos/Media/Domain/Repository/ThumbnailRepository.html#method_countUngenerated","d":"

Count ungenerated objects

"},{"t":"M","n":"Neos\\Media\\Domain\\Repository\\ThumbnailRepository::findOneByAssetAndThumbnailConfiguration","p":"Neos/Media/Domain/Repository/ThumbnailRepository.html#method_findOneByAssetAndThumbnailConfiguration","d":"

Returns a thumbnail of the given asset with the specified dimensions.

"},{"t":"M","n":"Neos\\Media\\Domain\\Repository\\ThumbnailRepository::persistThumbnailDirectly","p":"Neos/Media/Domain/Repository/ThumbnailRepository.html#method_persistThumbnailDirectly","d":"

store via DBAL to avoid errors caused by concurrent creation of thumbnails - see\nhttps://github.com/neos/neos-development-collection/issues/3479#issuecomment-1016375400

"},{"t":"M","n":"Neos\\Media\\Domain\\Service\\AssetService::getRepository","p":"Neos/Media/Domain/Service/AssetService.html#method_getRepository","d":"

Returns the repository for an asset

"},{"t":"M","n":"Neos\\Media\\Domain\\Service\\AssetService::getThumbnailUriAndSizeForAsset","p":"Neos/Media/Domain/Service/AssetService.html#method_getThumbnailUriAndSizeForAsset","d":"

Calculates the dimensions of the thumbnail to be generated and returns the thumbnail URI.

"},{"t":"M","n":"Neos\\Media\\Domain\\Service\\AssetService::getUsageStrategies","p":"Neos/Media/Domain/Service/AssetService.html#method_getUsageStrategies","d":"

Returns all registered asset usage strategies

"},{"t":"M","n":"Neos\\Media\\Domain\\Service\\AssetService::getUsageReferences","p":"Neos/Media/Domain/Service/AssetService.html#method_getUsageReferences","d":"

Returns an array of asset usage references.

"},{"t":"M","n":"Neos\\Media\\Domain\\Service\\AssetService::getUsageCount","p":"Neos/Media/Domain/Service/AssetService.html#method_getUsageCount","d":"

Returns the total count of times an asset is used.

"},{"t":"M","n":"Neos\\Media\\Domain\\Service\\AssetService::isInUse","p":"Neos/Media/Domain/Service/AssetService.html#method_isInUse","d":"

Returns true if the asset is used.

"},{"t":"M","n":"Neos\\Media\\Domain\\Service\\AssetService::validateRemoval","p":"Neos/Media/Domain/Service/AssetService.html#method_validateRemoval","d":"

Validates if the asset can be removed

"},{"t":"M","n":"Neos\\Media\\Domain\\Service\\AssetService::replaceAssetResource","p":"Neos/Media/Domain/Service/AssetService.html#method_replaceAssetResource","d":"

Replace resource on an asset. Takes variants and redirect handling into account.

"},{"t":"M","n":"Neos\\Media\\Domain\\Service\\AssetService::emitAssetCreated","p":"Neos/Media/Domain/Service/AssetService.html#method_emitAssetCreated","d":"

Signals that an asset was added.

"},{"t":"M","n":"Neos\\Media\\Domain\\Service\\AssetService::emitAssetRemoved","p":"Neos/Media/Domain/Service/AssetService.html#method_emitAssetRemoved","d":"

Signals that an asset was removed.

"},{"t":"M","n":"Neos\\Media\\Domain\\Service\\AssetService::emitAssetUpdated","p":"Neos/Media/Domain/Service/AssetService.html#method_emitAssetUpdated","d":"

Signals that an asset was updated.

"},{"t":"M","n":"Neos\\Media\\Domain\\Service\\AssetService::emitAssetResourceReplaced","p":"Neos/Media/Domain/Service/AssetService.html#method_emitAssetResourceReplaced","d":"

Signals that a resource on an asset has been replaced

"},{"t":"M","n":"Neos\\Media\\Domain\\Service\\AssetSourceService::getAssetSources","p":"Neos/Media/Domain/Service/AssetSourceService.html#method_getAssetSources","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Service\\AssetSourceService::importAsset","p":"Neos/Media/Domain/Service/AssetSourceService.html#method_importAsset","d":"

Import a specified asset from the given Asset Source

"},{"t":"M","n":"Neos\\Media\\Domain\\Service\\AssetVariantGenerator::getVariantPresets","p":"Neos/Media/Domain/Service/AssetVariantGenerator.html#method_getVariantPresets","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Service\\AssetVariantGenerator::createVariants","p":"Neos/Media/Domain/Service/AssetVariantGenerator.html#method_createVariants","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Service\\AssetVariantGenerator::recreateVariants","p":"Neos/Media/Domain/Service/AssetVariantGenerator.html#method_recreateVariants","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Service\\AssetVariantGenerator::createVariant","p":"Neos/Media/Domain/Service/AssetVariantGenerator.html#method_createVariant","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Service\\AssetVariantGenerator::recreateVariant","p":"Neos/Media/Domain/Service/AssetVariantGenerator.html#method_recreateVariant","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Service\\AssetVariantGenerator::renderVariant","p":"Neos/Media/Domain/Service/AssetVariantGenerator.html#method_renderVariant","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Service\\AssetVariantGenerator::createAssetVariant","p":"Neos/Media/Domain/Service/AssetVariantGenerator.html#method_createAssetVariant","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Service\\FileTypeIconService::getIcon","p":"Neos/Media/Domain/Service/FileTypeIconService.html#method_getIcon","d":"

Returns an icon for a file type within given dimensions

"},{"t":"M","n":"Neos\\Media\\Domain\\Service\\FileTypeIconService::extractFileExtension","p":"Neos/Media/Domain/Service/FileTypeIconService.html#method_extractFileExtension","d":null},{"t":"M","n":"Neos\\Media\\Domain\\Service\\ImageService::injectSettings","p":"Neos/Media/Domain/Service/ImageService.html#method_injectSettings","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Service\\ImageService::processImage","p":"Neos/Media/Domain/Service/ImageService.html#method_processImage","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Service\\ImageService::getOptionsMergedWithDefaults","p":"Neos/Media/Domain/Service/ImageService.html#method_getOptionsMergedWithDefaults","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Service\\ImageService::getImageSize","p":"Neos/Media/Domain/Service/ImageService.html#method_getImageSize","d":"

Get the size of a Flow PersistentResource that contains an image file.

"},{"t":"M","n":"Neos\\Media\\Domain\\Service\\ImageService::applyAdjustments","p":"Neos/Media/Domain/Service/ImageService.html#method_applyAdjustments","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Service\\ImageService::isAnimatedGif","p":"Neos/Media/Domain/Service/ImageService.html#method_isAnimatedGif","d":"

Detects whether the given GIF image data contains more than one frame

"},{"t":"M","n":"Neos\\Media\\Domain\\Service\\ThumbnailGenerator::createThumbnails","p":"Neos/Media/Domain/Service/ThumbnailGenerator.html#method_createThumbnails","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Service\\ThumbnailService::getThumbnail","p":"Neos/Media/Domain/Service/ThumbnailService.html#method_getThumbnail","d":"

Returns a thumbnail of the given asset

"},{"t":"M","n":"Neos\\Media\\Domain\\Service\\ThumbnailService::getPresets","p":"Neos/Media/Domain/Service/ThumbnailService.html#method_getPresets","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Service\\ThumbnailService::getThumbnailConfigurationForPreset","p":"Neos/Media/Domain/Service/ThumbnailService.html#method_getThumbnailConfigurationForPreset","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Service\\ThumbnailService::applyFormatToThumbnailConfiguration","p":"Neos/Media/Domain/Service/ThumbnailService.html#method_applyFormatToThumbnailConfiguration","d":"

Create a new thumbnailConfiguration with the identical configuration\nto the given one PLUS setting of the target-format

"},{"t":"M","n":"Neos\\Media\\Domain\\Service\\ThumbnailService::refreshThumbnail","p":"Neos/Media/Domain/Service/ThumbnailService.html#method_refreshThumbnail","d":"

Refreshes a thumbnail and persists the thumbnail

"},{"t":"M","n":"Neos\\Media\\Domain\\Service\\ThumbnailService::getUriForThumbnail","p":"Neos/Media/Domain/Service/ThumbnailService.html#method_getUriForThumbnail","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Service\\ThumbnailService::emitThumbnailRefreshed","p":"Neos/Media/Domain/Service/ThumbnailService.html#method_emitThumbnailRefreshed","d":"

Signals that a thumbnail was refreshed.

"},{"t":"M","n":"Neos\\Media\\Domain\\Service\\ThumbnailService::emitThumbnailPersisted","p":"Neos/Media/Domain/Service/ThumbnailService.html#method_emitThumbnailPersisted","d":"

Signals that a thumbnail was persisted.

"},{"t":"M","n":"Neos\\Media\\Domain\\Service\\ThumbnailService::emitThumbnailCreated","p":"Neos/Media/Domain/Service/ThumbnailService.html#method_emitThumbnailCreated","d":"

Signals that a thumbnail was created.

"},{"t":"M","n":"Neos\\Media\\Domain\\Strategy\\AbstractAssetUsageStrategy::isInUse","p":"Neos/Media/Domain/Strategy/AbstractAssetUsageStrategy.html#method_isInUse","d":"

Returns true if the asset is used.

"},{"t":"M","n":"Neos\\Media\\Domain\\Strategy\\AbstractAssetUsageStrategy::getUsageCount","p":"Neos/Media/Domain/Strategy/AbstractAssetUsageStrategy.html#method_getUsageCount","d":"

Returns the total count of usages found.

"},{"t":"M","n":"Neos\\Media\\Domain\\Strategy\\AssetModelMappingStrategyInterface::map","p":"Neos/Media/Domain/Strategy/AssetModelMappingStrategyInterface.html#method_map","d":"

Map the given resource to a media model class.

"},{"t":"M","n":"Neos\\Media\\Domain\\Strategy\\AssetUsageStrategyInterface::isInUse","p":"Neos/Media/Domain/Strategy/AssetUsageStrategyInterface.html#method_isInUse","d":"

Returns true if the asset is used.

"},{"t":"M","n":"Neos\\Media\\Domain\\Strategy\\AssetUsageStrategyInterface::getUsageCount","p":"Neos/Media/Domain/Strategy/AssetUsageStrategyInterface.html#method_getUsageCount","d":"

Returns the total count of usages found.

"},{"t":"M","n":"Neos\\Media\\Domain\\Strategy\\AssetUsageStrategyInterface::getUsageReferences","p":"Neos/Media/Domain/Strategy/AssetUsageStrategyInterface.html#method_getUsageReferences","d":"

Returns an array of usage reference objects.

"},{"t":"M","n":"Neos\\Media\\Domain\\Strategy\\ConfigurationAssetModelMappingStrategy::initializeObject","p":"Neos/Media/Domain/Strategy/ConfigurationAssetModelMappingStrategy.html#method_initializeObject","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Strategy\\ConfigurationAssetModelMappingStrategy::map","p":"Neos/Media/Domain/Strategy/ConfigurationAssetModelMappingStrategy.html#method_map","d":"

Map the given resource to a media model class.

"},{"t":"M","n":"Neos\\Media\\Domain\\Strategy\\ThumbnailGeneratorStrategy::refresh","p":"Neos/Media/Domain/Strategy/ThumbnailGeneratorStrategy.html#method_refresh","d":"

Refresh the given thumbnail

"},{"t":"M","n":"Neos\\Media\\Domain\\Strategy\\ThumbnailGeneratorStrategy::getThumbnailGeneratorClassNames","p":"Neos/Media/Domain/Strategy/ThumbnailGeneratorStrategy.html#method_getThumbnailGeneratorClassNames","d":"

Returns all class names implementing the ThumbnailGeneratorInterface.

"},{"t":"M","n":"Neos\\Media\\Domain\\Validator\\AssetValidator::initializeObject","p":"Neos/Media/Domain/Validator/AssetValidator.html#method_initializeObject","d":"

Adds all validators that extend the AssetValidatorInterface.

"},{"t":"M","n":"Neos\\Media\\Domain\\ValueObject\\Configuration\\Adjustment::__construct","p":"Neos/Media/Domain/ValueObject/Configuration/Adjustment.html#method___construct","d":""},{"t":"M","n":"Neos\\Media\\Domain\\ValueObject\\Configuration\\Adjustment::fromConfiguration","p":"Neos/Media/Domain/ValueObject/Configuration/Adjustment.html#method_fromConfiguration","d":""},{"t":"M","n":"Neos\\Media\\Domain\\ValueObject\\Configuration\\Adjustment::identifier","p":"Neos/Media/Domain/ValueObject/Configuration/Adjustment.html#method_identifier","d":""},{"t":"M","n":"Neos\\Media\\Domain\\ValueObject\\Configuration\\Adjustment::type","p":"Neos/Media/Domain/ValueObject/Configuration/Adjustment.html#method_type","d":""},{"t":"M","n":"Neos\\Media\\Domain\\ValueObject\\Configuration\\Adjustment::options","p":"Neos/Media/Domain/ValueObject/Configuration/Adjustment.html#method_options","d":""},{"t":"M","n":"Neos\\Media\\Domain\\ValueObject\\Configuration\\AspectRatio::__construct","p":"Neos/Media/Domain/ValueObject/Configuration/AspectRatio.html#method___construct","d":""},{"t":"M","n":"Neos\\Media\\Domain\\ValueObject\\Configuration\\AspectRatio::fromString","p":"Neos/Media/Domain/ValueObject/Configuration/AspectRatio.html#method_fromString","d":""},{"t":"M","n":"Neos\\Media\\Domain\\ValueObject\\Configuration\\AspectRatio::getWidth","p":"Neos/Media/Domain/ValueObject/Configuration/AspectRatio.html#method_getWidth","d":""},{"t":"M","n":"Neos\\Media\\Domain\\ValueObject\\Configuration\\AspectRatio::getHeight","p":"Neos/Media/Domain/ValueObject/Configuration/AspectRatio.html#method_getHeight","d":""},{"t":"M","n":"Neos\\Media\\Domain\\ValueObject\\Configuration\\AspectRatio::getRatio","p":"Neos/Media/Domain/ValueObject/Configuration/AspectRatio.html#method_getRatio","d":""},{"t":"M","n":"Neos\\Media\\Domain\\ValueObject\\Configuration\\AspectRatio::getOrientation","p":"Neos/Media/Domain/ValueObject/Configuration/AspectRatio.html#method_getOrientation","d":""},{"t":"M","n":"Neos\\Media\\Domain\\ValueObject\\Configuration\\AspectRatio::isOrientationLandscape","p":"Neos/Media/Domain/ValueObject/Configuration/AspectRatio.html#method_isOrientationLandscape","d":""},{"t":"M","n":"Neos\\Media\\Domain\\ValueObject\\Configuration\\AspectRatio::isOrientationPortrait","p":"Neos/Media/Domain/ValueObject/Configuration/AspectRatio.html#method_isOrientationPortrait","d":""},{"t":"M","n":"Neos\\Media\\Domain\\ValueObject\\Configuration\\AspectRatio::isOrientationSquare","p":"Neos/Media/Domain/ValueObject/Configuration/AspectRatio.html#method_isOrientationSquare","d":""},{"t":"M","n":"Neos\\Media\\Domain\\ValueObject\\Configuration\\AspectRatio::__toString","p":"Neos/Media/Domain/ValueObject/Configuration/AspectRatio.html#method___toString","d":""},{"t":"M","n":"Neos\\Media\\Domain\\ValueObject\\Configuration\\Label::__construct","p":"Neos/Media/Domain/ValueObject/Configuration/Label.html#method___construct","d":""},{"t":"M","n":"Neos\\Media\\Domain\\ValueObject\\Configuration\\Label::__toString","p":"Neos/Media/Domain/ValueObject/Configuration/Label.html#method___toString","d":""},{"t":"M","n":"Neos\\Media\\Domain\\ValueObject\\Configuration\\MediaTypePattern::__construct","p":"Neos/Media/Domain/ValueObject/Configuration/MediaTypePattern.html#method___construct","d":"

Currently only image/* media types are allowed, because asset variant presets lack\nsupport for other types, such as audio, document or video.

"},{"t":"M","n":"Neos\\Media\\Domain\\ValueObject\\Configuration\\MediaTypePattern::matches","p":"Neos/Media/Domain/ValueObject/Configuration/MediaTypePattern.html#method_matches","d":""},{"t":"M","n":"Neos\\Media\\Domain\\ValueObject\\Configuration\\MediaTypePattern::getMediaTypePattern","p":"Neos/Media/Domain/ValueObject/Configuration/MediaTypePattern.html#method_getMediaTypePattern","d":""},{"t":"M","n":"Neos\\Media\\Domain\\ValueObject\\Configuration\\MediaTypePattern::__toString","p":"Neos/Media/Domain/ValueObject/Configuration/MediaTypePattern.html#method___toString","d":""},{"t":"M","n":"Neos\\Media\\Domain\\ValueObject\\Configuration\\Variant::__construct","p":"Neos/Media/Domain/ValueObject/Configuration/Variant.html#method___construct","d":""},{"t":"M","n":"Neos\\Media\\Domain\\ValueObject\\Configuration\\Variant::fromConfiguration","p":"Neos/Media/Domain/ValueObject/Configuration/Variant.html#method_fromConfiguration","d":""},{"t":"M","n":"Neos\\Media\\Domain\\ValueObject\\Configuration\\Variant::identifier","p":"Neos/Media/Domain/ValueObject/Configuration/Variant.html#method_identifier","d":""},{"t":"M","n":"Neos\\Media\\Domain\\ValueObject\\Configuration\\Variant::label","p":"Neos/Media/Domain/ValueObject/Configuration/Variant.html#method_label","d":""},{"t":"M","n":"Neos\\Media\\Domain\\ValueObject\\Configuration\\Variant::description","p":"Neos/Media/Domain/ValueObject/Configuration/Variant.html#method_description","d":""},{"t":"M","n":"Neos\\Media\\Domain\\ValueObject\\Configuration\\Variant::adjustments","p":"Neos/Media/Domain/ValueObject/Configuration/Variant.html#method_adjustments","d":""},{"t":"M","n":"Neos\\Media\\Domain\\ValueObject\\Configuration\\VariantPreset::__construct","p":"Neos/Media/Domain/ValueObject/Configuration/VariantPreset.html#method___construct","d":""},{"t":"M","n":"Neos\\Media\\Domain\\ValueObject\\Configuration\\VariantPreset::fromConfiguration","p":"Neos/Media/Domain/ValueObject/Configuration/VariantPreset.html#method_fromConfiguration","d":""},{"t":"M","n":"Neos\\Media\\Domain\\ValueObject\\Configuration\\VariantPreset::label","p":"Neos/Media/Domain/ValueObject/Configuration/VariantPreset.html#method_label","d":""},{"t":"M","n":"Neos\\Media\\Domain\\ValueObject\\Configuration\\VariantPreset::matchesMediaType","p":"Neos/Media/Domain/ValueObject/Configuration/VariantPreset.html#method_matchesMediaType","d":"

Checks if any of the defined media type patterns matches the given concrete media type.

"},{"t":"M","n":"Neos\\Media\\Domain\\ValueObject\\Configuration\\VariantPreset::mediaTypePatterns","p":"Neos/Media/Domain/ValueObject/Configuration/VariantPreset.html#method_mediaTypePatterns","d":""},{"t":"M","n":"Neos\\Media\\Domain\\ValueObject\\Configuration\\VariantPreset::variants","p":"Neos/Media/Domain/ValueObject/Configuration/VariantPreset.html#method_variants","d":""},{"t":"M","n":"Neos\\Media\\Imagine\\Box::__construct","p":"Neos/Media/Imagine/Box.html#method___construct","d":"

Constructs the Size with given width and height

"},{"t":"M","n":"Neos\\Media\\Imagine\\Box::getWidth","p":"Neos/Media/Imagine/Box.html#method_getWidth","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\Media\\Imagine\\Box::getHeight","p":"Neos/Media/Imagine/Box.html#method_getHeight","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\Media\\Imagine\\Box::scale","p":"Neos/Media/Imagine/Box.html#method_scale","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\Media\\Imagine\\Box::increase","p":"Neos/Media/Imagine/Box.html#method_increase","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\Media\\Imagine\\Box::contains","p":"Neos/Media/Imagine/Box.html#method_contains","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\Media\\Imagine\\Box::square","p":"Neos/Media/Imagine/Box.html#method_square","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\Media\\Imagine\\Box::__toString","p":"Neos/Media/Imagine/Box.html#method___toString","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\Media\\Imagine\\Box::widen","p":"Neos/Media/Imagine/Box.html#method_widen","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\Media\\Imagine\\Box::heighten","p":"Neos/Media/Imagine/Box.html#method_heighten","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\Media\\Package::boot","p":"Neos/Media/Package.html#method_boot","d":""},{"t":"M","n":"Neos\\Media\\Security\\Authorization\\Privilege\\Doctrine\\AssetAssetCollectionConditionGenerator::__construct","p":"Neos/Media/Security/Authorization/Privilege/Doctrine/AssetAssetCollectionConditionGenerator.html#method___construct","d":""},{"t":"M","n":"Neos\\Media\\Security\\Authorization\\Privilege\\Doctrine\\AssetAssetCollectionConditionGenerator::getSql","p":"Neos/Media/Security/Authorization/Privilege/Doctrine/AssetAssetCollectionConditionGenerator.html#method_getSql","d":""},{"t":"M","n":"Neos\\Media\\Security\\Authorization\\Privilege\\Doctrine\\AssetCollectionConditionGenerator::isType","p":"Neos/Media/Security/Authorization/Privilege/Doctrine/AssetCollectionConditionGenerator.html#method_isType","d":""},{"t":"M","n":"Neos\\Media\\Security\\Authorization\\Privilege\\Doctrine\\AssetCollectionConditionGenerator::isTitled","p":"Neos/Media/Security/Authorization/Privilege/Doctrine/AssetCollectionConditionGenerator.html#method_isTitled","d":""},{"t":"M","n":"Neos\\Media\\Security\\Authorization\\Privilege\\Doctrine\\AssetCollectionConditionGenerator::hasId","p":"Neos/Media/Security/Authorization/Privilege/Doctrine/AssetCollectionConditionGenerator.html#method_hasId","d":""},{"t":"M","n":"Neos\\Media\\Security\\Authorization\\Privilege\\Doctrine\\AssetConditionGenerator::isType","p":"Neos/Media/Security/Authorization/Privilege/Doctrine/AssetConditionGenerator.html#method_isType","d":""},{"t":"M","n":"Neos\\Media\\Security\\Authorization\\Privilege\\Doctrine\\AssetConditionGenerator::titleStartsWith","p":"Neos/Media/Security/Authorization/Privilege/Doctrine/AssetConditionGenerator.html#method_titleStartsWith","d":""},{"t":"M","n":"Neos\\Media\\Security\\Authorization\\Privilege\\Doctrine\\AssetConditionGenerator::titleEndsWith","p":"Neos/Media/Security/Authorization/Privilege/Doctrine/AssetConditionGenerator.html#method_titleEndsWith","d":""},{"t":"M","n":"Neos\\Media\\Security\\Authorization\\Privilege\\Doctrine\\AssetConditionGenerator::titleContains","p":"Neos/Media/Security/Authorization/Privilege/Doctrine/AssetConditionGenerator.html#method_titleContains","d":""},{"t":"M","n":"Neos\\Media\\Security\\Authorization\\Privilege\\Doctrine\\AssetConditionGenerator::hasMediaType","p":"Neos/Media/Security/Authorization/Privilege/Doctrine/AssetConditionGenerator.html#method_hasMediaType","d":""},{"t":"M","n":"Neos\\Media\\Security\\Authorization\\Privilege\\Doctrine\\AssetConditionGenerator::isTagged","p":"Neos/Media/Security/Authorization/Privilege/Doctrine/AssetConditionGenerator.html#method_isTagged","d":""},{"t":"M","n":"Neos\\Media\\Security\\Authorization\\Privilege\\Doctrine\\AssetConditionGenerator::isInCollection","p":"Neos/Media/Security/Authorization/Privilege/Doctrine/AssetConditionGenerator.html#method_isInCollection","d":""},{"t":"M","n":"Neos\\Media\\Security\\Authorization\\Privilege\\Doctrine\\AssetConditionGenerator::isWithoutCollection","p":"Neos/Media/Security/Authorization/Privilege/Doctrine/AssetConditionGenerator.html#method_isWithoutCollection","d":""},{"t":"M","n":"Neos\\Media\\Security\\Authorization\\Privilege\\Doctrine\\AssetTagConditionGenerator::__construct","p":"Neos/Media/Security/Authorization/Privilege/Doctrine/AssetTagConditionGenerator.html#method___construct","d":""},{"t":"M","n":"Neos\\Media\\Security\\Authorization\\Privilege\\Doctrine\\AssetTagConditionGenerator::getSql","p":"Neos/Media/Security/Authorization/Privilege/Doctrine/AssetTagConditionGenerator.html#method_getSql","d":""},{"t":"M","n":"Neos\\Media\\Security\\Authorization\\Privilege\\Doctrine\\AssetWithoutAssetCollectionConditionGenerator::getSql","p":"Neos/Media/Security/Authorization/Privilege/Doctrine/AssetWithoutAssetCollectionConditionGenerator.html#method_getSql","d":""},{"t":"M","n":"Neos\\Media\\Security\\Authorization\\Privilege\\Doctrine\\TagConditionGenerator::isType","p":"Neos/Media/Security/Authorization/Privilege/Doctrine/TagConditionGenerator.html#method_isType","d":""},{"t":"M","n":"Neos\\Media\\Security\\Authorization\\Privilege\\Doctrine\\TagConditionGenerator::isLabeled","p":"Neos/Media/Security/Authorization/Privilege/Doctrine/TagConditionGenerator.html#method_isLabeled","d":""},{"t":"M","n":"Neos\\Media\\Security\\Authorization\\Privilege\\Doctrine\\TagConditionGenerator::hasId","p":"Neos/Media/Security/Authorization/Privilege/Doctrine/TagConditionGenerator.html#method_hasId","d":""},{"t":"M","n":"Neos\\Media\\Security\\Authorization\\Privilege\\ReadAssetCollectionPrivilege::matchesEntityType","p":"Neos/Media/Security/Authorization/Privilege/ReadAssetCollectionPrivilege.html#method_matchesEntityType","d":""},{"t":"M","n":"Neos\\Media\\Security\\Authorization\\Privilege\\ReadAssetCollectionPrivilege::getConditionGenerator","p":"Neos/Media/Security/Authorization/Privilege/ReadAssetCollectionPrivilege.html#method_getConditionGenerator","d":""},{"t":"M","n":"Neos\\Media\\Security\\Authorization\\Privilege\\ReadAssetPrivilege::matchesEntityType","p":"Neos/Media/Security/Authorization/Privilege/ReadAssetPrivilege.html#method_matchesEntityType","d":""},{"t":"M","n":"Neos\\Media\\Security\\Authorization\\Privilege\\ReadAssetPrivilege::getConditionGenerator","p":"Neos/Media/Security/Authorization/Privilege/ReadAssetPrivilege.html#method_getConditionGenerator","d":""},{"t":"M","n":"Neos\\Media\\Security\\Authorization\\Privilege\\ReadTagPrivilege::matchesEntityType","p":"Neos/Media/Security/Authorization/Privilege/ReadTagPrivilege.html#method_matchesEntityType","d":""},{"t":"M","n":"Neos\\Media\\Security\\Authorization\\Privilege\\ReadTagPrivilege::getConditionGenerator","p":"Neos/Media/Security/Authorization/Privilege/ReadTagPrivilege.html#method_getConditionGenerator","d":""},{"t":"M","n":"Neos\\Media\\TypeConverter\\ArrayConverter::canConvertFrom","p":"Neos/Media/TypeConverter/ArrayConverter.html#method_canConvertFrom","d":""},{"t":"M","n":"Neos\\Media\\TypeConverter\\ArrayConverter::getSourceChildPropertiesToBeConverted","p":"Neos/Media/TypeConverter/ArrayConverter.html#method_getSourceChildPropertiesToBeConverted","d":"

Return a list of sub-properties inside the source object.

"},{"t":"M","n":"Neos\\Media\\TypeConverter\\ArrayConverter::getTypeOfChildProperty","p":"Neos/Media/TypeConverter/ArrayConverter.html#method_getTypeOfChildProperty","d":"

Return the type of a given sub-property inside the $targetType, in this case always "array"

"},{"t":"M","n":"Neos\\Media\\TypeConverter\\ArrayConverter::convertFrom","p":"Neos/Media/TypeConverter/ArrayConverter.html#method_convertFrom","d":"

Convert an object from $source to an array

"},{"t":"M","n":"Neos\\Media\\TypeConverter\\AspectRatioFromStringConverter::convertFrom","p":"Neos/Media/TypeConverter/AspectRatioFromStringConverter.html#method_convertFrom","d":"

Convert From

"},{"t":"M","n":"Neos\\Media\\TypeConverter\\AspectRatioFromStringConverter::getSourceChildPropertiesToBeConverted","p":"Neos/Media/TypeConverter/AspectRatioFromStringConverter.html#method_getSourceChildPropertiesToBeConverted","d":"

Convert all properties in the source array

"},{"t":"M","n":"Neos\\Media\\TypeConverter\\AssetCollectionToArrayConverter::canConvertFrom","p":"Neos/Media/TypeConverter/AssetCollectionToArrayConverter.html#method_canConvertFrom","d":""},{"t":"M","n":"Neos\\Media\\TypeConverter\\AssetCollectionToArrayConverter::getSourceChildPropertiesToBeConverted","p":"Neos/Media/TypeConverter/AssetCollectionToArrayConverter.html#method_getSourceChildPropertiesToBeConverted","d":"

Return a list of sub-properties inside the source object.

"},{"t":"M","n":"Neos\\Media\\TypeConverter\\AssetCollectionToArrayConverter::getTypeOfChildProperty","p":"Neos/Media/TypeConverter/AssetCollectionToArrayConverter.html#method_getTypeOfChildProperty","d":"

Return the type of a given sub-property inside the $targetType, in this case always "array"

"},{"t":"M","n":"Neos\\Media\\TypeConverter\\AssetCollectionToArrayConverter::convertFrom","p":"Neos/Media/TypeConverter/AssetCollectionToArrayConverter.html#method_convertFrom","d":"

Convert an object from $source to an array

"},{"t":"M","n":"Neos\\Media\\TypeConverter\\AssetInterfaceConverter::canConvertFrom","p":"Neos/Media/TypeConverter/AssetInterfaceConverter.html#method_canConvertFrom","d":"

If $source has an identity, we have a persisted Image, and therefore\nthis type converter should withdraw and let the PersistedObjectConverter kick in.

"},{"t":"M","n":"Neos\\Media\\TypeConverter\\AssetInterfaceConverter::getSourceChildPropertiesToBeConverted","p":"Neos/Media/TypeConverter/AssetInterfaceConverter.html#method_getSourceChildPropertiesToBeConverted","d":"

All properties in the source array except __identity and adjustments are sub-properties.

"},{"t":"M","n":"Neos\\Media\\TypeConverter\\AssetInterfaceConverter::getTypeOfChildProperty","p":"Neos/Media/TypeConverter/AssetInterfaceConverter.html#method_getTypeOfChildProperty","d":"

Convert the property "resource"

"},{"t":"M","n":"Neos\\Media\\TypeConverter\\AssetInterfaceConverter::getTargetTypeForSource","p":"Neos/Media/TypeConverter/AssetInterfaceConverter.html#method_getTargetTypeForSource","d":"

Determines the target type based on the source's (optional) __type key.

"},{"t":"M","n":"Neos\\Media\\TypeConverter\\AssetInterfaceConverter::convertFrom","p":"Neos/Media/TypeConverter/AssetInterfaceConverter.html#method_convertFrom","d":"

Convert an object from $source to an \\Neos\\Media\\Domain\\Model\\AssetInterface implementation

"},{"t":"M","n":"Neos\\Media\\TypeConverter\\AssetInterfaceConverter::buildObject","p":"Neos/Media/TypeConverter/AssetInterfaceConverter.html#method_buildObject","d":"

Builds a new instance of $objectType with the given $possibleConstructorArgumentValues.

"},{"t":"M","n":"Neos\\Media\\TypeConverter\\AssetInterfaceConverter::fetchObjectFromPersistence","p":"Neos/Media/TypeConverter/AssetInterfaceConverter.html#method_fetchObjectFromPersistence","d":"

Fetch an object from persistence layer.

"},{"t":"M","n":"Neos\\Media\\TypeConverter\\AssetInterfaceConverter::applyTypeSpecificHandling","p":"Neos/Media/TypeConverter/AssetInterfaceConverter.html#method_applyTypeSpecificHandling","d":""},{"t":"M","n":"Neos\\Media\\TypeConverter\\AssetInterfaceConverter::applyModelMappingStrategy","p":"Neos/Media/TypeConverter/AssetInterfaceConverter.html#method_applyModelMappingStrategy","d":"

Applies the model mapping strategy for a converted resource to determine the final target type.

"},{"t":"M","n":"Neos\\Media\\TypeConverter\\ImageInterfaceArrayPresenter::canConvertFrom","p":"Neos/Media/TypeConverter/ImageInterfaceArrayPresenter.html#method_canConvertFrom","d":"

If $source has an identity, we have a persisted Image, and therefore\nthis type converter should withdraw and let the PersistedObjectConverter kick in.

"},{"t":"M","n":"Neos\\Media\\TypeConverter\\ImageInterfaceArrayPresenter::getSourceChildPropertiesToBeConverted","p":"Neos/Media/TypeConverter/ImageInterfaceArrayPresenter.html#method_getSourceChildPropertiesToBeConverted","d":"

Convert all properties in the source array

"},{"t":"M","n":"Neos\\Media\\TypeConverter\\ImageInterfaceArrayPresenter::convertFrom","p":"Neos/Media/TypeConverter/ImageInterfaceArrayPresenter.html#method_convertFrom","d":"

Convert an object from \\Neos\\Media\\Domain\\Model\\ImageInterface to a json representation

"},{"t":"M","n":"Neos\\Media\\TypeConverter\\ImageInterfaceConverter::getSourceChildPropertiesToBeConverted","p":"Neos/Media/TypeConverter/ImageInterfaceConverter.html#method_getSourceChildPropertiesToBeConverted","d":"

All properties in the source array except __identity are sub-properties.

"},{"t":"M","n":"Neos\\Media\\TypeConverter\\ImageInterfaceConverter::applyTypeSpecificHandling","p":"Neos/Media/TypeConverter/ImageInterfaceConverter.html#method_applyTypeSpecificHandling","d":"

Converts and adds ImageAdjustments to the ImageVariant

"},{"t":"M","n":"Neos\\Media\\TypeConverter\\ImageInterfaceJsonSerializer::convertFrom","p":"Neos/Media/TypeConverter/ImageInterfaceJsonSerializer.html#method_convertFrom","d":"

Convert an object from \\Neos\\Media\\Domain\\Model\\ImageInterface to a json representation.

"},{"t":"M","n":"Neos\\Media\\TypeConverter\\ProcessingInstructionsConverter::convertFrom","p":"Neos/Media/TypeConverter/ProcessingInstructionsConverter.html#method_convertFrom","d":"

Actually convert from $source to $targetType, taking into account the fully\nbuilt $convertedChildProperties and $configuration.

"},{"t":"M","n":"Neos\\Media\\TypeConverter\\ProcessingInstructionsConverter::transferOptionFromCommandToAdjustment","p":"Neos/Media/TypeConverter/ProcessingInstructionsConverter.html#method_transferOptionFromCommandToAdjustment","d":""},{"t":"M","n":"Neos\\Media\\TypeConverter\\TagConverter::convertFrom","p":"Neos/Media/TypeConverter/TagConverter.html#method_convertFrom","d":"

Convert an object from $source to an \\Neos\\Media\\Domain\\Model\\Tag implementation

"},{"t":"M","n":"Neos\\Media\\TypeConverter\\TagToArrayConverter::canConvertFrom","p":"Neos/Media/TypeConverter/TagToArrayConverter.html#method_canConvertFrom","d":""},{"t":"M","n":"Neos\\Media\\TypeConverter\\TagToArrayConverter::getSourceChildPropertiesToBeConverted","p":"Neos/Media/TypeConverter/TagToArrayConverter.html#method_getSourceChildPropertiesToBeConverted","d":"

Return a list of sub-properties inside the source object.

"},{"t":"M","n":"Neos\\Media\\TypeConverter\\TagToArrayConverter::getTypeOfChildProperty","p":"Neos/Media/TypeConverter/TagToArrayConverter.html#method_getTypeOfChildProperty","d":"

Return the type of a given sub-property inside the $targetType, in this case always "array"

"},{"t":"M","n":"Neos\\Media\\TypeConverter\\TagToArrayConverter::convertFrom","p":"Neos/Media/TypeConverter/TagToArrayConverter.html#method_convertFrom","d":"

Convert an object from $source to an array

"},{"t":"M","n":"Neos\\Media\\Validator\\ImageOrientationValidator::isValid","p":"Neos/Media/Validator/ImageOrientationValidator.html#method_isValid","d":"

The given $value is valid if it is an \\Neos\\Media\\Domain\\Model\\ImageInterface of the\nconfigured orientation (square, portrait and/or landscape)\nNote: a value of NULL or empty string ('') is considered valid

"},{"t":"M","n":"Neos\\Media\\Validator\\ImageOrientationValidator::validateOptions","p":"Neos/Media/Validator/ImageOrientationValidator.html#method_validateOptions","d":""},{"t":"M","n":"Neos\\Media\\Validator\\ImageSizeValidator::isValid","p":"Neos/Media/Validator/ImageSizeValidator.html#method_isValid","d":"

The given $value is valid if it is an \\Neos\\Media\\Domain\\Model\\ImageInterface of the configured resolution\nNote: a value of NULL or empty string ('') is considered valid

"},{"t":"M","n":"Neos\\Media\\Validator\\ImageSizeValidator::validateOptions","p":"Neos/Media/Validator/ImageSizeValidator.html#method_validateOptions","d":""},{"t":"M","n":"Neos\\Media\\Validator\\ImageTypeValidator::isValid","p":"Neos/Media/Validator/ImageTypeValidator.html#method_isValid","d":"

The given $value is valid if it is an \\Neos\\Media\\Domain\\Model\\ImageInterface of the\nconfigured type (one of the image/* IANA media subtypes)

"},{"t":"M","n":"Neos\\Media\\Validator\\ImageTypeValidator::validateOptions","p":"Neos/Media/Validator/ImageTypeValidator.html#method_validateOptions","d":"

Checks if this validator is correctly configured

"},{"t":"M","n":"Neos\\Media\\ViewHelpers\\FileTypeIconViewHelper::initializeArguments","p":"Neos/Media/ViewHelpers/FileTypeIconViewHelper.html#method_initializeArguments","d":""},{"t":"M","n":"Neos\\Media\\ViewHelpers\\FileTypeIconViewHelper::render","p":"Neos/Media/ViewHelpers/FileTypeIconViewHelper.html#method_render","d":"

Renders an HTML tag for a file type icon for a given Neos.Media's asset instance

"},{"t":"M","n":"Neos\\Media\\ViewHelpers\\Form\\CheckboxViewHelper::initializeArguments","p":"Neos/Media/ViewHelpers/Form/CheckboxViewHelper.html#method_initializeArguments","d":"

Initialize the arguments.

"},{"t":"M","n":"Neos\\Media\\ViewHelpers\\Form\\CheckboxViewHelper::render","p":"Neos/Media/ViewHelpers/Form/CheckboxViewHelper.html#method_render","d":"

Renders the checkbox.

"},{"t":"M","n":"Neos\\Media\\ViewHelpers\\Form\\CheckboxViewHelper::getNameWithoutPrefix","p":"Neos/Media/ViewHelpers/Form/CheckboxViewHelper.html#method_getNameWithoutPrefix","d":"

Get the name of this form element, without prefix.

"},{"t":"M","n":"Neos\\Media\\ViewHelpers\\Format\\RelativeDateViewHelper::initializeArguments","p":"Neos/Media/ViewHelpers/Format/RelativeDateViewHelper.html#method_initializeArguments","d":""},{"t":"M","n":"Neos\\Media\\ViewHelpers\\Format\\RelativeDateViewHelper::render","p":"Neos/Media/ViewHelpers/Format/RelativeDateViewHelper.html#method_render","d":"

Renders a DateTime formatted relative to the current date.

"},{"t":"M","n":"Neos\\Media\\ViewHelpers\\ImageViewHelper::initializeArguments","p":"Neos/Media/ViewHelpers/ImageViewHelper.html#method_initializeArguments","d":""},{"t":"M","n":"Neos\\Media\\ViewHelpers\\ImageViewHelper::render","p":"Neos/Media/ViewHelpers/ImageViewHelper.html#method_render","d":"

Renders an HTML img tag with a thumbnail image, created from a given image.

"},{"t":"M","n":"Neos\\Media\\ViewHelpers\\ThumbnailViewHelper::initializeArguments","p":"Neos/Media/ViewHelpers/ThumbnailViewHelper.html#method_initializeArguments","d":""},{"t":"M","n":"Neos\\Media\\ViewHelpers\\ThumbnailViewHelper::render","p":"Neos/Media/ViewHelpers/ThumbnailViewHelper.html#method_render","d":"

Renders an HTML img tag with a thumbnail image, created from a given asset.

"},{"t":"M","n":"Neos\\Media\\ViewHelpers\\Uri\\ImageViewHelper::initializeArguments","p":"Neos/Media/ViewHelpers/Uri/ImageViewHelper.html#method_initializeArguments","d":""},{"t":"M","n":"Neos\\Media\\ViewHelpers\\Uri\\ImageViewHelper::render","p":"Neos/Media/ViewHelpers/Uri/ImageViewHelper.html#method_render","d":"

Renders the path to a thumbnail image, created from a given image.

"},{"t":"M","n":"Neos\\Media\\ViewHelpers\\Uri\\ThumbnailViewHelper::initializeArguments","p":"Neos/Media/ViewHelpers/Uri/ThumbnailViewHelper.html#method_initializeArguments","d":""},{"t":"M","n":"Neos\\Media\\ViewHelpers\\Uri\\ThumbnailViewHelper::render","p":"Neos/Media/ViewHelpers/Uri/ThumbnailViewHelper.html#method_render","d":"

Renders the path to a thumbnail image, created from a given asset.

"},{"t":"M","n":"Neos\\Neos\\Aspects\\FusionCachingAspect::cacheGetMergedFusionObjectTree","p":"Neos/Neos/Aspects/FusionCachingAspect.html#method_cacheGetMergedFusionObjectTree","d":""},{"t":"M","n":"Neos\\Neos\\Aspects\\FusionCachingAspect::getSiteForSiteNode","p":"Neos/Neos/Aspects/FusionCachingAspect.html#method_getSiteForSiteNode","d":"

Get a site for the given site node.

"},{"t":"M","n":"Neos\\Neos\\Aspects\\NodeTypeConfigurationEnrichmentAspect::enrichNodeTypeLabelsConfiguration","p":"Neos/Neos/Aspects/NodeTypeConfigurationEnrichmentAspect.html#method_enrichNodeTypeLabelsConfiguration","d":""},{"t":"M","n":"Neos\\Neos\\Aspects\\NodeTypeConfigurationEnrichmentAspect::addLabelsToNodeTypeConfiguration","p":"Neos/Neos/Aspects/NodeTypeConfigurationEnrichmentAspect.html#method_addLabelsToNodeTypeConfiguration","d":""},{"t":"M","n":"Neos\\Neos\\Aspects\\NodeTypeConfigurationEnrichmentAspect::setPropertyLabels","p":"Neos/Neos/Aspects/NodeTypeConfigurationEnrichmentAspect.html#method_setPropertyLabels","d":""},{"t":"M","n":"Neos\\Neos\\Aspects\\NodeTypeConfigurationEnrichmentAspect::resolveHelpMessageThumbnail","p":"Neos/Neos/Aspects/NodeTypeConfigurationEnrichmentAspect.html#method_resolveHelpMessageThumbnail","d":"

Resolve help message thumbnail url

"},{"t":"M","n":"Neos\\Neos\\Aspects\\NodeTypeConfigurationEnrichmentAspect::applyEditorLabels","p":"Neos/Neos/Aspects/NodeTypeConfigurationEnrichmentAspect.html#method_applyEditorLabels","d":""},{"t":"M","n":"Neos\\Neos\\Aspects\\NodeTypeConfigurationEnrichmentAspect::setGlobalUiElementLabels","p":"Neos/Neos/Aspects/NodeTypeConfigurationEnrichmentAspect.html#method_setGlobalUiElementLabels","d":"

Sets labels for global NodeType elements like tabs and groups and the general label.

"},{"t":"M","n":"Neos\\Neos\\Aspects\\NodeTypeConfigurationEnrichmentAspect::shouldFetchTranslation","p":"Neos/Neos/Aspects/NodeTypeConfigurationEnrichmentAspect.html#method_shouldFetchTranslation","d":"

Should a label be generated for the given field or is there something configured?

"},{"t":"M","n":"Neos\\Neos\\Aspects\\NodeTypeConfigurationEnrichmentAspect::getInspectorElementTranslationId","p":"Neos/Neos/Aspects/NodeTypeConfigurationEnrichmentAspect.html#method_getInspectorElementTranslationId","d":"

Generates a generic inspector element label with the given $nodeTypeSpecificPrefix.

"},{"t":"M","n":"Neos\\Neos\\Aspects\\NodeTypeConfigurationEnrichmentAspect::getPropertyLabelTranslationId","p":"Neos/Neos/Aspects/NodeTypeConfigurationEnrichmentAspect.html#method_getPropertyLabelTranslationId","d":"

Generates a property label with the given $nodeTypeSpecificPrefix.

"},{"t":"M","n":"Neos\\Neos\\Aspects\\NodeTypeConfigurationEnrichmentAspect::getPropertyConfigurationTranslationId","p":"Neos/Neos/Aspects/NodeTypeConfigurationEnrichmentAspect.html#method_getPropertyConfigurationTranslationId","d":"

Generates a property configuration-label with the given $nodeTypeSpecificPrefix.

"},{"t":"M","n":"Neos\\Neos\\Aspects\\NodeTypeConfigurationEnrichmentAspect::generateNodeTypeLabelIdPrefix","p":"Neos/Neos/Aspects/NodeTypeConfigurationEnrichmentAspect.html#method_generateNodeTypeLabelIdPrefix","d":"

Generates a label prefix for a specific node type with this format: "Vendor_Package:NodeTypes.NodeTypeName"

"},{"t":"M","n":"Neos\\Neos\\Aspects\\NodeTypeConfigurationEnrichmentAspect::splitIdentifier","p":"Neos/Neos/Aspects/NodeTypeConfigurationEnrichmentAspect.html#method_splitIdentifier","d":"

Splits an identifier string of the form PackageKey:id or PackageKey:Source:id into an array with the keys\nid, source and packageKey.

"},{"t":"M","n":"Neos\\Neos\\Aspects\\PluginUriAspect::rewritePluginViewUris","p":"Neos/Neos/Aspects/PluginUriAspect.html#method_rewritePluginViewUris","d":""},{"t":"M","n":"Neos\\Neos\\Aspects\\PluginUriAspect::getControllerObjectName","p":"Neos/Neos/Aspects/PluginUriAspect.html#method_getControllerObjectName","d":"

Merge the default plugin arguments of the Plugin with the arguments in the request\nand generate a controllerObjectName

"},{"t":"M","n":"Neos\\Neos\\Aspects\\PluginUriAspect::generateUriForNode","p":"Neos/Neos/Aspects/PluginUriAspect.html#method_generateUriForNode","d":"

This method generates the Uri through the joinPoint with\ntemporary overriding the used node

"},{"t":"M","n":"Neos\\Neos\\Aspects\\ScrambleTranslationAspect::scrambleTranslatedStrings","p":"Neos/Neos/Aspects/ScrambleTranslationAspect.html#method_scrambleTranslatedStrings","d":""},{"t":"M","n":"Neos\\Neos\\Aspects\\SiteRepositoryCachingAspect::cacheFirstOnlineSite","p":"Neos/Neos/Aspects/SiteRepositoryCachingAspect.html#method_cacheFirstOnlineSite","d":""},{"t":"M","n":"Neos\\Neos\\Aspects\\SiteRepositoryCachingAspect::cacheDomainForActiveRequest","p":"Neos/Neos/Aspects/SiteRepositoryCachingAspect.html#method_cacheDomainForActiveRequest","d":""},{"t":"M","n":"Neos\\Neos\\Command\\DomainCommandController::addCommand","p":"Neos/Neos/Command/DomainCommandController.html#method_addCommand","d":"

Add a domain record

"},{"t":"M","n":"Neos\\Neos\\Command\\DomainCommandController::listCommand","p":"Neos/Neos/Command/DomainCommandController.html#method_listCommand","d":"

Display a list of available domain records

"},{"t":"M","n":"Neos\\Neos\\Command\\DomainCommandController::deleteCommand","p":"Neos/Neos/Command/DomainCommandController.html#method_deleteCommand","d":"

Delete a domain record by hostname (with globbing)

"},{"t":"M","n":"Neos\\Neos\\Command\\DomainCommandController::activateCommand","p":"Neos/Neos/Command/DomainCommandController.html#method_activateCommand","d":"

Activate a domain record by hostname (with globbing)

"},{"t":"M","n":"Neos\\Neos\\Command\\DomainCommandController::deactivateCommand","p":"Neos/Neos/Command/DomainCommandController.html#method_deactivateCommand","d":"

Deactivate a domain record by hostname (with globbing)

"},{"t":"M","n":"Neos\\Neos\\Command\\DomainCommandController::findDomainsByHostnamePattern","p":"Neos/Neos/Command/DomainCommandController.html#method_findDomainsByHostnamePattern","d":"

Find domains that match the given hostname with globbing support

"},{"t":"M","n":"Neos\\Neos\\Command\\NodeCommandControllerPlugin::getSubCommandShortDescription","p":"Neos/Neos/Command/NodeCommandControllerPlugin.html#method_getSubCommandShortDescription","d":"

Returns a short description

"},{"t":"M","n":"Neos\\Neos\\Command\\NodeCommandControllerPlugin::getSubCommandDescription","p":"Neos/Neos/Command/NodeCommandControllerPlugin.html#method_getSubCommandDescription","d":"

Returns a piece of description for the specific task the plugin solves for the specified command

"},{"t":"M","n":"Neos\\Neos\\Command\\NodeCommandControllerPlugin::invokeSubCommand","p":"Neos/Neos/Command/NodeCommandControllerPlugin.html#method_invokeSubCommand","d":"

A method which runs the task implemented by the plugin for the given command

"},{"t":"M","n":"Neos\\Neos\\Command\\NodeCommandControllerPlugin::createMissingSitesNode","p":"Neos/Neos/Command/NodeCommandControllerPlugin.html#method_createMissingSitesNode","d":"

Creates the /sites node if it is missing.

"},{"t":"M","n":"Neos\\Neos\\Command\\NodeCommandControllerPlugin::generateUriPathSegments","p":"Neos/Neos/Command/NodeCommandControllerPlugin.html#method_generateUriPathSegments","d":"

Generate missing URI path segments

"},{"t":"M","n":"Neos\\Neos\\Command\\NodeCommandControllerPlugin::generateUriPathSegmentsForNode","p":"Neos/Neos/Command/NodeCommandControllerPlugin.html#method_generateUriPathSegmentsForNode","d":"

Traverses through the tree starting at the given root node and sets the uriPathSegment property derived from\nthe node label.

"},{"t":"M","n":"Neos\\Neos\\Command\\NodeCommandControllerPlugin::removeContentDimensionsFromRootAndSitesNode","p":"Neos/Neos/Command/NodeCommandControllerPlugin.html#method_removeContentDimensionsFromRootAndSitesNode","d":"

Remove dimensions on nodes "/" and "/sites"

"},{"t":"M","n":"Neos\\Neos\\Command\\NodeCommandControllerPlugin::createContext","p":"Neos/Neos/Command/NodeCommandControllerPlugin.html#method_createContext","d":"

Creates a content context for given workspace and language identifiers

"},{"t":"M","n":"Neos\\Neos\\Command\\NodeCommandControllerPlugin::on","p":"Neos/Neos/Command/NodeCommandControllerPlugin.html#method_on","d":"

Attaches a new event handler

"},{"t":"M","n":"Neos\\Neos\\Command\\NodeCommandControllerPlugin::dispatch","p":"Neos/Neos/Command/NodeCommandControllerPlugin.html#method_dispatch","d":"

Trigger a custom event

"},{"t":"M","n":"Neos\\Neos\\Command\\SiteCommandController::injectLogger","p":"Neos/Neos/Command/SiteCommandController.html#method_injectLogger","d":""},{"t":"M","n":"Neos\\Neos\\Command\\SiteCommandController::injectThrowableStorage","p":"Neos/Neos/Command/SiteCommandController.html#method_injectThrowableStorage","d":""},{"t":"M","n":"Neos\\Neos\\Command\\SiteCommandController::createCommand","p":"Neos/Neos/Command/SiteCommandController.html#method_createCommand","d":"

Create a new site

"},{"t":"M","n":"Neos\\Neos\\Command\\SiteCommandController::importCommand","p":"Neos/Neos/Command/SiteCommandController.html#method_importCommand","d":"

Import sites content

"},{"t":"M","n":"Neos\\Neos\\Command\\SiteCommandController::exportCommand","p":"Neos/Neos/Command/SiteCommandController.html#method_exportCommand","d":"

Export sites content (e.g. site:export --package-key "Neos.Demo")

"},{"t":"M","n":"Neos\\Neos\\Command\\SiteCommandController::pruneCommand","p":"Neos/Neos/Command/SiteCommandController.html#method_pruneCommand","d":"

Remove site with content and related data (with globbing)

"},{"t":"M","n":"Neos\\Neos\\Command\\SiteCommandController::listCommand","p":"Neos/Neos/Command/SiteCommandController.html#method_listCommand","d":"

List available sites

"},{"t":"M","n":"Neos\\Neos\\Command\\SiteCommandController::activateCommand","p":"Neos/Neos/Command/SiteCommandController.html#method_activateCommand","d":"

Activate a site (with globbing)

"},{"t":"M","n":"Neos\\Neos\\Command\\SiteCommandController::deactivateCommand","p":"Neos/Neos/Command/SiteCommandController.html#method_deactivateCommand","d":"

Deactivate a site (with globbing)

"},{"t":"M","n":"Neos\\Neos\\Command\\SiteCommandController::findSitesByNodeNamePattern","p":"Neos/Neos/Command/SiteCommandController.html#method_findSitesByNodeNamePattern","d":"

Find all sites the match the given site-node-name-pattern with support for globbing

"},{"t":"M","n":"Neos\\Neos\\Command\\UserCommandController::listCommand","p":"Neos/Neos/Command/UserCommandController.html#method_listCommand","d":"

List all users

"},{"t":"M","n":"Neos\\Neos\\Command\\UserCommandController::showCommand","p":"Neos/Neos/Command/UserCommandController.html#method_showCommand","d":"

Shows the given user

"},{"t":"M","n":"Neos\\Neos\\Command\\UserCommandController::createCommand","p":"Neos/Neos/Command/UserCommandController.html#method_createCommand","d":"

Create a new user

"},{"t":"M","n":"Neos\\Neos\\Command\\UserCommandController::deleteCommand","p":"Neos/Neos/Command/UserCommandController.html#method_deleteCommand","d":"

Delete a user (with globbing)

"},{"t":"M","n":"Neos\\Neos\\Command\\UserCommandController::activateCommand","p":"Neos/Neos/Command/UserCommandController.html#method_activateCommand","d":"

Activate a user (with globbing)

"},{"t":"M","n":"Neos\\Neos\\Command\\UserCommandController::deactivateCommand","p":"Neos/Neos/Command/UserCommandController.html#method_deactivateCommand","d":"

Deactivate a user (with globbing)

"},{"t":"M","n":"Neos\\Neos\\Command\\UserCommandController::setPasswordCommand","p":"Neos/Neos/Command/UserCommandController.html#method_setPasswordCommand","d":"

Set a new password for the given user

"},{"t":"M","n":"Neos\\Neos\\Command\\UserCommandController::addRoleCommand","p":"Neos/Neos/Command/UserCommandController.html#method_addRoleCommand","d":"

Add a role to a user

"},{"t":"M","n":"Neos\\Neos\\Command\\UserCommandController::removeRoleCommand","p":"Neos/Neos/Command/UserCommandController.html#method_removeRoleCommand","d":"

Remove a role from a user

"},{"t":"M","n":"Neos\\Neos\\Command\\UserCommandController::findUsersByUsernamePattern","p":"Neos/Neos/Command/UserCommandController.html#method_findUsersByUsernamePattern","d":"

Find all users the match the given username with globbing support

"},{"t":"M","n":"Neos\\Neos\\Command\\UserCommandController::getTableRowForUser","p":"Neos/Neos/Command/UserCommandController.html#method_getTableRowForUser","d":"

Prepares a table row for output with data of the given User

"},{"t":"M","n":"Neos\\Neos\\Command\\WorkspaceCommandController::publishCommand","p":"Neos/Neos/Command/WorkspaceCommandController.html#method_publishCommand","d":"

Publish changes of a workspace

"},{"t":"M","n":"Neos\\Neos\\Command\\WorkspaceCommandController::discardCommand","p":"Neos/Neos/Command/WorkspaceCommandController.html#method_discardCommand","d":"

Discard changes in workspace

"},{"t":"M","n":"Neos\\Neos\\Command\\WorkspaceCommandController::createCommand","p":"Neos/Neos/Command/WorkspaceCommandController.html#method_createCommand","d":"

Create a new workspace

"},{"t":"M","n":"Neos\\Neos\\Command\\WorkspaceCommandController::deleteCommand","p":"Neos/Neos/Command/WorkspaceCommandController.html#method_deleteCommand","d":"

Deletes a workspace

"},{"t":"M","n":"Neos\\Neos\\Command\\WorkspaceCommandController::rebaseCommand","p":"Neos/Neos/Command/WorkspaceCommandController.html#method_rebaseCommand","d":"

Rebase a workspace

"},{"t":"M","n":"Neos\\Neos\\Command\\WorkspaceCommandController::listCommand","p":"Neos/Neos/Command/WorkspaceCommandController.html#method_listCommand","d":"

Display a list of existing workspaces

"},{"t":"M","n":"Neos\\Neos\\Controller\\BackendUserTranslationTrait::initializeObject","p":"Neos/Neos/Controller/BackendUserTranslationTrait.html#method_initializeObject","d":"

Set the locale according to the user settings

"},{"t":"M","n":"Neos\\Neos\\Controller\\Backend\\BackendController::indexAction","p":"Neos/Neos/Controller/Backend/BackendController.html#method_indexAction","d":"

Default action of the backend controller.

"},{"t":"M","n":"Neos\\Neos\\Controller\\Backend\\BackendController::switchSiteAction","p":"Neos/Neos/Controller/Backend/BackendController.html#method_switchSiteAction","d":"

Redirects to the Neos backend on the given site, passing a one-time login token

"},{"t":"M","n":"Neos\\Neos\\Controller\\Backend\\BackendController::xliffAsJsonAction","p":"Neos/Neos/Controller/Backend/BackendController.html#method_xliffAsJsonAction","d":"

Returns the cached json array with the xliff labels

"},{"t":"M","n":"Neos\\Neos\\Controller\\Backend\\ContentController::initializeUploadAssetAction","p":"Neos/Neos/Controller/Backend/ContentController.html#method_initializeUploadAssetAction","d":"

Initialize property mapping as the upload usually comes from the Inspector JavaScript

"},{"t":"M","n":"Neos\\Neos\\Controller\\Backend\\ContentController::uploadAssetAction","p":"Neos/Neos/Controller/Backend/ContentController.html#method_uploadAssetAction","d":"

Upload a new image, and return its metadata.

"},{"t":"M","n":"Neos\\Neos\\Controller\\Backend\\ContentController::initializeCreateImageVariantAction","p":"Neos/Neos/Controller/Backend/ContentController.html#method_initializeCreateImageVariantAction","d":"

Configure property mapping for adding a new image variant.

"},{"t":"M","n":"Neos\\Neos\\Controller\\Backend\\ContentController::createImageVariantAction","p":"Neos/Neos/Controller/Backend/ContentController.html#method_createImageVariantAction","d":"

Generate a new image variant from given data.

"},{"t":"M","n":"Neos\\Neos\\Controller\\Backend\\ContentController::imageWithMetadataAction","p":"Neos/Neos/Controller/Backend/ContentController.html#method_imageWithMetadataAction","d":"

Fetch the metadata for a given image

"},{"t":"M","n":"Neos\\Neos\\Controller\\Backend\\ContentController::getImageInterfacePreviewData","p":"Neos/Neos/Controller/Backend/ContentController.html#method_getImageInterfacePreviewData","d":"

Returns important meta data for the given object implementing ImageInterface.

"},{"t":"M","n":"Neos\\Neos\\Controller\\Backend\\ContentController::getImagePreviewData","p":"Neos/Neos/Controller/Backend/ContentController.html#method_getImagePreviewData","d":""},{"t":"M","n":"Neos\\Neos\\Controller\\Backend\\ContentController::getImageVariantPreviewData","p":"Neos/Neos/Controller/Backend/ContentController.html#method_getImageVariantPreviewData","d":""},{"t":"M","n":"Neos\\Neos\\Controller\\Backend\\ContentController::initializeAssetsWithMetadataAction","p":"Neos/Neos/Controller/Backend/ContentController.html#method_initializeAssetsWithMetadataAction","d":""},{"t":"M","n":"Neos\\Neos\\Controller\\Backend\\ContentController::assetsWithMetadataAction","p":"Neos/Neos/Controller/Backend/ContentController.html#method_assetsWithMetadataAction","d":"

Fetch the metadata for multiple assets

"},{"t":"M","n":"Neos\\Neos\\Controller\\Backend\\ContentController::getAssetProperties","p":"Neos/Neos/Controller/Backend/ContentController.html#method_getAssetProperties","d":""},{"t":"M","n":"Neos\\Neos\\Controller\\Backend\\ContentController::pluginViewsAction","p":"Neos/Neos/Controller/Backend/ContentController.html#method_pluginViewsAction","d":"

Fetch the configured views for the given master plugin

"},{"t":"M","n":"Neos\\Neos\\Controller\\Backend\\ContentController::masterPluginsAction","p":"Neos/Neos/Controller/Backend/ContentController.html#method_masterPluginsAction","d":"

Fetch all master plugins that are available in the current\nworkspace.

"},{"t":"M","n":"Neos\\Neos\\Controller\\Backend\\ContentController::emitAssetUploaded","p":"Neos/Neos/Controller/Backend/ContentController.html#method_emitAssetUploaded","d":"

Signals that a new asset has been uploaded through the Neos Backend

"},{"t":"M","n":"Neos\\Neos\\Controller\\Backend\\MenuHelper::injectSettings","p":"Neos/Neos/Controller/Backend/MenuHelper.html#method_injectSettings","d":""},{"t":"M","n":"Neos\\Neos\\Controller\\Backend\\MenuHelper::buildSiteList","p":"Neos/Neos/Controller/Backend/MenuHelper.html#method_buildSiteList","d":"

Build a list of sites

"},{"t":"M","n":"Neos\\Neos\\Controller\\Backend\\MenuHelper::buildModuleList","p":"Neos/Neos/Controller/Backend/MenuHelper.html#method_buildModuleList","d":""},{"t":"M","n":"Neos\\Neos\\Controller\\Backend\\MenuHelper::isModuleEnabled","p":"Neos/Neos/Controller/Backend/MenuHelper.html#method_isModuleEnabled","d":"

Checks whether a module is enabled or disabled in the configuration

"},{"t":"M","n":"Neos\\Neos\\Controller\\Backend\\MenuHelper::collectModuleData","p":"Neos/Neos/Controller/Backend/MenuHelper.html#method_collectModuleData","d":""},{"t":"M","n":"Neos\\Neos\\Controller\\Backend\\ModuleController::indexAction","p":"Neos/Neos/Controller/Backend/ModuleController.html#method_indexAction","d":""},{"t":"M","n":"Neos\\Neos\\Controller\\Backend\\SchemaController::vieSchemaAction","p":"Neos/Neos/Controller/Backend/SchemaController.html#method_vieSchemaAction","d":"

Generate and renders the JSON schema for the node types for VIE.

"},{"t":"M","n":"Neos\\Neos\\Controller\\Backend\\SchemaController::nodeTypeSchemaAction","p":"Neos/Neos/Controller/Backend/SchemaController.html#method_nodeTypeSchemaAction","d":"

Get the node type configuration schema for the Neos UI

"},{"t":"M","n":"Neos\\Neos\\Controller\\Backend\\SettingsController::editPreviewAction","p":"Neos/Neos/Controller/Backend/SettingsController.html#method_editPreviewAction","d":""},{"t":"M","n":"Neos\\Neos\\Controller\\CreateContentContextTrait::createContentContext","p":"Neos/Neos/Controller/CreateContentContextTrait.html#method_createContentContext","d":"

Create a ContentContext based on the given workspace name

"},{"t":"M","n":"Neos\\Neos\\Controller\\CreateContentContextTrait::createContextMatchingNodeData","p":"Neos/Neos/Controller/CreateContentContextTrait.html#method_createContextMatchingNodeData","d":"

Generates a Context that exactly fits the given NodeData Workspace, Dimensions & Site.

"},{"t":"M","n":"Neos\\Neos\\Controller\\Frontend\\NodeController::initializeShowAction","p":"Neos/Neos/Controller/Frontend/NodeController.html#method_initializeShowAction","d":"

Allow invisible nodes to be redirected to

"},{"t":"M","n":"Neos\\Neos\\Controller\\Frontend\\NodeController::showAction","p":"Neos/Neos/Controller/Frontend/NodeController.html#method_showAction","d":"

Shows the specified node and takes visibility and access restrictions into\naccount.

"},{"t":"M","n":"Neos\\Neos\\Controller\\Frontend\\NodeController::initializePreviewAction","p":"Neos/Neos/Controller/Frontend/NodeController.html#method_initializePreviewAction","d":"

Allow invisible nodes to be previewed

"},{"t":"M","n":"Neos\\Neos\\Controller\\Frontend\\NodeController::previewAction","p":"Neos/Neos/Controller/Frontend/NodeController.html#method_previewAction","d":"

Previews a node that is not live (i.e. for the Backend Preview & Edit Mode)

"},{"t":"M","n":"Neos\\Neos\\Controller\\Frontend\\NodeController::overrideViewVariablesFromInternalArguments","p":"Neos/Neos/Controller/Frontend/NodeController.html#method_overrideViewVariablesFromInternalArguments","d":"

Checks if the optionally given node context path, affected node context path and Fusion path are set\nand overrides the rendering to use those. Will also add a "X-Neos-AffectedNodePath" header in case the\nactually affected node is different from the one routing resolved.

"},{"t":"M","n":"Neos\\Neos\\Controller\\Frontend\\NodeController::handleShortcutNode","p":"Neos/Neos/Controller/Frontend/NodeController.html#method_handleShortcutNode","d":"

Handles redirects to shortcut targets in live rendering.

"},{"t":"M","n":"Neos\\Neos\\Controller\\LoginController::initializeIndexAction","p":"Neos/Neos/Controller/LoginController.html#method_initializeIndexAction","d":""},{"t":"M","n":"Neos\\Neos\\Controller\\LoginController::indexAction","p":"Neos/Neos/Controller/LoginController.html#method_indexAction","d":"

Default action, displays the login screen

"},{"t":"M","n":"Neos\\Neos\\Controller\\LoginController::tokenLoginAction","p":"Neos/Neos/Controller/LoginController.html#method_tokenLoginAction","d":"

Logs a user in if a session identifier is available under the given token in the token cache.

"},{"t":"M","n":"Neos\\Neos\\Controller\\LoginController::onAuthenticationFailure","p":"Neos/Neos/Controller/LoginController.html#method_onAuthenticationFailure","d":"

Is called if authentication failed.

"},{"t":"M","n":"Neos\\Neos\\Controller\\LoginController::onAuthenticationSuccess","p":"Neos/Neos/Controller/LoginController.html#method_onAuthenticationSuccess","d":"

Is called if authentication was successful.

"},{"t":"M","n":"Neos\\Neos\\Controller\\LoginController::logoutAction","p":"Neos/Neos/Controller/LoginController.html#method_logoutAction","d":"

Logs out a - possibly - currently logged in account.

"},{"t":"M","n":"Neos\\Neos\\Controller\\LoginController::getErrorFlashMessage","p":"Neos/Neos/Controller/LoginController.html#method_getErrorFlashMessage","d":"

Disable the default error flash message

"},{"t":"M","n":"Neos\\Neos\\Controller\\LoginController::replaceSessionCookie","p":"Neos/Neos/Controller/LoginController.html#method_replaceSessionCookie","d":"

Sets the session cookie to the given identifier, overriding an existing cookie.

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\AbstractModuleController::initializeAction","p":"Neos/Neos/Controller/Module/AbstractModuleController.html#method_initializeAction","d":""},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\AbstractModuleController::initializeView","p":"Neos/Neos/Controller/Module/AbstractModuleController.html#method_initializeView","d":""},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\AbstractModuleController::setTitle","p":"Neos/Neos/Controller/Module/AbstractModuleController.html#method_setTitle","d":"

Use this method to set an alternative title than the module label

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\AbstractModuleController::indexAction","p":"Neos/Neos/Controller/Module/AbstractModuleController.html#method_indexAction","d":""},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\AbstractModuleController::getErrorFlashMessage","p":"Neos/Neos/Controller/Module/AbstractModuleController.html#method_getErrorFlashMessage","d":"

Display no flash message at all on errors.

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Administration\\ConfigurationController::indexAction","p":"Neos/Neos/Controller/Module/Administration/ConfigurationController.html#method_indexAction","d":""},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Administration\\DimensionController::indexAction","p":"Neos/Neos/Controller/Module/Administration/DimensionController.html#method_indexAction","d":""},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Administration\\PackagesController::indexAction","p":"Neos/Neos/Controller/Module/Administration/PackagesController.html#method_indexAction","d":""},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Administration\\SitesController::injectThrowableStorage","p":"Neos/Neos/Controller/Module/Administration/SitesController.html#method_injectThrowableStorage","d":""},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Administration\\SitesController::indexAction","p":"Neos/Neos/Controller/Module/Administration/SitesController.html#method_indexAction","d":""},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Administration\\SitesController::editAction","p":"Neos/Neos/Controller/Module/Administration/SitesController.html#method_editAction","d":"

A edit view for a site and its settings.

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Administration\\SitesController::updateSiteAction","p":"Neos/Neos/Controller/Module/Administration/SitesController.html#method_updateSiteAction","d":"

Update a site

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Administration\\SitesController::newSiteAction","p":"Neos/Neos/Controller/Module/Administration/SitesController.html#method_newSiteAction","d":"

Create a new site form.

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Administration\\SitesController::createSitePackageAction","p":"Neos/Neos/Controller/Module/Administration/SitesController.html#method_createSitePackageAction","d":"

Create a new site-package and directly import it.

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Administration\\SitesController::importSiteAction","p":"Neos/Neos/Controller/Module/Administration/SitesController.html#method_importSiteAction","d":"

Import a site from site package.

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Administration\\SitesController::createSiteNodeAction","p":"Neos/Neos/Controller/Module/Administration/SitesController.html#method_createSiteNodeAction","d":"

Create a new empty site.

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Administration\\SitesController::deleteSiteAction","p":"Neos/Neos/Controller/Module/Administration/SitesController.html#method_deleteSiteAction","d":"

Delete a site.

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Administration\\SitesController::activateSiteAction","p":"Neos/Neos/Controller/Module/Administration/SitesController.html#method_activateSiteAction","d":"

Activates a site

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Administration\\SitesController::deactivateSiteAction","p":"Neos/Neos/Controller/Module/Administration/SitesController.html#method_deactivateSiteAction","d":"

Deactivates a site

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Administration\\SitesController::editDomainAction","p":"Neos/Neos/Controller/Module/Administration/SitesController.html#method_editDomainAction","d":"

Edit a domain

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Administration\\SitesController::updateDomainAction","p":"Neos/Neos/Controller/Module/Administration/SitesController.html#method_updateDomainAction","d":"

Update a domain

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Administration\\SitesController::newDomainAction","p":"Neos/Neos/Controller/Module/Administration/SitesController.html#method_newDomainAction","d":"

The create a new domain action.

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Administration\\SitesController::createDomainAction","p":"Neos/Neos/Controller/Module/Administration/SitesController.html#method_createDomainAction","d":"

Create a domain

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Administration\\SitesController::deleteDomainAction","p":"Neos/Neos/Controller/Module/Administration/SitesController.html#method_deleteDomainAction","d":"

Deletes a domain attached to a site

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Administration\\SitesController::activateDomainAction","p":"Neos/Neos/Controller/Module/Administration/SitesController.html#method_activateDomainAction","d":"

Activates a domain

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Administration\\SitesController::deactivateDomainAction","p":"Neos/Neos/Controller/Module/Administration/SitesController.html#method_deactivateDomainAction","d":"

Deactivates a domain

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Administration\\SitesController::unsetLastVisitedNodeAndRedirect","p":"Neos/Neos/Controller/Module/Administration/SitesController.html#method_unsetLastVisitedNodeAndRedirect","d":""},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Administration\\UsersController::initializeAction","p":"Neos/Neos/Controller/Module/Administration/UsersController.html#method_initializeAction","d":""},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Administration\\UsersController::indexAction","p":"Neos/Neos/Controller/Module/Administration/UsersController.html#method_indexAction","d":"

Shows a list of all users

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Administration\\UsersController::showAction","p":"Neos/Neos/Controller/Module/Administration/UsersController.html#method_showAction","d":"

Shows details for the specified user

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Administration\\UsersController::newAction","p":"Neos/Neos/Controller/Module/Administration/UsersController.html#method_newAction","d":"

Renders a form for creating a new user

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Administration\\UsersController::createAction","p":"Neos/Neos/Controller/Module/Administration/UsersController.html#method_createAction","d":"

Create a new user

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Administration\\UsersController::editAction","p":"Neos/Neos/Controller/Module/Administration/UsersController.html#method_editAction","d":"

Edit an existing user

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Administration\\UsersController::updateAction","p":"Neos/Neos/Controller/Module/Administration/UsersController.html#method_updateAction","d":"

Update a given user

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Administration\\UsersController::deleteAction","p":"Neos/Neos/Controller/Module/Administration/UsersController.html#method_deleteAction","d":"

Delete the given user

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Administration\\UsersController::editAccountAction","p":"Neos/Neos/Controller/Module/Administration/UsersController.html#method_editAccountAction","d":"

Edit the given account

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Administration\\UsersController::updateAccountAction","p":"Neos/Neos/Controller/Module/Administration/UsersController.html#method_updateAccountAction","d":"

Update a given account

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Administration\\UsersController::newElectronicAddressAction","p":"Neos/Neos/Controller/Module/Administration/UsersController.html#method_newElectronicAddressAction","d":"

The add new electronic address action

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Administration\\UsersController::createElectronicAddressAction","p":"Neos/Neos/Controller/Module/Administration/UsersController.html#method_createElectronicAddressAction","d":"

Create an new electronic address

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Administration\\UsersController::deleteElectronicAddressAction","p":"Neos/Neos/Controller/Module/Administration/UsersController.html#method_deleteElectronicAddressAction","d":"

Delete an electronic address action

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Administration\\UsersController::assignElectronicAddressOptions","p":"Neos/Neos/Controller/Module/Administration/UsersController.html#method_assignElectronicAddressOptions","d":""},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Administration\\UsersController::getAuthenticationProviders","p":"Neos/Neos/Controller/Module/Administration/UsersController.html#method_getAuthenticationProviders","d":"

Returns sorted list of auth providers by name.

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Administration\\UsersController::getAllowedRoles","p":"Neos/Neos/Controller/Module/Administration/UsersController.html#method_getAllowedRoles","d":"

Returns the roles that the current editor is able to assign\nAdministrator can assign any roles, other users can only assign their own roles

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Administration\\UsersController::isEditingAllowed","p":"Neos/Neos/Controller/Module/Administration/UsersController.html#method_isEditingAllowed","d":"

Returns whether the current user is allowed to edit the given user.

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Management\\HistoryController::indexAction","p":"Neos/Neos/Controller/Module/Management/HistoryController.html#method_indexAction","d":"

Show event overview.

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Management\\HistoryController::initializeView","p":"Neos/Neos/Controller/Module/Management/HistoryController.html#method_initializeView","d":"

Simply sets the Fusion path pattern on the view.

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Management\\WorkspacesController::initializeAction","p":"Neos/Neos/Controller/Module/Management/WorkspacesController.html#method_initializeAction","d":""},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Management\\WorkspacesController::indexAction","p":"Neos/Neos/Controller/Module/Management/WorkspacesController.html#method_indexAction","d":"

Display a list of unpublished content

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Management\\WorkspacesController::showAction","p":"Neos/Neos/Controller/Module/Management/WorkspacesController.html#method_showAction","d":""},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Management\\WorkspacesController::newAction","p":"Neos/Neos/Controller/Module/Management/WorkspacesController.html#method_newAction","d":""},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Management\\WorkspacesController::createAction","p":"Neos/Neos/Controller/Module/Management/WorkspacesController.html#method_createAction","d":"

Create a workspace

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Management\\WorkspacesController::editAction","p":"Neos/Neos/Controller/Module/Management/WorkspacesController.html#method_editAction","d":"

Edit a workspace

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Management\\WorkspacesController::initializeUpdateAction","p":"Neos/Neos/Controller/Module/Management/WorkspacesController.html#method_initializeUpdateAction","d":""},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Management\\WorkspacesController::updateAction","p":"Neos/Neos/Controller/Module/Management/WorkspacesController.html#method_updateAction","d":"

Update a workspace

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Management\\WorkspacesController::deleteAction","p":"Neos/Neos/Controller/Module/Management/WorkspacesController.html#method_deleteAction","d":"

Delete a workspace

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Management\\WorkspacesController::rebaseAndRedirectAction","p":"Neos/Neos/Controller/Module/Management/WorkspacesController.html#method_rebaseAndRedirectAction","d":"

Rebase the current users personal workspace onto the given $targetWorkspace and then\nredirects to the $targetNode in the content module.

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Management\\WorkspacesController::publishNodeAction","p":"Neos/Neos/Controller/Module/Management/WorkspacesController.html#method_publishNodeAction","d":"

Publish a single node

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Management\\WorkspacesController::discardNodeAction","p":"Neos/Neos/Controller/Module/Management/WorkspacesController.html#method_discardNodeAction","d":"

Discard a a single node

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Management\\WorkspacesController::publishOrDiscardNodesAction","p":"Neos/Neos/Controller/Module/Management/WorkspacesController.html#method_publishOrDiscardNodesAction","d":"

Publishes or discards the given nodes

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Management\\WorkspacesController::publishWorkspaceAction","p":"Neos/Neos/Controller/Module/Management/WorkspacesController.html#method_publishWorkspaceAction","d":"

Publishes the whole workspace

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Management\\WorkspacesController::discardWorkspaceAction","p":"Neos/Neos/Controller/Module/Management/WorkspacesController.html#method_discardWorkspaceAction","d":"

Discards content of the whole workspace

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Management\\WorkspacesController::computeChangesCount","p":"Neos/Neos/Controller/Module/Management/WorkspacesController.html#method_computeChangesCount","d":"

Computes the number of added, changed and removed nodes for the given workspace

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Management\\WorkspacesController::computeSiteChanges","p":"Neos/Neos/Controller/Module/Management/WorkspacesController.html#method_computeSiteChanges","d":"

Builds an array of changes for sites in the given workspace

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Management\\WorkspacesController::getOriginalNode","p":"Neos/Neos/Controller/Module/Management/WorkspacesController.html#method_getOriginalNode","d":"

Retrieves the given node's corresponding node in the base workspace (that is, which would be overwritten if the\ngiven node would be published)

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Management\\WorkspacesController::renderContentChanges","p":"Neos/Neos/Controller/Module/Management/WorkspacesController.html#method_renderContentChanges","d":"

Renders the difference between the original and the changed content of the given node and returns it, along\nwith meta information, in an array.

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Management\\WorkspacesController::renderSlimmedDownContent","p":"Neos/Neos/Controller/Module/Management/WorkspacesController.html#method_renderSlimmedDownContent","d":"

Renders a slimmed down representation of a property of the given node. The output will be HTML, but does not\ncontain any markup from the original content.

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Management\\WorkspacesController::getPropertyLabel","p":"Neos/Neos/Controller/Module/Management/WorkspacesController.html#method_getPropertyLabel","d":"

Tries to determine a label for the specified property

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Management\\WorkspacesController::postProcessDiffArray","p":"Neos/Neos/Controller/Module/Management/WorkspacesController.html#method_postProcessDiffArray","d":"

A workaround for some missing functionality in the Diff Renderer:

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Management\\WorkspacesController::prepareBaseWorkspaceOptions","p":"Neos/Neos/Controller/Module/Management/WorkspacesController.html#method_prepareBaseWorkspaceOptions","d":"

Creates an array of workspace names and their respective titles which are possible base workspaces for other\nworkspaces.

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\Management\\WorkspacesController::prepareOwnerOptions","p":"Neos/Neos/Controller/Module/Management/WorkspacesController.html#method_prepareOwnerOptions","d":"

Creates an array of user names and their respective labels which are possible owners for a workspace.

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\User\\UserSettingsController::initializeAction","p":"Neos/Neos/Controller/Module/User/UserSettingsController.html#method_initializeAction","d":""},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\User\\UserSettingsController::indexAction","p":"Neos/Neos/Controller/Module/User/UserSettingsController.html#method_indexAction","d":"Index"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\User\\UserSettingsController::editAction","p":"Neos/Neos/Controller/Module/User/UserSettingsController.html#method_editAction","d":"

Edit settings of the current user

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\User\\UserSettingsController::updateAction","p":"Neos/Neos/Controller/Module/User/UserSettingsController.html#method_updateAction","d":"

Update the current user

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\User\\UserSettingsController::editAccountAction","p":"Neos/Neos/Controller/Module/User/UserSettingsController.html#method_editAccountAction","d":"

Edit the given account

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\User\\UserSettingsController::updateAccountAction","p":"Neos/Neos/Controller/Module/User/UserSettingsController.html#method_updateAccountAction","d":"

Update a given account, ie. the password

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\User\\UserSettingsController::newElectronicAddressAction","p":"Neos/Neos/Controller/Module/User/UserSettingsController.html#method_newElectronicAddressAction","d":"

The add new electronic address action

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\User\\UserSettingsController::createElectronicAddressAction","p":"Neos/Neos/Controller/Module/User/UserSettingsController.html#method_createElectronicAddressAction","d":"

Create an new electronic address

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\User\\UserSettingsController::deleteElectronicAddressAction","p":"Neos/Neos/Controller/Module/User/UserSettingsController.html#method_deleteElectronicAddressAction","d":"

Delete an electronic address action

"},{"t":"M","n":"Neos\\Neos\\Controller\\Module\\User\\UserSettingsController::assignElectronicAddressOptions","p":"Neos/Neos/Controller/Module/User/UserSettingsController.html#method_assignElectronicAddressOptions","d":""},{"t":"M","n":"Neos\\Neos\\Controller\\Service\\AssetProxiesController::initializeView","p":"Neos/Neos/Controller/Service/AssetProxiesController.html#method_initializeView","d":""},{"t":"M","n":"Neos\\Neos\\Controller\\Service\\AssetProxiesController::indexAction","p":"Neos/Neos/Controller/Service/AssetProxiesController.html#method_indexAction","d":"

Shows a list of assets

"},{"t":"M","n":"Neos\\Neos\\Controller\\Service\\AssetProxiesController::showAction","p":"Neos/Neos/Controller/Service/AssetProxiesController.html#method_showAction","d":"

Shows a specific asset proxy

"},{"t":"M","n":"Neos\\Neos\\Controller\\Service\\AssetProxiesController::importAction","p":"Neos/Neos/Controller/Service/AssetProxiesController.html#method_importAction","d":""},{"t":"M","n":"Neos\\Neos\\Controller\\Service\\AssetsController::initializeView","p":"Neos/Neos/Controller/Service/AssetsController.html#method_initializeView","d":""},{"t":"M","n":"Neos\\Neos\\Controller\\Service\\AssetsController::indexAction","p":"Neos/Neos/Controller/Service/AssetsController.html#method_indexAction","d":"

Shows a list of assets

"},{"t":"M","n":"Neos\\Neos\\Controller\\Service\\AssetsController::showAction","p":"Neos/Neos/Controller/Service/AssetsController.html#method_showAction","d":"

Shows a specific asset

"},{"t":"M","n":"Neos\\Neos\\Controller\\Service\\ContentDimensionsController::indexAction","p":"Neos/Neos/Controller/Service/ContentDimensionsController.html#method_indexAction","d":"

Returns the full content dimensions presets as JSON object; see\nContentDimensionPresetSourceInterface::getAllPresets() for a format description.

"},{"t":"M","n":"Neos\\Neos\\Controller\\Service\\ContentDimensionsController::showAction","p":"Neos/Neos/Controller/Service/ContentDimensionsController.html#method_showAction","d":"

Returns only presets of the dimension specified by $dimensionName. But even though only one dimension is returned,\nthe output follows the structure as described in ContentDimensionPresetSourceInterface::getAllPresets().

"},{"t":"M","n":"Neos\\Neos\\Controller\\Service\\NodesController::indexAction","p":"Neos/Neos/Controller/Service/NodesController.html#method_indexAction","d":"

Shows a list of nodes

"},{"t":"M","n":"Neos\\Neos\\Controller\\Service\\NodesController::showAction","p":"Neos/Neos/Controller/Service/NodesController.html#method_showAction","d":"

Shows a specific node

"},{"t":"M","n":"Neos\\Neos\\Controller\\Service\\NodesController::createAction","p":"Neos/Neos/Controller/Service/NodesController.html#method_createAction","d":"

Create a new node from an existing one

"},{"t":"M","n":"Neos\\Neos\\Controller\\Service\\NodesController::addExistingNodeVariantInformationToResponse","p":"Neos/Neos/Controller/Service/NodesController.html#method_addExistingNodeVariantInformationToResponse","d":"

If the node is not found, we first want to figure out whether the node exists in other dimensions or is really non-existent

"},{"t":"M","n":"Neos\\Neos\\Controller\\Service\\NodesController::adoptNodeAndParents","p":"Neos/Neos/Controller/Service/NodesController.html#method_adoptNodeAndParents","d":"

Adopt (translate) the given node and parents that are not yet visible to the given context

"},{"t":"M","n":"Neos\\Neos\\Controller\\Service\\WorkspacesController::indexAction","p":"Neos/Neos/Controller/Service/WorkspacesController.html#method_indexAction","d":"

Shows a list of existing workspaces

"},{"t":"M","n":"Neos\\Neos\\Controller\\Service\\WorkspacesController::showAction","p":"Neos/Neos/Controller/Service/WorkspacesController.html#method_showAction","d":"

Shows details of the given workspace

"},{"t":"M","n":"Neos\\Neos\\Controller\\Service\\WorkspacesController::createAction","p":"Neos/Neos/Controller/Service/WorkspacesController.html#method_createAction","d":"

Create a workspace

"},{"t":"M","n":"Neos\\Neos\\Controller\\Service\\WorkspacesController::initializeUpdateAction","p":"Neos/Neos/Controller/Service/WorkspacesController.html#method_initializeUpdateAction","d":"

Configure property mapping for the updateAction

"},{"t":"M","n":"Neos\\Neos\\Controller\\Service\\WorkspacesController::updateAction","p":"Neos/Neos/Controller/Service/WorkspacesController.html#method_updateAction","d":"

Updates a workspace

"},{"t":"M","n":"Neos\\Neos\\Domain\\EventListener\\AccountPostEventListener::postPersist","p":"Neos/Neos/Domain/EventListener/AccountPostEventListener.html#method_postPersist","d":""},{"t":"M","n":"Neos\\Neos\\Domain\\EventListener\\AccountPostEventListener::postUpdate","p":"Neos/Neos/Domain/EventListener/AccountPostEventListener.html#method_postUpdate","d":""},{"t":"M","n":"Neos\\Neos\\Domain\\EventListener\\AccountPostEventListener::postRemove","p":"Neos/Neos/Domain/EventListener/AccountPostEventListener.html#method_postRemove","d":""},{"t":"M","n":"Neos\\Neos\\Domain\\EventListener\\AccountPostEventListener::flushConfigurationCache","p":"Neos/Neos/Domain/EventListener/AccountPostEventListener.html#method_flushConfigurationCache","d":""},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\Domain::setHostname","p":"Neos/Neos/Domain/Model/Domain.html#method_setHostname","d":"

Sets the hostname

"},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\Domain::getHostname","p":"Neos/Neos/Domain/Model/Domain.html#method_getHostname","d":"

Returns the hostname

"},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\Domain::setScheme","p":"Neos/Neos/Domain/Model/Domain.html#method_setScheme","d":"

Sets the scheme for the domain

"},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\Domain::getScheme","p":"Neos/Neos/Domain/Model/Domain.html#method_getScheme","d":"

Returns the scheme for this domain

"},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\Domain::setPort","p":"Neos/Neos/Domain/Model/Domain.html#method_setPort","d":"

Sets the port for the domain

"},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\Domain::getPort","p":"Neos/Neos/Domain/Model/Domain.html#method_getPort","d":"

Returns the port for this domain

"},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\Domain::setSite","p":"Neos/Neos/Domain/Model/Domain.html#method_setSite","d":"

Sets the site this domain is pointing to

"},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\Domain::getSite","p":"Neos/Neos/Domain/Model/Domain.html#method_getSite","d":"

Returns the site this domain is pointing to

"},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\Domain::setActive","p":"Neos/Neos/Domain/Model/Domain.html#method_setActive","d":"

Sets if the domain is active

"},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\Domain::getActive","p":"Neos/Neos/Domain/Model/Domain.html#method_getActive","d":"

Returns if the domain is active

"},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\Domain::onPostFlush","p":"Neos/Neos/Domain/Model/Domain.html#method_onPostFlush","d":"

Internal event handler to forward domain changes to the "siteChanged" signal

"},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\Domain::getCacheEntryIdentifier","p":"Neos/Neos/Domain/Model/Domain.html#method_getCacheEntryIdentifier","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\Domain::__toString","p":"Neos/Neos/Domain/Model/Domain.html#method___toString","d":"

Returns a URI string representation of this domain

"},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\Dto\\AssetUsageInNodeProperties::__construct","p":"Neos/Neos/Domain/Model/Dto/AssetUsageInNodeProperties.html#method___construct","d":""},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\Dto\\AssetUsageInNodeProperties::getNodeIdentifier","p":"Neos/Neos/Domain/Model/Dto/AssetUsageInNodeProperties.html#method_getNodeIdentifier","d":""},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\Dto\\AssetUsageInNodeProperties::getWorkspaceName","p":"Neos/Neos/Domain/Model/Dto/AssetUsageInNodeProperties.html#method_getWorkspaceName","d":""},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\Dto\\AssetUsageInNodeProperties::getDimensionValues","p":"Neos/Neos/Domain/Model/Dto/AssetUsageInNodeProperties.html#method_getDimensionValues","d":""},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\Dto\\AssetUsageInNodeProperties::getNodeTypeName","p":"Neos/Neos/Domain/Model/Dto/AssetUsageInNodeProperties.html#method_getNodeTypeName","d":""},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\PluginViewDefinition::__construct","p":"Neos/Neos/Domain/Model/PluginViewDefinition.html#method___construct","d":""},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\PluginViewDefinition::getPluginNodeType","p":"Neos/Neos/Domain/Model/PluginViewDefinition.html#method_getPluginNodeType","d":""},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\PluginViewDefinition::getName","p":"Neos/Neos/Domain/Model/PluginViewDefinition.html#method_getName","d":"

Returns the name of the plugin view

"},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\PluginViewDefinition::getConfiguration","p":"Neos/Neos/Domain/Model/PluginViewDefinition.html#method_getConfiguration","d":"

Get the full configuration of the node type. Should only be used internally.

"},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\PluginViewDefinition::getLabel","p":"Neos/Neos/Domain/Model/PluginViewDefinition.html#method_getLabel","d":"

Get the human-readable label of this node type

"},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\PluginViewDefinition::getControllerActionPairs","p":"Neos/Neos/Domain/Model/PluginViewDefinition.html#method_getControllerActionPairs","d":""},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\PluginViewDefinition::matchesControllerActionPair","p":"Neos/Neos/Domain/Model/PluginViewDefinition.html#method_matchesControllerActionPair","d":"

Whether or not the current PluginView is configured to handle the specified controller/action pair

"},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\PluginViewDefinition::__toString","p":"Neos/Neos/Domain/Model/PluginViewDefinition.html#method___toString","d":"

Renders the unique name of this PluginView in the format :/

"},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\Site::__construct","p":"Neos/Neos/Domain/Model/Site.html#method___construct","d":"

Constructs this Site object

"},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\Site::__toString","p":"Neos/Neos/Domain/Model/Site.html#method___toString","d":""},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\Site::setName","p":"Neos/Neos/Domain/Model/Site.html#method_setName","d":"

Sets the name for this site

"},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\Site::getName","p":"Neos/Neos/Domain/Model/Site.html#method_getName","d":"

Returns the name of this site

"},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\Site::getNodeName","p":"Neos/Neos/Domain/Model/Site.html#method_getNodeName","d":"

Returns the node name of this site

"},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\Site::setNodeName","p":"Neos/Neos/Domain/Model/Site.html#method_setNodeName","d":"

Sets the node name for this site

"},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\Site::setState","p":"Neos/Neos/Domain/Model/Site.html#method_setState","d":"

Sets the state for this site

"},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\Site::getState","p":"Neos/Neos/Domain/Model/Site.html#method_getState","d":"

Returns the state of this site

"},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\Site::setSiteResourcesPackageKey","p":"Neos/Neos/Domain/Model/Site.html#method_setSiteResourcesPackageKey","d":"

Sets the key of a package containing the static resources for this site.

"},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\Site::getSiteResourcesPackageKey","p":"Neos/Neos/Domain/Model/Site.html#method_getSiteResourcesPackageKey","d":"

Returns the key of a package containing the static resources for this site.

"},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\Site::isOnline","p":"Neos/Neos/Domain/Model/Site.html#method_isOnline","d":""},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\Site::isOffline","p":"Neos/Neos/Domain/Model/Site.html#method_isOffline","d":""},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\Site::setDomains","p":"Neos/Neos/Domain/Model/Site.html#method_setDomains","d":""},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\Site::getDomains","p":"Neos/Neos/Domain/Model/Site.html#method_getDomains","d":""},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\Site::hasActiveDomains","p":"Neos/Neos/Domain/Model/Site.html#method_hasActiveDomains","d":""},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\Site::getActiveDomains","p":"Neos/Neos/Domain/Model/Site.html#method_getActiveDomains","d":""},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\Site::getFirstActiveDomain","p":"Neos/Neos/Domain/Model/Site.html#method_getFirstActiveDomain","d":""},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\Site::setPrimaryDomain","p":"Neos/Neos/Domain/Model/Site.html#method_setPrimaryDomain","d":"

Sets (and adds if necessary) the primary domain of this site.

"},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\Site::getPrimaryDomain","p":"Neos/Neos/Domain/Model/Site.html#method_getPrimaryDomain","d":"

Returns the primary domain, if one has been defined.

"},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\Site::getAssetCollection","p":"Neos/Neos/Domain/Model/Site.html#method_getAssetCollection","d":""},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\Site::setAssetCollection","p":"Neos/Neos/Domain/Model/Site.html#method_setAssetCollection","d":""},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\Site::onPostFlush","p":"Neos/Neos/Domain/Model/Site.html#method_onPostFlush","d":"

Internal event handler to forward site changes to the "siteChanged" signal

"},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\Site::emitSiteChanged","p":"Neos/Neos/Domain/Model/Site.html#method_emitSiteChanged","d":"

Internal signal

"},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\User::__construct","p":"Neos/Neos/Domain/Model/User.html#method___construct","d":"

Constructs this User object

"},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\User::getLabel","p":"Neos/Neos/Domain/Model/User.html#method_getLabel","d":"

Returns a label which can be used as a human-friendly identifier for this user.

"},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\User::getPreferences","p":"Neos/Neos/Domain/Model/User.html#method_getPreferences","d":""},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\User::setPreferences","p":"Neos/Neos/Domain/Model/User.html#method_setPreferences","d":""},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\User::isActive","p":"Neos/Neos/Domain/Model/User.html#method_isActive","d":"

Checks if at least one account of this user ist active

"},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\UserInterfaceMode::getName","p":"Neos/Neos/Domain/Model/UserInterfaceMode.html#method_getName","d":""},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\UserInterfaceMode::setName","p":"Neos/Neos/Domain/Model/UserInterfaceMode.html#method_setName","d":""},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\UserInterfaceMode::isPreview","p":"Neos/Neos/Domain/Model/UserInterfaceMode.html#method_isPreview","d":""},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\UserInterfaceMode::setPreview","p":"Neos/Neos/Domain/Model/UserInterfaceMode.html#method_setPreview","d":""},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\UserInterfaceMode::isEdit","p":"Neos/Neos/Domain/Model/UserInterfaceMode.html#method_isEdit","d":""},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\UserInterfaceMode::setEdit","p":"Neos/Neos/Domain/Model/UserInterfaceMode.html#method_setEdit","d":""},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\UserInterfaceMode::getFusionPath","p":"Neos/Neos/Domain/Model/UserInterfaceMode.html#method_getFusionPath","d":""},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\UserInterfaceMode::setFusionPath","p":"Neos/Neos/Domain/Model/UserInterfaceMode.html#method_setFusionPath","d":""},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\UserInterfaceMode::getTitle","p":"Neos/Neos/Domain/Model/UserInterfaceMode.html#method_getTitle","d":""},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\UserInterfaceMode::setTitle","p":"Neos/Neos/Domain/Model/UserInterfaceMode.html#method_setTitle","d":""},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\UserInterfaceMode::getOptions","p":"Neos/Neos/Domain/Model/UserInterfaceMode.html#method_getOptions","d":""},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\UserInterfaceMode::getOptionByPath","p":"Neos/Neos/Domain/Model/UserInterfaceMode.html#method_getOptionByPath","d":""},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\UserInterfaceMode::setOptions","p":"Neos/Neos/Domain/Model/UserInterfaceMode.html#method_setOptions","d":""},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\UserInterfaceMode::createByConfiguration","p":"Neos/Neos/Domain/Model/UserInterfaceMode.html#method_createByConfiguration","d":"

Creates an UserInterfaceMode object by configuration

"},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\UserPreferences::getPreferences","p":"Neos/Neos/Domain/Model/UserPreferences.html#method_getPreferences","d":"

Get preferences

"},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\UserPreferences::setPreferences","p":"Neos/Neos/Domain/Model/UserPreferences.html#method_setPreferences","d":""},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\UserPreferences::set","p":"Neos/Neos/Domain/Model/UserPreferences.html#method_set","d":""},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\UserPreferences::get","p":"Neos/Neos/Domain/Model/UserPreferences.html#method_get","d":""},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\UserPreferences::setInterfaceLanguage","p":"Neos/Neos/Domain/Model/UserPreferences.html#method_setInterfaceLanguage","d":""},{"t":"M","n":"Neos\\Neos\\Domain\\Model\\UserPreferences::getInterfaceLanguage","p":"Neos/Neos/Domain/Model/UserPreferences.html#method_getInterfaceLanguage","d":""},{"t":"M","n":"Neos\\Neos\\Domain\\Repository\\DomainRepository::findByHost","p":"Neos/Neos/Domain/Repository/DomainRepository.html#method_findByHost","d":"

Finds all active domains matching the given hostname.

"},{"t":"M","n":"Neos\\Neos\\Domain\\Repository\\DomainRepository::findOneByHost","p":"Neos/Neos/Domain/Repository/DomainRepository.html#method_findOneByHost","d":"

Find the best matching active domain for the given hostname.

"},{"t":"M","n":"Neos\\Neos\\Domain\\Repository\\DomainRepository::findOneByActiveRequest","p":"Neos/Neos/Domain/Repository/DomainRepository.html#method_findOneByActiveRequest","d":""},{"t":"M","n":"Neos\\Neos\\Domain\\Repository\\SiteRepository::findFirst","p":"Neos/Neos/Domain/Repository/SiteRepository.html#method_findFirst","d":"

Finds the first site

"},{"t":"M","n":"Neos\\Neos\\Domain\\Repository\\SiteRepository::findOnline","p":"Neos/Neos/Domain/Repository/SiteRepository.html#method_findOnline","d":"

Find all sites with status "online"

"},{"t":"M","n":"Neos\\Neos\\Domain\\Repository\\SiteRepository::findFirstOnline","p":"Neos/Neos/Domain/Repository/SiteRepository.html#method_findFirstOnline","d":"

Find first site with status "online"

"},{"t":"M","n":"Neos\\Neos\\Domain\\Repository\\SiteRepository::findOneByNodeName","p":"Neos/Neos/Domain/Repository/SiteRepository.html#method_findOneByNodeName","d":""},{"t":"M","n":"Neos\\Neos\\Domain\\Repository\\SiteRepository::findDefault","p":"Neos/Neos/Domain/Repository/SiteRepository.html#method_findDefault","d":"

Find the site that was specified in the configuration defaultSiteNodeName

"},{"t":"M","n":"Neos\\Neos\\Domain\\Repository\\UserRepository::findAllOrderedByUsername","p":"Neos/Neos/Domain/Repository/UserRepository.html#method_findAllOrderedByUsername","d":""},{"t":"M","n":"Neos\\Neos\\Domain\\Repository\\UserRepository::findBySearchTerm","p":"Neos/Neos/Domain/Repository/UserRepository.html#method_findBySearchTerm","d":""},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\ConfigurationContentDimensionPresetSource::findPresetByUriSegment","p":"Neos/Neos/Domain/Service/ConfigurationContentDimensionPresetSource.html#method_findPresetByUriSegment","d":"

Find a dimension preset by URI identifier

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\ContentContext::__construct","p":"Neos/Neos/Domain/Service/ContentContext.html#method___construct","d":"

Creates a new Content Context object.

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\ContentContext::getCurrentSite","p":"Neos/Neos/Domain/Service/ContentContext.html#method_getCurrentSite","d":"

Returns the current site from this frontend context

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\ContentContext::getCurrentDomain","p":"Neos/Neos/Domain/Service/ContentContext.html#method_getCurrentDomain","d":"

Returns the current domain from this frontend context

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\ContentContext::getCurrentSiteNode","p":"Neos/Neos/Domain/Service/ContentContext.html#method_getCurrentSiteNode","d":"

Returns the node of the current site.

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\ContentContext::getProperties","p":"Neos/Neos/Domain/Service/ContentContext.html#method_getProperties","d":"

Returns the properties of this context.

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\ContentContext::isLive","p":"Neos/Neos/Domain/Service/ContentContext.html#method_isLive","d":"

Returns true if current context is live workspace, false otherwise

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\ContentContext::isInBackend","p":"Neos/Neos/Domain/Service/ContentContext.html#method_isInBackend","d":"

Returns true while rendering backend (not live workspace and access to backend granted), false otherwise

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\ContentContext::getCurrentRenderingMode","p":"Neos/Neos/Domain/Service/ContentContext.html#method_getCurrentRenderingMode","d":""},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\ContentContext::hasAccessToBackend","p":"Neos/Neos/Domain/Service/ContentContext.html#method_hasAccessToBackend","d":"

Is access to the neos backend granted by current authentications.

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\ContentContextFactory::buildContextInstance","p":"Neos/Neos/Domain/Service/ContentContextFactory.html#method_buildContextInstance","d":"

Creates the actual Context instance.

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\ContentContextFactory::mergeContextPropertiesWithDefaults","p":"Neos/Neos/Domain/Service/ContentContextFactory.html#method_mergeContextPropertiesWithDefaults","d":"

Merges the given context properties with sane defaults for the context implementation.

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\ContentContextFactory::setDefaultSiteAndDomainFromCurrentRequest","p":"Neos/Neos/Domain/Service/ContentContextFactory.html#method_setDefaultSiteAndDomainFromCurrentRequest","d":"

Determines the current domain and site from the request and sets the resulting values as\nas defaults.

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\ContentContextFactory::getIdentifierSource","p":"Neos/Neos/Domain/Service/ContentContextFactory.html#method_getIdentifierSource","d":"

This creates the actual identifier and needs to be overridden by builders extending this.

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\ContentContextFactory::validateContextProperties","p":"Neos/Neos/Domain/Service/ContentContextFactory.html#method_validateContextProperties","d":""},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\ContentDimensionPresetSourceInterface::findPresetByUriSegment","p":"Neos/Neos/Domain/Service/ContentDimensionPresetSourceInterface.html#method_findPresetByUriSegment","d":"

Find a dimension preset by URI identifier

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\DefaultPrototypeGeneratorInterface::generate","p":"Neos/Neos/Domain/Service/DefaultPrototypeGeneratorInterface.html#method_generate","d":"

Generate a Fusion prototype definition for a given node type

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\DomainMatchingStrategy::getSortedMatches","p":"Neos/Neos/Domain/Service/DomainMatchingStrategy.html#method_getSortedMatches","d":"

Returns those of the given domains which match the specified hostname.

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\FusionService::createRuntime","p":"Neos/Neos/Domain/Service/FusionService.html#method_createRuntime","d":"

Create a runtime for the given site node

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\FusionService::getMergedFusionObjectTree","p":"Neos/Neos/Domain/Service/FusionService.html#method_getMergedFusionObjectTree","d":"

Returns a merged Fusion object tree in the context of the given nodes

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\FusionService::getSiteForSiteNode","p":"Neos/Neos/Domain/Service/FusionService.html#method_getSiteForSiteNode","d":""},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\FusionService::readExternalFusionFile","p":"Neos/Neos/Domain/Service/FusionService.html#method_readExternalFusionFile","d":"

Reads the Fusion file from the given path and filename.

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\FusionService::generateNodeTypeDefinitions","p":"Neos/Neos/Domain/Service/FusionService.html#method_generateNodeTypeDefinitions","d":"

Generate Fusion prototype definitions for all node types

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\FusionService::generateFusionForNodeType","p":"Neos/Neos/Domain/Service/FusionService.html#method_generateFusionForNodeType","d":"

Generate a Fusion prototype definition for a given node type

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\FusionService::getFusionIncludes","p":"Neos/Neos/Domain/Service/FusionService.html#method_getFusionIncludes","d":"

Concatenate the given Fusion resources with include statements

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\FusionService::prepareAutoIncludeFusion","p":"Neos/Neos/Domain/Service/FusionService.html#method_prepareAutoIncludeFusion","d":"

Prepares an array with Fusion paths to auto include before the Site Fusion.

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\FusionService::setSiteRootFusionPattern","p":"Neos/Neos/Domain/Service/FusionService.html#method_setSiteRootFusionPattern","d":"

Set the pattern for including the site root Fusion

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\FusionService::getPrependFusionIncludes","p":"Neos/Neos/Domain/Service/FusionService.html#method_getPrependFusionIncludes","d":"

Get the Fusion resources that are included before the site Fusion.

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\FusionService::setPrependFusionIncludes","p":"Neos/Neos/Domain/Service/FusionService.html#method_setPrependFusionIncludes","d":"

Set Fusion resources that should be prepended before the site Fusion,\nit defaults to the Neos Root.fusion Fusion.

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\FusionService::getAppendFusionIncludes","p":"Neos/Neos/Domain/Service/FusionService.html#method_getAppendFusionIncludes","d":"

Get Fusion resources that will be appended after the site Fusion.

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\FusionService::setAppendFusionIncludes","p":"Neos/Neos/Domain/Service/FusionService.html#method_setAppendFusionIncludes","d":"

Set Fusion resources that should be appended after the site Fusion,\nthis defaults to an empty array.

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\NodeSearchService::findByProperties","p":"Neos/Neos/Domain/Service/NodeSearchService.html#method_findByProperties","d":"

Search all properties for given $term

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\NodeSearchService::nodeSatisfiesSearchNodeTypes","p":"Neos/Neos/Domain/Service/NodeSearchService.html#method_nodeSatisfiesSearchNodeTypes","d":"

Whether or not the given $node satisfies the specified types

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\NodeSearchServiceInterface::findByProperties","p":"Neos/Neos/Domain/Service/NodeSearchServiceInterface.html#method_findByProperties","d":""},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\NodeShortcutResolver::resolveShortcutTarget","p":"Neos/Neos/Domain/Service/NodeShortcutResolver.html#method_resolveShortcutTarget","d":"

Resolves a shortcut node to the target. The return value can be

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\SiteExportService::export","p":"Neos/Neos/Domain/Service/SiteExportService.html#method_export","d":"

Fetches the site with the given name and exports it into XML.

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\SiteExportService::exportToPackage","p":"Neos/Neos/Domain/Service/SiteExportService.html#method_exportToPackage","d":"

Fetches the site with the given name and exports it into XML in the given package.

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\SiteExportService::exportToFile","p":"Neos/Neos/Domain/Service/SiteExportService.html#method_exportToFile","d":"

Fetches the site with the given name and exports it as XML into the given file.

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\SiteExportService::exportSites","p":"Neos/Neos/Domain/Service/SiteExportService.html#method_exportSites","d":"

Exports the given sites to the XMLWriter

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\SiteExportService::exportSite","p":"Neos/Neos/Domain/Service/SiteExportService.html#method_exportSite","d":"

Export the given $site to the XMLWriter

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\SiteImportService::initializeObject","p":"Neos/Neos/Domain/Service/SiteImportService.html#method_initializeObject","d":""},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\SiteImportService::importFromPackage","p":"Neos/Neos/Domain/Service/SiteImportService.html#method_importFromPackage","d":"

Checks for the presence of Sites.xml in the given package and imports it if found.

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\SiteImportService::importFromFile","p":"Neos/Neos/Domain/Service/SiteImportService.html#method_importFromFile","d":"

Imports one or multiple sites from the XML file at $pathAndFilename

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\SiteImportService::getSiteByNodeName","p":"Neos/Neos/Domain/Service/SiteImportService.html#method_getSiteByNodeName","d":"

Updates or creates a site with the given $siteNodeName

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\SiteImportService::emitSiteImported","p":"Neos/Neos/Domain/Service/SiteImportService.html#method_emitSiteImported","d":"

Signal that is triggered when a site has been imported successfully

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\SiteService::pruneSite","p":"Neos/Neos/Domain/Service/SiteService.html#method_pruneSite","d":"

Remove given site all nodes for that site and all domains associated.

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\SiteService::pruneAll","p":"Neos/Neos/Domain/Service/SiteService.html#method_pruneAll","d":"

Remove all sites and their respective nodes and domains

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\SiteService::assignUploadedAssetToSiteAssetCollection","p":"Neos/Neos/Domain/Service/SiteService.html#method_assignUploadedAssetToSiteAssetCollection","d":"

Adds an asset to the asset collection of the site it has been uploaded to\nNote: This is usually triggered by the ContentController::assetUploaded signal

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\SiteService::emitSitePruned","p":"Neos/Neos/Domain/Service/SiteService.html#method_emitSitePruned","d":"

Signal that is triggered whenever a site has been pruned

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\UserInterfaceModeService::findModeByCurrentUser","p":"Neos/Neos/Domain/Service/UserInterfaceModeService.html#method_findModeByCurrentUser","d":"

Get the current rendering mode (editPreviewMode).

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\UserInterfaceModeService::findDefaultMode","p":"Neos/Neos/Domain/Service/UserInterfaceModeService.html#method_findDefaultMode","d":"

Returns the default rendering mode.

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\UserInterfaceModeService::findModeByName","p":"Neos/Neos/Domain/Service/UserInterfaceModeService.html#method_findModeByName","d":"

Finds an rendering mode by name.

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\UserService::getUsers","p":"Neos/Neos/Domain/Service/UserService.html#method_getUsers","d":"

Retrieves a list of all existing users

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\UserService::searchUsers","p":"Neos/Neos/Domain/Service/UserService.html#method_searchUsers","d":""},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\UserService::getUser","p":"Neos/Neos/Domain/Service/UserService.html#method_getUser","d":"

Retrieves an existing user by the given username

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\UserService::getUsername","p":"Neos/Neos/Domain/Service/UserService.html#method_getUsername","d":"

Returns the username of the given user

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\UserService::getCurrentUser","p":"Neos/Neos/Domain/Service/UserService.html#method_getCurrentUser","d":"

Returns the currently logged in user, if any

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\UserService::createUser","p":"Neos/Neos/Domain/Service/UserService.html#method_createUser","d":"

Creates a user based on the given information

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\UserService::addUser","p":"Neos/Neos/Domain/Service/UserService.html#method_addUser","d":"

Adds a user whose User object has been created elsewhere

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\UserService::emitUserCreated","p":"Neos/Neos/Domain/Service/UserService.html#method_emitUserCreated","d":"

Signals that a new user, including a new account has been created.

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\UserService::deleteUser","p":"Neos/Neos/Domain/Service/UserService.html#method_deleteUser","d":"

Deletes the specified user and all remaining content in his personal workspaces

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\UserService::emitUserDeleted","p":"Neos/Neos/Domain/Service/UserService.html#method_emitUserDeleted","d":"

Signals that the given user has been deleted.

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\UserService::setUserPassword","p":"Neos/Neos/Domain/Service/UserService.html#method_setUserPassword","d":"

Sets a new password for the given user

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\UserService::updateUser","p":"Neos/Neos/Domain/Service/UserService.html#method_updateUser","d":"

Updates the given user in the respective repository and potentially executes further actions depending on what\nhas been changed.

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\UserService::addRoleToUser","p":"Neos/Neos/Domain/Service/UserService.html#method_addRoleToUser","d":"

Adds the specified role to all accounts of the given user and potentially carries out further actions which are needed to\nproperly reflect these changes.

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\UserService::removeRoleFromUser","p":"Neos/Neos/Domain/Service/UserService.html#method_removeRoleFromUser","d":"

Removes the specified role from all accounts of the given user and potentially carries out further actions which are needed to\nproperly reflect these changes.

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\UserService::emitUserUpdated","p":"Neos/Neos/Domain/Service/UserService.html#method_emitUserUpdated","d":"

Signals that the given user data has been updated.

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\UserService::setRolesForAccount","p":"Neos/Neos/Domain/Service/UserService.html#method_setRolesForAccount","d":"

Overrides any assigned roles of the given account and potentially carries out further actions which are needed\nto properly reflect these changes.

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\UserService::addRoleToAccount","p":"Neos/Neos/Domain/Service/UserService.html#method_addRoleToAccount","d":"

Adds the specified role to the given account and potentially carries out further actions which are needed to\nproperly reflect these changes.

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\UserService::emitRolesAdded","p":"Neos/Neos/Domain/Service/UserService.html#method_emitRolesAdded","d":"

Signals that new roles have been assigned to the given account

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\UserService::removeRoleFromAccount","p":"Neos/Neos/Domain/Service/UserService.html#method_removeRoleFromAccount","d":"

Removes the specified role from the given account and potentially carries out further actions which are needed to\nproperly reflect these changes.

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\UserService::emitRolesRemoved","p":"Neos/Neos/Domain/Service/UserService.html#method_emitRolesRemoved","d":"

Signals that roles have been removed to the given account

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\UserService::activateUser","p":"Neos/Neos/Domain/Service/UserService.html#method_activateUser","d":"

Reactivates the given user

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\UserService::emitUserActivated","p":"Neos/Neos/Domain/Service/UserService.html#method_emitUserActivated","d":"

Signals that the given user has been activated

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\UserService::deactivateUser","p":"Neos/Neos/Domain/Service/UserService.html#method_deactivateUser","d":"

Deactivates the given user

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\UserService::currentUserCanPublishToWorkspace","p":"Neos/Neos/Domain/Service/UserService.html#method_currentUserCanPublishToWorkspace","d":"

Checks if the current user may publish to the given workspace according to one the roles of the user's accounts

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\UserService::currentUserCanReadWorkspace","p":"Neos/Neos/Domain/Service/UserService.html#method_currentUserCanReadWorkspace","d":"

Checks if the current user may read the given workspace according to one the roles of the user's accounts

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\UserService::currentUserCanManageWorkspace","p":"Neos/Neos/Domain/Service/UserService.html#method_currentUserCanManageWorkspace","d":"

Checks if the current user may manage the given workspace according to one the roles of the user's accounts

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\UserService::currentUserCanTransferOwnershipOfWorkspace","p":"Neos/Neos/Domain/Service/UserService.html#method_currentUserCanTransferOwnershipOfWorkspace","d":"

Checks if the current user may transfer ownership of the given workspace

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\UserService::currentUserIsAdministrator","p":"Neos/Neos/Domain/Service/UserService.html#method_currentUserIsAdministrator","d":""},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\UserService::getDefaultAuthenticationProviderName","p":"Neos/Neos/Domain/Service/UserService.html#method_getDefaultAuthenticationProviderName","d":"

Returns the default authentication provider name

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\UserService::emitUserDeactivated","p":"Neos/Neos/Domain/Service/UserService.html#method_emitUserDeactivated","d":"

Signals that the given user has been activated

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\UserService::normalizeRoleIdentifiers","p":"Neos/Neos/Domain/Service/UserService.html#method_normalizeRoleIdentifiers","d":"

Replaces role identifiers not containing a "." into fully qualified role identifiers from the Neos.Neos namespace.

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\UserService::normalizeRoleIdentifier","p":"Neos/Neos/Domain/Service/UserService.html#method_normalizeRoleIdentifier","d":"

Replaces a role identifier not containing a "." into fully qualified role identifier from the Neos.Neos namespace.

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\UserService::getAllRoles","p":"Neos/Neos/Domain/Service/UserService.html#method_getAllRoles","d":"

Returns an array with all roles of a user's accounts, including parent roles, the "Everybody" role and the\n"AuthenticatedUser" role, assuming that the user is logged in.

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\UserService::createPersonalWorkspace","p":"Neos/Neos/Domain/Service/UserService.html#method_createPersonalWorkspace","d":"

Creates a personal workspace for the given user's account if it does not exist already.

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\UserService::deletePersonalWorkspace","p":"Neos/Neos/Domain/Service/UserService.html#method_deletePersonalWorkspace","d":"

Removes all personal workspaces of the given user's account if these workspaces exist. Also removes\nall possibly existing content of these workspaces.

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\UserService::removeOwnerFromUsersWorkspaces","p":"Neos/Neos/Domain/Service/UserService.html#method_removeOwnerFromUsersWorkspaces","d":"

Removes ownership of all workspaces currently owned by the given user

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\UserService::findUserForAccount","p":"Neos/Neos/Domain/Service/UserService.html#method_findUserForAccount","d":""},{"t":"M","n":"Neos\\Neos\\Domain\\Strategy\\AssetUsageInNodePropertiesStrategy::getUsageReferences","p":"Neos/Neos/Domain/Strategy/AssetUsageInNodePropertiesStrategy.html#method_getUsageReferences","d":"

Returns an array of usage reference objects.

"},{"t":"M","n":"Neos\\Neos\\Domain\\Strategy\\AssetUsageInNodePropertiesStrategy::getRelatedNodes","p":"Neos/Neos/Domain/Strategy/AssetUsageInNodePropertiesStrategy.html#method_getRelatedNodes","d":"

Returns all nodes that use the asset in a node property.

"},{"t":"M","n":"Neos\\Neos\\Eel\\FlowQueryOperations\\ParentsOperation::canEvaluate","p":"Neos/Neos/Eel/FlowQueryOperations/ParentsOperation.html#method_canEvaluate","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\Neos\\Eel\\FlowQueryOperations\\ParentsOperation::evaluate","p":"Neos/Neos/Eel/FlowQueryOperations/ParentsOperation.html#method_evaluate","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\Neos\\Eel\\FlowQueryOperations\\ParentsUntilOperation::canEvaluate","p":"Neos/Neos/Eel/FlowQueryOperations/ParentsUntilOperation.html#method_canEvaluate","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\Neos\\Eel\\FlowQueryOperations\\ParentsUntilOperation::evaluate","p":"Neos/Neos/Eel/FlowQueryOperations/ParentsUntilOperation.html#method_evaluate","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\Neos\\Eel\\FlowQueryOperations\\ParentsUntilOperation::getParents","p":"Neos/Neos/Eel/FlowQueryOperations/ParentsUntilOperation.html#method_getParents","d":""},{"t":"M","n":"Neos\\Neos\\Eel\\FlowQueryOperations\\ParentsUntilOperation::getNodesUntil","p":"Neos/Neos/Eel/FlowQueryOperations/ParentsUntilOperation.html#method_getNodesUntil","d":""},{"t":"M","n":"Neos\\Neos\\Eel\\FlowQueryOperations\\SortOperation::canEvaluate","p":"Neos/Neos/Eel/FlowQueryOperations/SortOperation.html#method_canEvaluate","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\Neos\\Eel\\FlowQueryOperations\\SortOperation::evaluate","p":"Neos/Neos/Eel/FlowQueryOperations/SortOperation.html#method_evaluate","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\Neos\\EventLog\\Domain\\Model\\Event::__construct","p":"Neos/Neos/EventLog/Domain/Model/Event.html#method___construct","d":"

Create a new event

"},{"t":"M","n":"Neos\\Neos\\EventLog\\Domain\\Model\\Event::getEventType","p":"Neos/Neos/EventLog/Domain/Model/Event.html#method_getEventType","d":"

Return the type of this event

"},{"t":"M","n":"Neos\\Neos\\EventLog\\Domain\\Model\\Event::getTimestamp","p":"Neos/Neos/EventLog/Domain/Model/Event.html#method_getTimestamp","d":"

Return the timestamp of this event

"},{"t":"M","n":"Neos\\Neos\\EventLog\\Domain\\Model\\Event::getData","p":"Neos/Neos/EventLog/Domain/Model/Event.html#method_getData","d":"

Return the payload of this event

"},{"t":"M","n":"Neos\\Neos\\EventLog\\Domain\\Model\\Event::getAccountIdentifier","p":"Neos/Neos/EventLog/Domain/Model/Event.html#method_getAccountIdentifier","d":"

Return the identifier of the account (if any) which triggered this event

"},{"t":"M","n":"Neos\\Neos\\EventLog\\Domain\\Model\\Event::getParentEvent","p":"Neos/Neos/EventLog/Domain/Model/Event.html#method_getParentEvent","d":"

Return the parent event (if any)

"},{"t":"M","n":"Neos\\Neos\\EventLog\\Domain\\Model\\Event::getChildEvents","p":"Neos/Neos/EventLog/Domain/Model/Event.html#method_getChildEvents","d":"

Return the child events (if any)

"},{"t":"M","n":"Neos\\Neos\\EventLog\\Domain\\Model\\Event::addChildEvent","p":"Neos/Neos/EventLog/Domain/Model/Event.html#method_addChildEvent","d":"

Add a new child event. Is called from the child event's constructor.

"},{"t":"M","n":"Neos\\Neos\\EventLog\\Domain\\Model\\EventsOnDate::__construct","p":"Neos/Neos/EventLog/Domain/Model/EventsOnDate.html#method___construct","d":""},{"t":"M","n":"Neos\\Neos\\EventLog\\Domain\\Model\\EventsOnDate::add","p":"Neos/Neos/EventLog/Domain/Model/EventsOnDate.html#method_add","d":"

add another event to this group

"},{"t":"M","n":"Neos\\Neos\\EventLog\\Domain\\Model\\EventsOnDate::getEvents","p":"Neos/Neos/EventLog/Domain/Model/EventsOnDate.html#method_getEvents","d":""},{"t":"M","n":"Neos\\Neos\\EventLog\\Domain\\Model\\EventsOnDate::getDay","p":"Neos/Neos/EventLog/Domain/Model/EventsOnDate.html#method_getDay","d":""},{"t":"M","n":"Neos\\Neos\\EventLog\\Domain\\Model\\NodeEvent::getWorkspaceName","p":"Neos/Neos/EventLog/Domain/Model/NodeEvent.html#method_getWorkspaceName","d":"

Return name of the workspace where the node event happened

"},{"t":"M","n":"Neos\\Neos\\EventLog\\Domain\\Model\\NodeEvent::isDocumentEvent","p":"Neos/Neos/EventLog/Domain/Model/NodeEvent.html#method_isDocumentEvent","d":""},{"t":"M","n":"Neos\\Neos\\EventLog\\Domain\\Model\\NodeEvent::getDocumentNodeIdentifier","p":"Neos/Neos/EventLog/Domain/Model/NodeEvent.html#method_getDocumentNodeIdentifier","d":"

Return the node identifier of the closest parent document node related to this event

"},{"t":"M","n":"Neos\\Neos\\EventLog\\Domain\\Model\\NodeEvent::getNodeIdentifier","p":"Neos/Neos/EventLog/Domain/Model/NodeEvent.html#method_getNodeIdentifier","d":"

Return the node identifier of the node this event relates to

"},{"t":"M","n":"Neos\\Neos\\EventLog\\Domain\\Model\\NodeEvent::setNode","p":"Neos/Neos/EventLog/Domain/Model/NodeEvent.html#method_setNode","d":"

Set the "context node" this operation was working on.

"},{"t":"M","n":"Neos\\Neos\\EventLog\\Domain\\Model\\NodeEvent::setWorkspaceName","p":"Neos/Neos/EventLog/Domain/Model/NodeEvent.html#method_setWorkspaceName","d":"

Override the workspace name. MUST be called after setNode(), else it won't have an effect.

"},{"t":"M","n":"Neos\\Neos\\EventLog\\Domain\\Model\\NodeEvent::getClosestAggregateNode","p":"Neos/Neos/EventLog/Domain/Model/NodeEvent.html#method_getClosestAggregateNode","d":"

Returns the closest aggregate node of the given node

"},{"t":"M","n":"Neos\\Neos\\EventLog\\Domain\\Model\\NodeEvent::getDocumentNode","p":"Neos/Neos/EventLog/Domain/Model/NodeEvent.html#method_getDocumentNode","d":"

Returns the closest document node, if it can be resolved.

"},{"t":"M","n":"Neos\\Neos\\EventLog\\Domain\\Model\\NodeEvent::getNode","p":"Neos/Neos/EventLog/Domain/Model/NodeEvent.html#method_getNode","d":"

Returns the node this even refers to, if it can be resolved.

"},{"t":"M","n":"Neos\\Neos\\EventLog\\Domain\\Model\\NodeEvent::getCurrentSite","p":"Neos/Neos/EventLog/Domain/Model/NodeEvent.html#method_getCurrentSite","d":"

Prevents invalid calls to the site repository in case the site data property is not available.

"},{"t":"M","n":"Neos\\Neos\\EventLog\\Domain\\Model\\NodeEvent::__toString","p":"Neos/Neos/EventLog/Domain/Model/NodeEvent.html#method___toString","d":""},{"t":"M","n":"Neos\\Neos\\EventLog\\Domain\\Repository\\EventRepository::findRelevantEventsByWorkspace","p":"Neos/Neos/EventLog/Domain/Repository/EventRepository.html#method_findRelevantEventsByWorkspace","d":"

Find all events which are "top-level" and in a given workspace (or are not NodeEvents)

"},{"t":"M","n":"Neos\\Neos\\EventLog\\Domain\\Repository\\EventRepository::findRelevantEvents","p":"Neos/Neos/EventLog/Domain/Repository/EventRepository.html#method_findRelevantEvents","d":"

Find all events which are "top-level", i.e. do not have a parent event.

"},{"t":"M","n":"Neos\\Neos\\EventLog\\Domain\\Repository\\EventRepository::prepareRelevantEventsQuery","p":"Neos/Neos/EventLog/Domain/Repository/EventRepository.html#method_prepareRelevantEventsQuery","d":""},{"t":"M","n":"Neos\\Neos\\EventLog\\Domain\\Repository\\EventRepository::removeAll","p":"Neos/Neos/EventLog/Domain/Repository/EventRepository.html#method_removeAll","d":"

Remove all events without checking foreign keys. Needed for clearing the table during tests.

"},{"t":"M","n":"Neos\\Neos\\EventLog\\Domain\\Service\\EventEmittingService::isEnabled","p":"Neos/Neos/EventLog/Domain/Service/EventEmittingService.html#method_isEnabled","d":""},{"t":"M","n":"Neos\\Neos\\EventLog\\Domain\\Service\\EventEmittingService::emit","p":"Neos/Neos/EventLog/Domain/Service/EventEmittingService.html#method_emit","d":"

Convenience method for generating an event and directly adding it afterwards to persistence.

"},{"t":"M","n":"Neos\\Neos\\EventLog\\Domain\\Service\\EventEmittingService::generate","p":"Neos/Neos/EventLog/Domain/Service/EventEmittingService.html#method_generate","d":"

Generates a new event, without persisting it yet.

"},{"t":"M","n":"Neos\\Neos\\EventLog\\Domain\\Service\\EventEmittingService::add","p":"Neos/Neos/EventLog/Domain/Service/EventEmittingService.html#method_add","d":"

Add the passed event (which has been generated by generate()) to persistence.

"},{"t":"M","n":"Neos\\Neos\\EventLog\\Domain\\Service\\EventEmittingService::pushContext","p":"Neos/Neos/EventLog/Domain/Service/EventEmittingService.html#method_pushContext","d":"

Push the last-generated event onto the context, nesting all further generated events underneath the top-level one.

"},{"t":"M","n":"Neos\\Neos\\EventLog\\Domain\\Service\\EventEmittingService::popContext","p":"Neos/Neos/EventLog/Domain/Service/EventEmittingService.html#method_popContext","d":"

Remove an element from the context stack. Is the reverse operation to pushContext().

"},{"t":"M","n":"Neos\\Neos\\EventLog\\Domain\\Service\\EventEmittingService::getCurrentContext","p":"Neos/Neos/EventLog/Domain/Service/EventEmittingService.html#method_getCurrentContext","d":"

The current context-event or NULL if none exists currently.

"},{"t":"M","n":"Neos\\Neos\\EventLog\\Domain\\Service\\EventEmittingService::initializeCurrentUsername","p":"Neos/Neos/EventLog/Domain/Service/EventEmittingService.html#method_initializeCurrentUsername","d":"

Try to set the current username emitting the events, if possible

"},{"t":"M","n":"Neos\\Neos\\EventLog\\Integrations\\ContentRepositoryIntegrationService::preFlush","p":"Neos/Neos/EventLog/Integrations/ContentRepositoryIntegrationService.html#method_preFlush","d":"

React on the Doctrine preFlush event and trigger the respective internal node events

"},{"t":"M","n":"Neos\\Neos\\EventLog\\Integrations\\ContentRepositoryIntegrationService::beforeNodeCreate","p":"Neos/Neos/EventLog/Integrations/ContentRepositoryIntegrationService.html#method_beforeNodeCreate","d":"

Emit a "Node Added" event

"},{"t":"M","n":"Neos\\Neos\\EventLog\\Integrations\\ContentRepositoryIntegrationService::afterNodeCreate","p":"Neos/Neos/EventLog/Integrations/ContentRepositoryIntegrationService.html#method_afterNodeCreate","d":"

Add the created node to the previously created "Added Node" event

"},{"t":"M","n":"Neos\\Neos\\EventLog\\Integrations\\ContentRepositoryIntegrationService::nodeUpdated","p":"Neos/Neos/EventLog/Integrations/ContentRepositoryIntegrationService.html#method_nodeUpdated","d":"

Emit a "Node Updated" event

"},{"t":"M","n":"Neos\\Neos\\EventLog\\Integrations\\ContentRepositoryIntegrationService::beforeNodePropertyChange","p":"Neos/Neos/EventLog/Integrations/ContentRepositoryIntegrationService.html#method_beforeNodePropertyChange","d":"

Emit an event when node properties have been changed

"},{"t":"M","n":"Neos\\Neos\\EventLog\\Integrations\\ContentRepositoryIntegrationService::nodePropertyChanged","p":"Neos/Neos/EventLog/Integrations/ContentRepositoryIntegrationService.html#method_nodePropertyChanged","d":"

Add the new label to a previously created node property changed event

"},{"t":"M","n":"Neos\\Neos\\EventLog\\Integrations\\ContentRepositoryIntegrationService::nodeRemoved","p":"Neos/Neos/EventLog/Integrations/ContentRepositoryIntegrationService.html#method_nodeRemoved","d":"

Emits a "Node Removed" event

"},{"t":"M","n":"Neos\\Neos\\EventLog\\Integrations\\ContentRepositoryIntegrationService::beforeNodePublishing","p":"Neos/Neos/EventLog/Integrations/ContentRepositoryIntegrationService.html#method_beforeNodePublishing","d":""},{"t":"M","n":"Neos\\Neos\\EventLog\\Integrations\\ContentRepositoryIntegrationService::beforeNodeCopy","p":"Neos/Neos/EventLog/Integrations/ContentRepositoryIntegrationService.html#method_beforeNodeCopy","d":"

Emits a "Node Copy" event

"},{"t":"M","n":"Neos\\Neos\\EventLog\\Integrations\\ContentRepositoryIntegrationService::afterNodeCopy","p":"Neos/Neos/EventLog/Integrations/ContentRepositoryIntegrationService.html#method_afterNodeCopy","d":""},{"t":"M","n":"Neos\\Neos\\EventLog\\Integrations\\ContentRepositoryIntegrationService::beforeNodeMove","p":"Neos/Neos/EventLog/Integrations/ContentRepositoryIntegrationService.html#method_beforeNodeMove","d":"

Emits a "Node Move" event

"},{"t":"M","n":"Neos\\Neos\\EventLog\\Integrations\\ContentRepositoryIntegrationService::afterNodeMove","p":"Neos/Neos/EventLog/Integrations/ContentRepositoryIntegrationService.html#method_afterNodeMove","d":""},{"t":"M","n":"Neos\\Neos\\EventLog\\Integrations\\ContentRepositoryIntegrationService::beforeAdoptNode","p":"Neos/Neos/EventLog/Integrations/ContentRepositoryIntegrationService.html#method_beforeAdoptNode","d":"

Emits a "Node Adopt" event

"},{"t":"M","n":"Neos\\Neos\\EventLog\\Integrations\\ContentRepositoryIntegrationService::afterAdoptNode","p":"Neos/Neos/EventLog/Integrations/ContentRepositoryIntegrationService.html#method_afterAdoptNode","d":""},{"t":"M","n":"Neos\\Neos\\EventLog\\Integrations\\ContentRepositoryIntegrationService::generateNodeEvents","p":"Neos/Neos/EventLog/Integrations/ContentRepositoryIntegrationService.html#method_generateNodeEvents","d":""},{"t":"M","n":"Neos\\Neos\\EventLog\\Integrations\\ContentRepositoryIntegrationService::afterNodePublishing","p":"Neos/Neos/EventLog/Integrations/ContentRepositoryIntegrationService.html#method_afterNodePublishing","d":""},{"t":"M","n":"Neos\\Neos\\EventLog\\Integrations\\ContentRepositoryIntegrationService::updateEventsAfterPublish","p":"Neos/Neos/EventLog/Integrations/ContentRepositoryIntegrationService.html#method_updateEventsAfterPublish","d":"

Binds events to a Node.Published event for each document node published

"},{"t":"M","n":"Neos\\Neos\\EventLog\\Integrations\\ContentRepositoryIntegrationService::reset","p":"Neos/Neos/EventLog/Integrations/ContentRepositoryIntegrationService.html#method_reset","d":""},{"t":"M","n":"Neos\\Neos\\EventLog\\Integrations\\EntityIntegrationService::dummyMethodToEnsureInstanceExists","p":"Neos/Neos/EventLog/Integrations/EntityIntegrationService.html#method_dummyMethodToEnsureInstanceExists","d":"

Dummy method which is called in a prePersist signal. If we remove that, this object is never instantiated and thus\ncannot hook into the Doctrine EntityManager.

"},{"t":"M","n":"Neos\\Neos\\EventLog\\Integrations\\EntityIntegrationService::onFlush","p":"Neos/Neos/EventLog/Integrations/EntityIntegrationService.html#method_onFlush","d":"

Record events for entity changes.

"},{"t":"M","n":"Neos\\Neos\\EventLog\\Integrations\\EntityIntegrationService::setMonitorEntitiesSetting","p":"Neos/Neos/EventLog/Integrations/EntityIntegrationService.html#method_setMonitorEntitiesSetting","d":""},{"t":"M","n":"Neos\\Neos\\Fusion\\AbstractMenuItemsImplementation::getRenderHiddenInIndex","p":"Neos/Neos/Fusion/AbstractMenuItemsImplementation.html#method_getRenderHiddenInIndex","d":"

Should nodes that have "hiddenInIndex" set still be visible in this menu.

"},{"t":"M","n":"Neos\\Neos\\Fusion\\AbstractMenuItemsImplementation::getItems","p":"Neos/Neos/Fusion/AbstractMenuItemsImplementation.html#method_getItems","d":"

Main API method which sends the to-be-rendered data to Fluid

"},{"t":"M","n":"Neos\\Neos\\Fusion\\AbstractMenuItemsImplementation::evaluate","p":"Neos/Neos/Fusion/AbstractMenuItemsImplementation.html#method_evaluate","d":"

Returns the items as result of the fusion object.

"},{"t":"M","n":"Neos\\Neos\\Fusion\\AbstractMenuItemsImplementation::buildItems","p":"Neos/Neos/Fusion/AbstractMenuItemsImplementation.html#method_buildItems","d":"

Builds the array of menu items containing those items which match the\nconfiguration set for this Menu object.

"},{"t":"M","n":"Neos\\Neos\\Fusion\\AbstractMenuItemsImplementation::calculateItemState","p":"Neos/Neos/Fusion/AbstractMenuItemsImplementation.html#method_calculateItemState","d":"

Helper Method: Calculates the state of the given menu item (node) depending on the currentNode.

"},{"t":"M","n":"Neos\\Neos\\Fusion\\AbstractMenuItemsImplementation::isNodeHidden","p":"Neos/Neos/Fusion/AbstractMenuItemsImplementation.html#method_isNodeHidden","d":"

Return true/false if the node is currently hidden or not in the menu; taking the "renderHiddenInIndex" configuration\nof the Menu Fusion object into account.

"},{"t":"M","n":"Neos\\Neos\\Fusion\\AbstractMenuItemsImplementation::getCurrentNodeRootline","p":"Neos/Neos/Fusion/AbstractMenuItemsImplementation.html#method_getCurrentNodeRootline","d":"

Get the rootline from the current node up to the site node.

"},{"t":"M","n":"Neos\\Neos\\Fusion\\AbstractMenuItemsImplementation::getNodeLevelInSite","p":"Neos/Neos/Fusion/AbstractMenuItemsImplementation.html#method_getNodeLevelInSite","d":"

Node Level relative to site root node.

"},{"t":"M","n":"Neos\\Neos\\Fusion\\Cache\\ContentCacheFlusher::registerNodeChange","p":"Neos/Neos/Fusion/Cache/ContentCacheFlusher.html#method_registerNodeChange","d":"

Register a node change for a later cache flush. This method is triggered by a signal sent via ContentRepository's Node\nmodel or the Neos Publishing Service.

"},{"t":"M","n":"Neos\\Neos\\Fusion\\Cache\\ContentCacheFlusher::registerAllTagsToFlushForNodeInWorkspace","p":"Neos/Neos/Fusion/Cache/ContentCacheFlusher.html#method_registerAllTagsToFlushForNodeInWorkspace","d":""},{"t":"M","n":"Neos\\Neos\\Fusion\\Cache\\ContentCacheFlusher::resolveWorkspaceChain","p":"Neos/Neos/Fusion/Cache/ContentCacheFlusher.html#method_resolveWorkspaceChain","d":""},{"t":"M","n":"Neos\\Neos\\Fusion\\Cache\\ContentCacheFlusher::resolveTagsForChildWorkspaces","p":"Neos/Neos/Fusion/Cache/ContentCacheFlusher.html#method_resolveTagsForChildWorkspaces","d":""},{"t":"M","n":"Neos\\Neos\\Fusion\\Cache\\ContentCacheFlusher::registerChangeOnNodeIdentifier","p":"Neos/Neos/Fusion/Cache/ContentCacheFlusher.html#method_registerChangeOnNodeIdentifier","d":"

Pleas use registerNodeChange() if possible. This method is a low-level api. If you do use this method make sure\nthat $cacheIdentifier contains the workspacehash as well as the node identifier: $workspaceHash .'_'. $nodeIdentifier\nThe workspacehash can be received via $this->getCachingHelper()->renderWorkspaceTagForContextNode($workpsacename)

"},{"t":"M","n":"Neos\\Neos\\Fusion\\Cache\\ContentCacheFlusher::registerChangeOnNodeType","p":"Neos/Neos/Fusion/Cache/ContentCacheFlusher.html#method_registerChangeOnNodeType","d":"

This is a low-level api. Please use registerNodeChange() if possible. Otherwise make sure that $nodeTypePrefix\nis set up correctly and contains the workspacehash wich can be received via\n$this->getCachingHelper()->renderWorkspaceTagForContextNode($workpsacename)

"},{"t":"M","n":"Neos\\Neos\\Fusion\\Cache\\ContentCacheFlusher::registerAssetChange","p":"Neos/Neos/Fusion/Cache/ContentCacheFlusher.html#method_registerAssetChange","d":"

Fetches possible usages of the asset and registers nodes that use the asset as changed.

"},{"t":"M","n":"Neos\\Neos\\Fusion\\Cache\\ContentCacheFlusher::shutdownObject","p":"Neos/Neos/Fusion/Cache/ContentCacheFlusher.html#method_shutdownObject","d":"

Flush caches according to the previously registered node changes.

"},{"t":"M","n":"Neos\\Neos\\Fusion\\Cache\\ContentCacheFlusher::getContextForReference","p":"Neos/Neos/Fusion/Cache/ContentCacheFlusher.html#method_getContextForReference","d":""},{"t":"M","n":"Neos\\Neos\\Fusion\\Cache\\ContentCacheFlusher::getAllImplementedNodeTypeNames","p":"Neos/Neos/Fusion/Cache/ContentCacheFlusher.html#method_getAllImplementedNodeTypeNames","d":""},{"t":"M","n":"Neos\\Neos\\Fusion\\Cache\\ContentCacheFlusher::getCachingHelper","p":"Neos/Neos/Fusion/Cache/ContentCacheFlusher.html#method_getCachingHelper","d":""},{"t":"M","n":"Neos\\Neos\\Fusion\\ContentElementEditableImplementation::getValue","p":"Neos/Neos/Fusion/ContentElementEditableImplementation.html#method_getValue","d":"

The string to be processed

"},{"t":"M","n":"Neos\\Neos\\Fusion\\ContentElementEditableImplementation::evaluate","p":"Neos/Neos/Fusion/ContentElementEditableImplementation.html#method_evaluate","d":"

Evaluate this Fusion object and return the result

"},{"t":"M","n":"Neos\\Neos\\Fusion\\ContentElementWrappingImplementation::getValue","p":"Neos/Neos/Fusion/ContentElementWrappingImplementation.html#method_getValue","d":"

The string to be processed

"},{"t":"M","n":"Neos\\Neos\\Fusion\\ContentElementWrappingImplementation::getAdditionalAttributes","p":"Neos/Neos/Fusion/ContentElementWrappingImplementation.html#method_getAdditionalAttributes","d":"

Additional attributes to be rendered in the ContentElementWrapping

"},{"t":"M","n":"Neos\\Neos\\Fusion\\ContentElementWrappingImplementation::evaluate","p":"Neos/Neos/Fusion/ContentElementWrappingImplementation.html#method_evaluate","d":"

Evaluate this Fusion object and return the result

"},{"t":"M","n":"Neos\\Neos\\Fusion\\ContentElementWrappingImplementation::getContentElementFusionPath","p":"Neos/Neos/Fusion/ContentElementWrappingImplementation.html#method_getContentElementFusionPath","d":"

Returns the Fusion path to the wrapped Content Element

"},{"t":"M","n":"Neos\\Neos\\Fusion\\ConvertUrisImplementation::evaluate","p":"Neos/Neos/Fusion/ConvertUrisImplementation.html#method_evaluate","d":"

Convert URIs matching a supported scheme with generated URIs

"},{"t":"M","n":"Neos\\Neos\\Fusion\\ConvertUrisImplementation::replaceLinkTargets","p":"Neos/Neos/Fusion/ConvertUrisImplementation.html#method_replaceLinkTargets","d":"

Replace the target attribute of link tags in processedContent with the target\nspecified by externalLinkTarget and resourceLinkTarget options.

"},{"t":"M","n":"Neos\\Neos\\Fusion\\DimensionsMenuItemsImplementation::getDimension","p":"Neos/Neos/Fusion/DimensionsMenuItemsImplementation.html#method_getDimension","d":""},{"t":"M","n":"Neos\\Neos\\Fusion\\DimensionsMenuItemsImplementation::getPresets","p":"Neos/Neos/Fusion/DimensionsMenuItemsImplementation.html#method_getPresets","d":""},{"t":"M","n":"Neos\\Neos\\Fusion\\DimensionsMenuItemsImplementation::getIncludeAllPresets","p":"Neos/Neos/Fusion/DimensionsMenuItemsImplementation.html#method_getIncludeAllPresets","d":""},{"t":"M","n":"Neos\\Neos\\Fusion\\DimensionsMenuItemsImplementation::buildItems","p":"Neos/Neos/Fusion/DimensionsMenuItemsImplementation.html#method_buildItems","d":"

Builds the array of Menu items for this variant menu

"},{"t":"M","n":"Neos\\Neos\\Fusion\\DimensionsMenuItemsImplementation::itemLabel","p":"Neos/Neos/Fusion/DimensionsMenuItemsImplementation.html#method_itemLabel","d":"

Render and return a label for the $nodeInDimensions in the built menu item.

"},{"t":"M","n":"Neos\\Neos\\Fusion\\DimensionsMenuItemsImplementation::getNodeInDimensions","p":"Neos/Neos/Fusion/DimensionsMenuItemsImplementation.html#method_getNodeInDimensions","d":"

Get the current node in the given dimensions.

"},{"t":"M","n":"Neos\\Neos\\Fusion\\DimensionsMenuItemsImplementation::findAcceptableNode","p":"Neos/Neos/Fusion/DimensionsMenuItemsImplementation.html#method_findAcceptableNode","d":""},{"t":"M","n":"Neos\\Neos\\Fusion\\DimensionsMenuItemsImplementation::calculateTargetDimensionsForCombination","p":"Neos/Neos/Fusion/DimensionsMenuItemsImplementation.html#method_calculateTargetDimensionsForCombination","d":"

Calculates the target dimensions for a given dimension combination.

"},{"t":"M","n":"Neos\\Neos\\Fusion\\DimensionsMenuItemsImplementation::hasHiddenNodeParent","p":"Neos/Neos/Fusion/DimensionsMenuItemsImplementation.html#method_hasHiddenNodeParent","d":"

Returns TRUE if the node has a inaccessible parent.

"},{"t":"M","n":"Neos\\Neos\\Fusion\\ExceptionHandlers\\NodeWrappingHandler::handle","p":"Neos/Neos/Fusion/ExceptionHandlers/NodeWrappingHandler.html#method_handle","d":"

renders the exception to nice html content element to display, edit, remove, .

"},{"t":"M","n":"Neos\\Neos\\Fusion\\ExceptionHandlers\\NodeWrappingHandler::getMessage","p":"Neos/Neos/Fusion/ExceptionHandlers/NodeWrappingHandler.html#method_getMessage","d":"

appends the given reference code to the exception's message\nunless it is unset

"},{"t":"M","n":"Neos\\Neos\\Fusion\\ExceptionHandlers\\PageHandler::handle","p":"Neos/Neos/Fusion/ExceptionHandlers/PageHandler.html#method_handle","d":"

Handle an exception by displaying an error message inside the Neos backend, if logged in and not displaying the live workspace.

"},{"t":"M","n":"Neos\\Neos\\Fusion\\ExceptionHandlers\\PageHandler::wrapHttpResponse","p":"Neos/Neos/Fusion/ExceptionHandlers/PageHandler.html#method_wrapHttpResponse","d":"

Renders an actual HTTP response including the correct status and cache control header.

"},{"t":"M","n":"Neos\\Neos\\Fusion\\ExceptionHandlers\\PageHandler::prepareFluidView","p":"Neos/Neos/Fusion/ExceptionHandlers/PageHandler.html#method_prepareFluidView","d":"

Prepare a Fluid view for rendering an error page with the Neos backend

"},{"t":"M","n":"Neos\\Neos\\Fusion\\Helper\\ArrayHelper::filter","p":"Neos/Neos/Fusion/Helper/ArrayHelper.html#method_filter","d":"

Filter an array of objects, by only keeping the elements where each object's $filterProperty evaluates to true.

"},{"t":"M","n":"Neos\\Neos\\Fusion\\Helper\\ArrayHelper::filterNegated","p":"Neos/Neos/Fusion/Helper/ArrayHelper.html#method_filterNegated","d":"

Filter an array of objects, by only keeping the elements where each object's $filterProperty evaluates to false.

"},{"t":"M","n":"Neos\\Neos\\Fusion\\Helper\\ArrayHelper::filterInternal","p":"Neos/Neos/Fusion/Helper/ArrayHelper.html#method_filterInternal","d":"

Internal method for filtering

"},{"t":"M","n":"Neos\\Neos\\Fusion\\Helper\\ArrayHelper::groupBy","p":"Neos/Neos/Fusion/Helper/ArrayHelper.html#method_groupBy","d":"

The input is assumed to be an array or Collection of objects. Groups this input by the $groupingKey property of each element.

"},{"t":"M","n":"Neos\\Neos\\Fusion\\Helper\\ArrayHelper::allowsCallOfMethod","p":"Neos/Neos/Fusion/Helper/ArrayHelper.html#method_allowsCallOfMethod","d":"

All methods are considered safe

"},{"t":"M","n":"Neos\\Neos\\Fusion\\Helper\\CachingHelper::convertArrayOfNodesToArrayOfNodeIdentifiersWithPrefix","p":"Neos/Neos/Fusion/Helper/CachingHelper.html#method_convertArrayOfNodesToArrayOfNodeIdentifiersWithPrefix","d":"

Render a caching configuration for array of Nodes

"},{"t":"M","n":"Neos\\Neos\\Fusion\\Helper\\CachingHelper::nodeTag","p":"Neos/Neos/Fusion/Helper/CachingHelper.html#method_nodeTag","d":"

Generate a @cache entry tag for a single node, array of nodes or a FlowQuery result\nA cache entry with this tag will be flushed whenever one of the\ngiven nodes (for any variant) is updated.

"},{"t":"M","n":"Neos\\Neos\\Fusion\\Helper\\CachingHelper::nodeTagForIdentifier","p":"Neos/Neos/Fusion/Helper/CachingHelper.html#method_nodeTagForIdentifier","d":"

Generate a @cache entry tag for a single node identifier. If a NodeInterface $contextNode is given the\nentry tag will respect the workspace hash.

"},{"t":"M","n":"Neos\\Neos\\Fusion\\Helper\\CachingHelper::nodeTypeTag","p":"Neos/Neos/Fusion/Helper/CachingHelper.html#method_nodeTypeTag","d":"

Generate an @cache entry tag for a node type\nA cache entry with this tag will be flushed whenever a node\n(for any variant) that is of the given node type(s)\n(including inheritance) is updated.

"},{"t":"M","n":"Neos\\Neos\\Fusion\\Helper\\CachingHelper::getNodeTypeTagFor","p":"Neos/Neos/Fusion/Helper/CachingHelper.html#method_getNodeTypeTagFor","d":""},{"t":"M","n":"Neos\\Neos\\Fusion\\Helper\\CachingHelper::descendantOfTag","p":"Neos/Neos/Fusion/Helper/CachingHelper.html#method_descendantOfTag","d":"

Generate a @cache entry tag for descendants of a node, an array of nodes or a FlowQuery result\nA cache entry with this tag will be flushed whenever a node\n(for any variant) that is a descendant (child on any level) of one of\nthe given nodes is updated.

"},{"t":"M","n":"Neos\\Neos\\Fusion\\Helper\\CachingHelper::renderWorkspaceTagForContextNode","p":"Neos/Neos/Fusion/Helper/CachingHelper.html#method_renderWorkspaceTagForContextNode","d":""},{"t":"M","n":"Neos\\Neos\\Fusion\\Helper\\CachingHelper::allowsCallOfMethod","p":"Neos/Neos/Fusion/Helper/CachingHelper.html#method_allowsCallOfMethod","d":"

All methods are considered safe

"},{"t":"M","n":"Neos\\Neos\\Fusion\\Helper\\LinkHelper::hasSupportedScheme","p":"Neos/Neos/Fusion/Helper/LinkHelper.html#method_hasSupportedScheme","d":""},{"t":"M","n":"Neos\\Neos\\Fusion\\Helper\\LinkHelper::getScheme","p":"Neos/Neos/Fusion/Helper/LinkHelper.html#method_getScheme","d":""},{"t":"M","n":"Neos\\Neos\\Fusion\\Helper\\LinkHelper::resolveNodeUri","p":"Neos/Neos/Fusion/Helper/LinkHelper.html#method_resolveNodeUri","d":""},{"t":"M","n":"Neos\\Neos\\Fusion\\Helper\\LinkHelper::resolveAssetUri","p":"Neos/Neos/Fusion/Helper/LinkHelper.html#method_resolveAssetUri","d":""},{"t":"M","n":"Neos\\Neos\\Fusion\\Helper\\LinkHelper::convertUriToObject","p":"Neos/Neos/Fusion/Helper/LinkHelper.html#method_convertUriToObject","d":""},{"t":"M","n":"Neos\\Neos\\Fusion\\Helper\\LinkHelper::allowsCallOfMethod","p":"Neos/Neos/Fusion/Helper/LinkHelper.html#method_allowsCallOfMethod","d":""},{"t":"M","n":"Neos\\Neos\\Fusion\\Helper\\NodeHelper::nearestContentCollection","p":"Neos/Neos/Fusion/Helper/NodeHelper.html#method_nearestContentCollection","d":"

Check if the given node is already a collection, find collection by nodePath otherwise, throw exception\nif no content collection could be found

"},{"t":"M","n":"Neos\\Neos\\Fusion\\Helper\\NodeHelper::labelForNode","p":"Neos/Neos/Fusion/Helper/NodeHelper.html#method_labelForNode","d":"

Generate a label for a node with a chaining mechanism. To be used in nodetype definitions.

"},{"t":"M","n":"Neos\\Neos\\Fusion\\Helper\\NodeHelper::isOfType","p":"Neos/Neos/Fusion/Helper/NodeHelper.html#method_isOfType","d":"

If this node type or any of the direct or indirect super types\nhas the given name.

"},{"t":"M","n":"Neos\\Neos\\Fusion\\Helper\\NodeHelper::allowsCallOfMethod","p":"Neos/Neos/Fusion/Helper/NodeHelper.html#method_allowsCallOfMethod","d":""},{"t":"M","n":"Neos\\Neos\\Fusion\\Helper\\NodeLabelToken::__construct","p":"Neos/Neos/Fusion/Helper/NodeLabelToken.html#method___construct","d":null},{"t":"M","n":"Neos\\Neos\\Fusion\\Helper\\NodeLabelToken::override","p":"Neos/Neos/Fusion/Helper/NodeLabelToken.html#method_override","d":null},{"t":"M","n":"Neos\\Neos\\Fusion\\Helper\\NodeLabelToken::crop","p":"Neos/Neos/Fusion/Helper/NodeLabelToken.html#method_crop","d":null},{"t":"M","n":"Neos\\Neos\\Fusion\\Helper\\NodeLabelToken::prefix","p":"Neos/Neos/Fusion/Helper/NodeLabelToken.html#method_prefix","d":"

Add a text before the main label

"},{"t":"M","n":"Neos\\Neos\\Fusion\\Helper\\NodeLabelToken::postfix","p":"Neos/Neos/Fusion/Helper/NodeLabelToken.html#method_postfix","d":"

Add a text after the main label (can will be cropped)

"},{"t":"M","n":"Neos\\Neos\\Fusion\\Helper\\NodeLabelToken::properties","p":"Neos/Neos/Fusion/Helper/NodeLabelToken.html#method_properties","d":null},{"t":"M","n":"Neos\\Neos\\Fusion\\Helper\\NodeLabelToken::__toString","p":"Neos/Neos/Fusion/Helper/NodeLabelToken.html#method___toString","d":"

Runs evaluate to avoid the need of calling evaluate as a finishing method

"},{"t":"M","n":"Neos\\Neos\\Fusion\\Helper\\NodeLabelToken::evaluate","p":"Neos/Neos/Fusion/Helper/NodeLabelToken.html#method_evaluate","d":"

Crops, removes special chars & tags and trim the label.

"},{"t":"M","n":"Neos\\Neos\\Fusion\\Helper\\NodeLabelToken::resolveLabelFromNodeType","p":"Neos/Neos/Fusion/Helper/NodeLabelToken.html#method_resolveLabelFromNodeType","d":"

Sets the label and postfix based on the nodetype

"},{"t":"M","n":"Neos\\Neos\\Fusion\\Helper\\NodeLabelToken::sanitiseLabel","p":"Neos/Neos/Fusion/Helper/NodeLabelToken.html#method_sanitiseLabel","d":null},{"t":"M","n":"Neos\\Neos\\Fusion\\Helper\\NodeLabelToken::allowsCallOfMethod","p":"Neos/Neos/Fusion/Helper/NodeLabelToken.html#method_allowsCallOfMethod","d":"

All methods are considered safe

"},{"t":"M","n":"Neos\\Neos\\Fusion\\Helper\\RenderingHelper::injectConfigurationManager","p":"Neos/Neos/Fusion/Helper/RenderingHelper.html#method_injectConfigurationManager","d":""},{"t":"M","n":"Neos\\Neos\\Fusion\\Helper\\RenderingHelper::renderDimensions","p":"Neos/Neos/Fusion/Helper/RenderingHelper.html#method_renderDimensions","d":"

Render a human-readable description for the passed $dimensions

"},{"t":"M","n":"Neos\\Neos\\Fusion\\Helper\\RenderingHelper::findPresetInDimension","p":"Neos/Neos/Fusion/Helper/RenderingHelper.html#method_findPresetInDimension","d":""},{"t":"M","n":"Neos\\Neos\\Fusion\\Helper\\RenderingHelper::labelForNodeType","p":"Neos/Neos/Fusion/Helper/RenderingHelper.html#method_labelForNodeType","d":"

Render the label for the given $nodeTypeName

"},{"t":"M","n":"Neos\\Neos\\Fusion\\Helper\\RenderingHelper::allowsCallOfMethod","p":"Neos/Neos/Fusion/Helper/RenderingHelper.html#method_allowsCallOfMethod","d":"

All methods are considered safe

"},{"t":"M","n":"Neos\\Neos\\Fusion\\ImageUriImplementation::getAsset","p":"Neos/Neos/Fusion/ImageUriImplementation.html#method_getAsset","d":"Asset"},{"t":"M","n":"Neos\\Neos\\Fusion\\ImageUriImplementation::getWidth","p":"Neos/Neos/Fusion/ImageUriImplementation.html#method_getWidth","d":"Width"},{"t":"M","n":"Neos\\Neos\\Fusion\\ImageUriImplementation::getMaximumWidth","p":"Neos/Neos/Fusion/ImageUriImplementation.html#method_getMaximumWidth","d":"MaximumWidth"},{"t":"M","n":"Neos\\Neos\\Fusion\\ImageUriImplementation::getHeight","p":"Neos/Neos/Fusion/ImageUriImplementation.html#method_getHeight","d":"Height"},{"t":"M","n":"Neos\\Neos\\Fusion\\ImageUriImplementation::getMaximumHeight","p":"Neos/Neos/Fusion/ImageUriImplementation.html#method_getMaximumHeight","d":"MaximumHeight"},{"t":"M","n":"Neos\\Neos\\Fusion\\ImageUriImplementation::getAllowCropping","p":"Neos/Neos/Fusion/ImageUriImplementation.html#method_getAllowCropping","d":"AllowCropping"},{"t":"M","n":"Neos\\Neos\\Fusion\\ImageUriImplementation::getAllowUpScaling","p":"Neos/Neos/Fusion/ImageUriImplementation.html#method_getAllowUpScaling","d":"AllowUpScaling"},{"t":"M","n":"Neos\\Neos\\Fusion\\ImageUriImplementation::getQuality","p":"Neos/Neos/Fusion/ImageUriImplementation.html#method_getQuality","d":"Quality"},{"t":"M","n":"Neos\\Neos\\Fusion\\ImageUriImplementation::getAsync","p":"Neos/Neos/Fusion/ImageUriImplementation.html#method_getAsync","d":"Async"},{"t":"M","n":"Neos\\Neos\\Fusion\\ImageUriImplementation::getFormat","p":"Neos/Neos/Fusion/ImageUriImplementation.html#method_getFormat","d":"Async"},{"t":"M","n":"Neos\\Neos\\Fusion\\ImageUriImplementation::getPreset","p":"Neos/Neos/Fusion/ImageUriImplementation.html#method_getPreset","d":"Preset"},{"t":"M","n":"Neos\\Neos\\Fusion\\ImageUriImplementation::evaluate","p":"Neos/Neos/Fusion/ImageUriImplementation.html#method_evaluate","d":"

Returns a processed image path

"},{"t":"M","n":"Neos\\Neos\\Fusion\\MenuItemsImplementation::getEntryLevel","p":"Neos/Neos/Fusion/MenuItemsImplementation.html#method_getEntryLevel","d":"

The last navigation level which should be rendered.

"},{"t":"M","n":"Neos\\Neos\\Fusion\\MenuItemsImplementation::getFilter","p":"Neos/Neos/Fusion/MenuItemsImplementation.html#method_getFilter","d":"

NodeType filter for nodes displayed in menu

"},{"t":"M","n":"Neos\\Neos\\Fusion\\MenuItemsImplementation::getMaximumLevels","p":"Neos/Neos/Fusion/MenuItemsImplementation.html#method_getMaximumLevels","d":"

Maximum number of levels which should be rendered in this menu.

"},{"t":"M","n":"Neos\\Neos\\Fusion\\MenuItemsImplementation::getLastLevel","p":"Neos/Neos/Fusion/MenuItemsImplementation.html#method_getLastLevel","d":"

Return evaluated lastLevel value.

"},{"t":"M","n":"Neos\\Neos\\Fusion\\MenuItemsImplementation::getStartingPoint","p":"Neos/Neos/Fusion/MenuItemsImplementation.html#method_getStartingPoint","d":""},{"t":"M","n":"Neos\\Neos\\Fusion\\MenuItemsImplementation::getItemCollection","p":"Neos/Neos/Fusion/MenuItemsImplementation.html#method_getItemCollection","d":""},{"t":"M","n":"Neos\\Neos\\Fusion\\MenuItemsImplementation::buildItems","p":"Neos/Neos/Fusion/MenuItemsImplementation.html#method_buildItems","d":"

Builds the array of menu items containing those items which match the\nconfiguration set for this Menu object.

"},{"t":"M","n":"Neos\\Neos\\Fusion\\MenuItemsImplementation::buildMenuLevelRecursive","p":"Neos/Neos/Fusion/MenuItemsImplementation.html#method_buildMenuLevelRecursive","d":""},{"t":"M","n":"Neos\\Neos\\Fusion\\MenuItemsImplementation::buildMenuItemRecursive","p":"Neos/Neos/Fusion/MenuItemsImplementation.html#method_buildMenuItemRecursive","d":"

Prepare the menu item with state and sub items if this isn't the last menu level.

"},{"t":"M","n":"Neos\\Neos\\Fusion\\MenuItemsImplementation::findMenuStartingPoint","p":"Neos/Neos/Fusion/MenuItemsImplementation.html#method_findMenuStartingPoint","d":"

Find the starting point for this menu. depending on given startingPoint\nIf startingPoint is given, this is taken as starting point for this menu level,\nas a fallback the Fusion context variable node is used.

"},{"t":"M","n":"Neos\\Neos\\Fusion\\MenuItemsImplementation::isOnLastLevelOfMenu","p":"Neos/Neos/Fusion/MenuItemsImplementation.html#method_isOnLastLevelOfMenu","d":"

Checks if the given menuItem is on the last level for this menu, either defined by maximumLevels or lastLevels.

"},{"t":"M","n":"Neos\\Neos\\Fusion\\MenuItemsImplementation::findParentNodeInBreadcrumbPathByLevel","p":"Neos/Neos/Fusion/MenuItemsImplementation.html#method_findParentNodeInBreadcrumbPathByLevel","d":"

Finds the node in the current breadcrumb path between current site node and\ncurrent node whose level matches the specified entry level.

"},{"t":"M","n":"Neos\\Neos\\Fusion\\MenuItemsImplementation::calculateNodeDepthFromRelativeLevel","p":"Neos/Neos/Fusion/MenuItemsImplementation.html#method_calculateNodeDepthFromRelativeLevel","d":"

Calculates an absolute depth value for a relative level given.

"},{"t":"M","n":"Neos\\Neos\\Fusion\\NodeUriImplementation::injectLogger","p":"Neos/Neos/Fusion/NodeUriImplementation.html#method_injectLogger","d":""},{"t":"M","n":"Neos\\Neos\\Fusion\\NodeUriImplementation::injectThrowableStorage","p":"Neos/Neos/Fusion/NodeUriImplementation.html#method_injectThrowableStorage","d":""},{"t":"M","n":"Neos\\Neos\\Fusion\\NodeUriImplementation::getNode","p":"Neos/Neos/Fusion/NodeUriImplementation.html#method_getNode","d":"

A node object or a string node path or NULL to resolve the current document node

"},{"t":"M","n":"Neos\\Neos\\Fusion\\NodeUriImplementation::getFormat","p":"Neos/Neos/Fusion/NodeUriImplementation.html#method_getFormat","d":"

The requested format, for example "html"

"},{"t":"M","n":"Neos\\Neos\\Fusion\\NodeUriImplementation::getSection","p":"Neos/Neos/Fusion/NodeUriImplementation.html#method_getSection","d":"

The anchor to be appended to the URL

"},{"t":"M","n":"Neos\\Neos\\Fusion\\NodeUriImplementation::getAdditionalParams","p":"Neos/Neos/Fusion/NodeUriImplementation.html#method_getAdditionalParams","d":"

Additional query parameters that won't be prefixed like $arguments (overrule $arguments)

"},{"t":"M","n":"Neos\\Neos\\Fusion\\NodeUriImplementation::getArgumentsToBeExcludedFromQueryString","p":"Neos/Neos/Fusion/NodeUriImplementation.html#method_getArgumentsToBeExcludedFromQueryString","d":"

Arguments to be removed from the URI. Only active if addQueryString = true

"},{"t":"M","n":"Neos\\Neos\\Fusion\\NodeUriImplementation::getAddQueryString","p":"Neos/Neos/Fusion/NodeUriImplementation.html#method_getAddQueryString","d":"

If true, the current query parameters will be kept in the URI

"},{"t":"M","n":"Neos\\Neos\\Fusion\\NodeUriImplementation::isAbsolute","p":"Neos/Neos/Fusion/NodeUriImplementation.html#method_isAbsolute","d":"

If true, an absolute URI is rendered

"},{"t":"M","n":"Neos\\Neos\\Fusion\\NodeUriImplementation::getBaseNodeName","p":"Neos/Neos/Fusion/NodeUriImplementation.html#method_getBaseNodeName","d":"

The name of the base node inside the Fusion context to use for resolving relative paths.

"},{"t":"M","n":"Neos\\Neos\\Fusion\\NodeUriImplementation::evaluate","p":"Neos/Neos/Fusion/NodeUriImplementation.html#method_evaluate","d":"

Render the Uri.

"},{"t":"M","n":"Neos\\Neos\\Fusion\\PluginImplementation::getPackage","p":"Neos/Neos/Fusion/PluginImplementation.html#method_getPackage","d":""},{"t":"M","n":"Neos\\Neos\\Fusion\\PluginImplementation::getSubpackage","p":"Neos/Neos/Fusion/PluginImplementation.html#method_getSubpackage","d":""},{"t":"M","n":"Neos\\Neos\\Fusion\\PluginImplementation::getController","p":"Neos/Neos/Fusion/PluginImplementation.html#method_getController","d":""},{"t":"M","n":"Neos\\Neos\\Fusion\\PluginImplementation::getAction","p":"Neos/Neos/Fusion/PluginImplementation.html#method_getAction","d":""},{"t":"M","n":"Neos\\Neos\\Fusion\\PluginImplementation::getArgumentNamespace","p":"Neos/Neos/Fusion/PluginImplementation.html#method_getArgumentNamespace","d":""},{"t":"M","n":"Neos\\Neos\\Fusion\\PluginImplementation::buildPluginRequest","p":"Neos/Neos/Fusion/PluginImplementation.html#method_buildPluginRequest","d":"

Build the pluginRequest object

"},{"t":"M","n":"Neos\\Neos\\Fusion\\PluginImplementation::resolveDispatchArgumentsForPluginRequest","p":"Neos/Neos/Fusion/PluginImplementation.html#method_resolveDispatchArgumentsForPluginRequest","d":""},{"t":"M","n":"Neos\\Neos\\Fusion\\PluginImplementation::evaluate","p":"Neos/Neos/Fusion/PluginImplementation.html#method_evaluate","d":"

Returns the rendered content of this plugin

"},{"t":"M","n":"Neos\\Neos\\Fusion\\PluginImplementation::getPluginNamespace","p":"Neos/Neos/Fusion/PluginImplementation.html#method_getPluginNamespace","d":"

Returns the plugin namespace that will be prefixed to plugin parameters in URIs.

"},{"t":"M","n":"Neos\\Neos\\Fusion\\PluginImplementation::passArgumentsToPluginRequest","p":"Neos/Neos/Fusion/PluginImplementation.html#method_passArgumentsToPluginRequest","d":"

Pass the arguments which were addressed to the plugin to its own request

"},{"t":"M","n":"Neos\\Neos\\Fusion\\PluginImplementation::__toString","p":"Neos/Neos/Fusion/PluginImplementation.html#method___toString","d":""},{"t":"M","n":"Neos\\Neos\\Fusion\\PluginViewImplementation::buildPluginRequest","p":"Neos/Neos/Fusion/PluginViewImplementation.html#method_buildPluginRequest","d":"

Build the proper pluginRequest to render the PluginView\nof some configured Master Plugin

"},{"t":"M","n":"Neos\\Neos\\Fusion\\PluginViewImplementation::evaluate","p":"Neos/Neos/Fusion/PluginViewImplementation.html#method_evaluate","d":"

Returns the rendered content of this plugin

"},{"t":"M","n":"Neos\\Neos\\NodeTypePostprocessor\\CreationDialogPostprocessor::process","p":"Neos/Neos/NodeTypePostprocessor/CreationDialogPostprocessor.html#method_process","d":""},{"t":"M","n":"Neos\\Neos\\NodeTypePostprocessor\\DefaultPropertyEditorPostprocessor::process","p":"Neos/Neos/NodeTypePostprocessor/DefaultPropertyEditorPostprocessor.html#method_process","d":""},{"t":"M","n":"Neos\\Neos\\NodeTypePostprocessor\\IconNameMappingPostprocessor::process","p":"Neos/Neos/NodeTypePostprocessor/IconNameMappingPostprocessor.html#method_process","d":""},{"t":"M","n":"Neos\\Neos\\NodeTypePostprocessor\\NodeTypePresetPostprocessor::process","p":"Neos/Neos/NodeTypePostprocessor/NodeTypePresetPostprocessor.html#method_process","d":""},{"t":"M","n":"Neos\\Neos\\NodeTypePostprocessor\\PluginNodeTypePostprocessor::process","p":"Neos/Neos/NodeTypePostprocessor/PluginNodeTypePostprocessor.html#method_process","d":"

Returns the processed Configuration

"},{"t":"M","n":"Neos\\Neos\\Package::boot","p":"Neos/Neos/Package.html#method_boot","d":""},{"t":"M","n":"Neos\\Neos\\Presentation\\Model\\Svg\\InterDimensionalFallbackGraph::__construct","p":"Neos/Neos/Presentation/Model/Svg/InterDimensionalFallbackGraph.html#method___construct","d":""},{"t":"M","n":"Neos\\Neos\\Presentation\\Model\\Svg\\InterDimensionalFallbackGraph::getNodes","p":"Neos/Neos/Presentation/Model/Svg/InterDimensionalFallbackGraph.html#method_getNodes","d":""},{"t":"M","n":"Neos\\Neos\\Presentation\\Model\\Svg\\InterDimensionalFallbackGraph::getEdges","p":"Neos/Neos/Presentation/Model/Svg/InterDimensionalFallbackGraph.html#method_getEdges","d":""},{"t":"M","n":"Neos\\Neos\\Presentation\\Model\\Svg\\InterDimensionalFallbackGraph::getWidth","p":"Neos/Neos/Presentation/Model/Svg/InterDimensionalFallbackGraph.html#method_getWidth","d":""},{"t":"M","n":"Neos\\Neos\\Presentation\\Model\\Svg\\InterDimensionalFallbackGraph::getHeight","p":"Neos/Neos/Presentation/Model/Svg/InterDimensionalFallbackGraph.html#method_getHeight","d":""},{"t":"M","n":"Neos\\Neos\\Presentation\\Model\\Svg\\InterDimensionalFallbackGraph::initialize","p":"Neos/Neos/Presentation/Model/Svg/InterDimensionalFallbackGraph.html#method_initialize","d":""},{"t":"M","n":"Neos\\Neos\\Presentation\\Model\\Svg\\InterDimensionalFallbackGraph::initializeFullGraph","p":"Neos/Neos/Presentation/Model/Svg/InterDimensionalFallbackGraph.html#method_initializeFullGraph","d":""},{"t":"M","n":"Neos\\Neos\\Presentation\\Model\\Svg\\InterDimensionalFallbackGraph::initializeOffsets","p":"Neos/Neos/Presentation/Model/Svg/InterDimensionalFallbackGraph.html#method_initializeOffsets","d":""},{"t":"M","n":"Neos\\Neos\\Presentation\\Model\\Svg\\InterDimensionalFallbackGraph::traverseDimension","p":"Neos/Neos/Presentation/Model/Svg/InterDimensionalFallbackGraph.html#method_traverseDimension","d":""},{"t":"M","n":"Neos\\Neos\\Presentation\\Model\\Svg\\InterDimensionalFallbackGraph::initializeSubgraph","p":"Neos/Neos/Presentation/Model/Svg/InterDimensionalFallbackGraph.html#method_initializeSubgraph","d":""},{"t":"M","n":"Neos\\Neos\\Presentation\\Model\\Svg\\InterDimensionalFallbackGraph::initializeFullGraphNode","p":"Neos/Neos/Presentation/Model/Svg/InterDimensionalFallbackGraph.html#method_initializeFullGraphNode","d":""},{"t":"M","n":"Neos\\Neos\\Presentation\\Model\\Svg\\InterDimensionalFallbackGraph::initializeSubgraphNode","p":"Neos/Neos/Presentation/Model/Svg/InterDimensionalFallbackGraph.html#method_initializeSubgraphNode","d":""},{"t":"M","n":"Neos\\Neos\\Presentation\\Model\\Svg\\InterDimensionalFallbackGraph::initializeEdges","p":"Neos/Neos/Presentation/Model/Svg/InterDimensionalFallbackGraph.html#method_initializeEdges","d":""},{"t":"M","n":"Neos\\Neos\\Presentation\\Model\\Svg\\IntraDimensionalFallbackGraph::__construct","p":"Neos/Neos/Presentation/Model/Svg/IntraDimensionalFallbackGraph.html#method___construct","d":""},{"t":"M","n":"Neos\\Neos\\Presentation\\Model\\Svg\\IntraDimensionalFallbackGraph::getDimensions","p":"Neos/Neos/Presentation/Model/Svg/IntraDimensionalFallbackGraph.html#method_getDimensions","d":""},{"t":"M","n":"Neos\\Neos\\Presentation\\Model\\Svg\\IntraDimensionalFallbackGraph::getWidth","p":"Neos/Neos/Presentation/Model/Svg/IntraDimensionalFallbackGraph.html#method_getWidth","d":""},{"t":"M","n":"Neos\\Neos\\Presentation\\Model\\Svg\\IntraDimensionalFallbackGraph::getHeight","p":"Neos/Neos/Presentation/Model/Svg/IntraDimensionalFallbackGraph.html#method_getHeight","d":""},{"t":"M","n":"Neos\\Neos\\Presentation\\Model\\Svg\\IntraDimensionalFallbackGraph::initialize","p":"Neos/Neos/Presentation/Model/Svg/IntraDimensionalFallbackGraph.html#method_initialize","d":""},{"t":"M","n":"Neos\\Neos\\Presentation\\Model\\Svg\\IntraDimensionalFallbackGraph::traverseDimension","p":"Neos/Neos/Presentation/Model/Svg/IntraDimensionalFallbackGraph.html#method_traverseDimension","d":""},{"t":"M","n":"Neos\\Neos\\Routing\\Aspects\\RouteCacheAspect::addCurrentNodeIdentifier","p":"Neos/Neos/Routing/Aspects/RouteCacheAspect.html#method_addCurrentNodeIdentifier","d":"

Add the current node and all parent identifiers to be used for cache entry tagging

"},{"t":"M","n":"Neos\\Neos\\Routing\\Aspects\\RouteCacheAspect::addWorkspaceName","p":"Neos/Neos/Routing/Aspects/RouteCacheAspect.html#method_addWorkspaceName","d":"

Add the current workspace name as a tag for the route cache entry

"},{"t":"M","n":"Neos\\Neos\\Routing\\BackendModuleRoutePartHandler::injectSettings","p":"Neos/Neos/Routing/BackendModuleRoutePartHandler.html#method_injectSettings","d":""},{"t":"M","n":"Neos\\Neos\\Routing\\BackendModuleRoutePartHandler::matchValue","p":"Neos/Neos/Routing/BackendModuleRoutePartHandler.html#method_matchValue","d":"

Iterate through the segments of the current request path\nfind the corresponding module configuration and set controller & action\naccordingly

"},{"t":"M","n":"Neos\\Neos\\Routing\\BackendModuleRoutePartHandler::findValueToMatch","p":"Neos/Neos/Routing/BackendModuleRoutePartHandler.html#method_findValueToMatch","d":""},{"t":"M","n":"Neos\\Neos\\Routing\\BackendModuleRoutePartHandler::resolveValue","p":"Neos/Neos/Routing/BackendModuleRoutePartHandler.html#method_resolveValue","d":"

Iterate through the configured modules, find the matching module and set\nthe route path accordingly

"},{"t":"M","n":"Neos\\Neos\\Routing\\Cache\\RouteCacheFlusher::registerNodeChange","p":"Neos/Neos/Routing/Cache/RouteCacheFlusher.html#method_registerNodeChange","d":"

Schedules flushing of the routing cache entries for the given $node\nNote that child nodes are flushed automatically because they are tagged with all parents.

"},{"t":"M","n":"Neos\\Neos\\Routing\\Cache\\RouteCacheFlusher::registerBaseWorkspaceChange","p":"Neos/Neos/Routing/Cache/RouteCacheFlusher.html#method_registerBaseWorkspaceChange","d":"

Schedules flushing of the all routing cache entries of the workspace whose base workspace has changed.

"},{"t":"M","n":"Neos\\Neos\\Routing\\Cache\\RouteCacheFlusher::commit","p":"Neos/Neos/Routing/Cache/RouteCacheFlusher.html#method_commit","d":"

Flush caches according to the previously registered node changes.

"},{"t":"M","n":"Neos\\Neos\\Routing\\Cache\\RouteCacheFlusher::shutdownObject","p":"Neos/Neos/Routing/Cache/RouteCacheFlusher.html#method_shutdownObject","d":""},{"t":"M","n":"Neos\\Neos\\Routing\\FrontendNodeRoutePartHandler::findValueToMatch","p":"Neos/Neos/Routing/FrontendNodeRoutePartHandler.html#method_findValueToMatch","d":"

Extracts the node path from the request path.

"},{"t":"M","n":"Neos\\Neos\\Routing\\FrontendNodeRoutePartHandler::matchValue","p":"Neos/Neos/Routing/FrontendNodeRoutePartHandler.html#method_matchValue","d":"

Matches a frontend URI pointing to a node (for example a page).

"},{"t":"M","n":"Neos\\Neos\\Routing\\FrontendNodeRoutePartHandler::convertRequestPathToNode","p":"Neos/Neos/Routing/FrontendNodeRoutePartHandler.html#method_convertRequestPathToNode","d":"

Returns the initialized node that is referenced by $requestPath, based on the node's\n"uriPathSegment" property.

"},{"t":"M","n":"Neos\\Neos\\Routing\\FrontendNodeRoutePartHandler::resolveValue","p":"Neos/Neos/Routing/FrontendNodeRoutePartHandler.html#method_resolveValue","d":"

Checks, whether given value is a Node object and if so, sets $this->value to the respective node path.

"},{"t":"M","n":"Neos\\Neos\\Routing\\FrontendNodeRoutePartHandler::truncateUriPathSuffix","p":"Neos/Neos/Routing/FrontendNodeRoutePartHandler.html#method_truncateUriPathSuffix","d":"

Removes the configured suffix from the given $uriPath\nIf the "uriPathSuffix" option is not set (or set to an empty string) the unaltered $uriPath is returned

"},{"t":"M","n":"Neos\\Neos\\Routing\\FrontendNodeRoutePartHandler::resolveShortcutNode","p":"Neos/Neos/Routing/FrontendNodeRoutePartHandler.html#method_resolveShortcutNode","d":""},{"t":"M","n":"Neos\\Neos\\Routing\\FrontendNodeRoutePartHandler::buildUriConstraintsForResolvedNode","p":"Neos/Neos/Routing/FrontendNodeRoutePartHandler.html#method_buildUriConstraintsForResolvedNode","d":"

Builds UriConstraints for the given $node with:

\n
    \n
  • domain specific constraints for nodes in a different Neos site
  • \n
  • a path suffix corresponding to the configured "uriPathSuffix"
  • \n
"},{"t":"M","n":"Neos\\Neos\\Routing\\FrontendNodeRoutePartHandler::applyDomainToUriConstraints","p":"Neos/Neos/Routing/FrontendNodeRoutePartHandler.html#method_applyDomainToUriConstraints","d":""},{"t":"M","n":"Neos\\Neos\\Routing\\FrontendNodeRoutePartHandler::buildContextFromRequestPath","p":"Neos/Neos/Routing/FrontendNodeRoutePartHandler.html#method_buildContextFromRequestPath","d":"

Creates a content context from the given request path, considering possibly mentioned content dimension values.

"},{"t":"M","n":"Neos\\Neos\\Routing\\FrontendNodeRoutePartHandler::buildContextFromPath","p":"Neos/Neos/Routing/FrontendNodeRoutePartHandler.html#method_buildContextFromPath","d":"

Creates a content context from the given "context path", i.e. a string used for resolving (not matching) a node.

"},{"t":"M","n":"Neos\\Neos\\Routing\\FrontendNodeRoutePartHandler::buildContextFromWorkspaceName","p":"Neos/Neos/Routing/FrontendNodeRoutePartHandler.html#method_buildContextFromWorkspaceName","d":""},{"t":"M","n":"Neos\\Neos\\Routing\\FrontendNodeRoutePartHandler::removeContextFromPath","p":"Neos/Neos/Routing/FrontendNodeRoutePartHandler.html#method_removeContextFromPath","d":""},{"t":"M","n":"Neos\\Neos\\Routing\\FrontendNodeRoutePartHandler::onlyMatchSiteNodes","p":"Neos/Neos/Routing/FrontendNodeRoutePartHandler.html#method_onlyMatchSiteNodes","d":"

Whether the current route part should only match/resolve site nodes (e.g. the homepage)

"},{"t":"M","n":"Neos\\Neos\\Routing\\FrontendNodeRoutePartHandler::nodeTypeIsAllowed","p":"Neos/Neos/Routing/FrontendNodeRoutePartHandler.html#method_nodeTypeIsAllowed","d":"

Whether the given $node is allowed according to the "nodeType" option

"},{"t":"M","n":"Neos\\Neos\\Routing\\FrontendNodeRoutePartHandler::resolveRoutePathForNode","p":"Neos/Neos/Routing/FrontendNodeRoutePartHandler.html#method_resolveRoutePathForNode","d":"

Resolves the request path, also known as route path, identifying the given node.

"},{"t":"M","n":"Neos\\Neos\\Routing\\FrontendNodeRoutePartHandler::getRelativeNodePathByUriPathSegmentProperties","p":"Neos/Neos/Routing/FrontendNodeRoutePartHandler.html#method_getRelativeNodePathByUriPathSegmentProperties","d":"

Builds a node path which matches the given request path.

"},{"t":"M","n":"Neos\\Neos\\Routing\\FrontendNodeRoutePartHandler::getRequestPathByNode","p":"Neos/Neos/Routing/FrontendNodeRoutePartHandler.html#method_getRequestPathByNode","d":"

Renders a request path based on the "uriPathSegment" properties of the nodes leading to the given node.

"},{"t":"M","n":"Neos\\Neos\\Routing\\FrontendNodeRoutePartHandler::parseDimensionsAndNodePathFromRequestPath","p":"Neos/Neos/Routing/FrontendNodeRoutePartHandler.html#method_parseDimensionsAndNodePathFromRequestPath","d":"

Choose between default method for parsing dimensions or the one which allows uriSegment to be empty for default preset.

"},{"t":"M","n":"Neos\\Neos\\Routing\\FrontendNodeRoutePartHandler::parseDimensionsAndNodePathFromRequestPathAllowingEmptySegment","p":"Neos/Neos/Routing/FrontendNodeRoutePartHandler.html#method_parseDimensionsAndNodePathFromRequestPathAllowingEmptySegment","d":"

Parses the given request path and checks if the first path segment is one or a set of content dimension preset\nidentifiers. If that is the case, the return value is an array of dimension names and their preset URI segments.

"},{"t":"M","n":"Neos\\Neos\\Routing\\FrontendNodeRoutePartHandler::parseDimensionsAndNodePathFromRequestPathAllowingNonUniqueSegment","p":"Neos/Neos/Routing/FrontendNodeRoutePartHandler.html#method_parseDimensionsAndNodePathFromRequestPathAllowingNonUniqueSegment","d":"

Parses the given request path and checks if the first path segment is one or a set of content dimension preset\nidentifiers. If that is the case, the return value is an array of dimension names and their preset URI segments.

"},{"t":"M","n":"Neos\\Neos\\Routing\\FrontendNodeRoutePartHandler::buildContextFromWorkspaceNameAndDimensions","p":"Neos/Neos/Routing/FrontendNodeRoutePartHandler.html#method_buildContextFromWorkspaceNameAndDimensions","d":"

Sets context properties like "invisibleContentShown" according to the workspace (live or not) and returns a\nContentContext object.

"},{"t":"M","n":"Neos\\Neos\\Routing\\FrontendNodeRoutePartHandler::getCurrentSite","p":"Neos/Neos/Routing/FrontendNodeRoutePartHandler.html#method_getCurrentSite","d":"

Determines the currently active site based on the "requestUriHost" parameter (that has to be set via HTTP middleware)

"},{"t":"M","n":"Neos\\Neos\\Routing\\FrontendNodeRoutePartHandler::getSiteByHostName","p":"Neos/Neos/Routing/FrontendNodeRoutePartHandler.html#method_getSiteByHostName","d":"

Returns a site matching the given $hostName

"},{"t":"M","n":"Neos\\Neos\\Routing\\FrontendNodeRoutePartHandler::getUriSegmentForDimensions","p":"Neos/Neos/Routing/FrontendNodeRoutePartHandler.html#method_getUriSegmentForDimensions","d":"

Find a URI segment in the content dimension presets for the given "language" dimension values

"},{"t":"M","n":"Neos\\Neos\\Routing\\NodeIdentityConverterAspect::convertNodeToContextPathForRouting","p":"Neos/Neos/Routing/NodeIdentityConverterAspect.html#method_convertNodeToContextPathForRouting","d":"

Convert the object to its context path, if we deal with ContentRepository nodes.

"},{"t":"M","n":"Neos\\Neos\\Routing\\RequestUriHostMiddleware::process","p":"Neos/Neos/Routing/RequestUriHostMiddleware.html#method_process","d":""},{"t":"M","n":"Neos\\Neos\\Security\\Authorization\\Privilege\\ModulePrivilege::initialize","p":"Neos/Neos/Security/Authorization/Privilege/ModulePrivilege.html#method_initialize","d":""},{"t":"M","n":"Neos\\Neos\\Security\\Authorization\\Privilege\\ModulePrivilege::getCacheEntryIdentifier","p":"Neos/Neos/Security/Authorization/Privilege/ModulePrivilege.html#method_getCacheEntryIdentifier","d":"

Returns a string which distinctly identifies this object and thus can be used as an identifier for cache entries\nrelated to this object.

"},{"t":"M","n":"Neos\\Neos\\Security\\Authorization\\Privilege\\ModulePrivilege::matchesSubject","p":"Neos/Neos/Security/Authorization/Privilege/ModulePrivilege.html#method_matchesSubject","d":"

Returns true, if this privilege covers the given subject

"},{"t":"M","n":"Neos\\Neos\\Security\\Authorization\\Privilege\\ModulePrivilege::matchesMethod","p":"Neos/Neos/Security/Authorization/Privilege/ModulePrivilege.html#method_matchesMethod","d":""},{"t":"M","n":"Neos\\Neos\\Security\\Authorization\\Privilege\\ModulePrivilege::getPointcutFilterComposite","p":"Neos/Neos/Security/Authorization/Privilege/ModulePrivilege.html#method_getPointcutFilterComposite","d":""},{"t":"M","n":"Neos\\Neos\\Security\\Authorization\\Privilege\\ModulePrivilegeSubject::__construct","p":"Neos/Neos/Security/Authorization/Privilege/ModulePrivilegeSubject.html#method___construct","d":""},{"t":"M","n":"Neos\\Neos\\Security\\Authorization\\Privilege\\ModulePrivilegeSubject::getModulePath","p":"Neos/Neos/Security/Authorization/Privilege/ModulePrivilegeSubject.html#method_getModulePath","d":""},{"t":"M","n":"Neos\\Neos\\Service\\BackendRedirectionService::getAfterLoginRedirectionUri","p":"Neos/Neos/Service/BackendRedirectionService.html#method_getAfterLoginRedirectionUri","d":"

Returns a specific URI string to redirect to after the login; or NULL if there is none.

"},{"t":"M","n":"Neos\\Neos\\Service\\BackendRedirectionService::determineStartModule","p":"Neos/Neos/Service/BackendRedirectionService.html#method_determineStartModule","d":""},{"t":"M","n":"Neos\\Neos\\Service\\BackendRedirectionService::getAfterLogoutRedirectionUri","p":"Neos/Neos/Service/BackendRedirectionService.html#method_getAfterLogoutRedirectionUri","d":"

Returns a specific URI string to redirect to after the logout; or NULL if there is none.

"},{"t":"M","n":"Neos\\Neos\\Service\\BackendRedirectionService::getLastVisitedNode","p":"Neos/Neos/Service/BackendRedirectionService.html#method_getLastVisitedNode","d":""},{"t":"M","n":"Neos\\Neos\\Service\\BackendRedirectionService::createContext","p":"Neos/Neos/Service/BackendRedirectionService.html#method_createContext","d":"

Create a ContentContext to be used for the backend redirects.

"},{"t":"M","n":"Neos\\Neos\\Service\\BackendRedirectionService::createWorkspaceAndRootNodeIfNecessary","p":"Neos/Neos/Service/BackendRedirectionService.html#method_createWorkspaceAndRootNodeIfNecessary","d":"

If the specified workspace or its root node does not exist yet, the workspace and root node will be created.

"},{"t":"M","n":"Neos\\Neos\\Service\\ContentElementEditableService::wrapContentProperty","p":"Neos/Neos/Service/ContentElementEditableService.html#method_wrapContentProperty","d":"

Wrap the $content identified by $node with the needed markup for the backend.

"},{"t":"M","n":"Neos\\Neos\\Service\\ContentElementWrappingService::wrapContentObject","p":"Neos/Neos/Service/ContentElementWrappingService.html#method_wrapContentObject","d":"

Wrap the $content identified by $node with the needed markup for the backend.

"},{"t":"M","n":"Neos\\Neos\\Service\\ContentElementWrappingService::wrapCurrentDocumentMetadata","p":"Neos/Neos/Service/ContentElementWrappingService.html#method_wrapCurrentDocumentMetadata","d":""},{"t":"M","n":"Neos\\Neos\\Service\\ContentElementWrappingService::addNodePropertyAttributes","p":"Neos/Neos/Service/ContentElementWrappingService.html#method_addNodePropertyAttributes","d":"

Adds node properties to the given $attributes collection and returns the extended array

"},{"t":"M","n":"Neos\\Neos\\Service\\ContentElementWrappingService::renderNodePropertyAttribute","p":"Neos/Neos/Service/ContentElementWrappingService.html#method_renderNodePropertyAttribute","d":"

Renders data attributes needed for the given node property.

"},{"t":"M","n":"Neos\\Neos\\Service\\ContentElementWrappingService::addCssClasses","p":"Neos/Neos/Service/ContentElementWrappingService.html#method_addCssClasses","d":"

Add required CSS classes to the attributes.

"},{"t":"M","n":"Neos\\Neos\\Service\\ContentElementWrappingService::addDocumentMetadata","p":"Neos/Neos/Service/ContentElementWrappingService.html#method_addDocumentMetadata","d":"

Collects metadata for the Neos backend specifically for document nodes.

"},{"t":"M","n":"Neos\\Neos\\Service\\ContentElementWrappingService::addGenericEditingMetadata","p":"Neos/Neos/Service/ContentElementWrappingService.html#method_addGenericEditingMetadata","d":"

Collects metadata attributes used to allow editing of the node in the Neos backend.

"},{"t":"M","n":"Neos\\Neos\\Service\\ContentElementWrappingService::collectEditingClassNames","p":"Neos/Neos/Service/ContentElementWrappingService.html#method_collectEditingClassNames","d":"

Collects CSS class names used for styling editable elements in the Neos backend.

"},{"t":"M","n":"Neos\\Neos\\Service\\ContentElementWrappingService::isInlineEditable","p":"Neos/Neos/Service/ContentElementWrappingService.html#method_isInlineEditable","d":"

Determine if the Node or one of it's properties is inline editable.

"},{"t":"M","n":"Neos\\Neos\\Service\\ContentElementWrappingService::hasInlineEditableProperties","p":"Neos/Neos/Service/ContentElementWrappingService.html#method_hasInlineEditableProperties","d":"

Checks if the given Node has any properties configured as 'inlineEditable'

"},{"t":"M","n":"Neos\\Neos\\Service\\ContentElementWrappingService::needsMetadata","p":"Neos/Neos/Service/ContentElementWrappingService.html#method_needsMetadata","d":""},{"t":"M","n":"Neos\\Neos\\Service\\ContentElementWrappingService::dasherize","p":"Neos/Neos/Service/ContentElementWrappingService.html#method_dasherize","d":"

Converts camelCased strings to lower cased and non-camel-cased strings

"},{"t":"M","n":"Neos\\Neos\\Service\\Controller\\AbstractServiceController::errorAction","p":"Neos/Neos/Service/Controller/AbstractServiceController.html#method_errorAction","d":"

A preliminary error action for handling validation errors

"},{"t":"M","n":"Neos\\Neos\\Service\\Controller\\AbstractServiceController::processRequest","p":"Neos/Neos/Service/Controller/AbstractServiceController.html#method_processRequest","d":"

Catch exceptions while processing an exception and respond to JSON format\nTODO: This is an explicit exception handling that will be replaced by format-enabled exception handlers.

"},{"t":"M","n":"Neos\\Neos\\Service\\Controller\\AbstractServiceController::convertException","p":"Neos/Neos/Service/Controller/AbstractServiceController.html#method_convertException","d":""},{"t":"M","n":"Neos\\Neos\\Service\\Controller\\DataSourceController::indexAction","p":"Neos/Neos/Service/Controller/DataSourceController.html#method_indexAction","d":""},{"t":"M","n":"Neos\\Neos\\Service\\Controller\\DataSourceController::getDataSources","p":"Neos/Neos/Service/Controller/DataSourceController.html#method_getDataSources","d":"

Get available data source implementations

"},{"t":"M","n":"Neos\\Neos\\Service\\Controller\\NodeController::initializeAction","p":"Neos/Neos/Service/Controller/NodeController.html#method_initializeAction","d":"

Select special error action

"},{"t":"M","n":"Neos\\Neos\\Service\\Controller\\NodeController::getChildNodesForTreeAction","p":"Neos/Neos/Service/Controller/NodeController.html#method_getChildNodesForTreeAction","d":"

Return child nodes of specified node for usage in a TreeLoader

"},{"t":"M","n":"Neos\\Neos\\Service\\Controller\\NodeController::filterChildNodesForTreeAction","p":"Neos/Neos/Service/Controller/NodeController.html#method_filterChildNodesForTreeAction","d":"

Return child nodes of specified node for usage in a TreeLoader based on filter

"},{"t":"M","n":"Neos\\Neos\\Service\\Controller\\NodeController::createAction","p":"Neos/Neos/Service/Controller/NodeController.html#method_createAction","d":"

Creates a new node

"},{"t":"M","n":"Neos\\Neos\\Service\\Controller\\NodeController::createAndRenderAction","p":"Neos/Neos/Service/Controller/NodeController.html#method_createAndRenderAction","d":"

Creates a new node and renders the node inside the containing content collection.

"},{"t":"M","n":"Neos\\Neos\\Service\\Controller\\NodeController::createNodeForTheTreeAction","p":"Neos/Neos/Service/Controller/NodeController.html#method_createNodeForTheTreeAction","d":"

Creates a new node and returns tree structure

"},{"t":"M","n":"Neos\\Neos\\Service\\Controller\\NodeController::moveAction","p":"Neos/Neos/Service/Controller/NodeController.html#method_moveAction","d":"

Move $node before, into or after $targetNode

"},{"t":"M","n":"Neos\\Neos\\Service\\Controller\\NodeController::moveAndRenderAction","p":"Neos/Neos/Service/Controller/NodeController.html#method_moveAndRenderAction","d":"

Move the given node before, into or after the target node depending on the given position and renders it's content collection.

"},{"t":"M","n":"Neos\\Neos\\Service\\Controller\\NodeController::copyAction","p":"Neos/Neos/Service/Controller/NodeController.html#method_copyAction","d":"

Copy $node before, into or after $targetNode

"},{"t":"M","n":"Neos\\Neos\\Service\\Controller\\NodeController::copyAndRenderAction","p":"Neos/Neos/Service/Controller/NodeController.html#method_copyAndRenderAction","d":"

Copies the given node before, into or after the target node depending on the given position and renders it's content collection.

"},{"t":"M","n":"Neos\\Neos\\Service\\Controller\\NodeController::updateAction","p":"Neos/Neos/Service/Controller/NodeController.html#method_updateAction","d":"

Updates the specified node.

"},{"t":"M","n":"Neos\\Neos\\Service\\Controller\\NodeController::updateAndRenderAction","p":"Neos/Neos/Service/Controller/NodeController.html#method_updateAndRenderAction","d":"

Updates the specified node and renders it's content collection.

"},{"t":"M","n":"Neos\\Neos\\Service\\Controller\\NodeController::deleteAction","p":"Neos/Neos/Service/Controller/NodeController.html#method_deleteAction","d":"

Deletes the specified node and all of its sub nodes

"},{"t":"M","n":"Neos\\Neos\\Service\\Controller\\NodeController::redirectToRenderNode","p":"Neos/Neos/Service/Controller/NodeController.html#method_redirectToRenderNode","d":"

Takes care of creating a redirect to properly render the collection the given node is in.

"},{"t":"M","n":"Neos\\Neos\\Service\\Controller\\NodeController::processNodeForEditorPlugins","p":"Neos/Neos/Service/Controller/NodeController.html#method_processNodeForEditorPlugins","d":"

Returns an array with the data needed by for example the Hallo and Aloha\nlink plugins to represent the passed Node instance.

"},{"t":"M","n":"Neos\\Neos\\Service\\Controller\\NodeController::createContext","p":"Neos/Neos/Service/Controller/NodeController.html#method_createContext","d":"

Create a Context for a workspace given by name to be used in this controller.

"},{"t":"M","n":"Neos\\Neos\\Service\\Controller\\UserPreferenceController::indexAction","p":"Neos/Neos/Service/Controller/UserPreferenceController.html#method_indexAction","d":""},{"t":"M","n":"Neos\\Neos\\Service\\Controller\\UserPreferenceController::updateAction","p":"Neos/Neos/Service/Controller/UserPreferenceController.html#method_updateAction","d":"

Update/adds a user preference

"},{"t":"M","n":"Neos\\Neos\\Service\\Controller\\WorkspaceController::initializeAction","p":"Neos/Neos/Service/Controller/WorkspaceController.html#method_initializeAction","d":""},{"t":"M","n":"Neos\\Neos\\Service\\Controller\\WorkspaceController::publishNodeAction","p":"Neos/Neos/Service/Controller/WorkspaceController.html#method_publishNodeAction","d":"

Publishes the given node to the specified targetWorkspace

"},{"t":"M","n":"Neos\\Neos\\Service\\Controller\\WorkspaceController::publishNodesAction","p":"Neos/Neos/Service/Controller/WorkspaceController.html#method_publishNodesAction","d":"

Publishes the given nodes to the specified targetWorkspace

"},{"t":"M","n":"Neos\\Neos\\Service\\Controller\\WorkspaceController::discardNodeAction","p":"Neos/Neos/Service/Controller/WorkspaceController.html#method_discardNodeAction","d":"

Discards the given node

"},{"t":"M","n":"Neos\\Neos\\Service\\Controller\\WorkspaceController::discardNodesAction","p":"Neos/Neos/Service/Controller/WorkspaceController.html#method_discardNodesAction","d":"

Discards the given nodes

"},{"t":"M","n":"Neos\\Neos\\Service\\Controller\\WorkspaceController::publishAllAction","p":"Neos/Neos/Service/Controller/WorkspaceController.html#method_publishAllAction","d":"

Publish everything in the workspace with the given workspace name

"},{"t":"M","n":"Neos\\Neos\\Service\\Controller\\WorkspaceController::getWorkspaceWideUnpublishedNodesAction","p":"Neos/Neos/Service/Controller/WorkspaceController.html#method_getWorkspaceWideUnpublishedNodesAction","d":"

Get every unpublished node in the workspace with the given workspace name

"},{"t":"M","n":"Neos\\Neos\\Service\\Controller\\WorkspaceController::discardAllAction","p":"Neos/Neos/Service/Controller/WorkspaceController.html#method_discardAllAction","d":"

Discard everything in the workspace with the given workspace name

"},{"t":"M","n":"Neos\\Neos\\Service\\DataSource\\AbstractDataSource::getIdentifier","p":"Neos/Neos/Service/DataSource/AbstractDataSource.html#method_getIdentifier","d":""},{"t":"M","n":"Neos\\Neos\\Service\\DataSource\\AbstractDataSource::setControllerContext","p":"Neos/Neos/Service/DataSource/AbstractDataSource.html#method_setControllerContext","d":""},{"t":"M","n":"Neos\\Neos\\Service\\DataSource\\DataSourceInterface::getIdentifier","p":"Neos/Neos/Service/DataSource/DataSourceInterface.html#method_getIdentifier","d":""},{"t":"M","n":"Neos\\Neos\\Service\\DataSource\\DataSourceInterface::getData","p":"Neos/Neos/Service/DataSource/DataSourceInterface.html#method_getData","d":"

Get data

"},{"t":"M","n":"Neos\\Neos\\Service\\IconNameMappingService::convert","p":"Neos/Neos/Service/IconNameMappingService.html#method_convert","d":""},{"t":"M","n":"Neos\\Neos\\Service\\ImageVariantGarbageCollector::removeUnusedImageVariant","p":"Neos/Neos/Service/ImageVariantGarbageCollector.html#method_removeUnusedImageVariant","d":"

Removes unused ImageVariants after a Node property changes to a different ImageVariant.

"},{"t":"M","n":"Neos\\Neos\\Service\\LinkingService::hasSupportedScheme","p":"Neos/Neos/Service/LinkingService.html#method_hasSupportedScheme","d":""},{"t":"M","n":"Neos\\Neos\\Service\\LinkingService::getScheme","p":"Neos/Neos/Service/LinkingService.html#method_getScheme","d":""},{"t":"M","n":"Neos\\Neos\\Service\\LinkingService::resolveNodeUri","p":"Neos/Neos/Service/LinkingService.html#method_resolveNodeUri","d":"

Resolves a given node:// URI to a "normal" HTTP(S) URI for the addressed node.

"},{"t":"M","n":"Neos\\Neos\\Service\\LinkingService::resolveAssetUri","p":"Neos/Neos/Service/LinkingService.html#method_resolveAssetUri","d":"

Resolves a given asset:// URI to a "normal" HTTP(S) URI for the addressed asset's resource.

"},{"t":"M","n":"Neos\\Neos\\Service\\LinkingService::convertUriToObject","p":"Neos/Neos/Service/LinkingService.html#method_convertUriToObject","d":"

Return the object the URI addresses or NULL.

"},{"t":"M","n":"Neos\\Neos\\Service\\LinkingService::createNodeUri","p":"Neos/Neos/Service/LinkingService.html#method_createNodeUri","d":"

Renders the URI to a given node instance or -path.

"},{"t":"M","n":"Neos\\Neos\\Service\\LinkingService::createSiteUri","p":"Neos/Neos/Service/LinkingService.html#method_createSiteUri","d":""},{"t":"M","n":"Neos\\Neos\\Service\\LinkingService::getLastLinkedNode","p":"Neos/Neos/Service/LinkingService.html#method_getLastLinkedNode","d":"

Returns the node that was last used to resolve a link to.

"},{"t":"M","n":"Neos\\Neos\\Service\\Mapping\\DateStringConverter::convertFrom","p":"Neos/Neos/Service/Mapping/DateStringConverter.html#method_convertFrom","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\Neos\\Service\\Mapping\\NodePropertyConverterService::injectLogger","p":"Neos/Neos/Service/Mapping/NodePropertyConverterService.html#method_injectLogger","d":""},{"t":"M","n":"Neos\\Neos\\Service\\Mapping\\NodePropertyConverterService::injectThrowableStorage","p":"Neos/Neos/Service/Mapping/NodePropertyConverterService.html#method_injectThrowableStorage","d":""},{"t":"M","n":"Neos\\Neos\\Service\\Mapping\\NodePropertyConverterService::getProperty","p":"Neos/Neos/Service/Mapping/NodePropertyConverterService.html#method_getProperty","d":"

Get a single property reduced to a simple type (no objects) representation

"},{"t":"M","n":"Neos\\Neos\\Service\\Mapping\\NodePropertyConverterService::getPropertiesJson","p":"Neos/Neos/Service/Mapping/NodePropertyConverterService.html#method_getPropertiesJson","d":"

Get all properties as JSON encoded string representation

"},{"t":"M","n":"Neos\\Neos\\Service\\Mapping\\NodePropertyConverterService::getPropertiesArray","p":"Neos/Neos/Service/Mapping/NodePropertyConverterService.html#method_getPropertiesArray","d":"

Get all properties reduced to simple type (no objects) representations in an array

"},{"t":"M","n":"Neos\\Neos\\Service\\Mapping\\NodePropertyConverterService::convertValue","p":"Neos/Neos/Service/Mapping/NodePropertyConverterService.html#method_convertValue","d":"

Convert the given value to a simple type or an array of simple types.

"},{"t":"M","n":"Neos\\Neos\\Service\\Mapping\\NodePropertyConverterService::getDefaultValueForProperty","p":"Neos/Neos/Service/Mapping/NodePropertyConverterService.html#method_getDefaultValueForProperty","d":"

Tries to find a default value for the given property trying:\n1) The specific property configuration for the given NodeType\n2) The generic configuration for the property type in settings.

"},{"t":"M","n":"Neos\\Neos\\Service\\Mapping\\NodePropertyConverterService::createConfiguration","p":"Neos/Neos/Service/Mapping/NodePropertyConverterService.html#method_createConfiguration","d":"

Create a property mapping configuration for the given dataType to convert a Node property value from the given dataType to a simple type.

"},{"t":"M","n":"Neos\\Neos\\Service\\Mapping\\NodePropertyConverterService::setTypeConverterForType","p":"Neos/Neos/Service/Mapping/NodePropertyConverterService.html#method_setTypeConverterForType","d":""},{"t":"M","n":"Neos\\Neos\\Service\\Mapping\\NodePropertyConverterService::setTypeConverterOptionsForType","p":"Neos/Neos/Service/Mapping/NodePropertyConverterService.html#method_setTypeConverterOptionsForType","d":""},{"t":"M","n":"Neos\\Neos\\Service\\Mapping\\NodeReferenceConverter::convertFrom","p":"Neos/Neos/Service/Mapping/NodeReferenceConverter.html#method_convertFrom","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\Neos\\Service\\Mapping\\NodeTypeStringConverter::convertFrom","p":"Neos/Neos/Service/Mapping/NodeTypeStringConverter.html#method_convertFrom","d":"{@inheritdoc}"},{"t":"M","n":"Neos\\Neos\\Service\\NodeOperations::create","p":"Neos/Neos/Service/NodeOperations.html#method_create","d":"

Helper method for creating a new node.

"},{"t":"M","n":"Neos\\Neos\\Service\\NodeOperations::move","p":"Neos/Neos/Service/NodeOperations.html#method_move","d":"

Move $node before, into or after $targetNode

"},{"t":"M","n":"Neos\\Neos\\Service\\NodeOperations::copy","p":"Neos/Neos/Service/NodeOperations.html#method_copy","d":"

Copy $node before, into or after $targetNode

"},{"t":"M","n":"Neos\\Neos\\Service\\NodeOperations::getDesignatedParentNode","p":"Neos/Neos/Service/NodeOperations.html#method_getDesignatedParentNode","d":""},{"t":"M","n":"Neos\\Neos\\Service\\NodeTypeSchemaBuilder::generateNodeTypeSchema","p":"Neos/Neos/Service/NodeTypeSchemaBuilder.html#method_generateNodeTypeSchema","d":"

The preprocessed node type schema contains everything we need for the UI:

"},{"t":"M","n":"Neos\\Neos\\Service\\NodeTypeSchemaBuilder::flattenAlohaFormatOptions","p":"Neos/Neos/Service/NodeTypeSchemaBuilder.html#method_flattenAlohaFormatOptions","d":"

In order to allow unsetting options via the YAML settings merging, the\nformatting options can be set via 'option': true, however, the frontend\nschema expects a flattened plain numeric array. This methods adjust the setting\naccordingly.

"},{"t":"M","n":"Neos\\Neos\\Service\\NodeTypeSchemaBuilder::generateConstraints","p":"Neos/Neos/Service/NodeTypeSchemaBuilder.html#method_generateConstraints","d":"

Generate the list of allowed sub-node-types per parent-node-type and child-node-name.

"},{"t":"M","n":"Neos\\Neos\\Service\\PluginService::getPluginNodes","p":"Neos/Neos/Service/PluginService.html#method_getPluginNodes","d":"

Returns an array of all available plugin nodes

"},{"t":"M","n":"Neos\\Neos\\Service\\PluginService::getPluginNodesWithViewDefinitions","p":"Neos/Neos/Service/PluginService.html#method_getPluginNodesWithViewDefinitions","d":"

Returns an array of all plugin nodes with View Definitions

"},{"t":"M","n":"Neos\\Neos\\Service\\PluginService::getNodes","p":"Neos/Neos/Service/PluginService.html#method_getNodes","d":"

Find all nodes of a specific node type

"},{"t":"M","n":"Neos\\Neos\\Service\\PluginService::getPluginViewDefinitionsByPluginNodeType","p":"Neos/Neos/Service/PluginService.html#method_getPluginViewDefinitionsByPluginNodeType","d":"

Get all configured PluginView definitions for a specific $pluginNodeType

"},{"t":"M","n":"Neos\\Neos\\Service\\PluginService::getPluginViewConfigurationsByPluginNodeType","p":"Neos/Neos/Service/PluginService.html#method_getPluginViewConfigurationsByPluginNodeType","d":""},{"t":"M","n":"Neos\\Neos\\Service\\PluginService::getPluginNodeByAction","p":"Neos/Neos/Service/PluginService.html#method_getPluginNodeByAction","d":"

returns a plugin node or one of it's view nodes\nif an view has been configured for that specific\ncontroller and action combination

"},{"t":"M","n":"Neos\\Neos\\Service\\PluginService::getPluginViewDefinitionByAction","p":"Neos/Neos/Service/PluginService.html#method_getPluginViewDefinitionByAction","d":"

Fetch a PluginView definition that matches the specified controller and action combination

"},{"t":"M","n":"Neos\\Neos\\Service\\PluginService::getPluginViewNodeByMasterPlugin","p":"Neos/Neos/Service/PluginService.html#method_getPluginViewNodeByMasterPlugin","d":"

returns a specific view node of an master plugin\nor NULL if it does not exist

"},{"t":"M","n":"Neos\\Neos\\Service\\PublishingService::publishNode","p":"Neos/Neos/Service/PublishingService.html#method_publishNode","d":"

Publishes the given node to the specified target workspace. If no workspace is specified, the base workspace\nis assumed.

"},{"t":"M","n":"Neos\\Neos\\Service\\PublishingService::discardNode","p":"Neos/Neos/Service/PublishingService.html#method_discardNode","d":"

Discards the given node from its workspace.

"},{"t":"M","n":"Neos\\Neos\\Service\\PublishingService::discardNodes","p":"Neos/Neos/Service/PublishingService.html#method_discardNodes","d":"

Discards the given nodes.

"},{"t":"M","n":"Neos\\Neos\\Service\\PublishingService::collectAllContentChildNodes","p":"Neos/Neos/Service/PublishingService.html#method_collectAllContentChildNodes","d":""},{"t":"M","n":"Neos\\Neos\\Service\\TransliterationService::transliterate","p":"Neos/Neos/Service/TransliterationService.html#method_transliterate","d":"

Translaterates UTF-8 string to ASCII. (\u5317\u4eac to 'Bei Jing')

"},{"t":"M","n":"Neos\\Neos\\Service\\UserService::getBackendUser","p":"Neos/Neos/Service/UserService.html#method_getBackendUser","d":"

Returns the current backend user

"},{"t":"M","n":"Neos\\Neos\\Service\\UserService::getPersonalWorkspace","p":"Neos/Neos/Service/UserService.html#method_getPersonalWorkspace","d":"

Returns the current user's personal workspace or null if no user is logged in

"},{"t":"M","n":"Neos\\Neos\\Service\\UserService::getPersonalWorkspaceName","p":"Neos/Neos/Service/UserService.html#method_getPersonalWorkspaceName","d":"

Returns the name of the currently logged in user's personal workspace (even if that might not exist at that time).

"},{"t":"M","n":"Neos\\Neos\\Service\\UserService::getUserPreference","p":"Neos/Neos/Service/UserService.html#method_getUserPreference","d":"

Returns the stored preferences of a user

"},{"t":"M","n":"Neos\\Neos\\Service\\UserService::getInterfaceLanguage","p":"Neos/Neos/Service/UserService.html#method_getInterfaceLanguage","d":"

Returns the interface language the user selected. Will fall back to the default language defined in settings

"},{"t":"M","n":"Neos\\Neos\\Service\\VieSchemaBuilder::generateVieSchema","p":"Neos/Neos/Service/VieSchemaBuilder.html#method_generateVieSchema","d":"

Converts the nodes types to a fully structured array\nin the same structure as the schema to be created.

"},{"t":"M","n":"Neos\\Neos\\Service\\VieSchemaBuilder::readNodeTypeConfiguration","p":"Neos/Neos/Service/VieSchemaBuilder.html#method_readNodeTypeConfiguration","d":""},{"t":"M","n":"Neos\\Neos\\Service\\VieSchemaBuilder::addProperty","p":"Neos/Neos/Service/VieSchemaBuilder.html#method_addProperty","d":"

Adds a property to the list of known properties

"},{"t":"M","n":"Neos\\Neos\\Service\\VieSchemaBuilder::removeUndeclaredTypes","p":"Neos/Neos/Service/VieSchemaBuilder.html#method_removeUndeclaredTypes","d":"

Cleans up all types which are not know in given configuration array

"},{"t":"M","n":"Neos\\Neos\\Service\\VieSchemaBuilder::getAllSubtypes","p":"Neos/Neos/Service/VieSchemaBuilder.html#method_getAllSubtypes","d":"

Return all sub node types of a node type (recursively)

"},{"t":"M","n":"Neos\\Neos\\Service\\VieSchemaBuilder::getAllAncestors","p":"Neos/Neos/Service/VieSchemaBuilder.html#method_getAllAncestors","d":"

Return all ancestors of a node type

"},{"t":"M","n":"Neos\\Neos\\Service\\View\\NodeView::assignNode","p":"Neos/Neos/Service/View/NodeView.html#method_assignNode","d":"

Assigns a node to the NodeView.

"},{"t":"M","n":"Neos\\Neos\\Service\\View\\NodeView::assignNodes","p":"Neos/Neos/Service/View/NodeView.html#method_assignNodes","d":""},{"t":"M","n":"Neos\\Neos\\Service\\View\\NodeView::assignChildNodes","p":"Neos/Neos/Service/View/NodeView.html#method_assignChildNodes","d":"

Prepares this view to render a list or tree of child nodes of the given node.

"},{"t":"M","n":"Neos\\Neos\\Service\\View\\NodeView::assignNodeAndChildNodes","p":"Neos/Neos/Service/View/NodeView.html#method_assignNodeAndChildNodes","d":"

Prepares this view to render a list or tree of given node including child nodes.

"},{"t":"M","n":"Neos\\Neos\\Service\\View\\NodeView::assignFilteredChildNodes","p":"Neos/Neos/Service/View/NodeView.html#method_assignFilteredChildNodes","d":"

Prepares this view to render a list or tree of filtered nodes.

"},{"t":"M","n":"Neos\\Neos\\Service\\View\\NodeView::collectChildNodeData","p":"Neos/Neos/Service/View/NodeView.html#method_collectChildNodeData","d":"

Collect node data and traverse child nodes

"},{"t":"M","n":"Neos\\Neos\\Service\\View\\NodeView::collectParentNodeData","p":"Neos/Neos/Service/View/NodeView.html#method_collectParentNodeData","d":""},{"t":"M","n":"Neos\\Neos\\Service\\View\\NodeView::collectTreeNodeData","p":"Neos/Neos/Service/View/NodeView.html#method_collectTreeNodeData","d":""},{"t":"M","n":"Neos\\Neos\\Service\\XliffService::getCachedJson","p":"Neos/Neos/Service/XliffService.html#method_getCachedJson","d":"

Return the json array for a given locale, sourceCatalog, xliffPath and package.

"},{"t":"M","n":"Neos\\Neos\\Service\\XliffService::getTranslationUnitValue","p":"Neos/Neos/Service/XliffService.html#method_getTranslationUnitValue","d":""},{"t":"M","n":"Neos\\Neos\\Service\\XliffService::getCacheVersion","p":"Neos/Neos/Service/XliffService.html#method_getCacheVersion","d":""},{"t":"M","n":"Neos\\Neos\\Service\\XliffService::collectPackageSources","p":"Neos/Neos/Service/XliffService.html#method_collectPackageSources","d":"

Collect all sources found in the given package as array (key = source, value = true)\nIf sourcesToBeIncluded is an array, only those sources are returned what match the wildcard-patterns in the\narray-values

"},{"t":"M","n":"Neos\\Neos\\Service\\XliffService::setArrayDataValue","p":"Neos/Neos/Service/XliffService.html#method_setArrayDataValue","d":"

Helper method to create the needed json array from a dotted xliff id

"},{"t":"M","n":"Neos\\Neos\\TYPO3CR\\NeosNodeService::normalizePath","p":"Neos/Neos/TYPO3CR/NeosNodeService.html#method_normalizePath","d":"

Normalizes the given node path to a reference path and returns an absolute path.

"},{"t":"M","n":"Neos\\Neos\\TYPO3CR\\NeosNodeServiceInterface::normalizePath","p":"Neos/Neos/TYPO3CR/NeosNodeServiceInterface.html#method_normalizePath","d":"

Normalizes the given node path to a reference path and returns an absolute path.

"},{"t":"M","n":"Neos\\Neos\\TYPO3CR\\Transformations\\AssetTransformation::isTransformable","p":"Neos/Neos/TYPO3CR/Transformations/AssetTransformation.html#method_isTransformable","d":""},{"t":"M","n":"Neos\\Neos\\TYPO3CR\\Transformations\\AssetTransformation::execute","p":"Neos/Neos/TYPO3CR/Transformations/AssetTransformation.html#method_execute","d":"

Change the property on the given node.

"},{"t":"M","n":"Neos\\Neos\\TYPO3CR\\Transformations\\AssetTransformation::getHandledObjectTypes","p":"Neos/Neos/TYPO3CR/Transformations/AssetTransformation.html#method_getHandledObjectTypes","d":""},{"t":"M","n":"Neos\\Neos\\TYPO3CR\\Transformations\\ImageVariantTransformation::isTransformable","p":"Neos/Neos/TYPO3CR/Transformations/ImageVariantTransformation.html#method_isTransformable","d":""},{"t":"M","n":"Neos\\Neos\\TYPO3CR\\Transformations\\ImageVariantTransformation::execute","p":"Neos/Neos/TYPO3CR/Transformations/ImageVariantTransformation.html#method_execute","d":"

Change the property on the given node.

"},{"t":"M","n":"Neos\\Neos\\TYPO3CR\\Transformations\\PluginViewTransformation::isTransformable","p":"Neos/Neos/TYPO3CR/Transformations/PluginViewTransformation.html#method_isTransformable","d":""},{"t":"M","n":"Neos\\Neos\\TYPO3CR\\Transformations\\PluginViewTransformation::execute","p":"Neos/Neos/TYPO3CR/Transformations/PluginViewTransformation.html#method_execute","d":"

Change the property on the given node.

"},{"t":"M","n":"Neos\\Neos\\TypeConverter\\EntityToIdentityConverter::canConvertFrom","p":"Neos/Neos/TypeConverter/EntityToIdentityConverter.html#method_canConvertFrom","d":"

Check if the given object has an identity.

"},{"t":"M","n":"Neos\\Neos\\TypeConverter\\EntityToIdentityConverter::convertFrom","p":"Neos/Neos/TypeConverter/EntityToIdentityConverter.html#method_convertFrom","d":"

Converts the given source object to an array containing the type and identity.

"},{"t":"M","n":"Neos\\Neos\\Utility\\BackendAssetsUtility::injectSettings","p":"Neos/Neos/Utility/BackendAssetsUtility.html#method_injectSettings","d":""},{"t":"M","n":"Neos\\Neos\\Utility\\BackendAssetsUtility::getCssBuiltVersion","p":"Neos/Neos/Utility/BackendAssetsUtility.html#method_getCssBuiltVersion","d":"

Returns a shortened md5 of the built CSS file

"},{"t":"M","n":"Neos\\Neos\\Utility\\NodeUriPathSegmentGenerator::setUniqueUriPathSegment","p":"Neos/Neos/Utility/NodeUriPathSegmentGenerator.html#method_setUniqueUriPathSegment","d":"

Sets the best possible uriPathSegment for the given Node.

"},{"t":"M","n":"Neos\\Neos\\Utility\\NodeUriPathSegmentGenerator::generateUriPathSegment","p":"Neos/Neos/Utility/NodeUriPathSegmentGenerator.html#method_generateUriPathSegment","d":"

Generates a URI path segment for a given node taking it's language dimension into account

"},{"t":"M","n":"Neos\\Neos\\Utility\\User::getPersonalWorkspaceNameForUsername","p":"Neos/Neos/Utility/User.html#method_getPersonalWorkspaceNameForUsername","d":"

Constructs a personal workspace name for the user with the given username.

"},{"t":"M","n":"Neos\\Neos\\Utility\\User::slugifyUsername","p":"Neos/Neos/Utility/User.html#method_slugifyUsername","d":"

Will reduce the username to ascii alphabet and numbers.

"},{"t":"M","n":"Neos\\Neos\\Validation\\Validator\\HostnameValidator::isValid","p":"Neos/Neos/Validation/Validator/HostnameValidator.html#method_isValid","d":"

Validates if the hostname is valid.

"},{"t":"M","n":"Neos\\Neos\\Validation\\Validator\\PasswordValidator::isValid","p":"Neos/Neos/Validation/Validator/PasswordValidator.html#method_isValid","d":"

Returns true, if the given property ($value) is a valid array consistent of two equal passwords and their length\nis between 'minimum' (defaults to 0 if not specified) and 'maximum' (defaults to infinite if not specified)\nto be specified in the validation options.

"},{"t":"M","n":"Neos\\Neos\\Validation\\Validator\\UserDoesNotExistValidator::isValid","p":"Neos/Neos/Validation/Validator/UserDoesNotExistValidator.html#method_isValid","d":"

Returns true, if the specified user ($value) does not exist yet.

"},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\Backend\\AuthenticationProviderLabelViewHelper::initializeArguments","p":"Neos/Neos/ViewHelpers/Backend/AuthenticationProviderLabelViewHelper.html#method_initializeArguments","d":""},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\Backend\\AuthenticationProviderLabelViewHelper::render","p":"Neos/Neos/ViewHelpers/Backend/AuthenticationProviderLabelViewHelper.html#method_render","d":"

Outputs a human friendly label for the authentication provider specified by $identifier

"},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\Backend\\ChangeStatsViewHelper::initializeArguments","p":"Neos/Neos/ViewHelpers/Backend/ChangeStatsViewHelper.html#method_initializeArguments","d":""},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\Backend\\ChangeStatsViewHelper::render","p":"Neos/Neos/ViewHelpers/Backend/ChangeStatsViewHelper.html#method_render","d":"

Expects an array of change count data and adds calculated ratios to the rendered child view

"},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\Backend\\ColorOfStringViewHelper::initializeArguments","p":"Neos/Neos/ViewHelpers/Backend/ColorOfStringViewHelper.html#method_initializeArguments","d":""},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\Backend\\ColorOfStringViewHelper::render","p":"Neos/Neos/ViewHelpers/Backend/ColorOfStringViewHelper.html#method_render","d":"

Outputs a hex color code (#000000) based on $text

"},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\Backend\\ConfigurationCacheVersionViewHelper::render","p":"Neos/Neos/ViewHelpers/Backend/ConfigurationCacheVersionViewHelper.html#method_render","d":""},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\Backend\\ConfigurationTreeViewHelper::initializeArguments","p":"Neos/Neos/ViewHelpers/Backend/ConfigurationTreeViewHelper.html#method_initializeArguments","d":""},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\Backend\\ConfigurationTreeViewHelper::render","p":"Neos/Neos/ViewHelpers/Backend/ConfigurationTreeViewHelper.html#method_render","d":"

Render the $configuration

"},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\Backend\\ConfigurationTreeViewHelper::renderSingleLevel","p":"Neos/Neos/ViewHelpers/Backend/ConfigurationTreeViewHelper.html#method_renderSingleLevel","d":"

Recursive function rendering configuration and adding it to $this->output

"},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\Backend\\CssBuiltVersionViewHelper::render","p":"Neos/Neos/ViewHelpers/Backend/CssBuiltVersionViewHelper.html#method_render","d":""},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\Backend\\DocumentBreadcrumbPathViewHelper::initializeArguments","p":"Neos/Neos/ViewHelpers/Backend/DocumentBreadcrumbPathViewHelper.html#method_initializeArguments","d":"

Initialize the arguments.

"},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\Backend\\DocumentBreadcrumbPathViewHelper::render","p":"Neos/Neos/ViewHelpers/Backend/DocumentBreadcrumbPathViewHelper.html#method_render","d":""},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\Backend\\IfModuleAccessibleViewHelper::initializeArguments","p":"Neos/Neos/ViewHelpers/Backend/IfModuleAccessibleViewHelper.html#method_initializeArguments","d":null},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\Backend\\IfModuleAccessibleViewHelper::render","p":"Neos/Neos/ViewHelpers/Backend/IfModuleAccessibleViewHelper.html#method_render","d":"

renders child if access to the given module is accessible, otherwise renders child.

"},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\Backend\\IfModuleAccessibleViewHelper::renderStatic","p":"Neos/Neos/ViewHelpers/Backend/IfModuleAccessibleViewHelper.html#method_renderStatic","d":""},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\Backend\\IfModuleAccessibleViewHelper::evaluateCondition","p":"Neos/Neos/ViewHelpers/Backend/IfModuleAccessibleViewHelper.html#method_evaluateCondition","d":""},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\Backend\\InterfaceLanguageViewHelper::render","p":"Neos/Neos/ViewHelpers/Backend/InterfaceLanguageViewHelper.html#method_render","d":""},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\Backend\\IsAllowedToEditUserViewHelper::initializeArguments","p":"Neos/Neos/ViewHelpers/Backend/IsAllowedToEditUserViewHelper.html#method_initializeArguments","d":""},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\Backend\\IsAllowedToEditUserViewHelper::render","p":"Neos/Neos/ViewHelpers/Backend/IsAllowedToEditUserViewHelper.html#method_render","d":"

Returns whether the current user is allowed to edit the given user.

"},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\Backend\\JavascriptConfigurationViewHelper::injectThrowableStorage","p":"Neos/Neos/ViewHelpers/Backend/JavascriptConfigurationViewHelper.html#method_injectThrowableStorage","d":""},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\Backend\\JavascriptConfigurationViewHelper::injectSettings","p":"Neos/Neos/ViewHelpers/Backend/JavascriptConfigurationViewHelper.html#method_injectSettings","d":""},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\Backend\\JavascriptConfigurationViewHelper::render","p":"Neos/Neos/ViewHelpers/Backend/JavascriptConfigurationViewHelper.html#method_render","d":""},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\Backend\\JavascriptConfigurationViewHelper::getStaticResourceWebBaseUri","p":"Neos/Neos/ViewHelpers/Backend/JavascriptConfigurationViewHelper.html#method_getStaticResourceWebBaseUri","d":""},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\Backend\\JavascriptConfigurationViewHelper::getNodeTypeGroupsSettings","p":"Neos/Neos/ViewHelpers/Backend/JavascriptConfigurationViewHelper.html#method_getNodeTypeGroupsSettings","d":""},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\Backend\\JavascriptConfigurationViewHelper::renderMaximumFileUploadSize","p":"Neos/Neos/ViewHelpers/Backend/JavascriptConfigurationViewHelper.html#method_renderMaximumFileUploadSize","d":"

Returns the lowest configured maximum upload file size

"},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\Backend\\TranslateViewHelper::render","p":"Neos/Neos/ViewHelpers/Backend/TranslateViewHelper.html#method_render","d":"

Renders the translated label.

"},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\Backend\\UserInitialsViewHelper::initializeArguments","p":"Neos/Neos/ViewHelpers/Backend/UserInitialsViewHelper.html#method_initializeArguments","d":""},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\Backend\\UserInitialsViewHelper::render","p":"Neos/Neos/ViewHelpers/Backend/UserInitialsViewHelper.html#method_render","d":"

Render user initials or an abbreviated name for a given username. If the account was deleted, use the username as fallback.

"},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\Backend\\XliffCacheVersionViewHelper::render","p":"Neos/Neos/ViewHelpers/Backend/XliffCacheVersionViewHelper.html#method_render","d":""},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\ContentElement\\EditableViewHelper::initializeArguments","p":"Neos/Neos/ViewHelpers/ContentElement/EditableViewHelper.html#method_initializeArguments","d":""},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\ContentElement\\EditableViewHelper::render","p":"Neos/Neos/ViewHelpers/ContentElement/EditableViewHelper.html#method_render","d":"

In live workspace this just renders a tag; for logged in users with access to the Backend this also adds required\nattributes for the editing.

"},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\ContentElement\\EditableViewHelper::getNodeFromFusionContext","p":"Neos/Neos/ViewHelpers/ContentElement/EditableViewHelper.html#method_getNodeFromFusionContext","d":""},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\ContentElement\\WrapViewHelper::initializeArguments","p":"Neos/Neos/ViewHelpers/ContentElement/WrapViewHelper.html#method_initializeArguments","d":"

Initialize the arguments.

"},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\ContentElement\\WrapViewHelper::render","p":"Neos/Neos/ViewHelpers/ContentElement/WrapViewHelper.html#method_render","d":"

In live workspace this just renders a the content.

"},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\GetTypeViewHelper::initializeArguments","p":"Neos/Neos/ViewHelpers/GetTypeViewHelper.html#method_initializeArguments","d":""},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\GetTypeViewHelper::render","p":"Neos/Neos/ViewHelpers/GetTypeViewHelper.html#method_render","d":""},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\Link\\ModuleViewHelper::initializeArguments","p":"Neos/Neos/ViewHelpers/Link/ModuleViewHelper.html#method_initializeArguments","d":"

Initialize arguments

"},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\Link\\ModuleViewHelper::render","p":"Neos/Neos/ViewHelpers/Link/ModuleViewHelper.html#method_render","d":"

Render a link to a specific module

"},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\Link\\NodeViewHelper::initializeArguments","p":"Neos/Neos/ViewHelpers/Link/NodeViewHelper.html#method_initializeArguments","d":"

Initialize arguments

"},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\Link\\NodeViewHelper::render","p":"Neos/Neos/ViewHelpers/Link/NodeViewHelper.html#method_render","d":"

Renders the link. Renders the linked node's label if there's no child content.

"},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\Node\\ClosestDocumentViewHelper::initializeArguments","p":"Neos/Neos/ViewHelpers/Node/ClosestDocumentViewHelper.html#method_initializeArguments","d":"

Initialize the arguments.

"},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\Node\\ClosestDocumentViewHelper::render","p":"Neos/Neos/ViewHelpers/Node/ClosestDocumentViewHelper.html#method_render","d":""},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\Rendering\\AbstractRenderingStateViewHelper::getContextNode","p":"Neos/Neos/ViewHelpers/Rendering/AbstractRenderingStateViewHelper.html#method_getContextNode","d":"

Get a node from the current Fusion context if available.

"},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\Rendering\\AbstractRenderingStateViewHelper::getNodeContext","p":"Neos/Neos/ViewHelpers/Rendering/AbstractRenderingStateViewHelper.html#method_getNodeContext","d":""},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\Rendering\\InBackendViewHelper::initializeArguments","p":"Neos/Neos/ViewHelpers/Rendering/InBackendViewHelper.html#method_initializeArguments","d":"

Initialize the arguments.

"},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\Rendering\\InBackendViewHelper::render","p":"Neos/Neos/ViewHelpers/Rendering/InBackendViewHelper.html#method_render","d":""},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\Rendering\\InEditModeViewHelper::initializeArguments","p":"Neos/Neos/ViewHelpers/Rendering/InEditModeViewHelper.html#method_initializeArguments","d":"

Initialize the arguments.

"},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\Rendering\\InEditModeViewHelper::render","p":"Neos/Neos/ViewHelpers/Rendering/InEditModeViewHelper.html#method_render","d":""},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\Rendering\\InPreviewModeViewHelper::initializeArguments","p":"Neos/Neos/ViewHelpers/Rendering/InPreviewModeViewHelper.html#method_initializeArguments","d":"

Initialize the arguments.

"},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\Rendering\\InPreviewModeViewHelper::render","p":"Neos/Neos/ViewHelpers/Rendering/InPreviewModeViewHelper.html#method_render","d":""},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\Rendering\\LiveViewHelper::initializeArguments","p":"Neos/Neos/ViewHelpers/Rendering/LiveViewHelper.html#method_initializeArguments","d":"

Initialize the arguments.

"},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\Rendering\\LiveViewHelper::render","p":"Neos/Neos/ViewHelpers/Rendering/LiveViewHelper.html#method_render","d":""},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\StandaloneViewViewHelper::initializeArguments","p":"Neos/Neos/ViewHelpers/StandaloneViewViewHelper.html#method_initializeArguments","d":""},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\StandaloneViewViewHelper::render","p":"Neos/Neos/ViewHelpers/StandaloneViewViewHelper.html#method_render","d":""},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\Uri\\ModuleViewHelper::initializeArguments","p":"Neos/Neos/ViewHelpers/Uri/ModuleViewHelper.html#method_initializeArguments","d":"

Initialize the arguments.

"},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\Uri\\ModuleViewHelper::render","p":"Neos/Neos/ViewHelpers/Uri/ModuleViewHelper.html#method_render","d":"

Render a link to a specific module

"},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\Uri\\ModuleViewHelper::setMainRequestToUriBuilder","p":"Neos/Neos/ViewHelpers/Uri/ModuleViewHelper.html#method_setMainRequestToUriBuilder","d":"

Extracted out to this method in order to be better unit-testable.

"},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\Uri\\NodeViewHelper::initializeArguments","p":"Neos/Neos/ViewHelpers/Uri/NodeViewHelper.html#method_initializeArguments","d":"

Initialize the arguments.

"},{"t":"M","n":"Neos\\Neos\\ViewHelpers\\Uri\\NodeViewHelper::render","p":"Neos/Neos/ViewHelpers/Uri/NodeViewHelper.html#method_render","d":"

Renders the URI.

"},{"t":"M","n":"Neos\\Neos\\View\\FusionExceptionView::render","p":"Neos/Neos/View/FusionExceptionView.html#method_render","d":""},{"t":"M","n":"Neos\\Neos\\View\\FusionExceptionView::extractBodyFromOutput","p":"Neos/Neos/View/FusionExceptionView.html#method_extractBodyFromOutput","d":""},{"t":"M","n":"Neos\\Neos\\View\\FusionExceptionView::getFusionRuntime","p":"Neos/Neos/View/FusionExceptionView.html#method_getFusionRuntime","d":""},{"t":"M","n":"Neos\\Neos\\View\\FusionView::render","p":"Neos/Neos/View/FusionView.html#method_render","d":"

Renders the view

"},{"t":"M","n":"Neos\\Neos\\View\\FusionView::parsePotentialRawHttpResponse","p":"Neos/Neos/View/FusionView.html#method_parsePotentialRawHttpResponse","d":""},{"t":"M","n":"Neos\\Neos\\View\\FusionView::isRawHttpResponse","p":"Neos/Neos/View/FusionView.html#method_isRawHttpResponse","d":"

Checks if the mixed input looks like a raw HTTTP response.

"},{"t":"M","n":"Neos\\Neos\\View\\FusionView::canRenderWithNodeAndPath","p":"Neos/Neos/View/FusionView.html#method_canRenderWithNodeAndPath","d":"

Is it possible to render $node with $his->fusionPath?

"},{"t":"M","n":"Neos\\Neos\\View\\FusionView::setFusionPath","p":"Neos/Neos/View/FusionView.html#method_setFusionPath","d":"

Set the Fusion path to use for rendering the node given in "value"

"},{"t":"M","n":"Neos\\Neos\\View\\FusionView::getFusionPath","p":"Neos/Neos/View/FusionView.html#method_getFusionPath","d":""},{"t":"M","n":"Neos\\Neos\\View\\FusionView::getClosestDocumentNode","p":"Neos/Neos/View/FusionView.html#method_getClosestDocumentNode","d":""},{"t":"M","n":"Neos\\Neos\\View\\FusionView::getCurrentSiteNode","p":"Neos/Neos/View/FusionView.html#method_getCurrentSiteNode","d":""},{"t":"M","n":"Neos\\Neos\\View\\FusionView::getCurrentNode","p":"Neos/Neos/View/FusionView.html#method_getCurrentNode","d":""},{"t":"M","n":"Neos\\Neos\\View\\FusionView::getFusionRuntime","p":"Neos/Neos/View/FusionView.html#method_getFusionRuntime","d":""},{"t":"M","n":"Neos\\Neos\\View\\FusionView::assign","p":"Neos/Neos/View/FusionView.html#method_assign","d":"

Clear the cached runtime instance on assignment of variables

"},{"t":"M","n":"Neos\\Neos\\View\\FusionViewI18nTrait::setFallbackRuleFromDimension","p":"Neos/Neos/View/FusionViewI18nTrait.html#method_setFallbackRuleFromDimension","d":"

If a content dimension named "language" exists, it is used to set the locale fallback\nchain order for rendering based on that.

"},{"t":"M","n":"Neos\\Neos\\View\\Service\\AssetJsonView::render","p":"Neos/Neos/View/Service/AssetJsonView.html#method_render","d":"

Configures rendering according to the set variable(s) and calls\nrender on the parent.

"},{"t":"M","n":"Neos\\Neos\\View\\Service\\NodeJsonView::render","p":"Neos/Neos/View/Service/NodeJsonView.html#method_render","d":"

Configures rendering according to the set variable(s) and calls\nrender on the parent.

"},{"t":"M","n":"Neos\\Neos\\View\\Service\\WorkspaceJsonView::render","p":"Neos/Neos/View/Service/WorkspaceJsonView.html#method_render","d":"

Configures rendering according to the set variable(s) and calls\nrender on the parent.

"},{"t":"M","n":"Neos\\NodeTypes\\Form\\Service\\DataSource\\FormDefinitionDataSource::getData","p":"Neos/NodeTypes/Form/Service/DataSource/FormDefinitionDataSource.html#method_getData","d":""},{"t":"M","n":"Neos\\SiteKickstarter\\Command\\KickstartCommandController::siteCommand","p":"Neos/SiteKickstarter/Command/KickstartCommandController.html#method_siteCommand","d":"

Kickstart a new site package

"},{"t":"M","n":"Neos\\SiteKickstarter\\Generator\\AfxTemplateGenerator::generateSitePackage","p":"Neos/SiteKickstarter/Generator/AfxTemplateGenerator.html#method_generateSitePackage","d":"

Generate a site package and fill it with boilerplate data.

"},{"t":"M","n":"Neos\\SiteKickstarter\\Generator\\AfxTemplateGenerator::generateSitesXml","p":"Neos/SiteKickstarter/Generator/AfxTemplateGenerator.html#method_generateSitesXml","d":"

Generate a "Sites.xml" for the given package and name.

"},{"t":"M","n":"Neos\\SiteKickstarter\\Generator\\AfxTemplateGenerator::generateSitesRootFusion","p":"Neos/SiteKickstarter/Generator/AfxTemplateGenerator.html#method_generateSitesRootFusion","d":"

Generate basic root Fusion file.

"},{"t":"M","n":"Neos\\SiteKickstarter\\Generator\\AfxTemplateGenerator::generateSitesFusionDirectory","p":"Neos/SiteKickstarter/Generator/AfxTemplateGenerator.html#method_generateSitesFusionDirectory","d":"

Render the whole directory of the fusion part

"},{"t":"M","n":"Neos\\SiteKickstarter\\Generator\\AfxTemplateGenerator::generateSiteNodeName","p":"Neos/SiteKickstarter/Generator/AfxTemplateGenerator.html#method_generateSiteNodeName","d":"

Generate site node name based on the given package key

"},{"t":"M","n":"Neos\\SiteKickstarter\\Generator\\AfxTemplateGenerator::generateNodeTypesConfiguration","p":"Neos/SiteKickstarter/Generator/AfxTemplateGenerator.html#method_generateNodeTypesConfiguration","d":"

Generate a example NodeTypes.yaml

"},{"t":"M","n":"Neos\\SiteKickstarter\\Generator\\AfxTemplateGenerator::generateAdditionalFolders","p":"Neos/SiteKickstarter/Generator/AfxTemplateGenerator.html#method_generateAdditionalFolders","d":"

Generate additional folders for site packages.

"},{"t":"M","n":"Neos\\SiteKickstarter\\Generator\\AfxTemplateGenerator::getResourcePathForFile","p":"Neos/SiteKickstarter/Generator/AfxTemplateGenerator.html#method_getResourcePathForFile","d":"

returns resource path for the generator

"},{"t":"M","n":"Neos\\SiteKickstarter\\Generator\\AfxTemplateGenerator::getGeneratorName","p":"Neos/SiteKickstarter/Generator/AfxTemplateGenerator.html#method_getGeneratorName","d":"

returns the human readable name of the generator

"},{"t":"M","n":"Neos\\SiteKickstarter\\Generator\\SitePackageGeneratorInterface::generateSitePackage","p":"Neos/SiteKickstarter/Generator/SitePackageGeneratorInterface.html#method_generateSitePackage","d":"

returns generated files as an array

"},{"t":"M","n":"Neos\\SiteKickstarter\\Generator\\SitePackageGeneratorInterface::getGeneratorName","p":"Neos/SiteKickstarter/Generator/SitePackageGeneratorInterface.html#method_getGeneratorName","d":"

returns the human readable name of the generator

"},{"t":"M","n":"Neos\\SiteKickstarter\\Service\\FusionRecursiveDirectoryRenderer::renderDirectory","p":"Neos/SiteKickstarter/Service/FusionRecursiveDirectoryRenderer.html#method_renderDirectory","d":"

Renders whole directory recursivly

"},{"t":"M","n":"Neos\\SiteKickstarter\\Service\\SimpleTemplateRenderer::render","p":"Neos/SiteKickstarter/Service/SimpleTemplateRenderer.html#method_render","d":"

Renders simple templates by replacing {key} variables in the template, by the value of the key in the\ncontextVariables array

"},{"t":"M","n":"Neos\\SiteKickstarter\\Service\\SiteGeneratorCollectingService::getAllGenerators","p":"Neos/SiteKickstarter/Service/SiteGeneratorCollectingService.html#method_getAllGenerators","d":null},{"t":"M","n":"Neos\\SiteKickstarter\\Service\\SitePackageGeneratorNameService::getNameOfSitePackageGenerator","p":"Neos/SiteKickstarter/Service/SitePackageGeneratorNameService.html#method_getNameOfSitePackageGenerator","d":""},{"t":"M","n":"Neos\\ContentRepository\\Command\\EventDispatchingNodeCommandControllerPluginInterface::on","p":"Neos/ContentRepository/Command/EventDispatchingNodeCommandControllerPluginInterface.html#method_on","d":"

Attaches a new event handler

"},{"t":"M","n":"Neos\\ContentRepository\\Command\\NodeCommandControllerPluginInterface::getSubCommandShortDescription","p":"Neos/ContentRepository/Command/NodeCommandControllerPluginInterface.html#method_getSubCommandShortDescription","d":"

Returns a short description for the specific task the plugin solves for the specified command

"},{"t":"M","n":"Neos\\ContentRepository\\Command\\NodeCommandControllerPluginInterface::getSubCommandDescription","p":"Neos/ContentRepository/Command/NodeCommandControllerPluginInterface.html#method_getSubCommandDescription","d":"

Returns a piece of description for the specific task the plugin solves for the specified command

"},{"t":"M","n":"Neos\\ContentRepository\\Command\\NodeCommandControllerPluginInterface::invokeSubCommand","p":"Neos/ContentRepository/Command/NodeCommandControllerPluginInterface.html#method_invokeSubCommand","d":"

A method which runs the task implemented by the plugin for the given command

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::setName","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_setName","d":"

Set the name of the node to $newName, keeping it's position as it is

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::getName","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_getName","d":"

Returns the name of this node

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::getLabel","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_getLabel","d":"

Returns a full length plain text label of this node

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::setProperty","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_setProperty","d":"

Sets the specified property.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::hasProperty","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_hasProperty","d":"

If this node has a property with the given name.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::getProperty","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_getProperty","d":"

Returns the specified property.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::removeProperty","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_removeProperty","d":"

Removes the specified property.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::getProperties","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_getProperties","d":"

Returns all properties of this node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::getPropertyNames","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_getPropertyNames","d":"

Returns the names of all properties of this node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::setContentObject","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_setContentObject","d":"

Sets a content object for this node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::getContentObject","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_getContentObject","d":"

Returns the content object of this node (if any).

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::unsetContentObject","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_unsetContentObject","d":"

Unsets the content object of this node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::setNodeType","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_setNodeType","d":"

Sets the node type of this node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::getNodeType","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_getNodeType","d":"

Returns the node type of this node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::setHidden","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_setHidden","d":"

Sets the "hidden" flag for this node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::isHidden","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_isHidden","d":"

Returns the current state of the hidden flag

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::setHiddenBeforeDateTime","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_setHiddenBeforeDateTime","d":"

Sets the date and time when this node becomes potentially visible.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::getHiddenBeforeDateTime","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_getHiddenBeforeDateTime","d":"

Returns the date and time before which this node will be automatically hidden.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::setHiddenAfterDateTime","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_setHiddenAfterDateTime","d":"

Sets the date and time when this node should be automatically hidden

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::getHiddenAfterDateTime","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_getHiddenAfterDateTime","d":"

Returns the date and time after which this node will be automatically hidden.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::setHiddenInIndex","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_setHiddenInIndex","d":"

Sets if this node should be hidden in indexes, such as a site navigation.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::isHiddenInIndex","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_isHiddenInIndex","d":"

If this node should be hidden in indexes

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::setAccessRoles","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_setAccessRoles","d":"

Sets the roles which are required to access this node

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::getAccessRoles","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_getAccessRoles","d":"

Returns the names of defined access roles

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::getPath","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_getPath","d":"

Returns the path of this node

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::getContextPath","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_getContextPath","d":"

Returns the absolute path of this node with additional context information (such as the workspace name).

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::getDepth","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_getDepth","d":"

Returns the level at which this node is located.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::setWorkspace","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_setWorkspace","d":"

Sets the workspace of this node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::getWorkspace","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_getWorkspace","d":"

Returns the workspace this node is contained in

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::getIdentifier","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_getIdentifier","d":"

Returns the identifier of this node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::setIndex","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_setIndex","d":"

Sets the index of this node

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::getIndex","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_getIndex","d":"

Returns the index of this node which determines the order among siblings\nwith the same parent node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::getParent","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_getParent","d":"

Returns the parent node of this node

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::getParentPath","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_getParentPath","d":"

Returns the parent node path

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::createNode","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_createNode","d":"

Creates, adds and returns a child node of this node. Also sets default\nproperties and creates default subnodes.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::createSingleNode","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_createSingleNode","d":"

Creates, adds and returns a child node of this node, without setting default\nproperties or creating subnodes.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::createNodeFromTemplate","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_createNodeFromTemplate","d":"

Creates and persists a node from the given $nodeTemplate as child node

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::getNode","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_getNode","d":"

Returns a node specified by the given relative path.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::getPrimaryChildNode","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_getPrimaryChildNode","d":"

Returns the primary child node of this node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::getChildNodes","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_getChildNodes","d":"

Returns all direct child nodes of this node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::hasChildNodes","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_hasChildNodes","d":"

Checks if this node has any child nodes.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::remove","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_remove","d":"

Removes this node and all its child nodes. This is an alias for setRemoved(true)

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::setRemoved","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_setRemoved","d":"

Removes this node and all its child nodes or sets ONLY this node to not being removed.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::isRemoved","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_isRemoved","d":"

If this node is a removed node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::isVisible","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_isVisible","d":"

Tells if this node is "visible".

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::isAccessible","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_isAccessible","d":"

Tells if this node may be accessed according to the current security context.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::hasAccessRestrictions","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_hasAccessRestrictions","d":"

Tells if a node, in general, has access restrictions, independent of the\ncurrent security context.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::isNodeTypeAllowedAsChildNode","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_isNodeTypeAllowedAsChildNode","d":"

Checks if the given $nodeType would be allowed as a child node of this node according to the configured constraints.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::moveBefore","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_moveBefore","d":"

Moves this node before the given node

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::moveAfter","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_moveAfter","d":"

Moves this node after the given node

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::moveInto","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_moveInto","d":"

Moves this node into the given node

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::copyBefore","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_copyBefore","d":"

Copies this node before the given node

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::copyAfter","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_copyAfter","d":"

Copies this node after the given node

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::copyInto","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_copyInto","d":"

Copies this node to below the given node. The new node will be added behind\nany existing sub nodes of the given node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::getNodeData","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_getNodeData","d":"

Return the NodeData representation of the node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::getContext","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_getContext","d":"

Return the context of the node

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::getDimensions","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_getDimensions","d":"

Return the assigned content dimensions of the node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::createVariantForContext","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_createVariantForContext","d":"

Given a context a new node is returned that is like this node, but\nlives in the new context.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::isAutoCreated","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_isAutoCreated","d":"

Determine if this node is configured as auto-created childNode of the parent node. If that is the case, it\nshould not be deleted.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeInterface::getOtherNodeVariants","p":"Neos/ContentRepository/Domain/Model/NodeInterface.html#method_getOtherNodeVariants","d":"

Get other variants of this node (with different dimension values)

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\NodeLabelGeneratorInterface::getLabel","p":"Neos/ContentRepository/Domain/Model/NodeLabelGeneratorInterface.html#method_getLabel","d":"

Render a node label

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Model\\UserInterface::getLabel","p":"Neos/ContentRepository/Domain/Model/UserInterface.html#method_getLabel","d":"

Returns a label which can be used as a human-friendly identifier for this user, for example his or her first\nand last name.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\NodeInterface::isRoot","p":"Neos/ContentRepository/Domain/Projection/Content/NodeInterface.html#method_isRoot","d":"

Whether or not this node is the root of the graph, i.e. has no parent node

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\NodeInterface::isTethered","p":"Neos/ContentRepository/Domain/Projection/Content/NodeInterface.html#method_isTethered","d":"

Whether or not this node is tethered to its parent, fka auto created child node

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\NodeInterface::getContentStreamIdentifier","p":"Neos/ContentRepository/Domain/Projection/Content/NodeInterface.html#method_getContentStreamIdentifier","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\NodeInterface::getNodeAggregateIdentifier","p":"Neos/ContentRepository/Domain/Projection/Content/NodeInterface.html#method_getNodeAggregateIdentifier","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\NodeInterface::getNodeTypeName","p":"Neos/ContentRepository/Domain/Projection/Content/NodeInterface.html#method_getNodeTypeName","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\NodeInterface::getNodeType","p":"Neos/ContentRepository/Domain/Projection/Content/NodeInterface.html#method_getNodeType","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\NodeInterface::getNodeName","p":"Neos/ContentRepository/Domain/Projection/Content/NodeInterface.html#method_getNodeName","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\NodeInterface::getOriginDimensionSpacePoint","p":"Neos/ContentRepository/Domain/Projection/Content/NodeInterface.html#method_getOriginDimensionSpacePoint","d":"

returns the DimensionSpacePoint the node is at home in. Usually needed to address a Node in a NodeAggregate\nin order to update it.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\NodeInterface::getProperties","p":"Neos/ContentRepository/Domain/Projection/Content/NodeInterface.html#method_getProperties","d":"

Returns all properties of this node. References are NOT part of this API; there you need to check getReference() and getReferences()

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\NodeInterface::getProperty","p":"Neos/ContentRepository/Domain/Projection/Content/NodeInterface.html#method_getProperty","d":"

Returns the specified property.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\NodeInterface::hasProperty","p":"Neos/ContentRepository/Domain/Projection/Content/NodeInterface.html#method_hasProperty","d":"

If this node has a property with the given name. Does NOT check the NodeType; but checks\nfor a non-NULL property value.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\NodeInterface::getLabel","p":"Neos/ContentRepository/Domain/Projection/Content/NodeInterface.html#method_getLabel","d":"

Returns the node label as generated by the configured node label generator

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\TraversableNodeInterface::getDimensionSpacePoint","p":"Neos/ContentRepository/Domain/Projection/Content/TraversableNodeInterface.html#method_getDimensionSpacePoint","d":"

Returns the DimensionSpacePoint the node was requested in, i.e. one of the DimensionSpacePoints\nthis node is visible in. If you need the DimensionSpacePoint where the node is actually at home,\nsee getOriginDimensionSpacePoint()

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\TraversableNodeInterface::findParentNode","p":"Neos/ContentRepository/Domain/Projection/Content/TraversableNodeInterface.html#method_findParentNode","d":"

Retrieves and returns the parent node from the node's subgraph.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\TraversableNodeInterface::findNodePath","p":"Neos/ContentRepository/Domain/Projection/Content/TraversableNodeInterface.html#method_findNodePath","d":"

Retrieves and returns the node's path to its root node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\TraversableNodeInterface::findNamedChildNode","p":"Neos/ContentRepository/Domain/Projection/Content/TraversableNodeInterface.html#method_findNamedChildNode","d":"

Retrieves and returns a child node by name from the node's subgraph.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\TraversableNodeInterface::findChildNodes","p":"Neos/ContentRepository/Domain/Projection/Content/TraversableNodeInterface.html#method_findChildNodes","d":"

Retrieves and returns all direct child nodes of this node from its subgraph.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\TraversableNodeInterface::countChildNodes","p":"Neos/ContentRepository/Domain/Projection/Content/TraversableNodeInterface.html#method_countChildNodes","d":"

Returns the number of direct child nodes of this node from its subgraph.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\TraversableNodeInterface::findReferencedNodes","p":"Neos/ContentRepository/Domain/Projection/Content/TraversableNodeInterface.html#method_findReferencedNodes","d":"

Retrieves and returns all nodes referenced by this node from its subgraph.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\TraversableNodeInterface::findNamedReferencedNodes","p":"Neos/ContentRepository/Domain/Projection/Content/TraversableNodeInterface.html#method_findNamedReferencedNodes","d":"

Retrieves and returns nodes referenced by this node by name from its subgraph.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\TraversableNodeInterface::findReferencingNodes","p":"Neos/ContentRepository/Domain/Projection/Content/TraversableNodeInterface.html#method_findReferencingNodes","d":"

Retrieves and returns nodes referencing this node from its subgraph.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\TraversableNodeInterface::findNamedReferencingNodes","p":"Neos/ContentRepository/Domain/Projection/Content/TraversableNodeInterface.html#method_findNamedReferencingNodes","d":"

Retrieves and returns nodes referencing this node by name from its subgraph.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Projection\\Content\\TraversableNodeInterface::equals","p":"Neos/ContentRepository/Domain/Projection/Content/TraversableNodeInterface.html#method_equals","d":"

Compare whether two traversable nodes are equal

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ContentDimensionPresetSourceInterface::getAllPresets","p":"Neos/ContentRepository/Domain/Service/ContentDimensionPresetSourceInterface.html#method_getAllPresets","d":"

Get the full presets configuration as an array

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ContentDimensionPresetSourceInterface::getDefaultPreset","p":"Neos/ContentRepository/Domain/Service/ContentDimensionPresetSourceInterface.html#method_getDefaultPreset","d":"

Get the default preset of a dimension

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ContentDimensionPresetSourceInterface::findPresetByDimensionValues","p":"Neos/ContentRepository/Domain/Service/ContentDimensionPresetSourceInterface.html#method_findPresetByDimensionValues","d":"

Find a dimension preset by dimension values

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ContentDimensionPresetSourceInterface::getAllowedDimensionPresetsAccordingToPreselection","p":"Neos/ContentRepository/Domain/Service/ContentDimensionPresetSourceInterface.html#method_getAllowedDimensionPresetsAccordingToPreselection","d":"

Returns a list of presets of the specified dimension which are allowed in combination with the given presets\nof other dimensions.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ContentDimensionPresetSourceInterface::isPresetCombinationAllowedByConstraints","p":"Neos/ContentRepository/Domain/Service/ContentDimensionPresetSourceInterface.html#method_isPresetCombinationAllowedByConstraints","d":"

Checks if the given combination of presets is allowed, according to possibly defined constraints in the\ncontent dimension configuration.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ContentDimensionPresetSourceInterface::findPresetsByTargetValues","p":"Neos/ContentRepository/Domain/Service/ContentDimensionPresetSourceInterface.html#method_findPresetsByTargetValues","d":"

Finds for each configured dimension the best matching preset based on given target value for that dimension.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ContextFactoryInterface::create","p":"Neos/ContentRepository/Domain/Service/ContextFactoryInterface.html#method_create","d":"

Create the context from the given properties. If a context with those properties was already\ncreated before then the existing one is returned.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ContextFactoryInterface::reset","p":"Neos/ContentRepository/Domain/Service/ContextFactoryInterface.html#method_reset","d":"

Clears the instances cache clearing all contexts.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\ContextFactoryInterface::getInstances","p":"Neos/ContentRepository/Domain/Service/ContextFactoryInterface.html#method_getInstances","d":"

Returns all known instances of Context.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\NodeServiceInterface::setDefaultValues","p":"Neos/ContentRepository/Domain/Service/NodeServiceInterface.html#method_setDefaultValues","d":"

Sets default node property values on the given node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\NodeServiceInterface::createChildNodes","p":"Neos/ContentRepository/Domain/Service/NodeServiceInterface.html#method_createChildNodes","d":"

Creates missing child nodes for the given node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\NodeServiceInterface::cleanUpProperties","p":"Neos/ContentRepository/Domain/Service/NodeServiceInterface.html#method_cleanUpProperties","d":"

Removes all properties not configured in the current Node Type.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\NodeServiceInterface::cleanUpAutoCreatedChildNodes","p":"Neos/ContentRepository/Domain/Service/NodeServiceInterface.html#method_cleanUpAutoCreatedChildNodes","d":"

Removes all auto created child nodes that existed in the previous nodeType.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\NodeServiceInterface::isNodeOfType","p":"Neos/ContentRepository/Domain/Service/NodeServiceInterface.html#method_isNodeOfType","d":""},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\NodeServiceInterface::nodePathExistsInAnyContext","p":"Neos/ContentRepository/Domain/Service/NodeServiceInterface.html#method_nodePathExistsInAnyContext","d":"

Checks if the given node path exists in any possible context already.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\NodeServiceInterface::nodePathAvailableForNode","p":"Neos/ContentRepository/Domain/Service/NodeServiceInterface.html#method_nodePathAvailableForNode","d":"

Checks if the given node path can be used for the given node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\NodeServiceInterface::normalizePath","p":"Neos/ContentRepository/Domain/Service/NodeServiceInterface.html#method_normalizePath","d":"

Normalizes the given node path to a reference path and returns an absolute path.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\NodeServiceInterface::generateUniqueNodeName","p":"Neos/ContentRepository/Domain/Service/NodeServiceInterface.html#method_generateUniqueNodeName","d":"

Generates a possible node name, optionally based on a suggested "ideal" name.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\PublishingServiceInterface::getUnpublishedNodes","p":"Neos/ContentRepository/Domain/Service/PublishingServiceInterface.html#method_getUnpublishedNodes","d":"

Returns a list of nodes contained in the given workspace which are not yet published

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\PublishingServiceInterface::getUnpublishedNodesCount","p":"Neos/ContentRepository/Domain/Service/PublishingServiceInterface.html#method_getUnpublishedNodesCount","d":"

Returns the number of unpublished nodes contained in the given workspace

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\PublishingServiceInterface::publishNode","p":"Neos/ContentRepository/Domain/Service/PublishingServiceInterface.html#method_publishNode","d":"

Publishes the given node to the specified target workspace. If no workspace is specified, "live" is assumed.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\PublishingServiceInterface::publishNodes","p":"Neos/ContentRepository/Domain/Service/PublishingServiceInterface.html#method_publishNodes","d":"

Publishes the given nodes to the specified target workspace. If no workspace is specified, "live" is assumed.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\PublishingServiceInterface::discardNode","p":"Neos/ContentRepository/Domain/Service/PublishingServiceInterface.html#method_discardNode","d":"

Discards the given node.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\PublishingServiceInterface::discardNodes","p":"Neos/ContentRepository/Domain/Service/PublishingServiceInterface.html#method_discardNodes","d":"

Discards the given nodes.

"},{"t":"M","n":"Neos\\ContentRepository\\Domain\\Service\\PublishingServiceInterface::discardAllNodes","p":"Neos/ContentRepository/Domain/Service/PublishingServiceInterface.html#method_discardAllNodes","d":"

Discards all unpublished nodes of the given workspace.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Configuration\\ConfigurationInterface::getAvailableVersions","p":"Neos/ContentRepository/Migration/Configuration/ConfigurationInterface.html#method_getAvailableVersions","d":"

Returns all available versions.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Configuration\\ConfigurationInterface::isVersionAvailable","p":"Neos/ContentRepository/Migration/Configuration/ConfigurationInterface.html#method_isVersionAvailable","d":"

Is the given version available?

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Configuration\\ConfigurationInterface::getMigrationVersion","p":"Neos/ContentRepository/Migration/Configuration/ConfigurationInterface.html#method_getMigrationVersion","d":"

Returns the migration configuration with the given version.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Filters\\DoctrineFilterInterface::getFilterExpressions","p":"Neos/ContentRepository/Migration/Filters/DoctrineFilterInterface.html#method_getFilterExpressions","d":null},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Filters\\FilterInterface::matches","p":"Neos/ContentRepository/Migration/Filters/FilterInterface.html#method_matches","d":"

If the given node satisfies the filter constraints, true is returned.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Transformations\\TransformationInterface::isTransformable","p":"Neos/ContentRepository/Migration/Transformations/TransformationInterface.html#method_isTransformable","d":"

Returns true if the given node can be transformed by this transformation.

"},{"t":"M","n":"Neos\\ContentRepository\\Migration\\Transformations\\TransformationInterface::execute","p":"Neos/ContentRepository/Migration/Transformations/TransformationInterface.html#method_execute","d":"

Execute the transformation on the given node.

"},{"t":"M","n":"Neos\\ContentRepository\\NodeTypePostprocessor\\NodeTypePostprocessorInterface::process","p":"Neos/ContentRepository/NodeTypePostprocessor/NodeTypePostprocessorInterface.html#method_process","d":"

Processes the given $nodeType (e.g. changes/adds properties depending on the NodeType configuration and the specified $options)

"},{"t":"M","n":"Neos\\Fusion\\Core\\DslInterface::transpile","p":"Neos/Fusion/Core/DslInterface.html#method_transpile","d":"

Transpile the given dsl-code to fusion-code

"},{"t":"M","n":"Neos\\Fusion\\Core\\ParserInterface::parse","p":"Neos/Fusion/Core/ParserInterface.html#method_parse","d":"

Parses the given Fusion source code and returns an object tree\nas the result.

"},{"t":"M","n":"Neos\\Fusion\\Core\\ParserInterface::setObjectTypeNamespace","p":"Neos/Fusion/Core/ParserInterface.html#method_setObjectTypeNamespace","d":"

Sets the given alias to the specified namespace.

"},{"t":"M","n":"Neos\\Fusion\\FusionObjects\\Helpers\\FusionAwareViewInterface::getFusionObject","p":"Neos/Fusion/FusionObjects/Helpers/FusionAwareViewInterface.html#method_getFusionObject","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Adjustment\\ImageAdjustmentInterface::applyToImage","p":"Neos/Media/Domain/Model/Adjustment/ImageAdjustmentInterface.html#method_applyToImage","d":"

Applies this adjustment to the given Imagine Image object

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Adjustment\\ImageAdjustmentInterface::setImageVariant","p":"Neos/Media/Domain/Model/Adjustment/ImageAdjustmentInterface.html#method_setImageVariant","d":"

Sets the image variant this adjustment belongs to

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\Adjustment\\ImageAdjustmentInterface::canBeApplied","p":"Neos/Media/Domain/Model/Adjustment/ImageAdjustmentInterface.html#method_canBeApplied","d":"

Check if this Adjustment can or should be applied to its ImageVariant.

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetInterface::getTitle","p":"Neos/Media/Domain/Model/AssetInterface.html#method_getTitle","d":"

The title of this asset

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetInterface::setTitle","p":"Neos/Media/Domain/Model/AssetInterface.html#method_setTitle","d":"

Sets the title of this asset

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetInterface::setResource","p":"Neos/Media/Domain/Model/AssetInterface.html#method_setResource","d":"

Sets the resource and possibly triggers a refresh of dependent behavior

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetInterface::getResource","p":"Neos/Media/Domain/Model/AssetInterface.html#method_getResource","d":"

Returns the resource of this asset

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetInterface::getMediaType","p":"Neos/Media/Domain/Model/AssetInterface.html#method_getMediaType","d":"

Returns the IANA media type of this asset

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetInterface::getFileExtension","p":"Neos/Media/Domain/Model/AssetInterface.html#method_getFileExtension","d":"

Returns a file extension fitting to the media type of this asset

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxyQueryInterface::setOffset","p":"Neos/Media/Domain/Model/AssetSource/AssetProxyQueryInterface.html#method_setOffset","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxyQueryInterface::getOffset","p":"Neos/Media/Domain/Model/AssetSource/AssetProxyQueryInterface.html#method_getOffset","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxyQueryInterface::setLimit","p":"Neos/Media/Domain/Model/AssetSource/AssetProxyQueryInterface.html#method_setLimit","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxyQueryInterface::getLimit","p":"Neos/Media/Domain/Model/AssetSource/AssetProxyQueryInterface.html#method_getLimit","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxyQueryInterface::setSearchTerm","p":"Neos/Media/Domain/Model/AssetSource/AssetProxyQueryInterface.html#method_setSearchTerm","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxyQueryInterface::getSearchTerm","p":"Neos/Media/Domain/Model/AssetSource/AssetProxyQueryInterface.html#method_getSearchTerm","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxyQueryInterface::execute","p":"Neos/Media/Domain/Model/AssetSource/AssetProxyQueryInterface.html#method_execute","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxyQueryInterface::count","p":"Neos/Media/Domain/Model/AssetSource/AssetProxyQueryInterface.html#method_count","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxyQueryResultInterface::getQuery","p":"Neos/Media/Domain/Model/AssetSource/AssetProxyQueryResultInterface.html#method_getQuery","d":"

Returns a clone of the query object

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxyQueryResultInterface::getFirst","p":"Neos/Media/Domain/Model/AssetSource/AssetProxyQueryResultInterface.html#method_getFirst","d":"

Returns the first asset proxy in the result set

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxyQueryResultInterface::toArray","p":"Neos/Media/Domain/Model/AssetSource/AssetProxyQueryResultInterface.html#method_toArray","d":"

Returns an array with the asset proxies in the result set

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxyRepositoryInterface::getAssetProxy","p":"Neos/Media/Domain/Model/AssetSource/AssetProxyRepositoryInterface.html#method_getAssetProxy","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxyRepositoryInterface::filterByType","p":"Neos/Media/Domain/Model/AssetSource/AssetProxyRepositoryInterface.html#method_filterByType","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxyRepositoryInterface::findAll","p":"Neos/Media/Domain/Model/AssetSource/AssetProxyRepositoryInterface.html#method_findAll","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxyRepositoryInterface::findBySearchTerm","p":"Neos/Media/Domain/Model/AssetSource/AssetProxyRepositoryInterface.html#method_findBySearchTerm","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxyRepositoryInterface::findByTag","p":"Neos/Media/Domain/Model/AssetSource/AssetProxyRepositoryInterface.html#method_findByTag","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxyRepositoryInterface::findUntagged","p":"Neos/Media/Domain/Model/AssetSource/AssetProxyRepositoryInterface.html#method_findUntagged","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxyRepositoryInterface::countAll","p":"Neos/Media/Domain/Model/AssetSource/AssetProxyRepositoryInterface.html#method_countAll","d":"

Count all assets, regardless of tag or collection

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxy\\AssetProxyInterface::getAssetSource","p":"Neos/Media/Domain/Model/AssetSource/AssetProxy/AssetProxyInterface.html#method_getAssetSource","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxy\\AssetProxyInterface::getIdentifier","p":"Neos/Media/Domain/Model/AssetSource/AssetProxy/AssetProxyInterface.html#method_getIdentifier","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxy\\AssetProxyInterface::getLabel","p":"Neos/Media/Domain/Model/AssetSource/AssetProxy/AssetProxyInterface.html#method_getLabel","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxy\\AssetProxyInterface::getFilename","p":"Neos/Media/Domain/Model/AssetSource/AssetProxy/AssetProxyInterface.html#method_getFilename","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxy\\AssetProxyInterface::getLastModified","p":"Neos/Media/Domain/Model/AssetSource/AssetProxy/AssetProxyInterface.html#method_getLastModified","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxy\\AssetProxyInterface::getFileSize","p":"Neos/Media/Domain/Model/AssetSource/AssetProxy/AssetProxyInterface.html#method_getFileSize","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxy\\AssetProxyInterface::getMediaType","p":"Neos/Media/Domain/Model/AssetSource/AssetProxy/AssetProxyInterface.html#method_getMediaType","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxy\\AssetProxyInterface::getWidthInPixels","p":"Neos/Media/Domain/Model/AssetSource/AssetProxy/AssetProxyInterface.html#method_getWidthInPixels","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxy\\AssetProxyInterface::getHeightInPixels","p":"Neos/Media/Domain/Model/AssetSource/AssetProxy/AssetProxyInterface.html#method_getHeightInPixels","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxy\\AssetProxyInterface::getThumbnailUri","p":"Neos/Media/Domain/Model/AssetSource/AssetProxy/AssetProxyInterface.html#method_getThumbnailUri","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxy\\AssetProxyInterface::getPreviewUri","p":"Neos/Media/Domain/Model/AssetSource/AssetProxy/AssetProxyInterface.html#method_getPreviewUri","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxy\\AssetProxyInterface::getImportStream","p":"Neos/Media/Domain/Model/AssetSource/AssetProxy/AssetProxyInterface.html#method_getImportStream","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxy\\AssetProxyInterface::getLocalAssetIdentifier","p":"Neos/Media/Domain/Model/AssetSource/AssetProxy/AssetProxyInterface.html#method_getLocalAssetIdentifier","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxy\\HasRemoteOriginalInterface::isImported","p":"Neos/Media/Domain/Model/AssetSource/AssetProxy/HasRemoteOriginalInterface.html#method_isImported","d":"

Returns true if the binary data of the asset has already been imported into the Neos asset source.

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxy\\ProvidesOriginalUriInterface::getOriginalUri","p":"Neos/Media/Domain/Model/AssetSource/AssetProxy/ProvidesOriginalUriInterface.html#method_getOriginalUri","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxy\\SupportsIptcMetadataInterface::hasIptcProperty","p":"Neos/Media/Domain/Model/AssetSource/AssetProxy/SupportsIptcMetadataInterface.html#method_hasIptcProperty","d":"

Returns true, if the given IPTC metadata property is available, ie. is supported and is not empty.

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxy\\SupportsIptcMetadataInterface::getIptcProperty","p":"Neos/Media/Domain/Model/AssetSource/AssetProxy/SupportsIptcMetadataInterface.html#method_getIptcProperty","d":"

Returns the given IPTC metadata property if it exists, or an empty string otherwise.

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxy\\SupportsIptcMetadataInterface::getIptcProperties","p":"Neos/Media/Domain/Model/AssetSource/AssetProxy/SupportsIptcMetadataInterface.html#method_getIptcProperties","d":"

Returns all known IPTC metadata properties as key => value (e.g. "Title" => "My Photo")

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetSourceAwareInterface::setAssetSourceIdentifier","p":"Neos/Media/Domain/Model/AssetSource/AssetSourceAwareInterface.html#method_setAssetSourceIdentifier","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetSourceAwareInterface::getAssetSourceIdentifier","p":"Neos/Media/Domain/Model/AssetSource/AssetSourceAwareInterface.html#method_getAssetSourceIdentifier","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetSourceAwareInterface::getAssetProxy","p":"Neos/Media/Domain/Model/AssetSource/AssetSourceAwareInterface.html#method_getAssetProxy","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetSourceInterface::createFromConfiguration","p":"Neos/Media/Domain/Model/AssetSource/AssetSourceInterface.html#method_createFromConfiguration","d":"

This factory method is used instead of a constructor in order to not dictate a __construct() signature in this\ninterface (which might conflict with an asset source's implementation or generated Flow proxy class).

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetSourceInterface::getIdentifier","p":"Neos/Media/Domain/Model/AssetSource/AssetSourceInterface.html#method_getIdentifier","d":"

A unique string which identifies the concrete asset source.

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetSourceInterface::getLabel","p":"Neos/Media/Domain/Model/AssetSource/AssetSourceInterface.html#method_getLabel","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetSourceInterface::getIconUri","p":"Neos/Media/Domain/Model/AssetSource/AssetSourceInterface.html#method_getIconUri","d":"

Returns the resource path to the icon of the asset source

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetSourceInterface::getDescription","p":"Neos/Media/Domain/Model/AssetSource/AssetSourceInterface.html#method_getDescription","d":"

Returns the description of the asset source

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetSourceInterface::getAssetProxyRepository","p":"Neos/Media/Domain/Model/AssetSource/AssetSourceInterface.html#method_getAssetProxyRepository","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetSourceInterface::isReadOnly","p":"Neos/Media/Domain/Model/AssetSource/AssetSourceInterface.html#method_isReadOnly","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\SupportsCollectionsInterface::filterByCollection","p":"Neos/Media/Domain/Model/AssetSource/SupportsCollectionsInterface.html#method_filterByCollection","d":"

NOTE: This needs to be refactored to use an asset collection identifier instead of Media's domain model before\nit can become a public API for other asset sources.

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\SupportsSortingInterface::orderBy","p":"Neos/Media/Domain/Model/AssetSource/SupportsSortingInterface.html#method_orderBy","d":"

Note: This method is preliminary, not to be used for third-party asset sources yet.

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\SupportsTaggingInterface::findByTag","p":"Neos/Media/Domain/Model/AssetSource/SupportsTaggingInterface.html#method_findByTag","d":"

NOTE: This needs to be refactored to use a tag identifier instead of Media's domain model before\nit can become a public API for other asset sources.

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\SupportsTaggingInterface::findUntagged","p":"Neos/Media/Domain/Model/AssetSource/SupportsTaggingInterface.html#method_findUntagged","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetSource\\SupportsTaggingInterface::countUntagged","p":"Neos/Media/Domain/Model/AssetSource/SupportsTaggingInterface.html#method_countUntagged","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\AssetVariantInterface::getOriginalAsset","p":"Neos/Media/Domain/Model/AssetVariantInterface.html#method_getOriginalAsset","d":"

Returns the Asset this derived asset is based on

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ImageInterface::getWidth","p":"Neos/Media/Domain/Model/ImageInterface.html#method_getWidth","d":"

Width of the image in pixels

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ImageInterface::getHeight","p":"Neos/Media/Domain/Model/ImageInterface.html#method_getHeight","d":"

Height of the image in pixels

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ImageInterface::getAspectRatio","p":"Neos/Media/Domain/Model/ImageInterface.html#method_getAspectRatio","d":"

Edge / aspect ratio of the image

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ImageInterface::getOrientation","p":"Neos/Media/Domain/Model/ImageInterface.html#method_getOrientation","d":"

Orientation of this image, i.e. portrait, landscape or square

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ImageInterface::isOrientationSquare","p":"Neos/Media/Domain/Model/ImageInterface.html#method_isOrientationSquare","d":"

Whether this image is square aspect ratio and therefore has a square orientation

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ImageInterface::isOrientationLandscape","p":"Neos/Media/Domain/Model/ImageInterface.html#method_isOrientationLandscape","d":"

Whether this image is in landscape orientation

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ImageInterface::isOrientationPortrait","p":"Neos/Media/Domain/Model/ImageInterface.html#method_isOrientationPortrait","d":"

Whether this image is in portrait orientation

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ResourceBasedInterface::getResource","p":"Neos/Media/Domain/Model/ResourceBasedInterface.html#method_getResource","d":"

Returns the PersistentResource

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ResourceBasedInterface::refresh","p":"Neos/Media/Domain/Model/ResourceBasedInterface.html#method_refresh","d":"

Refreshes this asset after the PersistentResource has been modified

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ThumbnailGenerator\\ThumbnailGeneratorInterface::getPriority","p":"Neos/Media/Domain/Model/ThumbnailGenerator/ThumbnailGeneratorInterface.html#method_getPriority","d":"

Return the priority of this ThumbnailGenerator. ThumbnailGenerator with a high priority are chosen before low priority.

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ThumbnailGenerator\\ThumbnailGeneratorInterface::canRefresh","p":"Neos/Media/Domain/Model/ThumbnailGenerator/ThumbnailGeneratorInterface.html#method_canRefresh","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ThumbnailGenerator\\ThumbnailGeneratorInterface::refresh","p":"Neos/Media/Domain/Model/ThumbnailGenerator/ThumbnailGeneratorInterface.html#method_refresh","d":""},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ThumbnailSupportInterface::getThumbnail","p":"Neos/Media/Domain/Model/ThumbnailSupportInterface.html#method_getThumbnail","d":"

Returns a thumbnail of this model

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\ThumbnailSupportInterface::addThumbnail","p":"Neos/Media/Domain/Model/ThumbnailSupportInterface.html#method_addThumbnail","d":"

Adds a thumbnail which was generated by the ThumbnailService.

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\VariantSupportInterface::getVariants","p":"Neos/Media/Domain/Model/VariantSupportInterface.html#method_getVariants","d":"

Returns all variants (if any) derived from this asset

"},{"t":"M","n":"Neos\\Media\\Domain\\Model\\VariantSupportInterface::getVariant","p":"Neos/Media/Domain/Model/VariantSupportInterface.html#method_getVariant","d":"

Returns the variant identified by $presetIdentifier and $presetVariantName (if existing)

"},{"t":"M","n":"Neos\\Media\\Domain\\Strategy\\AssetModelMappingStrategyInterface::map","p":"Neos/Media/Domain/Strategy/AssetModelMappingStrategyInterface.html#method_map","d":"

Map the given resource to a media model class.

"},{"t":"M","n":"Neos\\Media\\Domain\\Strategy\\AssetUsageStrategyInterface::isInUse","p":"Neos/Media/Domain/Strategy/AssetUsageStrategyInterface.html#method_isInUse","d":"

Returns true if the asset is used.

"},{"t":"M","n":"Neos\\Media\\Domain\\Strategy\\AssetUsageStrategyInterface::getUsageCount","p":"Neos/Media/Domain/Strategy/AssetUsageStrategyInterface.html#method_getUsageCount","d":"

Returns the total count of usages found.

"},{"t":"M","n":"Neos\\Media\\Domain\\Strategy\\AssetUsageStrategyInterface::getUsageReferences","p":"Neos/Media/Domain/Strategy/AssetUsageStrategyInterface.html#method_getUsageReferences","d":"

Returns an array of usage reference objects.

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\ContentDimensionPresetSourceInterface::findPresetByUriSegment","p":"Neos/Neos/Domain/Service/ContentDimensionPresetSourceInterface.html#method_findPresetByUriSegment","d":"

Find a dimension preset by URI identifier

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\DefaultPrototypeGeneratorInterface::generate","p":"Neos/Neos/Domain/Service/DefaultPrototypeGeneratorInterface.html#method_generate","d":"

Generate a Fusion prototype definition for a given node type

"},{"t":"M","n":"Neos\\Neos\\Domain\\Service\\NodeSearchServiceInterface::findByProperties","p":"Neos/Neos/Domain/Service/NodeSearchServiceInterface.html#method_findByProperties","d":""},{"t":"M","n":"Neos\\Neos\\Service\\DataSource\\DataSourceInterface::getIdentifier","p":"Neos/Neos/Service/DataSource/DataSourceInterface.html#method_getIdentifier","d":""},{"t":"M","n":"Neos\\Neos\\Service\\DataSource\\DataSourceInterface::getData","p":"Neos/Neos/Service/DataSource/DataSourceInterface.html#method_getData","d":"

Get data

"},{"t":"M","n":"Neos\\Neos\\TYPO3CR\\NeosNodeServiceInterface::normalizePath","p":"Neos/Neos/TYPO3CR/NeosNodeServiceInterface.html#method_normalizePath","d":"

Normalizes the given node path to a reference path and returns an absolute path.

"},{"t":"M","n":"Neos\\SiteKickstarter\\Generator\\SitePackageGeneratorInterface::generateSitePackage","p":"Neos/SiteKickstarter/Generator/SitePackageGeneratorInterface.html#method_generateSitePackage","d":"

returns generated files as an array

"},{"t":"M","n":"Neos\\SiteKickstarter\\Generator\\SitePackageGeneratorInterface::getGeneratorName","p":"Neos/SiteKickstarter/Generator/SitePackageGeneratorInterface.html#method_getGeneratorName","d":"

returns the human readable name of the generator

"},{"t":"N","n":"Neos","p":"Neos.html"},{"t":"N","n":"Neos\\CliSetup","p":"Neos/CliSetup.html"},{"t":"N","n":"Neos\\CliSetup\\Command","p":"Neos/CliSetup/Command.html"},{"t":"N","n":"Neos\\CliSetup\\Infrastructure","p":"Neos/CliSetup/Infrastructure.html"},{"t":"N","n":"Neos\\CliSetup\\Infrastructure\\Database","p":"Neos/CliSetup/Infrastructure/Database.html"},{"t":"N","n":"Neos\\CliSetup\\Infrastructure\\ImageHandler","p":"Neos/CliSetup/Infrastructure/ImageHandler.html"},{"t":"N","n":"Neos\\ContentRepository","p":"Neos/ContentRepository.html"},{"t":"N","n":"Neos\\ContentRepository\\Command","p":"Neos/ContentRepository/Command.html"},{"t":"N","n":"Neos\\ContentRepository\\Configuration","p":"Neos/ContentRepository/Configuration.html"},{"t":"N","n":"Neos\\ContentRepository\\Domain","p":"Neos/ContentRepository/Domain.html"},{"t":"N","n":"Neos\\ContentRepository\\Domain\\ContentStream","p":"Neos/ContentRepository/Domain/ContentStream.html"},{"t":"N","n":"Neos\\ContentRepository\\Domain\\ContentSubgraph","p":"Neos/ContentRepository/Domain/ContentSubgraph.html"},{"t":"N","n":"Neos\\ContentRepository\\Domain\\Factory","p":"Neos/ContentRepository/Domain/Factory.html"},{"t":"N","n":"Neos\\ContentRepository\\Domain\\Model","p":"Neos/ContentRepository/Domain/Model.html"},{"t":"N","n":"Neos\\ContentRepository\\Domain\\Model\\InterDimension","p":"Neos/ContentRepository/Domain/Model/InterDimension.html"},{"t":"N","n":"Neos\\ContentRepository\\Domain\\Model\\IntraDimension","p":"Neos/ContentRepository/Domain/Model/IntraDimension.html"},{"t":"N","n":"Neos\\ContentRepository\\Domain\\Model\\IntraDimension\\Exception","p":"Neos/ContentRepository/Domain/Model/IntraDimension/Exception.html"},{"t":"N","n":"Neos\\ContentRepository\\Domain\\NodeAggregate","p":"Neos/ContentRepository/Domain/NodeAggregate.html"},{"t":"N","n":"Neos\\ContentRepository\\Domain\\NodeAggregate\\Exception","p":"Neos/ContentRepository/Domain/NodeAggregate/Exception.html"},{"t":"N","n":"Neos\\ContentRepository\\Domain\\NodeType","p":"Neos/ContentRepository/Domain/NodeType.html"},{"t":"N","n":"Neos\\ContentRepository\\Domain\\Projection","p":"Neos/ContentRepository/Domain/Projection.html"},{"t":"N","n":"Neos\\ContentRepository\\Domain\\Projection\\Content","p":"Neos/ContentRepository/Domain/Projection/Content.html"},{"t":"N","n":"Neos\\ContentRepository\\Domain\\Repository","p":"Neos/ContentRepository/Domain/Repository.html"},{"t":"N","n":"Neos\\ContentRepository\\Domain\\Service","p":"Neos/ContentRepository/Domain/Service.html"},{"t":"N","n":"Neos\\ContentRepository\\Domain\\Service\\Cache","p":"Neos/ContentRepository/Domain/Service/Cache.html"},{"t":"N","n":"Neos\\ContentRepository\\Domain\\Service\\Dto","p":"Neos/ContentRepository/Domain/Service/Dto.html"},{"t":"N","n":"Neos\\ContentRepository\\Domain\\Service\\ImportExport","p":"Neos/ContentRepository/Domain/Service/ImportExport.html"},{"t":"N","n":"Neos\\ContentRepository\\Domain\\Utility","p":"Neos/ContentRepository/Domain/Utility.html"},{"t":"N","n":"Neos\\ContentRepository\\Eel","p":"Neos/ContentRepository/Eel.html"},{"t":"N","n":"Neos\\ContentRepository\\Eel\\FlowQueryOperations","p":"Neos/ContentRepository/Eel/FlowQueryOperations.html"},{"t":"N","n":"Neos\\ContentRepository\\Exception","p":"Neos/ContentRepository/Exception.html"},{"t":"N","n":"Neos\\ContentRepository\\Migration","p":"Neos/ContentRepository/Migration.html"},{"t":"N","n":"Neos\\ContentRepository\\Migration\\Command","p":"Neos/ContentRepository/Migration/Command.html"},{"t":"N","n":"Neos\\ContentRepository\\Migration\\Configuration","p":"Neos/ContentRepository/Migration/Configuration.html"},{"t":"N","n":"Neos\\ContentRepository\\Migration\\Domain","p":"Neos/ContentRepository/Migration/Domain.html"},{"t":"N","n":"Neos\\ContentRepository\\Migration\\Domain\\Factory","p":"Neos/ContentRepository/Migration/Domain/Factory.html"},{"t":"N","n":"Neos\\ContentRepository\\Migration\\Domain\\Model","p":"Neos/ContentRepository/Migration/Domain/Model.html"},{"t":"N","n":"Neos\\ContentRepository\\Migration\\Domain\\Repository","p":"Neos/ContentRepository/Migration/Domain/Repository.html"},{"t":"N","n":"Neos\\ContentRepository\\Migration\\Exception","p":"Neos/ContentRepository/Migration/Exception.html"},{"t":"N","n":"Neos\\ContentRepository\\Migration\\Filters","p":"Neos/ContentRepository/Migration/Filters.html"},{"t":"N","n":"Neos\\ContentRepository\\Migration\\Service","p":"Neos/ContentRepository/Migration/Service.html"},{"t":"N","n":"Neos\\ContentRepository\\Migration\\Transformations","p":"Neos/ContentRepository/Migration/Transformations.html"},{"t":"N","n":"Neos\\ContentRepository\\NodeTypePostprocessor","p":"Neos/ContentRepository/NodeTypePostprocessor.html"},{"t":"N","n":"Neos\\ContentRepository\\Persistence","p":"Neos/ContentRepository/Persistence.html"},{"t":"N","n":"Neos\\ContentRepository\\Persistence\\Ast","p":"Neos/ContentRepository/Persistence/Ast.html"},{"t":"N","n":"Neos\\ContentRepository\\Security","p":"Neos/ContentRepository/Security.html"},{"t":"N","n":"Neos\\ContentRepository\\Security\\Authorization","p":"Neos/ContentRepository/Security/Authorization.html"},{"t":"N","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege","p":"Neos/ContentRepository/Security/Authorization/Privilege.html"},{"t":"N","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node.html"},{"t":"N","n":"Neos\\ContentRepository\\Security\\Authorization\\Privilege\\Node\\Doctrine","p":"Neos/ContentRepository/Security/Authorization/Privilege/Node/Doctrine.html"},{"t":"N","n":"Neos\\ContentRepository\\Service","p":"Neos/ContentRepository/Service.html"},{"t":"N","n":"Neos\\ContentRepository\\Service\\Exception","p":"Neos/ContentRepository/Service/Exception.html"},{"t":"N","n":"Neos\\ContentRepository\\Service\\Utility","p":"Neos/ContentRepository/Service/Utility.html"},{"t":"N","n":"Neos\\ContentRepository\\TypeConverter","p":"Neos/ContentRepository/TypeConverter.html"},{"t":"N","n":"Neos\\ContentRepository\\Validation","p":"Neos/ContentRepository/Validation.html"},{"t":"N","n":"Neos\\ContentRepository\\Validation\\Validator","p":"Neos/ContentRepository/Validation/Validator.html"},{"t":"N","n":"Neos\\ContentRepository\\ViewHelpers","p":"Neos/ContentRepository/ViewHelpers.html"},{"t":"N","n":"Neos\\ContentRepository\\ViewHelpers\\Widget","p":"Neos/ContentRepository/ViewHelpers/Widget.html"},{"t":"N","n":"Neos\\ContentRepository\\ViewHelpers\\Widget\\Controller","p":"Neos/ContentRepository/ViewHelpers/Widget/Controller.html"},{"t":"N","n":"Neos\\Diff","p":"Neos/Diff.html"},{"t":"N","n":"Neos\\Diff\\Renderer","p":"Neos/Diff/Renderer.html"},{"t":"N","n":"Neos\\Diff\\Renderer\\Html","p":"Neos/Diff/Renderer/Html.html"},{"t":"N","n":"Neos\\Diff\\Renderer\\Text","p":"Neos/Diff/Renderer/Text.html"},{"t":"N","n":"Neos\\Fusion","p":"Neos/Fusion.html"},{"t":"N","n":"Neos\\Fusion\\Afx","p":"Neos/Fusion/Afx.html"},{"t":"N","n":"Neos\\Fusion\\Afx\\Dsl","p":"Neos/Fusion/Afx/Dsl.html"},{"t":"N","n":"Neos\\Fusion\\Afx\\Exception","p":"Neos/Fusion/Afx/Exception.html"},{"t":"N","n":"Neos\\Fusion\\Afx\\Parser","p":"Neos/Fusion/Afx/Parser.html"},{"t":"N","n":"Neos\\Fusion\\Afx\\Parser\\Expression","p":"Neos/Fusion/Afx/Parser/Expression.html"},{"t":"N","n":"Neos\\Fusion\\Afx\\Service","p":"Neos/Fusion/Afx/Service.html"},{"t":"N","n":"Neos\\Fusion\\Aspects","p":"Neos/Fusion/Aspects.html"},{"t":"N","n":"Neos\\Fusion\\Core","p":"Neos/Fusion/Core.html"},{"t":"N","n":"Neos\\Fusion\\Core\\Cache","p":"Neos/Fusion/Core/Cache.html"},{"t":"N","n":"Neos\\Fusion\\Core\\ExceptionHandlers","p":"Neos/Fusion/Core/ExceptionHandlers.html"},{"t":"N","n":"Neos\\Fusion\\Eel","p":"Neos/Fusion/Eel.html"},{"t":"N","n":"Neos\\Fusion\\Exception","p":"Neos/Fusion/Exception.html"},{"t":"N","n":"Neos\\Fusion\\FusionObjects","p":"Neos/Fusion/FusionObjects.html"},{"t":"N","n":"Neos\\Fusion\\FusionObjects\\Helpers","p":"Neos/Fusion/FusionObjects/Helpers.html"},{"t":"N","n":"Neos\\Fusion\\FusionObjects\\Http","p":"Neos/Fusion/FusionObjects/Http.html"},{"t":"N","n":"Neos\\Fusion\\Service","p":"Neos/Fusion/Service.html"},{"t":"N","n":"Neos\\Fusion\\View","p":"Neos/Fusion/View.html"},{"t":"N","n":"Neos\\Fusion\\ViewHelpers","p":"Neos/Fusion/ViewHelpers.html"},{"t":"N","n":"Neos\\Media","p":"Neos/Media.html"},{"t":"N","n":"Neos\\Media\\Browser","p":"Neos/Media/Browser.html"},{"t":"N","n":"Neos\\Media\\Browser\\Controller","p":"Neos/Media/Browser/Controller.html"},{"t":"N","n":"Neos\\Media\\Browser\\Domain","p":"Neos/Media/Browser/Domain.html"},{"t":"N","n":"Neos\\Media\\Browser\\Domain\\Session","p":"Neos/Media/Browser/Domain/Session.html"},{"t":"N","n":"Neos\\Media\\Browser\\ViewHelpers","p":"Neos/Media/Browser/ViewHelpers.html"},{"t":"N","n":"Neos\\Media\\Browser\\ViewHelpers\\Controller","p":"Neos/Media/Browser/ViewHelpers/Controller.html"},{"t":"N","n":"Neos\\Media\\Command","p":"Neos/Media/Command.html"},{"t":"N","n":"Neos\\Media\\Controller","p":"Neos/Media/Controller.html"},{"t":"N","n":"Neos\\Media\\Domain","p":"Neos/Media/Domain.html"},{"t":"N","n":"Neos\\Media\\Domain\\EventListener","p":"Neos/Media/Domain/EventListener.html"},{"t":"N","n":"Neos\\Media\\Domain\\Model","p":"Neos/Media/Domain/Model.html"},{"t":"N","n":"Neos\\Media\\Domain\\Model\\Adjustment","p":"Neos/Media/Domain/Model/Adjustment.html"},{"t":"N","n":"Neos\\Media\\Domain\\Model\\AssetSource","p":"Neos/Media/Domain/Model/AssetSource.html"},{"t":"N","n":"Neos\\Media\\Domain\\Model\\AssetSource\\AssetProxy","p":"Neos/Media/Domain/Model/AssetSource/AssetProxy.html"},{"t":"N","n":"Neos\\Media\\Domain\\Model\\AssetSource\\Neos","p":"Neos/Media/Domain/Model/AssetSource/Neos.html"},{"t":"N","n":"Neos\\Media\\Domain\\Model\\Dto","p":"Neos/Media/Domain/Model/Dto.html"},{"t":"N","n":"Neos\\Media\\Domain\\Model\\ThumbnailGenerator","p":"Neos/Media/Domain/Model/ThumbnailGenerator.html"},{"t":"N","n":"Neos\\Media\\Domain\\Repository","p":"Neos/Media/Domain/Repository.html"},{"t":"N","n":"Neos\\Media\\Domain\\Service","p":"Neos/Media/Domain/Service.html"},{"t":"N","n":"Neos\\Media\\Domain\\Strategy","p":"Neos/Media/Domain/Strategy.html"},{"t":"N","n":"Neos\\Media\\Domain\\Validator","p":"Neos/Media/Domain/Validator.html"},{"t":"N","n":"Neos\\Media\\Domain\\ValueObject","p":"Neos/Media/Domain/ValueObject.html"},{"t":"N","n":"Neos\\Media\\Domain\\ValueObject\\Configuration","p":"Neos/Media/Domain/ValueObject/Configuration.html"},{"t":"N","n":"Neos\\Media\\Exception","p":"Neos/Media/Exception.html"},{"t":"N","n":"Neos\\Media\\Imagine","p":"Neos/Media/Imagine.html"},{"t":"N","n":"Neos\\Media\\Security","p":"Neos/Media/Security.html"},{"t":"N","n":"Neos\\Media\\Security\\Authorization","p":"Neos/Media/Security/Authorization.html"},{"t":"N","n":"Neos\\Media\\Security\\Authorization\\Privilege","p":"Neos/Media/Security/Authorization/Privilege.html"},{"t":"N","n":"Neos\\Media\\Security\\Authorization\\Privilege\\Doctrine","p":"Neos/Media/Security/Authorization/Privilege/Doctrine.html"},{"t":"N","n":"Neos\\Media\\TypeConverter","p":"Neos/Media/TypeConverter.html"},{"t":"N","n":"Neos\\Media\\Validator","p":"Neos/Media/Validator.html"},{"t":"N","n":"Neos\\Media\\ViewHelpers","p":"Neos/Media/ViewHelpers.html"},{"t":"N","n":"Neos\\Media\\ViewHelpers\\Form","p":"Neos/Media/ViewHelpers/Form.html"},{"t":"N","n":"Neos\\Media\\ViewHelpers\\Format","p":"Neos/Media/ViewHelpers/Format.html"},{"t":"N","n":"Neos\\Media\\ViewHelpers\\Uri","p":"Neos/Media/ViewHelpers/Uri.html"},{"t":"N","n":"Neos\\Neos","p":"Neos/Neos.html"},{"t":"N","n":"Neos\\Neos\\Aspects","p":"Neos/Neos/Aspects.html"},{"t":"N","n":"Neos\\Neos\\Command","p":"Neos/Neos/Command.html"},{"t":"N","n":"Neos\\Neos\\Controller","p":"Neos/Neos/Controller.html"},{"t":"N","n":"Neos\\Neos\\Controller\\Backend","p":"Neos/Neos/Controller/Backend.html"},{"t":"N","n":"Neos\\Neos\\Controller\\Exception","p":"Neos/Neos/Controller/Exception.html"},{"t":"N","n":"Neos\\Neos\\Controller\\Frontend","p":"Neos/Neos/Controller/Frontend.html"},{"t":"N","n":"Neos\\Neos\\Controller\\Module","p":"Neos/Neos/Controller/Module.html"},{"t":"N","n":"Neos\\Neos\\Controller\\Module\\Administration","p":"Neos/Neos/Controller/Module/Administration.html"},{"t":"N","n":"Neos\\Neos\\Controller\\Module\\Management","p":"Neos/Neos/Controller/Module/Management.html"},{"t":"N","n":"Neos\\Neos\\Controller\\Module\\User","p":"Neos/Neos/Controller/Module/User.html"},{"t":"N","n":"Neos\\Neos\\Controller\\Service","p":"Neos/Neos/Controller/Service.html"},{"t":"N","n":"Neos\\Neos\\Domain","p":"Neos/Neos/Domain.html"},{"t":"N","n":"Neos\\Neos\\Domain\\EventListener","p":"Neos/Neos/Domain/EventListener.html"},{"t":"N","n":"Neos\\Neos\\Domain\\Model","p":"Neos/Neos/Domain/Model.html"},{"t":"N","n":"Neos\\Neos\\Domain\\Model\\Dto","p":"Neos/Neos/Domain/Model/Dto.html"},{"t":"N","n":"Neos\\Neos\\Domain\\Repository","p":"Neos/Neos/Domain/Repository.html"},{"t":"N","n":"Neos\\Neos\\Domain\\Service","p":"Neos/Neos/Domain/Service.html"},{"t":"N","n":"Neos\\Neos\\Domain\\Strategy","p":"Neos/Neos/Domain/Strategy.html"},{"t":"N","n":"Neos\\Neos\\Eel","p":"Neos/Neos/Eel.html"},{"t":"N","n":"Neos\\Neos\\Eel\\FlowQueryOperations","p":"Neos/Neos/Eel/FlowQueryOperations.html"},{"t":"N","n":"Neos\\Neos\\EventLog","p":"Neos/Neos/EventLog.html"},{"t":"N","n":"Neos\\Neos\\EventLog\\Domain","p":"Neos/Neos/EventLog/Domain.html"},{"t":"N","n":"Neos\\Neos\\EventLog\\Domain\\Model","p":"Neos/Neos/EventLog/Domain/Model.html"},{"t":"N","n":"Neos\\Neos\\EventLog\\Domain\\Repository","p":"Neos/Neos/EventLog/Domain/Repository.html"},{"t":"N","n":"Neos\\Neos\\EventLog\\Domain\\Service","p":"Neos/Neos/EventLog/Domain/Service.html"},{"t":"N","n":"Neos\\Neos\\EventLog\\Integrations","p":"Neos/Neos/EventLog/Integrations.html"},{"t":"N","n":"Neos\\Neos\\Fusion","p":"Neos/Neos/Fusion.html"},{"t":"N","n":"Neos\\Neos\\Fusion\\Cache","p":"Neos/Neos/Fusion/Cache.html"},{"t":"N","n":"Neos\\Neos\\Fusion\\ExceptionHandlers","p":"Neos/Neos/Fusion/ExceptionHandlers.html"},{"t":"N","n":"Neos\\Neos\\Fusion\\Helper","p":"Neos/Neos/Fusion/Helper.html"},{"t":"N","n":"Neos\\Neos\\NodeTypePostprocessor","p":"Neos/Neos/NodeTypePostprocessor.html"},{"t":"N","n":"Neos\\Neos\\Presentation","p":"Neos/Neos/Presentation.html"},{"t":"N","n":"Neos\\Neos\\Presentation\\Model","p":"Neos/Neos/Presentation/Model.html"},{"t":"N","n":"Neos\\Neos\\Presentation\\Model\\Svg","p":"Neos/Neos/Presentation/Model/Svg.html"},{"t":"N","n":"Neos\\Neos\\Routing","p":"Neos/Neos/Routing.html"},{"t":"N","n":"Neos\\Neos\\Routing\\Aspects","p":"Neos/Neos/Routing/Aspects.html"},{"t":"N","n":"Neos\\Neos\\Routing\\Cache","p":"Neos/Neos/Routing/Cache.html"},{"t":"N","n":"Neos\\Neos\\Routing\\Exception","p":"Neos/Neos/Routing/Exception.html"},{"t":"N","n":"Neos\\Neos\\Security","p":"Neos/Neos/Security.html"},{"t":"N","n":"Neos\\Neos\\Security\\Authorization","p":"Neos/Neos/Security/Authorization.html"},{"t":"N","n":"Neos\\Neos\\Security\\Authorization\\Privilege","p":"Neos/Neos/Security/Authorization/Privilege.html"},{"t":"N","n":"Neos\\Neos\\Service","p":"Neos/Neos/Service.html"},{"t":"N","n":"Neos\\Neos\\Service\\Controller","p":"Neos/Neos/Service/Controller.html"},{"t":"N","n":"Neos\\Neos\\Service\\DataSource","p":"Neos/Neos/Service/DataSource.html"},{"t":"N","n":"Neos\\Neos\\Service\\Mapping","p":"Neos/Neos/Service/Mapping.html"},{"t":"N","n":"Neos\\Neos\\Service\\View","p":"Neos/Neos/Service/View.html"},{"t":"N","n":"Neos\\Neos\\TYPO3CR","p":"Neos/Neos/TYPO3CR.html"},{"t":"N","n":"Neos\\Neos\\TYPO3CR\\Transformations","p":"Neos/Neos/TYPO3CR/Transformations.html"},{"t":"N","n":"Neos\\Neos\\TypeConverter","p":"Neos/Neos/TypeConverter.html"},{"t":"N","n":"Neos\\Neos\\Utility","p":"Neos/Neos/Utility.html"},{"t":"N","n":"Neos\\Neos\\Validation","p":"Neos/Neos/Validation.html"},{"t":"N","n":"Neos\\Neos\\Validation\\Validator","p":"Neos/Neos/Validation/Validator.html"},{"t":"N","n":"Neos\\Neos\\View","p":"Neos/Neos/View.html"},{"t":"N","n":"Neos\\Neos\\ViewHelpers","p":"Neos/Neos/ViewHelpers.html"},{"t":"N","n":"Neos\\Neos\\ViewHelpers\\Backend","p":"Neos/Neos/ViewHelpers/Backend.html"},{"t":"N","n":"Neos\\Neos\\ViewHelpers\\ContentElement","p":"Neos/Neos/ViewHelpers/ContentElement.html"},{"t":"N","n":"Neos\\Neos\\ViewHelpers\\Link","p":"Neos/Neos/ViewHelpers/Link.html"},{"t":"N","n":"Neos\\Neos\\ViewHelpers\\Node","p":"Neos/Neos/ViewHelpers/Node.html"},{"t":"N","n":"Neos\\Neos\\ViewHelpers\\Rendering","p":"Neos/Neos/ViewHelpers/Rendering.html"},{"t":"N","n":"Neos\\Neos\\ViewHelpers\\Uri","p":"Neos/Neos/ViewHelpers/Uri.html"},{"t":"N","n":"Neos\\Neos\\View\\Service","p":"Neos/Neos/View/Service.html"},{"t":"N","n":"Neos\\NodeTypes","p":"Neos/NodeTypes.html"},{"t":"N","n":"Neos\\NodeTypes\\Form","p":"Neos/NodeTypes/Form.html"},{"t":"N","n":"Neos\\NodeTypes\\Form\\Service","p":"Neos/NodeTypes/Form/Service.html"},{"t":"N","n":"Neos\\NodeTypes\\Form\\Service\\DataSource","p":"Neos/NodeTypes/Form/Service/DataSource.html"},{"t":"N","n":"Neos\\SiteKickstarter","p":"Neos/SiteKickstarter.html"},{"t":"N","n":"Neos\\SiteKickstarter\\Command","p":"Neos/SiteKickstarter/Command.html"},{"t":"N","n":"Neos\\SiteKickstarter\\Generator","p":"Neos/SiteKickstarter/Generator.html"},{"t":"N","n":"Neos\\SiteKickstarter\\Service","p":"Neos/SiteKickstarter/Service.html"}]} diff --git a/neos/7.3/renderer.index b/neos/7.3/renderer.index index 9eec9aa06..b9998218a 100644 --- a/neos/7.3/renderer.index +++ b/neos/7.3/renderer.index @@ -1 +1 @@ -O:21:"Doctum\Renderer\Index":3:{i:0;a:617:{s:44:"Neos\CliSetup\Command\SetupCommandController";s:40:"8ba160f862e8f17f1e91d925f481e0bfec1b9098";s:46:"Neos\CliSetup\Command\WelcomeCommandController";s:40:"88e6b617eeb45f3660ba9f3fe6a43d62b4853689";s:23:"Neos\CliSetup\Exception";s:40:"b6438e8bbf7277e25474c725ad72a5dda27aa343";s:63:"Neos\CliSetup\Infrastructure\Database\DatabaseConnectionService";s:40:"5c1fa4d0a009bbf64ec23d30bd88905cdc6e298b";s:61:"Neos\CliSetup\Infrastructure\ImageHandler\ImageHandlerService";s:40:"f75c448bd0e8bf44964c95e0e562bb8a63f0b345";s:83:"Neos\ContentRepository\Command\EventDispatchingNodeCommandControllerPluginInterface";s:40:"9aced0c58646336bc7d5dbe795f0b0d4615c2207";s:52:"Neos\ContentRepository\Command\NodeCommandController";s:40:"586900c1ecaceadf252f48bb261003190d769c84";s:58:"Neos\ContentRepository\Command\NodeCommandControllerPlugin";s:40:"80751e7ed09d09ff6f54eb043afd4bf66da64dd4";s:67:"Neos\ContentRepository\Command\NodeCommandControllerPluginInterface";s:40:"6dfcaa09fdde7e9cc7528df50f3f64a7d25df32f";s:52:"Neos\ContentRepository\Configuration\NodeTypesLoader";s:40:"fce58eda4c92ade26546144460c57d0d34e5b919";s:67:"Neos\ContentRepository\Domain\ContentStream\ContentStreamIdentifier";s:40:"78482b9be73273db5ce13816d25d131bc7eca84a";s:54:"Neos\ContentRepository\Domain\ContentSubgraph\NodePath";s:40:"2b19cc67964835d4d1b4efd5707839a886999ec6";s:49:"Neos\ContentRepository\Domain\Factory\NodeFactory";s:40:"bc07cc1d5102dff664a63be32bfc79d868c5516e";s:52:"Neos\ContentRepository\Domain\Model\AbstractNodeData";s:40:"43071f1d23a028ff0d5f9d30391b4274e02a106f";s:59:"Neos\ContentRepository\Domain\Model\ArrayPropertyCollection";s:40:"3c5db0b76f4db8a87a0b363398526e2557bf38c4";s:52:"Neos\ContentRepository\Domain\Model\ContentDimension";s:40:"e717de37a692bf3e7f44d8e7dc868fb90adf87ed";s:54:"Neos\ContentRepository\Domain\Model\ContentObjectProxy";s:40:"55ccccf5598792c87d03ec00846394b62ea1614c";s:69:"Neos\ContentRepository\Domain\Model\ExpressionBasedNodeLabelGenerator";s:40:"27dc146d1857b1385ead0693a369b728cb22ff80";s:66:"Neos\ContentRepository\Domain\Model\InterDimension\ContentSubgraph";s:40:"47e9b832f17460729295806fdef8985c58147176";s:80:"Neos\ContentRepository\Domain\Model\InterDimension\InterDimensionalFallbackGraph";s:40:"27d834bad0941767231626f7dded2a26e98d69ef";s:64:"Neos\ContentRepository\Domain\Model\InterDimension\VariationEdge";s:40:"11ab1ac11fdc3d2bf87794491bf2df302cc16f09";s:67:"Neos\ContentRepository\Domain\Model\IntraDimension\ContentDimension";s:40:"8e3e383d31ab1f3e200d828a4475191b7bc62c69";s:72:"Neos\ContentRepository\Domain\Model\IntraDimension\ContentDimensionValue";s:40:"3943c706a52b44e238c82e9b29af95603fc36d81";s:85:"Neos\ContentRepository\Domain\Model\IntraDimension\Exception\InvalidFallbackException";s:40:"a17f807b1227aad758c4d3462b024b752b8ce9d3";s:80:"Neos\ContentRepository\Domain\Model\IntraDimension\IntraDimensionalFallbackGraph";s:40:"d4da83460f704e5dd3959eec484c66c3c02942c1";s:40:"Neos\ContentRepository\Domain\Model\Node";s:40:"3d5ae48eaa97374b9a239dd1fc4e357411d0247a";s:44:"Neos\ContentRepository\Domain\Model\NodeData";s:40:"3de5eb09609ac52f4c6e6f8aaade63029795369b";s:49:"Neos\ContentRepository\Domain\Model\NodeDimension";s:40:"73f3040f531738b8730ab22e96698faf7dabf3d7";s:49:"Neos\ContentRepository\Domain\Model\NodeInterface";s:40:"9e2dfb4c7adcc69bf5152a40ee3e4fef59be3735";s:63:"Neos\ContentRepository\Domain\Model\NodeLabelGeneratorInterface";s:40:"747312d6dc10b36397c9fb079342204ab5b44df5";s:48:"Neos\ContentRepository\Domain\Model\NodeTemplate";s:40:"dc230df4bb9b21eb6b336450b0427153b75a22a0";s:44:"Neos\ContentRepository\Domain\Model\NodeType";s:40:"f2c57615e6d23d037c920aadd5ed88d0fab93349";s:49:"Neos\ContentRepository\Domain\Model\UserInterface";s:40:"c897ccaefb7155af1eb4eb463acb2dfb56d4cd0d";s:45:"Neos\ContentRepository\Domain\Model\Workspace";s:40:"d8aee9271df4a23068191116c2fe665157681601";s:86:"Neos\ContentRepository\Domain\NodeAggregate\Exception\NodeAggregateIdentifierIsInvalid";s:40:"c17a01a70a7735de6bdfe16cabaef25dc329e31b";s:67:"Neos\ContentRepository\Domain\NodeAggregate\NodeAggregateIdentifier";s:40:"7aef8f4d5d8fc13683987d33707d8383b0948b8b";s:52:"Neos\ContentRepository\Domain\NodeAggregate\NodeName";s:40:"56995f86f2c486ed8de72c29a710a24b24a0a0b2";s:64:"Neos\ContentRepository\Domain\NodeType\NodeTypeConstraintFactory";s:40:"8e960b4287a63211f9e6c2fe4393a3aec41f0f2e";s:58:"Neos\ContentRepository\Domain\NodeType\NodeTypeConstraints";s:40:"a38a68ec9b6b68e2f75184773325d9a92fc0ad68";s:51:"Neos\ContentRepository\Domain\NodeType\NodeTypeName";s:40:"a729b0cde719184818a205a1e826f0b5258efc4e";s:62:"Neos\ContentRepository\Domain\Projection\Content\NodeInterface";s:40:"85a10e6d7def814ead245395a613c5ca634266e7";s:76:"Neos\ContentRepository\Domain\Projection\Content\PropertyCollectionInterface";s:40:"95aad583b5076e66a4e0b9cbc4a0342561b81eae";s:73:"Neos\ContentRepository\Domain\Projection\Content\TraversableNodeInterface";s:40:"35a50af88c0f984e7f197c6aab06afc8f2059232";s:65:"Neos\ContentRepository\Domain\Projection\Content\TraversableNodes";s:40:"7e0a909b7b52a2917dce23de3a97409d85672643";s:67:"Neos\ContentRepository\Domain\Repository\ContentDimensionRepository";s:40:"7418523db5b0a622338d3a1631a09a4cdfaae6d2";s:59:"Neos\ContentRepository\Domain\Repository\NodeDataRepository";s:40:"eda27cd9436bce81f9e971a8e5d0cf7978f798ae";s:60:"Neos\ContentRepository\Domain\Repository\WorkspaceRepository";s:40:"683c37be91c4b9ab8b7294db734ad81a55f0d619";s:63:"Neos\ContentRepository\Domain\Service\Cache\FirstLevelNodeCache";s:40:"e456005c81da5b75ebb23bf3d617c36ed07e2dc8";s:79:"Neos\ContentRepository\Domain\Service\ConfigurationContentDimensionPresetSource";s:40:"962b05a2937be2926e0a25f498b03d3fd1f491ca";s:64:"Neos\ContentRepository\Domain\Service\ContentDimensionCombinator";s:40:"555c20bc05ef47460097ba1be410c5bb38360705";s:75:"Neos\ContentRepository\Domain\Service\ContentDimensionPresetSourceInterface";s:40:"119547f568fd1c04e35a557e32a27175d34ca366";s:45:"Neos\ContentRepository\Domain\Service\Context";s:40:"3523e3f32731ce4c2d9ee4d51afd0cf0e657e55c";s:52:"Neos\ContentRepository\Domain\Service\ContextFactory";s:40:"707e346bcedd033a7cfa1c66401f9e76e526eecc";s:61:"Neos\ContentRepository\Domain\Service\ContextFactoryInterface";s:40:"015e1f8d63aa9f0410f8164df9fc244aa9c72cc2";s:70:"Neos\ContentRepository\Domain\Service\Dto\NodeMoveIntegrityCheckResult";s:40:"de62a7c4128f86445c9f664123b14a228a8a01e1";s:74:"Neos\ContentRepository\Domain\Service\Dto\NodeMoveIntegrityCheckResultPart";s:40:"0b70036920a372ae1bf85ff4c694b36130fc1ea3";s:91:"Neos\ContentRepository\Domain\Service\ImportExport\ImportExportPropertyMappingConfiguration";s:40:"25ab2d78b258566e6a2214c8a2ef2f160a7e4f01";s:68:"Neos\ContentRepository\Domain\Service\ImportExport\NodeExportService";s:40:"14a55cfb99146d5d8590ebfac83fb8b259589300";s:68:"Neos\ContentRepository\Domain\Service\ImportExport\NodeImportService";s:40:"8681612006209b5e2c4d35cc05a87a97381cb809";s:67:"Neos\ContentRepository\Domain\Service\NodeMoveIntegrityCheckService";s:40:"4abcefff9a48598e82b94a10250ec43ccbef1c70";s:49:"Neos\ContentRepository\Domain\Service\NodeService";s:40:"4bcaffef10f096ad82cbe292cc4e7ddb2b4204fd";s:58:"Neos\ContentRepository\Domain\Service\NodeServiceInterface";s:40:"fe5eb677f346057c7c17b8405b970b758fbe8adc";s:53:"Neos\ContentRepository\Domain\Service\NodeTypeManager";s:40:"d35d8f3a3d1b2e7eee6339eba7b2a89c53d114f0";s:55:"Neos\ContentRepository\Domain\Service\PublishingService";s:40:"34047f23fb38f1f28a7bcd29d967cc3559e304ce";s:64:"Neos\ContentRepository\Domain\Service\PublishingServiceInterface";s:40:"f3ae7f094e3c1f3ad228b2d0738c95d0d642fc6c";s:47:"Neos\ContentRepository\Domain\Utility\NodePaths";s:40:"3a35a05ecb9d374d8b4cd411872ef31fbdb52cc3";s:53:"Neos\ContentRepository\Domain\Utility\SubgraphUtility";s:40:"af5d8677f1a3342326681b3c4619d417a5603d2a";s:69:"Neos\ContentRepository\Eel\FlowQueryOperations\CacheLifetimeOperation";s:40:"c2dcc44f7f1435d103fd12c455b2705b7ad9f209";s:64:"Neos\ContentRepository\Eel\FlowQueryOperations\ChildrenOperation";s:40:"53d3e94d8ef2b126b3f96a1706fbff9e3abe5b57";s:63:"Neos\ContentRepository\Eel\FlowQueryOperations\ClosestOperation";s:40:"6042f9fabcaecef8fb5651639ae84a213f2a779b";s:63:"Neos\ContentRepository\Eel\FlowQueryOperations\ContextOperation";s:40:"4a5721a5c4e3b65fca13107b74f5002a511d39eb";s:62:"Neos\ContentRepository\Eel\FlowQueryOperations\FilterOperation";s:40:"d12c2e8a4bd39c7755a096f87cd06ebbc80e6987";s:60:"Neos\ContentRepository\Eel\FlowQueryOperations\FindOperation";s:40:"d9a1be6a14e20b1599e0e1978571741f28f3db0c";s:59:"Neos\ContentRepository\Eel\FlowQueryOperations\HasOperation";s:40:"b823c261896da68f70ec193301fec48f49213d28";s:63:"Neos\ContentRepository\Eel\FlowQueryOperations\NextAllOperation";s:40:"e841205dc81ee550ec7176387b868a3a1e93ca60";s:60:"Neos\ContentRepository\Eel\FlowQueryOperations\NextOperation";s:40:"c9d246b37b749f32ab8598325e5aa54bb2f3f261";s:65:"Neos\ContentRepository\Eel\FlowQueryOperations\NextUntilOperation";s:40:"9968c1694bb0d4f3de0252da0ade6414baad1e16";s:62:"Neos\ContentRepository\Eel\FlowQueryOperations\ParentOperation";s:40:"9ee72a39bb8ed758b8eb945c0c9970144d1af2ba";s:63:"Neos\ContentRepository\Eel\FlowQueryOperations\ParentsOperation";s:40:"3411df1da91506e2933bd179a4aa2b561cd90a92";s:68:"Neos\ContentRepository\Eel\FlowQueryOperations\ParentsUntilOperation";s:40:"7644f97818d1c036def6718976391cb10d971bf5";s:63:"Neos\ContentRepository\Eel\FlowQueryOperations\PrevAllOperation";s:40:"385209f4ad6041d86ec0e2189fff6c3e6a908909";s:60:"Neos\ContentRepository\Eel\FlowQueryOperations\PrevOperation";s:40:"4befa61d1ba43e66c9d5868d4f1c2caa84431f72";s:65:"Neos\ContentRepository\Eel\FlowQueryOperations\PrevUntilOperation";s:40:"4a857694c24ad3dba3b3068e8b6b7132f7340e1f";s:64:"Neos\ContentRepository\Eel\FlowQueryOperations\PropertyOperation";s:40:"7f63d69d97a4fb55a43a8fe65a3be22cbdfa2a47";s:64:"Neos\ContentRepository\Eel\FlowQueryOperations\SiblingsOperation";s:40:"4317e4e384cee0a70cf3df80a4a068f00cd8c766";s:32:"Neos\ContentRepository\Exception";s:40:"d6b9e71b9e800d45f7907464e66d3362fa6376ad";s:56:"Neos\ContentRepository\Exception\ContentContextException";s:40:"e19efe41b1c30a470dbc59a96af3ce62dbac85c9";s:48:"Neos\ContentRepository\Exception\ExportException";s:40:"69e639dc76b29f259e97de497669b3510581a977";s:48:"Neos\ContentRepository\Exception\ImportException";s:40:"52bc96fa69c880cb58d5787d99459641de9a0a11";s:60:"Neos\ContentRepository\Exception\InvalidNodeContextException";s:40:"acb4fc4429efd750f9d58f2abea5b88a4eb329ab";s:70:"Neos\ContentRepository\Exception\InvalidNodeTypePostprocessorException";s:40:"e3d7e9b78fed7f1fb959b1596ac692ab12091243";s:59:"Neos\ContentRepository\Exception\NodeConfigurationException";s:40:"d99aeb896df21c5396b743deb4c12aea1b41d60f";s:56:"Neos\ContentRepository\Exception\NodeConstraintException";s:40:"9d8dc8e172b9849b5f8b78151f011426c259744a";s:46:"Neos\ContentRepository\Exception\NodeException";s:40:"9ee8cd8cc3aeb633736e8be7531240987b9156fc";s:52:"Neos\ContentRepository\Exception\NodeExistsException";s:40:"9b4b7f550c0fd1081d5ac1b66d4ac94e6e3c0a7b";s:56:"Neos\ContentRepository\Exception\NodeMethodIsUnsupported";s:40:"e7016b79bf719b0b6408b07efb29e272b5461d92";s:68:"Neos\ContentRepository\Exception\NodeMoveIntegrityViolationException";s:40:"7ee1913beaa7c20853aeef7077ff3d39a90487ec";s:57:"Neos\ContentRepository\Exception\NodeTypeIsFinalException";s:40:"e754bec0623972f6e573ef030f7bb52932664386";s:58:"Neos\ContentRepository\Exception\NodeTypeNotFoundException";s:40:"5fe97fb55136b00dd95e1aeca2d239bad4c343ad";s:54:"Neos\ContentRepository\Exception\PageNotFoundException";s:40:"d91a6fe85ebb0762d49972b9b4b793d1c13cd37e";s:51:"Neos\ContentRepository\Exception\WorkspaceException";s:40:"5b9a5278b48aff7ca397d4fe55130ed29dce39d5";s:62:"Neos\ContentRepository\Migration\Command\NodeCommandController";s:40:"1adedadc7d335cc53bd1d9d0cd3f0d0e97ceadba";s:60:"Neos\ContentRepository\Migration\Configuration\Configuration";s:40:"d44bde9b4f53c3ab0b1d697cc7895821299f6940";s:69:"Neos\ContentRepository\Migration\Configuration\ConfigurationInterface";s:40:"8ca4e9ecbeb6c17152175195036711e79ef9c9a0";s:64:"Neos\ContentRepository\Migration\Configuration\YamlConfiguration";s:40:"f8d74ae8d95caab72b2008bccddef5ccd42fd220";s:64:"Neos\ContentRepository\Migration\Domain\Factory\MigrationFactory";s:40:"736fe754d147af68d9f5ecd1910891c1e164ab58";s:55:"Neos\ContentRepository\Migration\Domain\Model\Migration";s:40:"9dc8fe85df60c76a59663093456cf6fb00ea6ca3";s:68:"Neos\ContentRepository\Migration\Domain\Model\MigrationConfiguration";s:40:"fd522180be07e5040aabb9c7a838198a7f4c88f1";s:61:"Neos\ContentRepository\Migration\Domain\Model\MigrationStatus";s:40:"e4a3864b11dc16a6761f330085aa91b7f251831b";s:76:"Neos\ContentRepository\Migration\Domain\Repository\MigrationStatusRepository";s:40:"a38ba3ebc7767305285f5c547186376fc55b4a9d";s:61:"Neos\ContentRepository\Migration\Exception\MigrationException";s:40:"2958ae07109a36da0270cb9bf8424154e852af69";s:56:"Neos\ContentRepository\Migration\Filters\DimensionValues";s:40:"abac0fd55ce5005e79dff597c014dbe687201524";s:64:"Neos\ContentRepository\Migration\Filters\DoctrineFilterInterface";s:40:"255035ae56daab4ca16c2dc5cda82ecdd95f03d9";s:56:"Neos\ContentRepository\Migration\Filters\FilterInterface";s:40:"210fd3bcea009aab6d4f943c450483ff58f3c4f4";s:50:"Neos\ContentRepository\Migration\Filters\IsRemoved";s:40:"108155f32dd59542ec74f3d165181cea7fcf8ba6";s:49:"Neos\ContentRepository\Migration\Filters\NodeName";s:40:"a730f61466013417db55c817fccf0940e9e0f8ab";s:49:"Neos\ContentRepository\Migration\Filters\NodeType";s:40:"5361ae99ccf182c5217ddcd5f0ba307852a6fea2";s:57:"Neos\ContentRepository\Migration\Filters\PropertyNotEmpty";s:40:"1e77abb816e113e5e0a462eed7a21bf3d2a8ca4e";s:54:"Neos\ContentRepository\Migration\Filters\PropertyValue";s:40:"8bf92a15408339a6fd682fcbbd799eff985ae1c5";s:50:"Neos\ContentRepository\Migration\Filters\Workspace";s:40:"ec225e60bae55cf63e31c9b8af5692a0db48b4a5";s:51:"Neos\ContentRepository\Migration\Service\NodeFilter";s:40:"7567da2f1af3a8ada6b389a4c517a2b9f2e15534";s:54:"Neos\ContentRepository\Migration\Service\NodeMigration";s:40:"6548baf4ba519b7f8b3a4fcc531b07487c888f98";s:59:"Neos\ContentRepository\Migration\Service\NodeTransformation";s:40:"37d99c6576ff39953f3c05de95f6b8e5ffa26947";s:71:"Neos\ContentRepository\Migration\Transformations\AbstractTransformation";s:40:"8b9d1e3f671876c526d7cae022160088ebb46273";s:62:"Neos\ContentRepository\Migration\Transformations\AddDimensions";s:40:"80d82799aa517447b36b7a44702934fe2414bfc8";s:63:"Neos\ContentRepository\Migration\Transformations\AddNewProperty";s:40:"9bf8ebc891401ab59ac359b53735c27bb7e537c7";s:63:"Neos\ContentRepository\Migration\Transformations\ChangeNodeType";s:40:"09d57635ba432116092e88ed15fd2e88faffb7fb";s:68:"Neos\ContentRepository\Migration\Transformations\ChangePropertyValue";s:40:"4ba679165f0c44cdc8aae1257ea96d7deaadd59c";s:59:"Neos\ContentRepository\Migration\Transformations\RemoveNode";s:40:"2cacbdd383fc16933614d17e182320b71effd233";s:63:"Neos\ContentRepository\Migration\Transformations\RemoveProperty";s:40:"9d6cdaea5c70ac069948192c7803be648af6ea20";s:64:"Neos\ContentRepository\Migration\Transformations\RenameDimension";s:40:"c252079c66adddf249eae68b84a910e4389e78d4";s:59:"Neos\ContentRepository\Migration\Transformations\RenameNode";s:40:"c16e5161ed60e410920e23f263a763b17850621e";s:63:"Neos\ContentRepository\Migration\Transformations\RenameProperty";s:40:"25660db70ca0c524310684a87e0a10a90913f7e0";s:62:"Neos\ContentRepository\Migration\Transformations\SetDimensions";s:40:"d0883bcb8f7da23ea91c5d5e97c1c282f210ec9c";s:68:"Neos\ContentRepository\Migration\Transformations\StripTagsOnProperty";s:40:"06bd84df6854a31759548aaa21a82518b28fa7b8";s:72:"Neos\ContentRepository\Migration\Transformations\TransformationInterface";s:40:"dc1bb6f56dcae12a9f5d368c60e118f35b8907be";s:75:"Neos\ContentRepository\NodeTypePostprocessor\NodeTypePostprocessorInterface";s:40:"a039dfb34989cec365e013c7b602ee0e445cc833";s:30:"Neos\ContentRepository\Package";s:40:"b70c876deb400d62c5d10a0af8164886680a0330";s:55:"Neos\ContentRepository\Persistence\Ast\ToStringFunction";s:40:"e5579011699fdc32f8b6f6dd4583203761485c4a";s:82:"Neos\ContentRepository\Security\Authorization\Privilege\Node\AbstractNodePrivilege";s:40:"b4794dd4996f27bac5129fcc3a3ba8ce9561c8fd";s:90:"Neos\ContentRepository\Security\Authorization\Privilege\Node\AbstractNodePropertyPrivilege";s:40:"8e1142a9d0824fb03d8fb7829a2b16b00d280ee7";s:80:"Neos\ContentRepository\Security\Authorization\Privilege\Node\CreateNodePrivilege";s:40:"88c16f4fceceede6c3f644ef1de1d0144e8e3cb1";s:87:"Neos\ContentRepository\Security\Authorization\Privilege\Node\CreateNodePrivilegeContext";s:40:"56b4f687042acb5d609ea976e1818851a900bb74";s:87:"Neos\ContentRepository\Security\Authorization\Privilege\Node\CreateNodePrivilegeSubject";s:40:"2f71cccf030f14cc1110ad0cf57ae5ca92f6db7a";s:88:"Neos\ContentRepository\Security\Authorization\Privilege\Node\Doctrine\ConditionGenerator";s:40:"8010c8aa4e3d8e8b783a7330074a1f128f5520fc";s:78:"Neos\ContentRepository\Security\Authorization\Privilege\Node\EditNodePrivilege";s:40:"a1f34903954fa76ba4b472d12b95b879196a4b7e";s:86:"Neos\ContentRepository\Security\Authorization\Privilege\Node\EditNodePropertyPrivilege";s:40:"4fc1b776c75986b75edf8c9567e96ec82cc0984f";s:81:"Neos\ContentRepository\Security\Authorization\Privilege\Node\NodePrivilegeContext";s:40:"9984b2d127735c24dfd781b184b115df9fa60f33";s:81:"Neos\ContentRepository\Security\Authorization\Privilege\Node\NodePrivilegeSubject";s:40:"07e73c389681a0f54d5a95713338674373dd70f5";s:94:"Neos\ContentRepository\Security\Authorization\Privilege\Node\PropertyAwareNodePrivilegeContext";s:40:"5222b05eb12e676e3eca244fc0cda489984654a6";s:94:"Neos\ContentRepository\Security\Authorization\Privilege\Node\PropertyAwareNodePrivilegeSubject";s:40:"8e1394b25b4632d9d4e35cc2766590763572985c";s:78:"Neos\ContentRepository\Security\Authorization\Privilege\Node\ReadNodePrivilege";s:40:"997a02092233013f1b4cc7e57849f8fbc53fa246";s:86:"Neos\ContentRepository\Security\Authorization\Privilege\Node\ReadNodePropertyPrivilege";s:40:"02ecd00d41cd527ce9f8b3f06c7f6fa771411bb5";s:80:"Neos\ContentRepository\Security\Authorization\Privilege\Node\RemoveNodePrivilege";s:40:"9bdf1d4b1c28c44533c9b7053179a69a3d9ec4fc";s:79:"Neos\ContentRepository\Security\Authorization\Privilege\Node\TransientNodeCache";s:40:"81bb80cc8275d1dbfe445872f02cfb1ad727be4f";s:51:"Neos\ContentRepository\Service\AuthorizationService";s:40:"ecac1c27829d198d4062b4f0aacefe8da20f3545";s:79:"Neos\ContentRepository\Service\Exception\InvalidDimensionConfigurationException";s:40:"4aae3b9164dcd261a5fe72b292d95717c16fa135";s:51:"Neos\ContentRepository\Service\FallbackGraphService";s:40:"c9cb6b0237bc1a7a8277f900bf8ceb2fb5be24dd";s:69:"Neos\ContentRepository\Service\Utility\NodePublishingDependencySolver";s:40:"33ed173d32fb0a70a0cb114a325df127e2b1d8a3";s:50:"Neos\ContentRepository\TypeConverter\NodeConverter";s:40:"43a441a136262b7e4c3035f2af0eef12e1de0df2";s:51:"Neos\ContentRepository\TypeConverter\NodeSerializer";s:40:"37f66711550d83362c857673386fbcee5e195ab4";s:58:"Neos\ContentRepository\TypeConverter\NodeTemplateConverter";s:40:"85059f4e95ae81893d099a1e436db4a1d2e82f7f";s:30:"Neos\ContentRepository\Utility";s:40:"4639325405a957d921eda6f37f7dabde332a923b";s:67:"Neos\ContentRepository\Validation\Validator\NodeIdentifierValidator";s:40:"0874868ac19aa9e16afeb7e68aeb011f2c806bce";s:71:"Neos\ContentRepository\ViewHelpers\Widget\Controller\PaginateController";s:40:"1b03121ad23b7ec7959a2e4f03a7077fd25bc137";s:60:"Neos\ContentRepository\ViewHelpers\Widget\PaginateViewHelper";s:40:"8b957b889fc70e5059f3834f8ff01189fd91cd50";s:14:"Neos\Diff\Diff";s:40:"7f13065d1bb91f765cbe286ec2b11643758a7820";s:35:"Neos\Diff\Renderer\AbstractRenderer";s:40:"08c93410561a7b5464d234395fb73ef4c595b3fd";s:41:"Neos\Diff\Renderer\Html\HtmlArrayRenderer";s:40:"1d71ff2524d153723901b74cbc441572e8b2bc29";s:42:"Neos\Diff\Renderer\Html\HtmlInlineRenderer";s:40:"72772ac53fecc9680c2e3d79ce19b2c89148904b";s:46:"Neos\Diff\Renderer\Html\HtmlSideBySideRenderer";s:40:"e8c5974c6e10f07bb083bd850b8a8fa11a4a50a1";s:43:"Neos\Diff\Renderer\Text\TextContextRenderer";s:40:"6cd9dda92fc571c3e71b01c544fb3fab9df94488";s:43:"Neos\Diff\Renderer\Text\TextUnifiedRenderer";s:40:"ac0ef1086f9695b02ec431443b8a1130a11e4797";s:25:"Neos\Diff\SequenceMatcher";s:40:"8ff88d5762536adbc16dc0a22535f73d3c45405e";s:40:"Neos\Fusion\Afx\Dsl\AfxDslImplementation";s:40:"b80f39ec4f92cdca05ef7bd09551d4f4369edda5";s:38:"Neos\Fusion\Afx\Exception\AfxException";s:40:"03dd4dedd98be036161d80d5b9f5ff3df748e55b";s:41:"Neos\Fusion\Afx\Parser\AfxParserException";s:40:"405229eca01c057d49493bdf618bcf73bfe43561";s:41:"Neos\Fusion\Afx\Parser\Expression\Comment";s:40:"b05523ca4d1db63a25d95a75c5318a474440b243";s:44:"Neos\Fusion\Afx\Parser\Expression\Expression";s:40:"f2b7346cee28887871ef69fa387d5dd81c62c431";s:44:"Neos\Fusion\Afx\Parser\Expression\Identifier";s:40:"1e484d4180ff96d5c3c90510f906e875a49870b4";s:38:"Neos\Fusion\Afx\Parser\Expression\Node";s:40:"62f896819d5678ee0b04927389d128027b3a567a";s:42:"Neos\Fusion\Afx\Parser\Expression\NodeList";s:40:"b7bb8383d03474f468748e11df4b5e7583d89557";s:38:"Neos\Fusion\Afx\Parser\Expression\Prop";s:40:"5592516953f39da3db835953fa5df7f661fb0cb0";s:40:"Neos\Fusion\Afx\Parser\Expression\Spread";s:40:"5494781d53d48ecd310d766872853083c0872759";s:47:"Neos\Fusion\Afx\Parser\Expression\StringLiteral";s:40:"27caef299177d1cddb1dc7999bdd017ef9615867";s:28:"Neos\Fusion\Afx\Parser\Lexer";s:40:"fe5b563a12f03b37c729ef7e11cdc0e79b5f3aca";s:29:"Neos\Fusion\Afx\Parser\Parser";s:40:"4ecf4b5a7a717fde26a73f074d7e5f92d6430dcb";s:34:"Neos\Fusion\Afx\Service\AfxService";s:40:"f2d73ae43030997efd53bc3aee8fb01ee1aea710";s:39:"Neos\Fusion\Aspects\FusionCachingAspect";s:40:"11f1cc6c098e2ca3219309b9fa8116a4f94100e7";s:41:"Neos\Fusion\Core\Cache\CacheSegmentParser";s:40:"06e8a22f83f86eec684addcb955de2597c4b28ad";s:35:"Neos\Fusion\Core\Cache\ContentCache";s:40:"57d206caf1f37f90e42306333cb8d132e423861a";s:42:"Neos\Fusion\Core\Cache\FileMonitorListener";s:40:"e9e71fd48f0ea6fe4b2af0f6b9d9ced6827caaaa";s:42:"Neos\Fusion\Core\Cache\RuntimeContentCache";s:40:"e669dedd04300fa37d71858bf1f27d3ccb2ed886";s:27:"Neos\Fusion\Core\DslFactory";s:40:"abe4f46fa7e2a8c48da2e48696f151bea36e0633";s:29:"Neos\Fusion\Core\DslInterface";s:40:"e789339a1c7e9675dc9c71f9afc3279e5e21eea6";s:51:"Neos\Fusion\Core\ExceptionHandlers\AbsorbingHandler";s:40:"077d23b4304466c30639c3ac4b035a35b0c76fcd";s:68:"Neos\Fusion\Core\ExceptionHandlers\AbstractRenderingExceptionHandler";s:40:"00860fe777c2b3623aea866083ac99f3a5c6cb8f";s:50:"Neos\Fusion\Core\ExceptionHandlers\BubblingHandler";s:40:"c2bcd38fa65e786c4fd5ae94d0a600aab56fa9ed";s:58:"Neos\Fusion\Core\ExceptionHandlers\ContextDependentHandler";s:40:"978360b24f10d09ea43b2a8ea111713ae0aba3fc";s:53:"Neos\Fusion\Core\ExceptionHandlers\HtmlMessageHandler";s:40:"bc6b9aa19a24075f057445245306576bbb3953fd";s:51:"Neos\Fusion\Core\ExceptionHandlers\PlainTextHandler";s:40:"5da7d0e08cf706961f908b575687467301b47889";s:50:"Neos\Fusion\Core\ExceptionHandlers\ThrowingHandler";s:40:"9b6e16f14217fd15575c75ed735469ef672bc3f5";s:52:"Neos\Fusion\Core\ExceptionHandlers\XmlCommentHandler";s:40:"b8b66c258eecc496747ac01ae72c1c3e8d5d5385";s:23:"Neos\Fusion\Core\Parser";s:40:"613b79469e93da51ec78bd88d06c99d331e7d2b8";s:32:"Neos\Fusion\Core\ParserInterface";s:40:"6c771cc271bd33cdab616e14a6b084e26ea2b94f";s:24:"Neos\Fusion\Core\Runtime";s:40:"925466bf1c43d9aa9b8c6a2bc4a84473a6b252fa";s:37:"Neos\Fusion\Core\RuntimeConfiguration";s:40:"ae9a0b3f4b3b2335c75fa5c87107b80b53a3b1cf";s:31:"Neos\Fusion\Core\RuntimeFactory";s:40:"a49f9ba10f01ef860d4a45b7c49003d92b45434d";s:24:"Neos\Fusion\DebugMessage";s:40:"78a9a3bab1f9a8e4ef05ccf594fd722cc47b4d87";s:29:"Neos\Fusion\Eel\BaseUriHelper";s:40:"73d5fbc076bc8db5ca98142d8a8a3031e9eb1987";s:21:"Neos\Fusion\Exception";s:40:"af59068342c82ed1f39c0b69f5a6c1200a8f045e";s:36:"Neos\Fusion\Exception\CacheException";s:40:"ab72ae8fab35057f2f123a42aa32d41021e628fe";s:58:"Neos\Fusion\Exception\MissingFusionImplementationException";s:40:"f744e0c7e636f68b6bdbe7d225ec3e8186ff4a9e";s:50:"Neos\Fusion\Exception\MissingFusionObjectException";s:40:"3ad0bce0b01e67d6652fa152654ee32315cdba57";s:38:"Neos\Fusion\Exception\RuntimeException";s:40:"ec29a2e670651c00c65e068895047db4a8201bf4";s:58:"Neos\Fusion\Exception\UnsupportedObjectTypeAtPathException";s:40:"9f4868bd30adbd3073257aa9ca59ebe1c4f7aa61";s:53:"Neos\Fusion\Exception\UnsupportedProxyMethodException";s:40:"bbd8c47ad0795c06f4dbe7ebdc85dfc98c4bcce1";s:51:"Neos\Fusion\FusionObjects\AbstractArrayFusionObject";s:40:"02b12b9a6f81b7aea8cd969cedbd99fda121f58a";s:58:"Neos\Fusion\FusionObjects\AbstractCollectionImplementation";s:40:"c43f01e9941d0cc0d5b8dc4b1ea42ebc0b4b8885";s:46:"Neos\Fusion\FusionObjects\AbstractFusionObject";s:40:"44b989e726c334e18f0442f52f300b0b2e3ff4ac";s:45:"Neos\Fusion\FusionObjects\ArrayImplementation";s:40:"2c9bbee0c211e510eaaae8f12e203376217f68cb";s:50:"Neos\Fusion\FusionObjects\AttributesImplementation";s:40:"8c3c8f0c6683a1b0fc433705b4351dfe219b1c65";s:49:"Neos\Fusion\FusionObjects\AugmenterImplementation";s:40:"ce777a1d9f1bf8eb1c2179aaff80ffcfb943e4c3";s:49:"Neos\Fusion\FusionObjects\CanRenderImplementation";s:40:"8b93d36eb256f5dc6bbdb3fe53dee377b1f8f876";s:44:"Neos\Fusion\FusionObjects\CaseImplementation";s:40:"bf4a9a0a11708d0f638bb85335e33ad18480dcef";s:50:"Neos\Fusion\FusionObjects\CollectionImplementation";s:40:"319f25e749975d2a773b769e93e525e078af7be6";s:49:"Neos\Fusion\FusionObjects\ComponentImplementation";s:40:"9d7e481ad23dfa775a8c8042d47c9288bbfce2c8";s:53:"Neos\Fusion\FusionObjects\DataStructureImplementation";s:40:"0599fe78ad013958bd4e941564ce10ff81e039c8";s:52:"Neos\Fusion\FusionObjects\DebugConsoleImplementation";s:40:"7210a687eb68e70dd4547f847575780ad8bf2bbc";s:49:"Neos\Fusion\FusionObjects\DebugDumpImplementation";s:40:"68781ce77ce95cc3cf651114cc40ed07696cc700";s:45:"Neos\Fusion\FusionObjects\DebugImplementation";s:40:"a32157adc2a0fc4eaf52910358f8fd754d5a919c";s:43:"Neos\Fusion\FusionObjects\Helpers\FluidView";s:40:"0b57b98f86cdd234432ce123d0ea31ba62f6b67c";s:58:"Neos\Fusion\FusionObjects\Helpers\FusionAwareViewInterface";s:40:"8c793dcd95b89cb323bb5834b59d027a51cf262e";s:49:"Neos\Fusion\FusionObjects\Helpers\FusionPathProxy";s:40:"66062070e469beeeaa2e1e5f18e8d674e922cc1c";s:43:"Neos\Fusion\FusionObjects\Helpers\LazyProps";s:40:"bf4c49454bc7a984b387496472d46cdfa105fec3";s:52:"Neos\Fusion\FusionObjects\HttpResponseImplementation";s:40:"5d72a3b03a299e931158a9498f1ca749b581b127";s:57:"Neos\Fusion\FusionObjects\Http\ResponseHeadImplementation";s:40:"4e705fb8d42f060bb7c562e5298d21b53e31cf45";s:44:"Neos\Fusion\FusionObjects\JoinImplementation";s:40:"9e1e89fd5aebc4708b94a68cd61be878305c8f1d";s:44:"Neos\Fusion\FusionObjects\LoopImplementation";s:40:"bf35b1f2e2ea71b04e9ffd171e7e1834b7ab094f";s:43:"Neos\Fusion\FusionObjects\MapImplementation";s:40:"56895a78370bbb9e2b349680d87f30d0dfdd1d70";s:45:"Neos\Fusion\FusionObjects\MatchImplementation";s:40:"d420ab31fef1b1310763ebd5850ea1f43eb01d25";s:47:"Neos\Fusion\FusionObjects\MatcherImplementation";s:40:"e03208ad3e858b153ef21d28274fcde355ff804c";s:44:"Neos\Fusion\FusionObjects\MemoImplementation";s:40:"1dc3a5ba23fc32eba6ea83d43501ec53d95cabbd";s:48:"Neos\Fusion\FusionObjects\RawArrayImplementation";s:40:"4dc3ad85c940fd87057bd63097c6cb572f68050f";s:53:"Neos\Fusion\FusionObjects\RawCollectionImplementation";s:40:"e82252bec89e88010aec99a8327ca951c59c98de";s:46:"Neos\Fusion\FusionObjects\ReduceImplementation";s:40:"55ca6a8567ca70092c55b89545efbe5c1163b423";s:48:"Neos\Fusion\FusionObjects\RendererImplementation";s:40:"4dc5084059527b4413db955db0ed9e875804e778";s:51:"Neos\Fusion\FusionObjects\ResourceUriImplementation";s:40:"23ee170f2b349f57ff080c8ec2d1f5baf7c95a8b";s:43:"Neos\Fusion\FusionObjects\TagImplementation";s:40:"d8e380692a77aa7d76ba8634546b72c683f3c31d";s:48:"Neos\Fusion\FusionObjects\TemplateImplementation";s:40:"86bca4f92cb584dd5e7d0cb253189e60c6b43960";s:50:"Neos\Fusion\FusionObjects\UriBuilderImplementation";s:40:"42b348587229f3c690783ddecc33730d7e6bf66c";s:45:"Neos\Fusion\FusionObjects\ValueImplementation";s:40:"05aed89c58d9c41f0ebf9932a3d6921c656f60d3";s:19:"Neos\Fusion\Package";s:40:"7c3f6a0942b36afef4d92e8da5a488606e8e8193";s:30:"Neos\Fusion\Service\DebugStack";s:40:"f67fc30b8965ac8708f1bed47977a94ef38f89a7";s:33:"Neos\Fusion\Service\HtmlAugmenter";s:40:"776f4e22caf87cee367a5a910fc3459b42fc2516";s:42:"Neos\Fusion\ViewHelpers\FusionContextTrait";s:40:"f9f58914cf008f613a6263b3ced83f510b53d7a7";s:40:"Neos\Fusion\ViewHelpers\RenderViewHelper";s:40:"302f180b389e39d2273762d964d7fcd42106757d";s:27:"Neos\Fusion\View\FusionView";s:40:"09a75e531d8005e61858b419eabc5c72366f863e";s:60:"Neos\Media\Browser\Controller\AddTranslatedFlashMessageTrait";s:40:"2383a770d4a4f6653590cda66b139453c3da84f5";s:55:"Neos\Media\Browser\Controller\AssetCollectionController";s:40:"88ef931ee91047201af175441f7b3e99b8da477a";s:45:"Neos\Media\Browser\Controller\AssetController";s:40:"9d67095ea3d4f9aca57e69284963e3aa9a508830";s:50:"Neos\Media\Browser\Controller\AssetProxyController";s:40:"2d9be4a91c72bafc67a7cc4f37e0e76c9180f8d2";s:45:"Neos\Media\Browser\Controller\ImageController";s:40:"0caedf572dea0b99745034fd58f25a41ae9fe6ba";s:52:"Neos\Media\Browser\Controller\ImageVariantController";s:40:"8e3b756f705f3f591d9302058945a56610378e79";s:43:"Neos\Media\Browser\Controller\TagController";s:40:"5d5217087d2c6bf02f2a5556bdefea6e73453606";s:45:"Neos\Media\Browser\Controller\UsageController";s:40:"a1dd8ea4eba12c26c4b4bd2fa3768cbc7261218f";s:37:"Neos\Media\Browser\Domain\ImageMapper";s:40:"3de4a4a25468a09da7ece15adfafbdfb875408b7";s:46:"Neos\Media\Browser\Domain\Session\BrowserState";s:40:"a08af10c169d4b47157d94db3de6769a9c137b14";s:60:"Neos\Media\Browser\ViewHelpers\Controller\PaginateController";s:40:"c66520cebeaa71aad611719a5f1349d8fb69979c";s:49:"Neos\Media\Browser\ViewHelpers\PaginateViewHelper";s:40:"0d4194e9f9ef083b45dec1520a0033cac243769e";s:50:"Neos\Media\Browser\ViewHelpers\ThumbnailViewHelper";s:40:"525abd0ec0f2f5c30af6ccd9e2ef1ba3b307c1a4";s:41:"Neos\Media\Command\MediaCommandController";s:40:"ce4250f98634cf2428581b1ebea25a233932f72b";s:41:"Neos\Media\Controller\ThumbnailController";s:40:"79082c28527480ce1302348bfd0acb4d5721e6a4";s:50:"Neos\Media\Domain\EventListener\ImageEventListener";s:40:"3a1919792a1f5cd0850078e5749dfafd6da4823c";s:53:"Neos\Media\Domain\Model\Adjustment\AbstractAdjustment";s:40:"d9c70678acceeab9a6be7d126c328499a7b26679";s:58:"Neos\Media\Domain\Model\Adjustment\AbstractImageAdjustment";s:40:"d841e9e2ba8d25d61d81f0f5be910e734893c6da";s:54:"Neos\Media\Domain\Model\Adjustment\AdjustmentInterface";s:40:"3d0673a90a3ee8acea5c4efe8a99cdcaff6d4d27";s:54:"Neos\Media\Domain\Model\Adjustment\CropImageAdjustment";s:40:"79035ef43f74f7ab9344cfbe444946e8f3234d02";s:59:"Neos\Media\Domain\Model\Adjustment\ImageAdjustmentInterface";s:40:"1ffe0ad24c891930eaf2bb61e3c1e9e8e8f9718c";s:57:"Neos\Media\Domain\Model\Adjustment\QualityImageAdjustment";s:40:"cfbde88c58038c64cf1bf6284d89d4e29b9d6934";s:56:"Neos\Media\Domain\Model\Adjustment\ResizeImageAdjustment";s:40:"6879f7ea19c621375ae0e0be62ac2c04cbd1e97e";s:29:"Neos\Media\Domain\Model\Asset";s:40:"d1f1cdc6f52b1f9806ee09fa089714d78fe1f6b1";s:39:"Neos\Media\Domain\Model\AssetCollection";s:40:"b78ce00b5d8654fb63e7f0da909338dbe58d9b7e";s:38:"Neos\Media\Domain\Model\AssetInterface";s:40:"609ab7072d2181423fbfd78ad08baf758dcc620e";s:67:"Neos\Media\Domain\Model\AssetSource\AssetNotFoundExceptionInterface";s:40:"9bea00e31c3c52f1226eea8140b3bc51168adb69";s:60:"Neos\Media\Domain\Model\AssetSource\AssetProxyQueryInterface";s:40:"9958725989428eb3332f9cc4beff4cb3a57ac1e6";s:66:"Neos\Media\Domain\Model\AssetSource\AssetProxyQueryResultInterface";s:40:"edc6f6d068d345b6d680d68d4ad745e8431fb49e";s:65:"Neos\Media\Domain\Model\AssetSource\AssetProxyRepositoryInterface";s:40:"e14f9b1e3f21127d0a19bdedd61f06f6806633c4";s:66:"Neos\Media\Domain\Model\AssetSource\AssetProxy\AssetProxyInterface";s:40:"6cccd0db7654d19a67cdfc41f14a516e68190694";s:73:"Neos\Media\Domain\Model\AssetSource\AssetProxy\HasRemoteOriginalInterface";s:40:"c3586fb75813cb7a816506d2cb91bc9ced18881c";s:75:"Neos\Media\Domain\Model\AssetSource\AssetProxy\ProvidesOriginalUriInterface";s:40:"98f75dad981471a67633f64d3be8f8c7a75daaa5";s:76:"Neos\Media\Domain\Model\AssetSource\AssetProxy\SupportsIptcMetadataInterface";s:40:"b09610175b9017f28f06e9753a3a9f2f215f8832";s:61:"Neos\Media\Domain\Model\AssetSource\AssetSourceAwareInterface";s:40:"7b51a365018be2277400c1324229830d27e8caf1";s:75:"Neos\Media\Domain\Model\AssetSource\AssetSourceConnectionExceptionInterface";s:40:"5899bccb35b2fe27a75343a49cc8f9e878c343fb";s:56:"Neos\Media\Domain\Model\AssetSource\AssetSourceInterface";s:40:"eb8b6a8209a22c01d46037749e8188810d448be5";s:51:"Neos\Media\Domain\Model\AssetSource\AssetTypeFilter";s:40:"ac6a1f0c4f436485fea66fc8901ca0a1c5dc44f2";s:67:"Neos\Media\Domain\Model\AssetSource\Neos\NeosAssetNotFoundException";s:40:"7be87959efbcf2678a59ba734a64a1eb2f24d72d";s:55:"Neos\Media\Domain\Model\AssetSource\Neos\NeosAssetProxy";s:40:"e9c6f1cabf5575b7be4ca1a5a310d949df0d7827";s:60:"Neos\Media\Domain\Model\AssetSource\Neos\NeosAssetProxyQuery";s:40:"9103e8f8f9d04f7e5554ef4fe92739e1de45183b";s:66:"Neos\Media\Domain\Model\AssetSource\Neos\NeosAssetProxyQueryResult";s:40:"1f2a6d0a95935e09fab47862376fe55ef604f47d";s:65:"Neos\Media\Domain\Model\AssetSource\Neos\NeosAssetProxyRepository";s:40:"738c0331d9232a9cfd2daf92e85033d03a5979f2";s:56:"Neos\Media\Domain\Model\AssetSource\Neos\NeosAssetSource";s:40:"2c7d141163b31b4c5aa2253f62d7812e17919e0f";s:64:"Neos\Media\Domain\Model\AssetSource\SupportsCollectionsInterface";s:40:"152345d90577d133d6e651c074f7f8d34e92b659";s:60:"Neos\Media\Domain\Model\AssetSource\SupportsSortingInterface";s:40:"b68adcdb1250665c679c8070f93041d809ed4c25";s:60:"Neos\Media\Domain\Model\AssetSource\SupportsTaggingInterface";s:40:"0b18d11701530c84f5d620d102dca481350d607c";s:45:"Neos\Media\Domain\Model\AssetVariantInterface";s:40:"0a339e5296c1bfc24c5b2f72be064c598e910cff";s:29:"Neos\Media\Domain\Model\Audio";s:40:"c340ca2ef15a89c83fcb4a302acea153144aad9e";s:39:"Neos\Media\Domain\Model\DimensionsTrait";s:40:"399c3cf7e5057e7158c6d2b097349dc318dbc86f";s:32:"Neos\Media\Domain\Model\Document";s:40:"d314f690e0e92e3c6683c4d19d52f7a27f8371b1";s:44:"Neos\Media\Domain\Model\Dto\AssetConstraints";s:40:"c600d0db551c89390f887aa0c6e7619c6bd75f74";s:42:"Neos\Media\Domain\Model\Dto\UsageReference";s:40:"e0247b64bdec420439a463f83323dd9d7361b2a1";s:36:"Neos\Media\Domain\Model\FileTypeIcon";s:40:"cd8b01d3060928c84c07840abf0a3aaa8ec890ac";s:29:"Neos\Media\Domain\Model\Image";s:40:"497e030568ff509cd24561fdceca2aaffadf4774";s:38:"Neos\Media\Domain\Model\ImageInterface";s:40:"2c5e711402d8dcf793b6c42f626da1841b13de25";s:36:"Neos\Media\Domain\Model\ImageVariant";s:40:"fa39a687ac60d5de5ea76f82425a00fdad15ea28";s:37:"Neos\Media\Domain\Model\ImportedAsset";s:40:"b53566d1ac9eb57e588b752407e141ad9e3224b1";s:44:"Neos\Media\Domain\Model\ImportedAssetManager";s:40:"3b286ea4420ef66d0adb7169387b9f0c226d428e";s:36:"Neos\Media\Domain\Model\QualityTrait";s:40:"7992a63f2cb70fdd98cc3ebd49bdab5286d3887d";s:46:"Neos\Media\Domain\Model\ResourceBasedInterface";s:40:"58ad67a1c50b91bde91cdda1652992ed988f15dd";s:27:"Neos\Media\Domain\Model\Tag";s:40:"acd403a2b3ffc6089e0c7221bb59f4870c06a796";s:33:"Neos\Media\Domain\Model\Thumbnail";s:40:"63993b6ba72508290246aa1f0ee76385a20cf932";s:46:"Neos\Media\Domain\Model\ThumbnailConfiguration";s:40:"c3070414a6e26468850d182e55bd8d8a35d3022c";s:69:"Neos\Media\Domain\Model\ThumbnailGenerator\AbstractThumbnailGenerator";s:40:"42f29ba154b92c863bb15a7fc84ea706f4a49416";s:69:"Neos\Media\Domain\Model\ThumbnailGenerator\DocumentThumbnailGenerator";s:40:"78a2fc340e33bbd32895e99246a65021e289bdf2";s:73:"Neos\Media\Domain\Model\ThumbnailGenerator\FontDocumentThumbnailGenerator";s:40:"115ad37e413e9d44c2649fdb87bc3f5a93c37545";s:65:"Neos\Media\Domain\Model\ThumbnailGenerator\IconThumbnailGenerator";s:40:"5aedb50025718af7e42d40dac13851c1f0c56874";s:66:"Neos\Media\Domain\Model\ThumbnailGenerator\ImageThumbnailGenerator";s:40:"90b502874427f8f84c0744af71478d5d740b4a3f";s:70:"Neos\Media\Domain\Model\ThumbnailGenerator\ThumbnailGeneratorInterface";s:40:"4c05353902223876e264f3eada0c37fe563e3211";s:49:"Neos\Media\Domain\Model\ThumbnailSupportInterface";s:40:"033fae4c765c801018e08001014276223c1100d2";s:47:"Neos\Media\Domain\Model\VariantSupportInterface";s:40:"fffdd1ff34b67412fc258a68b017169852781a21";s:29:"Neos\Media\Domain\Model\Video";s:40:"cea4998921ea025e5adc3d22337c55ba16ee9311";s:54:"Neos\Media\Domain\Repository\AssetCollectionRepository";s:40:"e573677cc5344d2e66cd6bdc63ec0027e852931d";s:44:"Neos\Media\Domain\Repository\AssetRepository";s:40:"ab44d87c8cca3d1b26dbf1f07e28bc6a17e552fa";s:44:"Neos\Media\Domain\Repository\AudioRepository";s:40:"12cf7537450f4cdc7022d77e63d9fc012f5d9efe";s:47:"Neos\Media\Domain\Repository\DocumentRepository";s:40:"3fb9625267f20930fb6183801cfd5bd2cd009858";s:44:"Neos\Media\Domain\Repository\ImageRepository";s:40:"0676d298106f417178c0f018cb1a06581d9b50cc";s:52:"Neos\Media\Domain\Repository\ImportedAssetRepository";s:40:"dda7519e6c5ef1f6537b9a52e4737d302e7563ee";s:42:"Neos\Media\Domain\Repository\TagRepository";s:40:"9be042de5e93e30cad45c0dad87a4d8f1ab7b461";s:48:"Neos\Media\Domain\Repository\ThumbnailRepository";s:40:"b188593b42d96223fa3fef09b6d4ef255286e317";s:44:"Neos\Media\Domain\Repository\VideoRepository";s:40:"3906f350175eaef80c7593b1a2d00bd75dc3eff1";s:38:"Neos\Media\Domain\Service\AssetService";s:40:"b077e1e4094e590080580043624bddc5401655ae";s:44:"Neos\Media\Domain\Service\AssetSourceService";s:40:"d8ef216ce9a02797b77178b7060560eeb0e7fbb7";s:47:"Neos\Media\Domain\Service\AssetVariantGenerator";s:40:"279d999780708783be6984ffe32f728062b28623";s:45:"Neos\Media\Domain\Service\FileTypeIconService";s:40:"352f8854deda975e5fb9302bf3ad47e047977486";s:38:"Neos\Media\Domain\Service\ImageService";s:40:"079e501c47ed89c3c2ce7a7118624addba2f2fad";s:44:"Neos\Media\Domain\Service\ThumbnailGenerator";s:40:"2d673e722e471908197e8a7c5af661e468ebe082";s:42:"Neos\Media\Domain\Service\ThumbnailService";s:40:"d86ea19f8b1b276cf70a28fcd7bc5b4b771c4123";s:53:"Neos\Media\Domain\Strategy\AbstractAssetUsageStrategy";s:40:"65871a00e3d0499c49201b7180528c166d85e672";s:61:"Neos\Media\Domain\Strategy\AssetModelMappingStrategyInterface";s:40:"b37d9a1d0e655ec4f34b1cf4b808fd303bb0e321";s:54:"Neos\Media\Domain\Strategy\AssetUsageStrategyInterface";s:40:"aaf13b62309fa386ede04b9ae31be17fffb97a90";s:65:"Neos\Media\Domain\Strategy\ConfigurationAssetModelMappingStrategy";s:40:"d480058e8eb940103f3da25a05eec98b268dda25";s:53:"Neos\Media\Domain\Strategy\ThumbnailGeneratorStrategy";s:40:"09e8e7596f6702e82d23796fd0e03e65d1075517";s:42:"Neos\Media\Domain\Validator\AssetValidator";s:40:"ad3b9242230cf9bd62d4fd776a66d3f19f8b2844";s:51:"Neos\Media\Domain\Validator\AssetValidatorInterface";s:40:"54819505c030757c8de692a07355c576f5c33be0";s:42:"Neos\Media\Domain\Validator\AudioValidator";s:40:"48ba3145e59631fa38d62ae321c6a8d8e925b0f4";s:42:"Neos\Media\Domain\Validator\ImageValidator";s:40:"a47b931c8a971ac00e9911f582cb7dadc393f2e5";s:42:"Neos\Media\Domain\Validator\VideoValidator";s:40:"d6bb5c8152d0598a18f581347d57eb6a8d22226d";s:54:"Neos\Media\Domain\ValueObject\Configuration\Adjustment";s:40:"09a4257eaa6aeb2d896f37333097b2f50d660518";s:55:"Neos\Media\Domain\ValueObject\Configuration\AspectRatio";s:40:"31c5699c4846ae47866d92f658886951b828194d";s:49:"Neos\Media\Domain\ValueObject\Configuration\Label";s:40:"4d1ff7f940cfdfeb1b17ed7ddbe3958ff00684f2";s:60:"Neos\Media\Domain\ValueObject\Configuration\MediaTypePattern";s:40:"2192fe41225beff051f714af795110af0c1c60ab";s:51:"Neos\Media\Domain\ValueObject\Configuration\Variant";s:40:"0d0bd606c86c53ccd8db59b0e4b9708968953f4b";s:57:"Neos\Media\Domain\ValueObject\Configuration\VariantPreset";s:40:"08a3352f2b8af3febab64e13619baf95775b68ef";s:20:"Neos\Media\Exception";s:40:"6307bd272acba008fb515295171018661926c91c";s:42:"Neos\Media\Exception\AssetServiceException";s:40:"c7d5009fa1177f483b82854128f9d98160ff06c6";s:48:"Neos\Media\Exception\AssetSourceServiceException";s:40:"f016adcb99658f798ebacb5833db735284804da8";s:51:"Neos\Media\Exception\AssetVariantGeneratorException";s:40:"4320ad28c4f9647d119b190ee84e1c95f87d75b1";s:39:"Neos\Media\Exception\ImageFileException";s:40:"5f09a369755f619c0043875122532e3f8b4431ce";s:42:"Neos\Media\Exception\ImageServiceException";s:40:"8777bea3de712a81b7c73a1c77f32126245275c6";s:50:"Neos\Media\Exception\NoThumbnailAvailableException";s:40:"6269a2f9c93c9c1a5d362e62fdbc6b422fdcf800";s:46:"Neos\Media\Exception\ThumbnailServiceException";s:40:"093d581bf7b004286f68536d3579f0e1dce9d509";s:22:"Neos\Media\Imagine\Box";s:40:"e7904ecbfb6cd0faa0b99d42d4e8196c6c694a55";s:18:"Neos\Media\Package";s:40:"3465819fbd3c1cc49ccb82bf15e479b809f5295b";s:91:"Neos\Media\Security\Authorization\Privilege\Doctrine\AssetAssetCollectionConditionGenerator";s:40:"8317240c4276019b6215d9bd7e5f5fbb784e284c";s:86:"Neos\Media\Security\Authorization\Privilege\Doctrine\AssetCollectionConditionGenerator";s:40:"189a5f078c31788c88179e16fe1d650bc22d42ab";s:76:"Neos\Media\Security\Authorization\Privilege\Doctrine\AssetConditionGenerator";s:40:"06891b285ec303572e61f5df17fc0b9526a2774f";s:79:"Neos\Media\Security\Authorization\Privilege\Doctrine\AssetTagConditionGenerator";s:40:"4981811b9665b6756ae3e9f90c417621d3f1d5d8";s:98:"Neos\Media\Security\Authorization\Privilege\Doctrine\AssetWithoutAssetCollectionConditionGenerator";s:40:"857b94169ac001b29745a0be9f1155019ea30e2f";s:74:"Neos\Media\Security\Authorization\Privilege\Doctrine\TagConditionGenerator";s:40:"c58e911ce926d8e17a192d7a7278225cc81e6b83";s:72:"Neos\Media\Security\Authorization\Privilege\ReadAssetCollectionPrivilege";s:40:"e6a3e8b73b84e85b203b387e787aad7c13e6be49";s:62:"Neos\Media\Security\Authorization\Privilege\ReadAssetPrivilege";s:40:"95d4babed56000689147fcb7c4b2a315396a83f0";s:60:"Neos\Media\Security\Authorization\Privilege\ReadTagPrivilege";s:40:"d2238c268059f5c8a70a84024d80070e732d4035";s:39:"Neos\Media\TypeConverter\ArrayConverter";s:40:"4b479cfe23ac64809aebecb056e3077cbc985aca";s:55:"Neos\Media\TypeConverter\AspectRatioFromStringConverter";s:40:"c5972e4c4c7ca6c9bc990e275cec86b903a315b4";s:56:"Neos\Media\TypeConverter\AssetCollectionToArrayConverter";s:40:"da8147ef69e6fa3aab7ea2d07ca033b3ac413b5a";s:48:"Neos\Media\TypeConverter\AssetInterfaceConverter";s:40:"1d0c5f73e41e0eb6cb73d6f3c765246993a82425";s:39:"Neos\Media\TypeConverter\ImageConverter";s:40:"7eb9fa492ef351965c34cf90c744ab6a9afbc386";s:53:"Neos\Media\TypeConverter\ImageInterfaceArrayPresenter";s:40:"c0be6b2500f0450c0f1e0b22dffbaf50286b4b66";s:48:"Neos\Media\TypeConverter\ImageInterfaceConverter";s:40:"08d17b1a3cecdaca650ff7223b0fe35dc4a1b3b5";s:53:"Neos\Media\TypeConverter\ImageInterfaceJsonSerializer";s:40:"b2960af49d53afa0ad98546c0f845688837095bc";s:46:"Neos\Media\TypeConverter\ImageVariantConverter";s:40:"e3443a430cb2a93fb2d28920a549e407956a7970";s:56:"Neos\Media\TypeConverter\ProcessingInstructionsConverter";s:40:"414d3c077b19965beffdc58a54561086332e8b3f";s:37:"Neos\Media\TypeConverter\TagConverter";s:40:"06eb47699fe6c95933f150adab2197abc041d74d";s:44:"Neos\Media\TypeConverter\TagToArrayConverter";s:40:"093d4e713fa9b50cf9333c278104d265c129e4d1";s:46:"Neos\Media\Validator\ImageOrientationValidator";s:40:"6d891130e610db0730fa91e070794f2ed78f0fef";s:39:"Neos\Media\Validator\ImageSizeValidator";s:40:"9c39297b335d0170172da1418cafaa2a9aaf256e";s:39:"Neos\Media\Validator\ImageTypeValidator";s:40:"754b013e61df974d83b4883e3558512ffad1c34f";s:45:"Neos\Media\ViewHelpers\FileTypeIconViewHelper";s:40:"9405198e5c25af84b4bc04770183d42452b944f7";s:46:"Neos\Media\ViewHelpers\Form\CheckboxViewHelper";s:40:"352bfce8afd2602af0404da7a9bc86d2373240cd";s:52:"Neos\Media\ViewHelpers\Format\RelativeDateViewHelper";s:40:"cbc39ca705d17920e56155ae3c3101f775adfc16";s:38:"Neos\Media\ViewHelpers\ImageViewHelper";s:40:"a248869d5d52fb610ed4092c71ed5be5b197542f";s:42:"Neos\Media\ViewHelpers\ThumbnailViewHelper";s:40:"c54b9ef986ca33527dfd0dc77d14b3dc6bd8ff91";s:42:"Neos\Media\ViewHelpers\Uri\ImageViewHelper";s:40:"4915079324089cfab4dfd078e8885052cd3f38bb";s:46:"Neos\Media\ViewHelpers\Uri\ThumbnailViewHelper";s:40:"8755a7be5a4bea0ed64092632c15c9325ef9bbf2";s:37:"Neos\Neos\Aspects\FusionCachingAspect";s:40:"f484b8b73f61719cef24242894b288340775a51b";s:55:"Neos\Neos\Aspects\NodeTypeConfigurationEnrichmentAspect";s:40:"0d43df666f3b3fc973fcdf0b5c960598bd36cf0e";s:33:"Neos\Neos\Aspects\PluginUriAspect";s:40:"07190ab07a9d9a7290a916457841d9bb551b00a5";s:43:"Neos\Neos\Aspects\ScrambleTranslationAspect";s:40:"7f7c70cb8ea3c757fa5f87908e960c73f9daf5bc";s:45:"Neos\Neos\Aspects\SiteRepositoryCachingAspect";s:40:"a29d5dedcf098f00d5055651595d23931bdaa81a";s:41:"Neos\Neos\Command\DomainCommandController";s:40:"fd40766ff332f131a5da37e700695ca431c93211";s:45:"Neos\Neos\Command\NodeCommandControllerPlugin";s:40:"149b9628a94bb08696563829883fd23e1b664c1f";s:39:"Neos\Neos\Command\SiteCommandController";s:40:"60b3c925ff4c86409a85b778c045c6adbf028d5e";s:39:"Neos\Neos\Command\UserCommandController";s:40:"821f634384c2a78b413a39e75d9d2f7a2cb524f4";s:44:"Neos\Neos\Command\WorkspaceCommandController";s:40:"2a7fafbc24df2d1c85bdc413ef80e43a90c6583b";s:48:"Neos\Neos\Controller\BackendUserTranslationTrait";s:40:"d5b0ce446f54ed3445da4dcd9dca34a9a80d5531";s:46:"Neos\Neos\Controller\Backend\BackendController";s:40:"b82061220e926974bc152b2db49b047568ad8fec";s:46:"Neos\Neos\Controller\Backend\ContentController";s:40:"3dcc00357ca0095d9b7288810ce069c70e112a31";s:39:"Neos\Neos\Controller\Backend\MenuHelper";s:40:"a184ed0f4eba8977e71a84351f6eafb496f7d955";s:45:"Neos\Neos\Controller\Backend\ModuleController";s:40:"998f18bd37ca162d60cc2f1c5fc1b53a6620765c";s:45:"Neos\Neos\Controller\Backend\SchemaController";s:40:"0cd2da8ebe1f95bc1f1d529ea3f64943edea2682";s:47:"Neos\Neos\Controller\Backend\SettingsController";s:40:"ff0570ad15412a8441fb762416d9172ff0c323b8";s:46:"Neos\Neos\Controller\CreateContentContextTrait";s:40:"e0eab380c82a5ced3f13ab05c4702734bd74b9ac";s:30:"Neos\Neos\Controller\Exception";s:40:"791e6ad4463f4880b63f96fd1ec63e46097a1de8";s:54:"Neos\Neos\Controller\Exception\DisabledModuleException";s:40:"930004e30dac30102453a63537eb6dbf8d89b008";s:52:"Neos\Neos\Controller\Exception\NodeCreationException";s:40:"34facb64f5c85f97826e5cf28224414f81e13ad2";s:52:"Neos\Neos\Controller\Exception\NodeNotFoundException";s:40:"1a45b3dee15f7f13471ace7492fdcbad60b0da2c";s:60:"Neos\Neos\Controller\Exception\UnresolvableShortcutException";s:40:"447cee084cb4c0819241b887c0c49f77a80df680";s:44:"Neos\Neos\Controller\Frontend\NodeController";s:40:"0d16bd0b198889cff04837ff01ab35438a16beb3";s:36:"Neos\Neos\Controller\LoginController";s:40:"8a17c1895986627a6b76afcbf58ec527e82d6b04";s:52:"Neos\Neos\Controller\Module\AbstractModuleController";s:40:"2130de4369e818f85ff7fdcb7cec05b235853b46";s:52:"Neos\Neos\Controller\Module\AdministrationController";s:40:"72d8abc95ba6abfe87bc4baad013a957d7424f48";s:66:"Neos\Neos\Controller\Module\Administration\ConfigurationController";s:40:"4c8e0d4e63bc59e5aca3a15b6a288ecac9185a3b";s:62:"Neos\Neos\Controller\Module\Administration\DimensionController";s:40:"19a85f80f4ae95698e9e126be875e3e83fa32628";s:61:"Neos\Neos\Controller\Module\Administration\PackagesController";s:40:"0f271072e4cecbf22bf7f6779a1b2c9415481b74";s:58:"Neos\Neos\Controller\Module\Administration\SitesController";s:40:"ef01f1b04392db40d1b2f16bca5c6c44a32f5365";s:58:"Neos\Neos\Controller\Module\Administration\UsersController";s:40:"d86cf6a5ae629f8d11b7b2afbc033b45d56fec97";s:48:"Neos\Neos\Controller\Module\ManagementController";s:40:"2c814a53c7a73588ab1bf54e0e485de23c09c9ff";s:56:"Neos\Neos\Controller\Module\Management\HistoryController";s:40:"c8b2710f108a9cec28acc58b77cf56200e7dde26";s:59:"Neos\Neos\Controller\Module\Management\WorkspacesController";s:40:"8b8cea1292d2d9722ae045a0219b81e7bdf468fe";s:42:"Neos\Neos\Controller\Module\UserController";s:40:"5b57751f90ddced8c1c19e7e1aa38161ac0b28ff";s:55:"Neos\Neos\Controller\Module\User\UserSettingsController";s:40:"27084b348981b570382ce7229fd6b6efd0026025";s:51:"Neos\Neos\Controller\Service\AssetProxiesController";s:40:"594c500c967f6cd505d36497c8d922d0e96d25d4";s:45:"Neos\Neos\Controller\Service\AssetsController";s:40:"62b0117ccb76f19ac9727b9d46225b6c0087f9ea";s:56:"Neos\Neos\Controller\Service\ContentDimensionsController";s:40:"f479676ff90de02eb3e95c028f6c05f028e4797c";s:44:"Neos\Neos\Controller\Service\NodesController";s:40:"8a84e320230571c99abde15ab6bbb2d83d0d1393";s:49:"Neos\Neos\Controller\Service\WorkspacesController";s:40:"381647529bd22e9c45f48d28a713e156e70b59a3";s:55:"Neos\Neos\Domain\EventListener\AccountPostEventListener";s:40:"8048002109ffe34cc8908a509b296c450093bf29";s:26:"Neos\Neos\Domain\Exception";s:40:"3a2649ae0b24866d565795f3a642c31cfabea756";s:29:"Neos\Neos\Domain\Model\Domain";s:40:"474649fe594d1b57c9288219bbdc5a7eb9f7d12c";s:53:"Neos\Neos\Domain\Model\Dto\AssetUsageInNodeProperties";s:40:"9b9710fbd0e720a1ee071dc03cf789de9c969a0e";s:43:"Neos\Neos\Domain\Model\PluginViewDefinition";s:40:"85ebebba4a4dfcc93be65c85c22ee5517710df2d";s:27:"Neos\Neos\Domain\Model\Site";s:40:"5a9fa49961e1233e0bf35b07f79c270f35657b94";s:27:"Neos\Neos\Domain\Model\User";s:40:"fbccbec2165240039e807863ed2e61176ec9410a";s:40:"Neos\Neos\Domain\Model\UserInterfaceMode";s:40:"89045f3f425e17a645be382790fa5ea284dbf8cc";s:38:"Neos\Neos\Domain\Model\UserPreferences";s:40:"3c7f1e8beae42aa88ffb99e299fc124393332c59";s:44:"Neos\Neos\Domain\Repository\DomainRepository";s:40:"6af9c8cbbb30842e41e697a8af43265be2a92a6d";s:42:"Neos\Neos\Domain\Repository\SiteRepository";s:40:"15eeaec147c65ae1caa468e1690905931bc025de";s:42:"Neos\Neos\Domain\Repository\UserRepository";s:40:"fa3eab84085ee4a3322d35cfadf8c538ea1d0eb6";s:66:"Neos\Neos\Domain\Service\ConfigurationContentDimensionPresetSource";s:40:"87c81fc6b664d612121e083a17d6dc5b58797c9a";s:39:"Neos\Neos\Domain\Service\ContentContext";s:40:"8799569ddedfdfc943330182c54a64aa00cbca60";s:46:"Neos\Neos\Domain\Service\ContentContextFactory";s:40:"a8fb4db6d15d6984182d179c4cb68ac817bbf536";s:62:"Neos\Neos\Domain\Service\ContentDimensionPresetSourceInterface";s:40:"98b0ecafb77454126c649fec13c988395e0e6ae4";s:59:"Neos\Neos\Domain\Service\DefaultPrototypeGeneratorInterface";s:40:"63a42b49976af6e57262f963aec05dc1f931d4a8";s:47:"Neos\Neos\Domain\Service\DomainMatchingStrategy";s:40:"2cd2275c298c47b5b0e694a31b476aa543038ef1";s:38:"Neos\Neos\Domain\Service\FusionService";s:40:"424ee5b68e04b0615a68c2695553f173784e679b";s:42:"Neos\Neos\Domain\Service\NodeSearchService";s:40:"e19079538869cb9890e88d76b11bdc0a5bd9cd73";s:51:"Neos\Neos\Domain\Service\NodeSearchServiceInterface";s:40:"7ddfe3993957b97df14a1aff4d601f196c6d9573";s:45:"Neos\Neos\Domain\Service\NodeShortcutResolver";s:40:"97a2997c304f1c7bc009fae48414d9ecbeca6c22";s:42:"Neos\Neos\Domain\Service\SiteExportService";s:40:"d081468f457218a6b4ccd0752bffa28ad20f4cf5";s:42:"Neos\Neos\Domain\Service\SiteImportService";s:40:"3e6beadbf5dfef8ab002976722d15d85abec6e63";s:36:"Neos\Neos\Domain\Service\SiteService";s:40:"59f31eb5af64a3a7d6443da68dc320fc7b37334b";s:49:"Neos\Neos\Domain\Service\UserInterfaceModeService";s:40:"1f50fef8ff58a559bd9d07e6cbd49dbc13e07d30";s:36:"Neos\Neos\Domain\Service\UserService";s:40:"3c1889e3944689d99b284d6a7781f83aa748f87a";s:60:"Neos\Neos\Domain\Strategy\AssetUsageInNodePropertiesStrategy";s:40:"fc14988ca711e4b3479f5628c2cd58ae1e0032b6";s:50:"Neos\Neos\Eel\FlowQueryOperations\ParentsOperation";s:40:"eb21ee9825b4d1f83b1961a17bb1cda4369174e1";s:55:"Neos\Neos\Eel\FlowQueryOperations\ParentsUntilOperation";s:40:"6115b8166b688c05f92d856c6d15461111bf3a14";s:47:"Neos\Neos\Eel\FlowQueryOperations\SortOperation";s:40:"1cefe50e2ea33806d05e0459c332abad64bf6f5b";s:37:"Neos\Neos\EventLog\Domain\Model\Event";s:40:"d0ae24d2dbc708ef14e62f1c6991b658937f79ef";s:44:"Neos\Neos\EventLog\Domain\Model\EventsOnDate";s:40:"a1fd7a84fe2ee5a229caef70fe4a616de17b9ffb";s:41:"Neos\Neos\EventLog\Domain\Model\NodeEvent";s:40:"980590c983943b35ee28a24186e5e2b186bad9b4";s:52:"Neos\Neos\EventLog\Domain\Repository\EventRepository";s:40:"c401b70ce7be3cc77480477df87ddc7f5c9f59e4";s:54:"Neos\Neos\EventLog\Domain\Service\EventEmittingService";s:40:"acf75dfa7579abbcf01072d3f1483fe6e860f058";s:58:"Neos\Neos\EventLog\Integrations\AbstractIntegrationService";s:40:"3329c1516a05bdc73711b623c0c6801b43bf38ae";s:67:"Neos\Neos\EventLog\Integrations\ContentRepositoryIntegrationService";s:40:"91a6b8d92e32aea92fba5ab5267bc43a78ec2922";s:56:"Neos\Neos\EventLog\Integrations\EntityIntegrationService";s:40:"5f3436953335d0ee6b864e47950021f12b8014f3";s:19:"Neos\Neos\Exception";s:40:"3861339d6ca3b051634139fd9c172ae2aab2ae60";s:48:"Neos\Neos\Fusion\AbstractMenuItemsImplementation";s:40:"7f2045b8e6a9d94565d7966460b82ebc3be629f0";s:42:"Neos\Neos\Fusion\Cache\ContentCacheFlusher";s:40:"d7dde465ee8bf0c6d9a8080ca4276dda588f20c4";s:53:"Neos\Neos\Fusion\ContentElementEditableImplementation";s:40:"5de3f26f73c84a5f8753d13693702cb8fb528d65";s:53:"Neos\Neos\Fusion\ContentElementWrappingImplementation";s:40:"3b1026edf480bca33c5247e10bb816ac9a87c2fe";s:42:"Neos\Neos\Fusion\ConvertUrisImplementation";s:40:"0f9a9b208c8621819766946a6b7fa6ba8d82e4e4";s:50:"Neos\Neos\Fusion\DimensionsMenuItemsImplementation";s:40:"37c29648fa4019936777b0d34b78dccbdd1ac4ac";s:54:"Neos\Neos\Fusion\ExceptionHandlers\NodeWrappingHandler";s:40:"9e948caaad38cb980c63ac6c4bb16cfe3c41d09f";s:46:"Neos\Neos\Fusion\ExceptionHandlers\PageHandler";s:40:"270791e3f82a2471eb3783b7774c76a28c2a02b6";s:35:"Neos\Neos\Fusion\Helper\ArrayHelper";s:40:"8c85d34d57031326e0c72190b36a6b37c5f66903";s:37:"Neos\Neos\Fusion\Helper\CachingHelper";s:40:"687a00812f285d4f633edb54779e63cb65d67db1";s:34:"Neos\Neos\Fusion\Helper\LinkHelper";s:40:"b2db2dbd598e9f885e14782181e184ac1cce871a";s:34:"Neos\Neos\Fusion\Helper\NodeHelper";s:40:"a3c5c11a0eefce1b3f14ca186b0fe9796db07780";s:38:"Neos\Neos\Fusion\Helper\NodeLabelToken";s:40:"babfd9e03cce4e2d6f22fa75b6dd3d36e29d498f";s:39:"Neos\Neos\Fusion\Helper\RenderingHelper";s:40:"32e070115505cdeb8b0134c194835badd519fcf9";s:39:"Neos\Neos\Fusion\ImageUriImplementation";s:40:"a4baccc8c633ec52c995a2e1a3e5f70f00718171";s:40:"Neos\Neos\Fusion\MenuItemsImplementation";s:40:"dfb1673a02b6ed08d1a6eada5dfc486d8cb145db";s:38:"Neos\Neos\Fusion\NodeUriImplementation";s:40:"f32da641f0a98382a48b019e24fcf9e50993e875";s:37:"Neos\Neos\Fusion\PluginImplementation";s:40:"be7def8d3f027d754bf3fd76db592a314accf235";s:41:"Neos\Neos\Fusion\PluginViewImplementation";s:40:"662b66aa4a428f12fcf93f105b3b1883439a2f15";s:59:"Neos\Neos\NodeTypePostprocessor\CreationDialogPostprocessor";s:40:"f368e5b85cc801b1b35a5caf7a5accc979bc507d";s:66:"Neos\Neos\NodeTypePostprocessor\DefaultPropertyEditorPostprocessor";s:40:"f7f883ebda727da8a3a97e310f701cdd06ed3d68";s:60:"Neos\Neos\NodeTypePostprocessor\IconNameMappingPostprocessor";s:40:"cb619b58b1caab9c42df3c2ec70371db42635abe";s:59:"Neos\Neos\NodeTypePostprocessor\NodeTypePresetPostprocessor";s:40:"13c2b98c0eeab4b17fb9228e1430139a84a3b8d7";s:59:"Neos\Neos\NodeTypePostprocessor\PluginNodeTypePostprocessor";s:40:"8347851c3893625f6c42a3dc3e63194ec1259a05";s:17:"Neos\Neos\Package";s:40:"721100da4b9ce87ce6c341c978e4b3aecb500c75";s:62:"Neos\Neos\Presentation\Model\Svg\InterDimensionalFallbackGraph";s:40:"2e1aa3aca853ff8fffa0802305a23e0e916f819f";s:62:"Neos\Neos\Presentation\Model\Svg\IntraDimensionalFallbackGraph";s:40:"45545990d725718c9742217f91ea9f4cfc33eab0";s:42:"Neos\Neos\Routing\Aspects\RouteCacheAspect";s:40:"1faf3506cb73611be7808f89774d15223b0a3773";s:47:"Neos\Neos\Routing\BackendModuleRoutePartHandler";s:40:"c60af27a70fab80550c3d4474ff6ed0300bae226";s:41:"Neos\Neos\Routing\Cache\RouteCacheFlusher";s:40:"614bfd5148020defce9385d7f779dd2f606e68fd";s:27:"Neos\Neos\Routing\Exception";s:40:"b7ea7f510b27c93a4cd669a043d3eb7bfa95ef79";s:70:"Neos\Neos\Routing\Exception\InvalidDimensionPresetCombinationException";s:40:"fb2a112a3c4d27b8e97c028d9db627187dbd4cf0";s:55:"Neos\Neos\Routing\Exception\InvalidRequestPathException";s:40:"f32a6d0109096dd4de7dbbc640766ead4cc8941f";s:52:"Neos\Neos\Routing\Exception\InvalidShortcutException";s:40:"ba0d38079783f4de6e65a70fa5f9fa9ccd081624";s:56:"Neos\Neos\Routing\Exception\MissingNodePropertyException";s:40:"957d33d01cc191af787ae9345c8193030fd75e14";s:47:"Neos\Neos\Routing\Exception\NoHomepageException";s:40:"e6ad833fca3b25d29b9d9e9a56cce5839bb69865";s:43:"Neos\Neos\Routing\Exception\NoSiteException";s:40:"59f4f4db5e775d54c26fe3abaaf6c66583509901";s:47:"Neos\Neos\Routing\Exception\NoSiteNodeException";s:40:"2440c9bd7a995bd8c4c5161741f5f979681ce60b";s:57:"Neos\Neos\Routing\Exception\NoSuchDimensionValueException";s:40:"119ad383a5cc34e0ac5da6e5c69a35c9497359d1";s:47:"Neos\Neos\Routing\Exception\NoSuchNodeException";s:40:"fbc035fc89d421d42420545921e53233aff6fa2e";s:48:"Neos\Neos\Routing\Exception\NoWorkspaceException";s:40:"320454b7ff9a30b03626699e6dc2fe0d317fb3c9";s:46:"Neos\Neos\Routing\FrontendNodeRoutePartHandler";s:40:"2b49ce5e881de9f4cd3ed00fd64540413d474260";s:55:"Neos\Neos\Routing\FrontendNodeRoutePartHandlerInterface";s:40:"08df6e47a702a26a3587b2edfbd87ba224f4c9cb";s:45:"Neos\Neos\Routing\NodeIdentityConverterAspect";s:40:"5ed8889c189bcfc5133d0b89d4a737004f07bc46";s:42:"Neos\Neos\Routing\RequestUriHostMiddleware";s:40:"337f6e115c1b8714f41c8aff58829a2acc0dd991";s:58:"Neos\Neos\Security\Authorization\Privilege\ModulePrivilege";s:40:"01f6d765f789118235f071ac33dac81dfc65c1e3";s:65:"Neos\Neos\Security\Authorization\Privilege\ModulePrivilegeSubject";s:40:"2124a363ead3077d16ebb05d00545580205ae5d8";s:60:"Neos\Neos\Security\Authorization\Privilege\NodeTreePrivilege";s:40:"4f734dc020bc1a05d7e02cd312bb4cbaf2f9a890";s:43:"Neos\Neos\Service\BackendRedirectionService";s:40:"3fbf6fb57372c9e7185ac3ac279fa27d7cebbf70";s:47:"Neos\Neos\Service\ContentElementEditableService";s:40:"50aea00cc10bb70b810a5ff2efefdec3a1cb8ac4";s:47:"Neos\Neos\Service\ContentElementWrappingService";s:40:"5044f1901db99c70bb9bed28254803833a1c9182";s:54:"Neos\Neos\Service\Controller\AbstractServiceController";s:40:"905395dad4bdc9d16aa2334d23b51da5d5740037";s:49:"Neos\Neos\Service\Controller\DataSourceController";s:40:"db8f94d82f81d76030ab925169ee500eada54bfa";s:43:"Neos\Neos\Service\Controller\NodeController";s:40:"80fe6b79b004437dc1a02b8307346ce0a39399f7";s:53:"Neos\Neos\Service\Controller\UserPreferenceController";s:40:"24a8b61135c100cf69a39af9b7f8df126efc5065";s:48:"Neos\Neos\Service\Controller\WorkspaceController";s:40:"8034bdd64f682725c3d9363d64d788f45235e31a";s:47:"Neos\Neos\Service\DataSource\AbstractDataSource";s:40:"ceca9ed41ea53467bf73f69fcdd492042d1983b0";s:48:"Neos\Neos\Service\DataSource\DataSourceInterface";s:40:"796f2657d5134d0eea163a8a99146729f02fe4a5";s:40:"Neos\Neos\Service\IconNameMappingService";s:40:"b47a4c49da8b0e7305c04bb2ed0895d2742f203c";s:46:"Neos\Neos\Service\ImageVariantGarbageCollector";s:40:"17d5c572c9a7cd447413a2658136a9eb9878c42b";s:32:"Neos\Neos\Service\LinkingService";s:40:"586885fd12c637e685f8cbb172cbff4dc523fc4f";s:45:"Neos\Neos\Service\Mapping\DateStringConverter";s:40:"f9ac8c1051a12c501b24877cd6dbc8a9581fd7b8";s:54:"Neos\Neos\Service\Mapping\NodePropertyConverterService";s:40:"0a2016fef211a0e6c48d22806700540f95802655";s:48:"Neos\Neos\Service\Mapping\NodeReferenceConverter";s:40:"b9e69eca39240b874d5ade1b007fdff087824d9b";s:49:"Neos\Neos\Service\Mapping\NodeTypeStringConverter";s:40:"0c8c706f1bf4ca9ada5a16a109302e42580d69f6";s:32:"Neos\Neos\Service\NodeOperations";s:40:"a6b20cfae86ea6f16e7072f8e9d965f092b06811";s:39:"Neos\Neos\Service\NodeTypeSchemaBuilder";s:40:"6d1e45497a7bad2512a944d9db6de914bbfeb27a";s:31:"Neos\Neos\Service\PluginService";s:40:"eeb7f3fb2870b09ef1f077294fdcfe8d8b5fe21a";s:35:"Neos\Neos\Service\PublishingService";s:40:"7da080b468729d1751860d3b8d9cc719bfd4abd3";s:40:"Neos\Neos\Service\TransliterationService";s:40:"b4c1955c63dcf50608a0223c410ef2f9410f7f1c";s:29:"Neos\Neos\Service\UserService";s:40:"ca9f9413ada7554e8e8136ca9c82ecd12cad6a24";s:34:"Neos\Neos\Service\VieSchemaBuilder";s:40:"0a27e5378cd32394805108f7e596fd909a914787";s:31:"Neos\Neos\Service\View\NodeView";s:40:"744a88d63fd16bf7cd5cf9d06e8940e26de787fb";s:30:"Neos\Neos\Service\XliffService";s:40:"c86f0531769900519fae6ef293f4060a6aaa3d22";s:33:"Neos\Neos\TYPO3CR\NeosNodeService";s:40:"ab3b3a41ab718dd88dd31725477cd039f41b7d17";s:42:"Neos\Neos\TYPO3CR\NeosNodeServiceInterface";s:40:"6ccedd0eac0523cc30c419975dd23c4e3e5cffa9";s:53:"Neos\Neos\TYPO3CR\Transformations\AssetTransformation";s:40:"e362bea45b7bb3f32cc57ba7b08180f9329da499";s:60:"Neos\Neos\TYPO3CR\Transformations\ImageVariantTransformation";s:40:"29074b986ba8ab08e93943453c99f9476a23bf7b";s:58:"Neos\Neos\TYPO3CR\Transformations\PluginViewTransformation";s:40:"6ac61093d835f15abb850b59698363c39286a643";s:49:"Neos\Neos\TypeConverter\EntityToIdentityConverter";s:40:"9f3a8f6fa786e28a205eef9e0c76b872e055bc39";s:37:"Neos\Neos\TypeConverter\NodeConverter";s:40:"a285dceef4823c563ee583f2b3acee0a31e92d99";s:38:"Neos\Neos\Utility\BackendAssetsUtility";s:40:"681a119b3adde17c69a6c2b8e364d1bac1c16283";s:45:"Neos\Neos\Utility\NodeUriPathSegmentGenerator";s:40:"74c9a494d2917e5bfc997d502f1da03280de9dd7";s:22:"Neos\Neos\Utility\User";s:40:"54d84b1d450dcfc8c2f5fbbd72aa9eeac8b7b929";s:48:"Neos\Neos\Validation\Validator\HostnameValidator";s:40:"3c75a0fd5bf2eaa94b77128276c04e66b703784e";s:48:"Neos\Neos\Validation\Validator\NodeNameValidator";s:40:"5ae64dac8c19c31782e5be079798fb08124cdd4c";s:50:"Neos\Neos\Validation\Validator\PackageKeyValidator";s:40:"f6a22d11bb483e0f931dc72c94a6c6af65cce0f9";s:48:"Neos\Neos\Validation\Validator\PasswordValidator";s:40:"91d640347d306287123071a3f2f996bb283f75ec";s:56:"Neos\Neos\Validation\Validator\UserDoesNotExistValidator";s:40:"12d214c11c3831a24ed64b0698b6d275b330669f";s:67:"Neos\Neos\ViewHelpers\Backend\AuthenticationProviderLabelViewHelper";s:40:"1fef618c0eee9a8ba4b3648846e8540cced62040";s:51:"Neos\Neos\ViewHelpers\Backend\ChangeStatsViewHelper";s:40:"321b6f57abc01ae6130d34bc52d3d68adb349a6a";s:53:"Neos\Neos\ViewHelpers\Backend\ColorOfStringViewHelper";s:40:"25a13633a209af0f8430bb52dcdaff9ca1ef25f6";s:65:"Neos\Neos\ViewHelpers\Backend\ConfigurationCacheVersionViewHelper";s:40:"3c160a2e31a874a74d3c58c593f41ed1d62963f7";s:57:"Neos\Neos\ViewHelpers\Backend\ConfigurationTreeViewHelper";s:40:"8be0c3611d01e6f1a418597bb837b7d698a8b549";s:55:"Neos\Neos\ViewHelpers\Backend\CssBuiltVersionViewHelper";s:40:"588af30145a0e2259a2b368fccfad997992296a4";s:62:"Neos\Neos\ViewHelpers\Backend\DocumentBreadcrumbPathViewHelper";s:40:"b11883c899ada7c70fe2bd6f381164e03fcd1c38";s:58:"Neos\Neos\ViewHelpers\Backend\IfModuleAccessibleViewHelper";s:40:"b9715e9c7bb8f3bf214a27222cc782a98cc7c8bd";s:57:"Neos\Neos\ViewHelpers\Backend\InterfaceLanguageViewHelper";s:40:"33bff5ac9cf2dee863b1004cfe884e6f7f7ac4e8";s:59:"Neos\Neos\ViewHelpers\Backend\IsAllowedToEditUserViewHelper";s:40:"c8193c1b693f95483544dd132e09af1421e00d60";s:63:"Neos\Neos\ViewHelpers\Backend\JavascriptConfigurationViewHelper";s:40:"7c6c14abf33e5b438fd9a0c978dc3b7f9c8d817e";s:49:"Neos\Neos\ViewHelpers\Backend\TranslateViewHelper";s:40:"29efb285232a2272cf09f5235cd7b2beb9f3fd26";s:52:"Neos\Neos\ViewHelpers\Backend\UserInitialsViewHelper";s:40:"5260633712262e2b89d9a82f58ce59f04d7390c7";s:57:"Neos\Neos\ViewHelpers\Backend\XliffCacheVersionViewHelper";s:40:"c756d0d117a5897061c0d121f68cc660c6e7c420";s:55:"Neos\Neos\ViewHelpers\ContentElement\EditableViewHelper";s:40:"e85db6cd747574a0193dc45c4a802b75dc952551";s:51:"Neos\Neos\ViewHelpers\ContentElement\WrapViewHelper";s:40:"c90bdd58f9041fa0e47500fcec5815a24236f08f";s:39:"Neos\Neos\ViewHelpers\GetTypeViewHelper";s:40:"e9a51caaa2fbfeb32eba7d30885e6c1027b1bfc0";s:43:"Neos\Neos\ViewHelpers\Link\ModuleViewHelper";s:40:"1e29a83cf62a401d7b0cbd21f12ee2ab22755ef4";s:41:"Neos\Neos\ViewHelpers\Link\NodeViewHelper";s:40:"3294b0abedd427a18ca55d4d58241d8dff8fc8cf";s:52:"Neos\Neos\ViewHelpers\Node\ClosestDocumentViewHelper";s:40:"74aa8342e8bd4890677c35e15fbde8999fc67cb9";s:64:"Neos\Neos\ViewHelpers\Rendering\AbstractRenderingStateViewHelper";s:40:"b7af3c40556a991fe8761f15bcd182462681f8b5";s:51:"Neos\Neos\ViewHelpers\Rendering\InBackendViewHelper";s:40:"cb0ca7fb342d3aa7a21ab24736a14d85bf8e7e77";s:52:"Neos\Neos\ViewHelpers\Rendering\InEditModeViewHelper";s:40:"e4913734c6b77d68c6fc33c35e952ce40c68f6d1";s:55:"Neos\Neos\ViewHelpers\Rendering\InPreviewModeViewHelper";s:40:"9d13ffe542119ad85109f482102e1773a4bfc25f";s:46:"Neos\Neos\ViewHelpers\Rendering\LiveViewHelper";s:40:"872b8ee59c394a887ab727c060c8bfc7847c5097";s:46:"Neos\Neos\ViewHelpers\StandaloneViewViewHelper";s:40:"e06aaa1c543bd6b21236a9f391da48858b97c882";s:42:"Neos\Neos\ViewHelpers\Uri\ModuleViewHelper";s:40:"f153b9830430dc0d546cdb5ed6d7aa938a698066";s:40:"Neos\Neos\ViewHelpers\Uri\NodeViewHelper";s:40:"8a671416939701f78312aeaad9a0c00dbe8e9c61";s:34:"Neos\Neos\View\FusionExceptionView";s:40:"e474a4ade3e1a5a13701e505f66e3c4172faabc7";s:25:"Neos\Neos\View\FusionView";s:40:"6b262e850754ec94228492d6fd98af2dcb8a8022";s:34:"Neos\Neos\View\FusionViewI18nTrait";s:40:"5549e2222ed4ce1cfb7eb10100f9976a4a55c21c";s:36:"Neos\Neos\View\Service\AssetJsonView";s:40:"c0307cdff5aef075d43ac74663004859d2f558a8";s:35:"Neos\Neos\View\Service\NodeJsonView";s:40:"d84be658fe43bbb4b05a8b4e8081e1ea9d7420f8";s:40:"Neos\Neos\View\Service\WorkspaceJsonView";s:40:"0d732b32dd573f8d111d2143dc72abb4ddda3c67";s:63:"Neos\NodeTypes\Form\Service\DataSource\FormDefinitionDataSource";s:40:"ecf96717c7e05b2efe1f5546d538a87cd090c8ec";s:55:"Neos\SiteKickstarter\Command\KickstartCommandController";s:40:"c7e144de6cfdf8775980e11f604d7e8a5fd8a823";s:51:"Neos\SiteKickstarter\Generator\AfxTemplateGenerator";s:40:"c0240159db0055e505b67c8a6192686828ec66b7";s:60:"Neos\SiteKickstarter\Generator\SitePackageGeneratorInterface";s:40:"b92fa3f6fe8177c17898bd8543a03cb6b3008fe9";s:61:"Neos\SiteKickstarter\Service\FusionRecursiveDirectoryRenderer";s:40:"7bf2020696d9e4abc88dbcaf19eb53415d3afca8";s:51:"Neos\SiteKickstarter\Service\SimpleTemplateRenderer";s:40:"568b0873828300e7211c1fd7144595a4db45b5bd";s:59:"Neos\SiteKickstarter\Service\SiteGeneratorCollectingService";s:40:"544399b924af8f9942645d9c01176109e91ba6b0";s:60:"Neos\SiteKickstarter\Service\SitePackageGeneratorNameService";s:40:"bcd60f3e14f42d5ed559277b20932ad4c6bb6427";}i:1;a:1:{i:0;s:3:"7.3";}i:2;a:188:{i:0;s:4:"Neos";i:1;s:13:"Neos\CliSetup";i:2;s:21:"Neos\CliSetup\Command";i:3;s:28:"Neos\CliSetup\Infrastructure";i:4;s:37:"Neos\CliSetup\Infrastructure\Database";i:5;s:41:"Neos\CliSetup\Infrastructure\ImageHandler";i:6;s:22:"Neos\ContentRepository";i:7;s:30:"Neos\ContentRepository\Command";i:8;s:36:"Neos\ContentRepository\Configuration";i:9;s:29:"Neos\ContentRepository\Domain";i:10;s:43:"Neos\ContentRepository\Domain\ContentStream";i:11;s:45:"Neos\ContentRepository\Domain\ContentSubgraph";i:12;s:37:"Neos\ContentRepository\Domain\Factory";i:13;s:35:"Neos\ContentRepository\Domain\Model";i:14;s:50:"Neos\ContentRepository\Domain\Model\InterDimension";i:15;s:50:"Neos\ContentRepository\Domain\Model\IntraDimension";i:16;s:60:"Neos\ContentRepository\Domain\Model\IntraDimension\Exception";i:17;s:43:"Neos\ContentRepository\Domain\NodeAggregate";i:18;s:53:"Neos\ContentRepository\Domain\NodeAggregate\Exception";i:19;s:38:"Neos\ContentRepository\Domain\NodeType";i:20;s:40:"Neos\ContentRepository\Domain\Projection";i:21;s:48:"Neos\ContentRepository\Domain\Projection\Content";i:22;s:40:"Neos\ContentRepository\Domain\Repository";i:23;s:37:"Neos\ContentRepository\Domain\Service";i:24;s:43:"Neos\ContentRepository\Domain\Service\Cache";i:25;s:41:"Neos\ContentRepository\Domain\Service\Dto";i:26;s:50:"Neos\ContentRepository\Domain\Service\ImportExport";i:27;s:37:"Neos\ContentRepository\Domain\Utility";i:28;s:26:"Neos\ContentRepository\Eel";i:29;s:46:"Neos\ContentRepository\Eel\FlowQueryOperations";i:30;s:32:"Neos\ContentRepository\Exception";i:31;s:32:"Neos\ContentRepository\Migration";i:32;s:40:"Neos\ContentRepository\Migration\Command";i:33;s:46:"Neos\ContentRepository\Migration\Configuration";i:34;s:39:"Neos\ContentRepository\Migration\Domain";i:35;s:47:"Neos\ContentRepository\Migration\Domain\Factory";i:36;s:45:"Neos\ContentRepository\Migration\Domain\Model";i:37;s:50:"Neos\ContentRepository\Migration\Domain\Repository";i:38;s:42:"Neos\ContentRepository\Migration\Exception";i:39;s:40:"Neos\ContentRepository\Migration\Filters";i:40;s:40:"Neos\ContentRepository\Migration\Service";i:41;s:48:"Neos\ContentRepository\Migration\Transformations";i:42;s:44:"Neos\ContentRepository\NodeTypePostprocessor";i:43;s:34:"Neos\ContentRepository\Persistence";i:44;s:38:"Neos\ContentRepository\Persistence\Ast";i:45;s:31:"Neos\ContentRepository\Security";i:46;s:45:"Neos\ContentRepository\Security\Authorization";i:47;s:55:"Neos\ContentRepository\Security\Authorization\Privilege";i:48;s:60:"Neos\ContentRepository\Security\Authorization\Privilege\Node";i:49;s:69:"Neos\ContentRepository\Security\Authorization\Privilege\Node\Doctrine";i:50;s:30:"Neos\ContentRepository\Service";i:51;s:40:"Neos\ContentRepository\Service\Exception";i:52;s:38:"Neos\ContentRepository\Service\Utility";i:53;s:36:"Neos\ContentRepository\TypeConverter";i:54;s:33:"Neos\ContentRepository\Validation";i:55;s:43:"Neos\ContentRepository\Validation\Validator";i:56;s:34:"Neos\ContentRepository\ViewHelpers";i:57;s:41:"Neos\ContentRepository\ViewHelpers\Widget";i:58;s:52:"Neos\ContentRepository\ViewHelpers\Widget\Controller";i:59;s:9:"Neos\Diff";i:60;s:18:"Neos\Diff\Renderer";i:61;s:23:"Neos\Diff\Renderer\Html";i:62;s:23:"Neos\Diff\Renderer\Text";i:63;s:11:"Neos\Fusion";i:64;s:15:"Neos\Fusion\Afx";i:65;s:19:"Neos\Fusion\Afx\Dsl";i:66;s:25:"Neos\Fusion\Afx\Exception";i:67;s:22:"Neos\Fusion\Afx\Parser";i:68;s:33:"Neos\Fusion\Afx\Parser\Expression";i:69;s:23:"Neos\Fusion\Afx\Service";i:70;s:19:"Neos\Fusion\Aspects";i:71;s:16:"Neos\Fusion\Core";i:72;s:22:"Neos\Fusion\Core\Cache";i:73;s:34:"Neos\Fusion\Core\ExceptionHandlers";i:74;s:15:"Neos\Fusion\Eel";i:75;s:21:"Neos\Fusion\Exception";i:76;s:25:"Neos\Fusion\FusionObjects";i:77;s:33:"Neos\Fusion\FusionObjects\Helpers";i:78;s:30:"Neos\Fusion\FusionObjects\Http";i:79;s:19:"Neos\Fusion\Service";i:80;s:16:"Neos\Fusion\View";i:81;s:23:"Neos\Fusion\ViewHelpers";i:82;s:10:"Neos\Media";i:83;s:18:"Neos\Media\Browser";i:84;s:29:"Neos\Media\Browser\Controller";i:85;s:25:"Neos\Media\Browser\Domain";i:86;s:33:"Neos\Media\Browser\Domain\Session";i:87;s:30:"Neos\Media\Browser\ViewHelpers";i:88;s:41:"Neos\Media\Browser\ViewHelpers\Controller";i:89;s:18:"Neos\Media\Command";i:90;s:21:"Neos\Media\Controller";i:91;s:17:"Neos\Media\Domain";i:92;s:31:"Neos\Media\Domain\EventListener";i:93;s:23:"Neos\Media\Domain\Model";i:94;s:34:"Neos\Media\Domain\Model\Adjustment";i:95;s:35:"Neos\Media\Domain\Model\AssetSource";i:96;s:46:"Neos\Media\Domain\Model\AssetSource\AssetProxy";i:97;s:40:"Neos\Media\Domain\Model\AssetSource\Neos";i:98;s:27:"Neos\Media\Domain\Model\Dto";i:99;s:42:"Neos\Media\Domain\Model\ThumbnailGenerator";i:100;s:28:"Neos\Media\Domain\Repository";i:101;s:25:"Neos\Media\Domain\Service";i:102;s:26:"Neos\Media\Domain\Strategy";i:103;s:27:"Neos\Media\Domain\Validator";i:104;s:29:"Neos\Media\Domain\ValueObject";i:105;s:43:"Neos\Media\Domain\ValueObject\Configuration";i:106;s:20:"Neos\Media\Exception";i:107;s:18:"Neos\Media\Imagine";i:108;s:19:"Neos\Media\Security";i:109;s:33:"Neos\Media\Security\Authorization";i:110;s:43:"Neos\Media\Security\Authorization\Privilege";i:111;s:52:"Neos\Media\Security\Authorization\Privilege\Doctrine";i:112;s:24:"Neos\Media\TypeConverter";i:113;s:20:"Neos\Media\Validator";i:114;s:22:"Neos\Media\ViewHelpers";i:115;s:27:"Neos\Media\ViewHelpers\Form";i:116;s:29:"Neos\Media\ViewHelpers\Format";i:117;s:26:"Neos\Media\ViewHelpers\Uri";i:118;s:9:"Neos\Neos";i:119;s:17:"Neos\Neos\Aspects";i:120;s:17:"Neos\Neos\Command";i:121;s:20:"Neos\Neos\Controller";i:122;s:28:"Neos\Neos\Controller\Backend";i:123;s:30:"Neos\Neos\Controller\Exception";i:124;s:29:"Neos\Neos\Controller\Frontend";i:125;s:27:"Neos\Neos\Controller\Module";i:126;s:42:"Neos\Neos\Controller\Module\Administration";i:127;s:38:"Neos\Neos\Controller\Module\Management";i:128;s:32:"Neos\Neos\Controller\Module\User";i:129;s:28:"Neos\Neos\Controller\Service";i:130;s:16:"Neos\Neos\Domain";i:131;s:30:"Neos\Neos\Domain\EventListener";i:132;s:22:"Neos\Neos\Domain\Model";i:133;s:26:"Neos\Neos\Domain\Model\Dto";i:134;s:27:"Neos\Neos\Domain\Repository";i:135;s:24:"Neos\Neos\Domain\Service";i:136;s:25:"Neos\Neos\Domain\Strategy";i:137;s:13:"Neos\Neos\Eel";i:138;s:33:"Neos\Neos\Eel\FlowQueryOperations";i:139;s:18:"Neos\Neos\EventLog";i:140;s:25:"Neos\Neos\EventLog\Domain";i:141;s:31:"Neos\Neos\EventLog\Domain\Model";i:142;s:36:"Neos\Neos\EventLog\Domain\Repository";i:143;s:33:"Neos\Neos\EventLog\Domain\Service";i:144;s:31:"Neos\Neos\EventLog\Integrations";i:145;s:16:"Neos\Neos\Fusion";i:146;s:22:"Neos\Neos\Fusion\Cache";i:147;s:34:"Neos\Neos\Fusion\ExceptionHandlers";i:148;s:23:"Neos\Neos\Fusion\Helper";i:149;s:31:"Neos\Neos\NodeTypePostprocessor";i:150;s:22:"Neos\Neos\Presentation";i:151;s:28:"Neos\Neos\Presentation\Model";i:152;s:32:"Neos\Neos\Presentation\Model\Svg";i:153;s:17:"Neos\Neos\Routing";i:154;s:25:"Neos\Neos\Routing\Aspects";i:155;s:23:"Neos\Neos\Routing\Cache";i:156;s:27:"Neos\Neos\Routing\Exception";i:157;s:18:"Neos\Neos\Security";i:158;s:32:"Neos\Neos\Security\Authorization";i:159;s:42:"Neos\Neos\Security\Authorization\Privilege";i:160;s:17:"Neos\Neos\Service";i:161;s:28:"Neos\Neos\Service\Controller";i:162;s:28:"Neos\Neos\Service\DataSource";i:163;s:25:"Neos\Neos\Service\Mapping";i:164;s:22:"Neos\Neos\Service\View";i:165;s:17:"Neos\Neos\TYPO3CR";i:166;s:33:"Neos\Neos\TYPO3CR\Transformations";i:167;s:23:"Neos\Neos\TypeConverter";i:168;s:17:"Neos\Neos\Utility";i:169;s:20:"Neos\Neos\Validation";i:170;s:30:"Neos\Neos\Validation\Validator";i:171;s:14:"Neos\Neos\View";i:172;s:21:"Neos\Neos\ViewHelpers";i:173;s:29:"Neos\Neos\ViewHelpers\Backend";i:174;s:36:"Neos\Neos\ViewHelpers\ContentElement";i:175;s:26:"Neos\Neos\ViewHelpers\Link";i:176;s:26:"Neos\Neos\ViewHelpers\Node";i:177;s:31:"Neos\Neos\ViewHelpers\Rendering";i:178;s:25:"Neos\Neos\ViewHelpers\Uri";i:179;s:22:"Neos\Neos\View\Service";i:180;s:14:"Neos\NodeTypes";i:181;s:19:"Neos\NodeTypes\Form";i:182;s:27:"Neos\NodeTypes\Form\Service";i:183;s:38:"Neos\NodeTypes\Form\Service\DataSource";i:184;s:20:"Neos\SiteKickstarter";i:185;s:28:"Neos\SiteKickstarter\Command";i:186;s:30:"Neos\SiteKickstarter\Generator";i:187;s:28:"Neos\SiteKickstarter\Service";}} \ No newline at end of file +O:21:"Doctum\Renderer\Index":3:{i:0;a:617:{s:44:"Neos\CliSetup\Command\SetupCommandController";s:40:"8ba160f862e8f17f1e91d925f481e0bfec1b9098";s:46:"Neos\CliSetup\Command\WelcomeCommandController";s:40:"88e6b617eeb45f3660ba9f3fe6a43d62b4853689";s:23:"Neos\CliSetup\Exception";s:40:"b6438e8bbf7277e25474c725ad72a5dda27aa343";s:63:"Neos\CliSetup\Infrastructure\Database\DatabaseConnectionService";s:40:"5c1fa4d0a009bbf64ec23d30bd88905cdc6e298b";s:61:"Neos\CliSetup\Infrastructure\ImageHandler\ImageHandlerService";s:40:"f75c448bd0e8bf44964c95e0e562bb8a63f0b345";s:83:"Neos\ContentRepository\Command\EventDispatchingNodeCommandControllerPluginInterface";s:40:"9aced0c58646336bc7d5dbe795f0b0d4615c2207";s:52:"Neos\ContentRepository\Command\NodeCommandController";s:40:"586900c1ecaceadf252f48bb261003190d769c84";s:58:"Neos\ContentRepository\Command\NodeCommandControllerPlugin";s:40:"80751e7ed09d09ff6f54eb043afd4bf66da64dd4";s:67:"Neos\ContentRepository\Command\NodeCommandControllerPluginInterface";s:40:"6dfcaa09fdde7e9cc7528df50f3f64a7d25df32f";s:52:"Neos\ContentRepository\Configuration\NodeTypesLoader";s:40:"fce58eda4c92ade26546144460c57d0d34e5b919";s:67:"Neos\ContentRepository\Domain\ContentStream\ContentStreamIdentifier";s:40:"78482b9be73273db5ce13816d25d131bc7eca84a";s:54:"Neos\ContentRepository\Domain\ContentSubgraph\NodePath";s:40:"2b19cc67964835d4d1b4efd5707839a886999ec6";s:49:"Neos\ContentRepository\Domain\Factory\NodeFactory";s:40:"bc07cc1d5102dff664a63be32bfc79d868c5516e";s:52:"Neos\ContentRepository\Domain\Model\AbstractNodeData";s:40:"43071f1d23a028ff0d5f9d30391b4274e02a106f";s:59:"Neos\ContentRepository\Domain\Model\ArrayPropertyCollection";s:40:"3c5db0b76f4db8a87a0b363398526e2557bf38c4";s:52:"Neos\ContentRepository\Domain\Model\ContentDimension";s:40:"e717de37a692bf3e7f44d8e7dc868fb90adf87ed";s:54:"Neos\ContentRepository\Domain\Model\ContentObjectProxy";s:40:"55ccccf5598792c87d03ec00846394b62ea1614c";s:69:"Neos\ContentRepository\Domain\Model\ExpressionBasedNodeLabelGenerator";s:40:"27dc146d1857b1385ead0693a369b728cb22ff80";s:66:"Neos\ContentRepository\Domain\Model\InterDimension\ContentSubgraph";s:40:"47e9b832f17460729295806fdef8985c58147176";s:80:"Neos\ContentRepository\Domain\Model\InterDimension\InterDimensionalFallbackGraph";s:40:"27d834bad0941767231626f7dded2a26e98d69ef";s:64:"Neos\ContentRepository\Domain\Model\InterDimension\VariationEdge";s:40:"11ab1ac11fdc3d2bf87794491bf2df302cc16f09";s:67:"Neos\ContentRepository\Domain\Model\IntraDimension\ContentDimension";s:40:"8e3e383d31ab1f3e200d828a4475191b7bc62c69";s:72:"Neos\ContentRepository\Domain\Model\IntraDimension\ContentDimensionValue";s:40:"3943c706a52b44e238c82e9b29af95603fc36d81";s:85:"Neos\ContentRepository\Domain\Model\IntraDimension\Exception\InvalidFallbackException";s:40:"a17f807b1227aad758c4d3462b024b752b8ce9d3";s:80:"Neos\ContentRepository\Domain\Model\IntraDimension\IntraDimensionalFallbackGraph";s:40:"d4da83460f704e5dd3959eec484c66c3c02942c1";s:40:"Neos\ContentRepository\Domain\Model\Node";s:40:"3d5ae48eaa97374b9a239dd1fc4e357411d0247a";s:44:"Neos\ContentRepository\Domain\Model\NodeData";s:40:"3de5eb09609ac52f4c6e6f8aaade63029795369b";s:49:"Neos\ContentRepository\Domain\Model\NodeDimension";s:40:"73f3040f531738b8730ab22e96698faf7dabf3d7";s:49:"Neos\ContentRepository\Domain\Model\NodeInterface";s:40:"9e2dfb4c7adcc69bf5152a40ee3e4fef59be3735";s:63:"Neos\ContentRepository\Domain\Model\NodeLabelGeneratorInterface";s:40:"747312d6dc10b36397c9fb079342204ab5b44df5";s:48:"Neos\ContentRepository\Domain\Model\NodeTemplate";s:40:"dc230df4bb9b21eb6b336450b0427153b75a22a0";s:44:"Neos\ContentRepository\Domain\Model\NodeType";s:40:"f2c57615e6d23d037c920aadd5ed88d0fab93349";s:49:"Neos\ContentRepository\Domain\Model\UserInterface";s:40:"c897ccaefb7155af1eb4eb463acb2dfb56d4cd0d";s:45:"Neos\ContentRepository\Domain\Model\Workspace";s:40:"d8aee9271df4a23068191116c2fe665157681601";s:86:"Neos\ContentRepository\Domain\NodeAggregate\Exception\NodeAggregateIdentifierIsInvalid";s:40:"c17a01a70a7735de6bdfe16cabaef25dc329e31b";s:67:"Neos\ContentRepository\Domain\NodeAggregate\NodeAggregateIdentifier";s:40:"7aef8f4d5d8fc13683987d33707d8383b0948b8b";s:52:"Neos\ContentRepository\Domain\NodeAggregate\NodeName";s:40:"56995f86f2c486ed8de72c29a710a24b24a0a0b2";s:64:"Neos\ContentRepository\Domain\NodeType\NodeTypeConstraintFactory";s:40:"8e960b4287a63211f9e6c2fe4393a3aec41f0f2e";s:58:"Neos\ContentRepository\Domain\NodeType\NodeTypeConstraints";s:40:"a38a68ec9b6b68e2f75184773325d9a92fc0ad68";s:51:"Neos\ContentRepository\Domain\NodeType\NodeTypeName";s:40:"a729b0cde719184818a205a1e826f0b5258efc4e";s:62:"Neos\ContentRepository\Domain\Projection\Content\NodeInterface";s:40:"85a10e6d7def814ead245395a613c5ca634266e7";s:76:"Neos\ContentRepository\Domain\Projection\Content\PropertyCollectionInterface";s:40:"95aad583b5076e66a4e0b9cbc4a0342561b81eae";s:73:"Neos\ContentRepository\Domain\Projection\Content\TraversableNodeInterface";s:40:"35a50af88c0f984e7f197c6aab06afc8f2059232";s:65:"Neos\ContentRepository\Domain\Projection\Content\TraversableNodes";s:40:"7e0a909b7b52a2917dce23de3a97409d85672643";s:67:"Neos\ContentRepository\Domain\Repository\ContentDimensionRepository";s:40:"7418523db5b0a622338d3a1631a09a4cdfaae6d2";s:59:"Neos\ContentRepository\Domain\Repository\NodeDataRepository";s:40:"eda27cd9436bce81f9e971a8e5d0cf7978f798ae";s:60:"Neos\ContentRepository\Domain\Repository\WorkspaceRepository";s:40:"683c37be91c4b9ab8b7294db734ad81a55f0d619";s:63:"Neos\ContentRepository\Domain\Service\Cache\FirstLevelNodeCache";s:40:"e456005c81da5b75ebb23bf3d617c36ed07e2dc8";s:79:"Neos\ContentRepository\Domain\Service\ConfigurationContentDimensionPresetSource";s:40:"962b05a2937be2926e0a25f498b03d3fd1f491ca";s:64:"Neos\ContentRepository\Domain\Service\ContentDimensionCombinator";s:40:"555c20bc05ef47460097ba1be410c5bb38360705";s:75:"Neos\ContentRepository\Domain\Service\ContentDimensionPresetSourceInterface";s:40:"119547f568fd1c04e35a557e32a27175d34ca366";s:45:"Neos\ContentRepository\Domain\Service\Context";s:40:"3523e3f32731ce4c2d9ee4d51afd0cf0e657e55c";s:52:"Neos\ContentRepository\Domain\Service\ContextFactory";s:40:"707e346bcedd033a7cfa1c66401f9e76e526eecc";s:61:"Neos\ContentRepository\Domain\Service\ContextFactoryInterface";s:40:"015e1f8d63aa9f0410f8164df9fc244aa9c72cc2";s:70:"Neos\ContentRepository\Domain\Service\Dto\NodeMoveIntegrityCheckResult";s:40:"de62a7c4128f86445c9f664123b14a228a8a01e1";s:74:"Neos\ContentRepository\Domain\Service\Dto\NodeMoveIntegrityCheckResultPart";s:40:"0b70036920a372ae1bf85ff4c694b36130fc1ea3";s:91:"Neos\ContentRepository\Domain\Service\ImportExport\ImportExportPropertyMappingConfiguration";s:40:"25ab2d78b258566e6a2214c8a2ef2f160a7e4f01";s:68:"Neos\ContentRepository\Domain\Service\ImportExport\NodeExportService";s:40:"14a55cfb99146d5d8590ebfac83fb8b259589300";s:68:"Neos\ContentRepository\Domain\Service\ImportExport\NodeImportService";s:40:"8681612006209b5e2c4d35cc05a87a97381cb809";s:67:"Neos\ContentRepository\Domain\Service\NodeMoveIntegrityCheckService";s:40:"4abcefff9a48598e82b94a10250ec43ccbef1c70";s:49:"Neos\ContentRepository\Domain\Service\NodeService";s:40:"4bcaffef10f096ad82cbe292cc4e7ddb2b4204fd";s:58:"Neos\ContentRepository\Domain\Service\NodeServiceInterface";s:40:"fe5eb677f346057c7c17b8405b970b758fbe8adc";s:53:"Neos\ContentRepository\Domain\Service\NodeTypeManager";s:40:"d35d8f3a3d1b2e7eee6339eba7b2a89c53d114f0";s:55:"Neos\ContentRepository\Domain\Service\PublishingService";s:40:"34047f23fb38f1f28a7bcd29d967cc3559e304ce";s:64:"Neos\ContentRepository\Domain\Service\PublishingServiceInterface";s:40:"f3ae7f094e3c1f3ad228b2d0738c95d0d642fc6c";s:47:"Neos\ContentRepository\Domain\Utility\NodePaths";s:40:"3a35a05ecb9d374d8b4cd411872ef31fbdb52cc3";s:53:"Neos\ContentRepository\Domain\Utility\SubgraphUtility";s:40:"af5d8677f1a3342326681b3c4619d417a5603d2a";s:69:"Neos\ContentRepository\Eel\FlowQueryOperations\CacheLifetimeOperation";s:40:"c2dcc44f7f1435d103fd12c455b2705b7ad9f209";s:64:"Neos\ContentRepository\Eel\FlowQueryOperations\ChildrenOperation";s:40:"53d3e94d8ef2b126b3f96a1706fbff9e3abe5b57";s:63:"Neos\ContentRepository\Eel\FlowQueryOperations\ClosestOperation";s:40:"6042f9fabcaecef8fb5651639ae84a213f2a779b";s:63:"Neos\ContentRepository\Eel\FlowQueryOperations\ContextOperation";s:40:"4a5721a5c4e3b65fca13107b74f5002a511d39eb";s:62:"Neos\ContentRepository\Eel\FlowQueryOperations\FilterOperation";s:40:"d12c2e8a4bd39c7755a096f87cd06ebbc80e6987";s:60:"Neos\ContentRepository\Eel\FlowQueryOperations\FindOperation";s:40:"d9a1be6a14e20b1599e0e1978571741f28f3db0c";s:59:"Neos\ContentRepository\Eel\FlowQueryOperations\HasOperation";s:40:"b823c261896da68f70ec193301fec48f49213d28";s:63:"Neos\ContentRepository\Eel\FlowQueryOperations\NextAllOperation";s:40:"e841205dc81ee550ec7176387b868a3a1e93ca60";s:60:"Neos\ContentRepository\Eel\FlowQueryOperations\NextOperation";s:40:"c9d246b37b749f32ab8598325e5aa54bb2f3f261";s:65:"Neos\ContentRepository\Eel\FlowQueryOperations\NextUntilOperation";s:40:"9968c1694bb0d4f3de0252da0ade6414baad1e16";s:62:"Neos\ContentRepository\Eel\FlowQueryOperations\ParentOperation";s:40:"9ee72a39bb8ed758b8eb945c0c9970144d1af2ba";s:63:"Neos\ContentRepository\Eel\FlowQueryOperations\ParentsOperation";s:40:"3411df1da91506e2933bd179a4aa2b561cd90a92";s:68:"Neos\ContentRepository\Eel\FlowQueryOperations\ParentsUntilOperation";s:40:"7644f97818d1c036def6718976391cb10d971bf5";s:63:"Neos\ContentRepository\Eel\FlowQueryOperations\PrevAllOperation";s:40:"385209f4ad6041d86ec0e2189fff6c3e6a908909";s:60:"Neos\ContentRepository\Eel\FlowQueryOperations\PrevOperation";s:40:"4befa61d1ba43e66c9d5868d4f1c2caa84431f72";s:65:"Neos\ContentRepository\Eel\FlowQueryOperations\PrevUntilOperation";s:40:"4a857694c24ad3dba3b3068e8b6b7132f7340e1f";s:64:"Neos\ContentRepository\Eel\FlowQueryOperations\PropertyOperation";s:40:"7f63d69d97a4fb55a43a8fe65a3be22cbdfa2a47";s:64:"Neos\ContentRepository\Eel\FlowQueryOperations\SiblingsOperation";s:40:"4317e4e384cee0a70cf3df80a4a068f00cd8c766";s:32:"Neos\ContentRepository\Exception";s:40:"d6b9e71b9e800d45f7907464e66d3362fa6376ad";s:56:"Neos\ContentRepository\Exception\ContentContextException";s:40:"e19efe41b1c30a470dbc59a96af3ce62dbac85c9";s:48:"Neos\ContentRepository\Exception\ExportException";s:40:"69e639dc76b29f259e97de497669b3510581a977";s:48:"Neos\ContentRepository\Exception\ImportException";s:40:"52bc96fa69c880cb58d5787d99459641de9a0a11";s:60:"Neos\ContentRepository\Exception\InvalidNodeContextException";s:40:"acb4fc4429efd750f9d58f2abea5b88a4eb329ab";s:70:"Neos\ContentRepository\Exception\InvalidNodeTypePostprocessorException";s:40:"e3d7e9b78fed7f1fb959b1596ac692ab12091243";s:59:"Neos\ContentRepository\Exception\NodeConfigurationException";s:40:"d99aeb896df21c5396b743deb4c12aea1b41d60f";s:56:"Neos\ContentRepository\Exception\NodeConstraintException";s:40:"9d8dc8e172b9849b5f8b78151f011426c259744a";s:46:"Neos\ContentRepository\Exception\NodeException";s:40:"9ee8cd8cc3aeb633736e8be7531240987b9156fc";s:52:"Neos\ContentRepository\Exception\NodeExistsException";s:40:"9b4b7f550c0fd1081d5ac1b66d4ac94e6e3c0a7b";s:56:"Neos\ContentRepository\Exception\NodeMethodIsUnsupported";s:40:"e7016b79bf719b0b6408b07efb29e272b5461d92";s:68:"Neos\ContentRepository\Exception\NodeMoveIntegrityViolationException";s:40:"7ee1913beaa7c20853aeef7077ff3d39a90487ec";s:57:"Neos\ContentRepository\Exception\NodeTypeIsFinalException";s:40:"e754bec0623972f6e573ef030f7bb52932664386";s:58:"Neos\ContentRepository\Exception\NodeTypeNotFoundException";s:40:"5fe97fb55136b00dd95e1aeca2d239bad4c343ad";s:54:"Neos\ContentRepository\Exception\PageNotFoundException";s:40:"d91a6fe85ebb0762d49972b9b4b793d1c13cd37e";s:51:"Neos\ContentRepository\Exception\WorkspaceException";s:40:"5b9a5278b48aff7ca397d4fe55130ed29dce39d5";s:62:"Neos\ContentRepository\Migration\Command\NodeCommandController";s:40:"1adedadc7d335cc53bd1d9d0cd3f0d0e97ceadba";s:60:"Neos\ContentRepository\Migration\Configuration\Configuration";s:40:"d44bde9b4f53c3ab0b1d697cc7895821299f6940";s:69:"Neos\ContentRepository\Migration\Configuration\ConfigurationInterface";s:40:"8ca4e9ecbeb6c17152175195036711e79ef9c9a0";s:64:"Neos\ContentRepository\Migration\Configuration\YamlConfiguration";s:40:"f8d74ae8d95caab72b2008bccddef5ccd42fd220";s:64:"Neos\ContentRepository\Migration\Domain\Factory\MigrationFactory";s:40:"736fe754d147af68d9f5ecd1910891c1e164ab58";s:55:"Neos\ContentRepository\Migration\Domain\Model\Migration";s:40:"9dc8fe85df60c76a59663093456cf6fb00ea6ca3";s:68:"Neos\ContentRepository\Migration\Domain\Model\MigrationConfiguration";s:40:"fd522180be07e5040aabb9c7a838198a7f4c88f1";s:61:"Neos\ContentRepository\Migration\Domain\Model\MigrationStatus";s:40:"e4a3864b11dc16a6761f330085aa91b7f251831b";s:76:"Neos\ContentRepository\Migration\Domain\Repository\MigrationStatusRepository";s:40:"a38ba3ebc7767305285f5c547186376fc55b4a9d";s:61:"Neos\ContentRepository\Migration\Exception\MigrationException";s:40:"2958ae07109a36da0270cb9bf8424154e852af69";s:56:"Neos\ContentRepository\Migration\Filters\DimensionValues";s:40:"abac0fd55ce5005e79dff597c014dbe687201524";s:64:"Neos\ContentRepository\Migration\Filters\DoctrineFilterInterface";s:40:"255035ae56daab4ca16c2dc5cda82ecdd95f03d9";s:56:"Neos\ContentRepository\Migration\Filters\FilterInterface";s:40:"210fd3bcea009aab6d4f943c450483ff58f3c4f4";s:50:"Neos\ContentRepository\Migration\Filters\IsRemoved";s:40:"108155f32dd59542ec74f3d165181cea7fcf8ba6";s:49:"Neos\ContentRepository\Migration\Filters\NodeName";s:40:"a730f61466013417db55c817fccf0940e9e0f8ab";s:49:"Neos\ContentRepository\Migration\Filters\NodeType";s:40:"5361ae99ccf182c5217ddcd5f0ba307852a6fea2";s:57:"Neos\ContentRepository\Migration\Filters\PropertyNotEmpty";s:40:"1e77abb816e113e5e0a462eed7a21bf3d2a8ca4e";s:54:"Neos\ContentRepository\Migration\Filters\PropertyValue";s:40:"8bf92a15408339a6fd682fcbbd799eff985ae1c5";s:50:"Neos\ContentRepository\Migration\Filters\Workspace";s:40:"ec225e60bae55cf63e31c9b8af5692a0db48b4a5";s:51:"Neos\ContentRepository\Migration\Service\NodeFilter";s:40:"7567da2f1af3a8ada6b389a4c517a2b9f2e15534";s:54:"Neos\ContentRepository\Migration\Service\NodeMigration";s:40:"6548baf4ba519b7f8b3a4fcc531b07487c888f98";s:59:"Neos\ContentRepository\Migration\Service\NodeTransformation";s:40:"37d99c6576ff39953f3c05de95f6b8e5ffa26947";s:71:"Neos\ContentRepository\Migration\Transformations\AbstractTransformation";s:40:"8b9d1e3f671876c526d7cae022160088ebb46273";s:62:"Neos\ContentRepository\Migration\Transformations\AddDimensions";s:40:"80d82799aa517447b36b7a44702934fe2414bfc8";s:63:"Neos\ContentRepository\Migration\Transformations\AddNewProperty";s:40:"9bf8ebc891401ab59ac359b53735c27bb7e537c7";s:63:"Neos\ContentRepository\Migration\Transformations\ChangeNodeType";s:40:"09d57635ba432116092e88ed15fd2e88faffb7fb";s:68:"Neos\ContentRepository\Migration\Transformations\ChangePropertyValue";s:40:"4ba679165f0c44cdc8aae1257ea96d7deaadd59c";s:59:"Neos\ContentRepository\Migration\Transformations\RemoveNode";s:40:"2cacbdd383fc16933614d17e182320b71effd233";s:63:"Neos\ContentRepository\Migration\Transformations\RemoveProperty";s:40:"9d6cdaea5c70ac069948192c7803be648af6ea20";s:64:"Neos\ContentRepository\Migration\Transformations\RenameDimension";s:40:"c252079c66adddf249eae68b84a910e4389e78d4";s:59:"Neos\ContentRepository\Migration\Transformations\RenameNode";s:40:"c16e5161ed60e410920e23f263a763b17850621e";s:63:"Neos\ContentRepository\Migration\Transformations\RenameProperty";s:40:"25660db70ca0c524310684a87e0a10a90913f7e0";s:62:"Neos\ContentRepository\Migration\Transformations\SetDimensions";s:40:"d0883bcb8f7da23ea91c5d5e97c1c282f210ec9c";s:68:"Neos\ContentRepository\Migration\Transformations\StripTagsOnProperty";s:40:"06bd84df6854a31759548aaa21a82518b28fa7b8";s:72:"Neos\ContentRepository\Migration\Transformations\TransformationInterface";s:40:"dc1bb6f56dcae12a9f5d368c60e118f35b8907be";s:75:"Neos\ContentRepository\NodeTypePostprocessor\NodeTypePostprocessorInterface";s:40:"a039dfb34989cec365e013c7b602ee0e445cc833";s:30:"Neos\ContentRepository\Package";s:40:"b70c876deb400d62c5d10a0af8164886680a0330";s:55:"Neos\ContentRepository\Persistence\Ast\ToStringFunction";s:40:"e5579011699fdc32f8b6f6dd4583203761485c4a";s:82:"Neos\ContentRepository\Security\Authorization\Privilege\Node\AbstractNodePrivilege";s:40:"b4794dd4996f27bac5129fcc3a3ba8ce9561c8fd";s:90:"Neos\ContentRepository\Security\Authorization\Privilege\Node\AbstractNodePropertyPrivilege";s:40:"8e1142a9d0824fb03d8fb7829a2b16b00d280ee7";s:80:"Neos\ContentRepository\Security\Authorization\Privilege\Node\CreateNodePrivilege";s:40:"88c16f4fceceede6c3f644ef1de1d0144e8e3cb1";s:87:"Neos\ContentRepository\Security\Authorization\Privilege\Node\CreateNodePrivilegeContext";s:40:"56b4f687042acb5d609ea976e1818851a900bb74";s:87:"Neos\ContentRepository\Security\Authorization\Privilege\Node\CreateNodePrivilegeSubject";s:40:"2f71cccf030f14cc1110ad0cf57ae5ca92f6db7a";s:88:"Neos\ContentRepository\Security\Authorization\Privilege\Node\Doctrine\ConditionGenerator";s:40:"8010c8aa4e3d8e8b783a7330074a1f128f5520fc";s:78:"Neos\ContentRepository\Security\Authorization\Privilege\Node\EditNodePrivilege";s:40:"a1f34903954fa76ba4b472d12b95b879196a4b7e";s:86:"Neos\ContentRepository\Security\Authorization\Privilege\Node\EditNodePropertyPrivilege";s:40:"4fc1b776c75986b75edf8c9567e96ec82cc0984f";s:81:"Neos\ContentRepository\Security\Authorization\Privilege\Node\NodePrivilegeContext";s:40:"9984b2d127735c24dfd781b184b115df9fa60f33";s:81:"Neos\ContentRepository\Security\Authorization\Privilege\Node\NodePrivilegeSubject";s:40:"07e73c389681a0f54d5a95713338674373dd70f5";s:94:"Neos\ContentRepository\Security\Authorization\Privilege\Node\PropertyAwareNodePrivilegeContext";s:40:"5222b05eb12e676e3eca244fc0cda489984654a6";s:94:"Neos\ContentRepository\Security\Authorization\Privilege\Node\PropertyAwareNodePrivilegeSubject";s:40:"8e1394b25b4632d9d4e35cc2766590763572985c";s:78:"Neos\ContentRepository\Security\Authorization\Privilege\Node\ReadNodePrivilege";s:40:"997a02092233013f1b4cc7e57849f8fbc53fa246";s:86:"Neos\ContentRepository\Security\Authorization\Privilege\Node\ReadNodePropertyPrivilege";s:40:"02ecd00d41cd527ce9f8b3f06c7f6fa771411bb5";s:80:"Neos\ContentRepository\Security\Authorization\Privilege\Node\RemoveNodePrivilege";s:40:"9bdf1d4b1c28c44533c9b7053179a69a3d9ec4fc";s:79:"Neos\ContentRepository\Security\Authorization\Privilege\Node\TransientNodeCache";s:40:"81bb80cc8275d1dbfe445872f02cfb1ad727be4f";s:51:"Neos\ContentRepository\Service\AuthorizationService";s:40:"ecac1c27829d198d4062b4f0aacefe8da20f3545";s:79:"Neos\ContentRepository\Service\Exception\InvalidDimensionConfigurationException";s:40:"4aae3b9164dcd261a5fe72b292d95717c16fa135";s:51:"Neos\ContentRepository\Service\FallbackGraphService";s:40:"c9cb6b0237bc1a7a8277f900bf8ceb2fb5be24dd";s:69:"Neos\ContentRepository\Service\Utility\NodePublishingDependencySolver";s:40:"33ed173d32fb0a70a0cb114a325df127e2b1d8a3";s:50:"Neos\ContentRepository\TypeConverter\NodeConverter";s:40:"43a441a136262b7e4c3035f2af0eef12e1de0df2";s:51:"Neos\ContentRepository\TypeConverter\NodeSerializer";s:40:"37f66711550d83362c857673386fbcee5e195ab4";s:58:"Neos\ContentRepository\TypeConverter\NodeTemplateConverter";s:40:"85059f4e95ae81893d099a1e436db4a1d2e82f7f";s:30:"Neos\ContentRepository\Utility";s:40:"4639325405a957d921eda6f37f7dabde332a923b";s:67:"Neos\ContentRepository\Validation\Validator\NodeIdentifierValidator";s:40:"0874868ac19aa9e16afeb7e68aeb011f2c806bce";s:71:"Neos\ContentRepository\ViewHelpers\Widget\Controller\PaginateController";s:40:"1b03121ad23b7ec7959a2e4f03a7077fd25bc137";s:60:"Neos\ContentRepository\ViewHelpers\Widget\PaginateViewHelper";s:40:"8b957b889fc70e5059f3834f8ff01189fd91cd50";s:14:"Neos\Diff\Diff";s:40:"7f13065d1bb91f765cbe286ec2b11643758a7820";s:35:"Neos\Diff\Renderer\AbstractRenderer";s:40:"08c93410561a7b5464d234395fb73ef4c595b3fd";s:41:"Neos\Diff\Renderer\Html\HtmlArrayRenderer";s:40:"1d71ff2524d153723901b74cbc441572e8b2bc29";s:42:"Neos\Diff\Renderer\Html\HtmlInlineRenderer";s:40:"72772ac53fecc9680c2e3d79ce19b2c89148904b";s:46:"Neos\Diff\Renderer\Html\HtmlSideBySideRenderer";s:40:"e8c5974c6e10f07bb083bd850b8a8fa11a4a50a1";s:43:"Neos\Diff\Renderer\Text\TextContextRenderer";s:40:"6cd9dda92fc571c3e71b01c544fb3fab9df94488";s:43:"Neos\Diff\Renderer\Text\TextUnifiedRenderer";s:40:"ac0ef1086f9695b02ec431443b8a1130a11e4797";s:25:"Neos\Diff\SequenceMatcher";s:40:"8ff88d5762536adbc16dc0a22535f73d3c45405e";s:40:"Neos\Fusion\Afx\Dsl\AfxDslImplementation";s:40:"b80f39ec4f92cdca05ef7bd09551d4f4369edda5";s:38:"Neos\Fusion\Afx\Exception\AfxException";s:40:"03dd4dedd98be036161d80d5b9f5ff3df748e55b";s:41:"Neos\Fusion\Afx\Parser\AfxParserException";s:40:"405229eca01c057d49493bdf618bcf73bfe43561";s:41:"Neos\Fusion\Afx\Parser\Expression\Comment";s:40:"b05523ca4d1db63a25d95a75c5318a474440b243";s:44:"Neos\Fusion\Afx\Parser\Expression\Expression";s:40:"f2b7346cee28887871ef69fa387d5dd81c62c431";s:44:"Neos\Fusion\Afx\Parser\Expression\Identifier";s:40:"1e484d4180ff96d5c3c90510f906e875a49870b4";s:38:"Neos\Fusion\Afx\Parser\Expression\Node";s:40:"62f896819d5678ee0b04927389d128027b3a567a";s:42:"Neos\Fusion\Afx\Parser\Expression\NodeList";s:40:"b7bb8383d03474f468748e11df4b5e7583d89557";s:38:"Neos\Fusion\Afx\Parser\Expression\Prop";s:40:"5592516953f39da3db835953fa5df7f661fb0cb0";s:40:"Neos\Fusion\Afx\Parser\Expression\Spread";s:40:"5494781d53d48ecd310d766872853083c0872759";s:47:"Neos\Fusion\Afx\Parser\Expression\StringLiteral";s:40:"27caef299177d1cddb1dc7999bdd017ef9615867";s:28:"Neos\Fusion\Afx\Parser\Lexer";s:40:"fe5b563a12f03b37c729ef7e11cdc0e79b5f3aca";s:29:"Neos\Fusion\Afx\Parser\Parser";s:40:"4ecf4b5a7a717fde26a73f074d7e5f92d6430dcb";s:34:"Neos\Fusion\Afx\Service\AfxService";s:40:"f2d73ae43030997efd53bc3aee8fb01ee1aea710";s:39:"Neos\Fusion\Aspects\FusionCachingAspect";s:40:"11f1cc6c098e2ca3219309b9fa8116a4f94100e7";s:41:"Neos\Fusion\Core\Cache\CacheSegmentParser";s:40:"06e8a22f83f86eec684addcb955de2597c4b28ad";s:35:"Neos\Fusion\Core\Cache\ContentCache";s:40:"57d206caf1f37f90e42306333cb8d132e423861a";s:42:"Neos\Fusion\Core\Cache\FileMonitorListener";s:40:"e9e71fd48f0ea6fe4b2af0f6b9d9ced6827caaaa";s:42:"Neos\Fusion\Core\Cache\RuntimeContentCache";s:40:"e669dedd04300fa37d71858bf1f27d3ccb2ed886";s:27:"Neos\Fusion\Core\DslFactory";s:40:"abe4f46fa7e2a8c48da2e48696f151bea36e0633";s:29:"Neos\Fusion\Core\DslInterface";s:40:"e789339a1c7e9675dc9c71f9afc3279e5e21eea6";s:51:"Neos\Fusion\Core\ExceptionHandlers\AbsorbingHandler";s:40:"077d23b4304466c30639c3ac4b035a35b0c76fcd";s:68:"Neos\Fusion\Core\ExceptionHandlers\AbstractRenderingExceptionHandler";s:40:"00860fe777c2b3623aea866083ac99f3a5c6cb8f";s:50:"Neos\Fusion\Core\ExceptionHandlers\BubblingHandler";s:40:"c2bcd38fa65e786c4fd5ae94d0a600aab56fa9ed";s:58:"Neos\Fusion\Core\ExceptionHandlers\ContextDependentHandler";s:40:"978360b24f10d09ea43b2a8ea111713ae0aba3fc";s:53:"Neos\Fusion\Core\ExceptionHandlers\HtmlMessageHandler";s:40:"bc6b9aa19a24075f057445245306576bbb3953fd";s:51:"Neos\Fusion\Core\ExceptionHandlers\PlainTextHandler";s:40:"5da7d0e08cf706961f908b575687467301b47889";s:50:"Neos\Fusion\Core\ExceptionHandlers\ThrowingHandler";s:40:"9b6e16f14217fd15575c75ed735469ef672bc3f5";s:52:"Neos\Fusion\Core\ExceptionHandlers\XmlCommentHandler";s:40:"b8b66c258eecc496747ac01ae72c1c3e8d5d5385";s:23:"Neos\Fusion\Core\Parser";s:40:"613b79469e93da51ec78bd88d06c99d331e7d2b8";s:32:"Neos\Fusion\Core\ParserInterface";s:40:"6c771cc271bd33cdab616e14a6b084e26ea2b94f";s:24:"Neos\Fusion\Core\Runtime";s:40:"925466bf1c43d9aa9b8c6a2bc4a84473a6b252fa";s:37:"Neos\Fusion\Core\RuntimeConfiguration";s:40:"ae9a0b3f4b3b2335c75fa5c87107b80b53a3b1cf";s:31:"Neos\Fusion\Core\RuntimeFactory";s:40:"a49f9ba10f01ef860d4a45b7c49003d92b45434d";s:24:"Neos\Fusion\DebugMessage";s:40:"78a9a3bab1f9a8e4ef05ccf594fd722cc47b4d87";s:29:"Neos\Fusion\Eel\BaseUriHelper";s:40:"73d5fbc076bc8db5ca98142d8a8a3031e9eb1987";s:21:"Neos\Fusion\Exception";s:40:"af59068342c82ed1f39c0b69f5a6c1200a8f045e";s:36:"Neos\Fusion\Exception\CacheException";s:40:"ab72ae8fab35057f2f123a42aa32d41021e628fe";s:58:"Neos\Fusion\Exception\MissingFusionImplementationException";s:40:"f744e0c7e636f68b6bdbe7d225ec3e8186ff4a9e";s:50:"Neos\Fusion\Exception\MissingFusionObjectException";s:40:"3ad0bce0b01e67d6652fa152654ee32315cdba57";s:38:"Neos\Fusion\Exception\RuntimeException";s:40:"ec29a2e670651c00c65e068895047db4a8201bf4";s:58:"Neos\Fusion\Exception\UnsupportedObjectTypeAtPathException";s:40:"9f4868bd30adbd3073257aa9ca59ebe1c4f7aa61";s:53:"Neos\Fusion\Exception\UnsupportedProxyMethodException";s:40:"bbd8c47ad0795c06f4dbe7ebdc85dfc98c4bcce1";s:51:"Neos\Fusion\FusionObjects\AbstractArrayFusionObject";s:40:"02b12b9a6f81b7aea8cd969cedbd99fda121f58a";s:58:"Neos\Fusion\FusionObjects\AbstractCollectionImplementation";s:40:"c43f01e9941d0cc0d5b8dc4b1ea42ebc0b4b8885";s:46:"Neos\Fusion\FusionObjects\AbstractFusionObject";s:40:"44b989e726c334e18f0442f52f300b0b2e3ff4ac";s:45:"Neos\Fusion\FusionObjects\ArrayImplementation";s:40:"2c9bbee0c211e510eaaae8f12e203376217f68cb";s:50:"Neos\Fusion\FusionObjects\AttributesImplementation";s:40:"8c3c8f0c6683a1b0fc433705b4351dfe219b1c65";s:49:"Neos\Fusion\FusionObjects\AugmenterImplementation";s:40:"ce777a1d9f1bf8eb1c2179aaff80ffcfb943e4c3";s:49:"Neos\Fusion\FusionObjects\CanRenderImplementation";s:40:"8b93d36eb256f5dc6bbdb3fe53dee377b1f8f876";s:44:"Neos\Fusion\FusionObjects\CaseImplementation";s:40:"bf4a9a0a11708d0f638bb85335e33ad18480dcef";s:50:"Neos\Fusion\FusionObjects\CollectionImplementation";s:40:"319f25e749975d2a773b769e93e525e078af7be6";s:49:"Neos\Fusion\FusionObjects\ComponentImplementation";s:40:"9d7e481ad23dfa775a8c8042d47c9288bbfce2c8";s:53:"Neos\Fusion\FusionObjects\DataStructureImplementation";s:40:"0599fe78ad013958bd4e941564ce10ff81e039c8";s:52:"Neos\Fusion\FusionObjects\DebugConsoleImplementation";s:40:"7210a687eb68e70dd4547f847575780ad8bf2bbc";s:49:"Neos\Fusion\FusionObjects\DebugDumpImplementation";s:40:"68781ce77ce95cc3cf651114cc40ed07696cc700";s:45:"Neos\Fusion\FusionObjects\DebugImplementation";s:40:"a32157adc2a0fc4eaf52910358f8fd754d5a919c";s:43:"Neos\Fusion\FusionObjects\Helpers\FluidView";s:40:"0b57b98f86cdd234432ce123d0ea31ba62f6b67c";s:58:"Neos\Fusion\FusionObjects\Helpers\FusionAwareViewInterface";s:40:"8c793dcd95b89cb323bb5834b59d027a51cf262e";s:49:"Neos\Fusion\FusionObjects\Helpers\FusionPathProxy";s:40:"66062070e469beeeaa2e1e5f18e8d674e922cc1c";s:43:"Neos\Fusion\FusionObjects\Helpers\LazyProps";s:40:"bf4c49454bc7a984b387496472d46cdfa105fec3";s:52:"Neos\Fusion\FusionObjects\HttpResponseImplementation";s:40:"5d72a3b03a299e931158a9498f1ca749b581b127";s:57:"Neos\Fusion\FusionObjects\Http\ResponseHeadImplementation";s:40:"4e705fb8d42f060bb7c562e5298d21b53e31cf45";s:44:"Neos\Fusion\FusionObjects\JoinImplementation";s:40:"9e1e89fd5aebc4708b94a68cd61be878305c8f1d";s:44:"Neos\Fusion\FusionObjects\LoopImplementation";s:40:"bf35b1f2e2ea71b04e9ffd171e7e1834b7ab094f";s:43:"Neos\Fusion\FusionObjects\MapImplementation";s:40:"56895a78370bbb9e2b349680d87f30d0dfdd1d70";s:45:"Neos\Fusion\FusionObjects\MatchImplementation";s:40:"d420ab31fef1b1310763ebd5850ea1f43eb01d25";s:47:"Neos\Fusion\FusionObjects\MatcherImplementation";s:40:"e03208ad3e858b153ef21d28274fcde355ff804c";s:44:"Neos\Fusion\FusionObjects\MemoImplementation";s:40:"1dc3a5ba23fc32eba6ea83d43501ec53d95cabbd";s:48:"Neos\Fusion\FusionObjects\RawArrayImplementation";s:40:"4dc3ad85c940fd87057bd63097c6cb572f68050f";s:53:"Neos\Fusion\FusionObjects\RawCollectionImplementation";s:40:"e82252bec89e88010aec99a8327ca951c59c98de";s:46:"Neos\Fusion\FusionObjects\ReduceImplementation";s:40:"55ca6a8567ca70092c55b89545efbe5c1163b423";s:48:"Neos\Fusion\FusionObjects\RendererImplementation";s:40:"4dc5084059527b4413db955db0ed9e875804e778";s:51:"Neos\Fusion\FusionObjects\ResourceUriImplementation";s:40:"23ee170f2b349f57ff080c8ec2d1f5baf7c95a8b";s:43:"Neos\Fusion\FusionObjects\TagImplementation";s:40:"d8e380692a77aa7d76ba8634546b72c683f3c31d";s:48:"Neos\Fusion\FusionObjects\TemplateImplementation";s:40:"86bca4f92cb584dd5e7d0cb253189e60c6b43960";s:50:"Neos\Fusion\FusionObjects\UriBuilderImplementation";s:40:"42b348587229f3c690783ddecc33730d7e6bf66c";s:45:"Neos\Fusion\FusionObjects\ValueImplementation";s:40:"05aed89c58d9c41f0ebf9932a3d6921c656f60d3";s:19:"Neos\Fusion\Package";s:40:"7c3f6a0942b36afef4d92e8da5a488606e8e8193";s:30:"Neos\Fusion\Service\DebugStack";s:40:"f67fc30b8965ac8708f1bed47977a94ef38f89a7";s:33:"Neos\Fusion\Service\HtmlAugmenter";s:40:"776f4e22caf87cee367a5a910fc3459b42fc2516";s:42:"Neos\Fusion\ViewHelpers\FusionContextTrait";s:40:"f9f58914cf008f613a6263b3ced83f510b53d7a7";s:40:"Neos\Fusion\ViewHelpers\RenderViewHelper";s:40:"302f180b389e39d2273762d964d7fcd42106757d";s:27:"Neos\Fusion\View\FusionView";s:40:"09a75e531d8005e61858b419eabc5c72366f863e";s:60:"Neos\Media\Browser\Controller\AddTranslatedFlashMessageTrait";s:40:"2383a770d4a4f6653590cda66b139453c3da84f5";s:55:"Neos\Media\Browser\Controller\AssetCollectionController";s:40:"88ef931ee91047201af175441f7b3e99b8da477a";s:45:"Neos\Media\Browser\Controller\AssetController";s:40:"030eff77ecfca907a2cdbb37c6886e7ec48b7097";s:50:"Neos\Media\Browser\Controller\AssetProxyController";s:40:"2d9be4a91c72bafc67a7cc4f37e0e76c9180f8d2";s:45:"Neos\Media\Browser\Controller\ImageController";s:40:"0caedf572dea0b99745034fd58f25a41ae9fe6ba";s:52:"Neos\Media\Browser\Controller\ImageVariantController";s:40:"8e3b756f705f3f591d9302058945a56610378e79";s:43:"Neos\Media\Browser\Controller\TagController";s:40:"5d5217087d2c6bf02f2a5556bdefea6e73453606";s:45:"Neos\Media\Browser\Controller\UsageController";s:40:"a1dd8ea4eba12c26c4b4bd2fa3768cbc7261218f";s:37:"Neos\Media\Browser\Domain\ImageMapper";s:40:"3de4a4a25468a09da7ece15adfafbdfb875408b7";s:46:"Neos\Media\Browser\Domain\Session\BrowserState";s:40:"a08af10c169d4b47157d94db3de6769a9c137b14";s:60:"Neos\Media\Browser\ViewHelpers\Controller\PaginateController";s:40:"c66520cebeaa71aad611719a5f1349d8fb69979c";s:49:"Neos\Media\Browser\ViewHelpers\PaginateViewHelper";s:40:"0d4194e9f9ef083b45dec1520a0033cac243769e";s:50:"Neos\Media\Browser\ViewHelpers\ThumbnailViewHelper";s:40:"525abd0ec0f2f5c30af6ccd9e2ef1ba3b307c1a4";s:41:"Neos\Media\Command\MediaCommandController";s:40:"ce4250f98634cf2428581b1ebea25a233932f72b";s:41:"Neos\Media\Controller\ThumbnailController";s:40:"79082c28527480ce1302348bfd0acb4d5721e6a4";s:50:"Neos\Media\Domain\EventListener\ImageEventListener";s:40:"3a1919792a1f5cd0850078e5749dfafd6da4823c";s:53:"Neos\Media\Domain\Model\Adjustment\AbstractAdjustment";s:40:"d9c70678acceeab9a6be7d126c328499a7b26679";s:58:"Neos\Media\Domain\Model\Adjustment\AbstractImageAdjustment";s:40:"d841e9e2ba8d25d61d81f0f5be910e734893c6da";s:54:"Neos\Media\Domain\Model\Adjustment\AdjustmentInterface";s:40:"3d0673a90a3ee8acea5c4efe8a99cdcaff6d4d27";s:54:"Neos\Media\Domain\Model\Adjustment\CropImageAdjustment";s:40:"79035ef43f74f7ab9344cfbe444946e8f3234d02";s:59:"Neos\Media\Domain\Model\Adjustment\ImageAdjustmentInterface";s:40:"1ffe0ad24c891930eaf2bb61e3c1e9e8e8f9718c";s:57:"Neos\Media\Domain\Model\Adjustment\QualityImageAdjustment";s:40:"cfbde88c58038c64cf1bf6284d89d4e29b9d6934";s:56:"Neos\Media\Domain\Model\Adjustment\ResizeImageAdjustment";s:40:"6879f7ea19c621375ae0e0be62ac2c04cbd1e97e";s:29:"Neos\Media\Domain\Model\Asset";s:40:"d1f1cdc6f52b1f9806ee09fa089714d78fe1f6b1";s:39:"Neos\Media\Domain\Model\AssetCollection";s:40:"b78ce00b5d8654fb63e7f0da909338dbe58d9b7e";s:38:"Neos\Media\Domain\Model\AssetInterface";s:40:"609ab7072d2181423fbfd78ad08baf758dcc620e";s:67:"Neos\Media\Domain\Model\AssetSource\AssetNotFoundExceptionInterface";s:40:"9bea00e31c3c52f1226eea8140b3bc51168adb69";s:60:"Neos\Media\Domain\Model\AssetSource\AssetProxyQueryInterface";s:40:"9958725989428eb3332f9cc4beff4cb3a57ac1e6";s:66:"Neos\Media\Domain\Model\AssetSource\AssetProxyQueryResultInterface";s:40:"edc6f6d068d345b6d680d68d4ad745e8431fb49e";s:65:"Neos\Media\Domain\Model\AssetSource\AssetProxyRepositoryInterface";s:40:"e14f9b1e3f21127d0a19bdedd61f06f6806633c4";s:66:"Neos\Media\Domain\Model\AssetSource\AssetProxy\AssetProxyInterface";s:40:"6cccd0db7654d19a67cdfc41f14a516e68190694";s:73:"Neos\Media\Domain\Model\AssetSource\AssetProxy\HasRemoteOriginalInterface";s:40:"c3586fb75813cb7a816506d2cb91bc9ced18881c";s:75:"Neos\Media\Domain\Model\AssetSource\AssetProxy\ProvidesOriginalUriInterface";s:40:"98f75dad981471a67633f64d3be8f8c7a75daaa5";s:76:"Neos\Media\Domain\Model\AssetSource\AssetProxy\SupportsIptcMetadataInterface";s:40:"b09610175b9017f28f06e9753a3a9f2f215f8832";s:61:"Neos\Media\Domain\Model\AssetSource\AssetSourceAwareInterface";s:40:"7b51a365018be2277400c1324229830d27e8caf1";s:75:"Neos\Media\Domain\Model\AssetSource\AssetSourceConnectionExceptionInterface";s:40:"5899bccb35b2fe27a75343a49cc8f9e878c343fb";s:56:"Neos\Media\Domain\Model\AssetSource\AssetSourceInterface";s:40:"eb8b6a8209a22c01d46037749e8188810d448be5";s:51:"Neos\Media\Domain\Model\AssetSource\AssetTypeFilter";s:40:"ac6a1f0c4f436485fea66fc8901ca0a1c5dc44f2";s:67:"Neos\Media\Domain\Model\AssetSource\Neos\NeosAssetNotFoundException";s:40:"7be87959efbcf2678a59ba734a64a1eb2f24d72d";s:55:"Neos\Media\Domain\Model\AssetSource\Neos\NeosAssetProxy";s:40:"e9c6f1cabf5575b7be4ca1a5a310d949df0d7827";s:60:"Neos\Media\Domain\Model\AssetSource\Neos\NeosAssetProxyQuery";s:40:"9103e8f8f9d04f7e5554ef4fe92739e1de45183b";s:66:"Neos\Media\Domain\Model\AssetSource\Neos\NeosAssetProxyQueryResult";s:40:"1f2a6d0a95935e09fab47862376fe55ef604f47d";s:65:"Neos\Media\Domain\Model\AssetSource\Neos\NeosAssetProxyRepository";s:40:"738c0331d9232a9cfd2daf92e85033d03a5979f2";s:56:"Neos\Media\Domain\Model\AssetSource\Neos\NeosAssetSource";s:40:"2c7d141163b31b4c5aa2253f62d7812e17919e0f";s:64:"Neos\Media\Domain\Model\AssetSource\SupportsCollectionsInterface";s:40:"152345d90577d133d6e651c074f7f8d34e92b659";s:60:"Neos\Media\Domain\Model\AssetSource\SupportsSortingInterface";s:40:"b68adcdb1250665c679c8070f93041d809ed4c25";s:60:"Neos\Media\Domain\Model\AssetSource\SupportsTaggingInterface";s:40:"0b18d11701530c84f5d620d102dca481350d607c";s:45:"Neos\Media\Domain\Model\AssetVariantInterface";s:40:"0a339e5296c1bfc24c5b2f72be064c598e910cff";s:29:"Neos\Media\Domain\Model\Audio";s:40:"c340ca2ef15a89c83fcb4a302acea153144aad9e";s:39:"Neos\Media\Domain\Model\DimensionsTrait";s:40:"399c3cf7e5057e7158c6d2b097349dc318dbc86f";s:32:"Neos\Media\Domain\Model\Document";s:40:"d314f690e0e92e3c6683c4d19d52f7a27f8371b1";s:44:"Neos\Media\Domain\Model\Dto\AssetConstraints";s:40:"c600d0db551c89390f887aa0c6e7619c6bd75f74";s:42:"Neos\Media\Domain\Model\Dto\UsageReference";s:40:"e0247b64bdec420439a463f83323dd9d7361b2a1";s:36:"Neos\Media\Domain\Model\FileTypeIcon";s:40:"cd8b01d3060928c84c07840abf0a3aaa8ec890ac";s:29:"Neos\Media\Domain\Model\Image";s:40:"497e030568ff509cd24561fdceca2aaffadf4774";s:38:"Neos\Media\Domain\Model\ImageInterface";s:40:"2c5e711402d8dcf793b6c42f626da1841b13de25";s:36:"Neos\Media\Domain\Model\ImageVariant";s:40:"fa39a687ac60d5de5ea76f82425a00fdad15ea28";s:37:"Neos\Media\Domain\Model\ImportedAsset";s:40:"b53566d1ac9eb57e588b752407e141ad9e3224b1";s:44:"Neos\Media\Domain\Model\ImportedAssetManager";s:40:"3b286ea4420ef66d0adb7169387b9f0c226d428e";s:36:"Neos\Media\Domain\Model\QualityTrait";s:40:"7992a63f2cb70fdd98cc3ebd49bdab5286d3887d";s:46:"Neos\Media\Domain\Model\ResourceBasedInterface";s:40:"58ad67a1c50b91bde91cdda1652992ed988f15dd";s:27:"Neos\Media\Domain\Model\Tag";s:40:"acd403a2b3ffc6089e0c7221bb59f4870c06a796";s:33:"Neos\Media\Domain\Model\Thumbnail";s:40:"63993b6ba72508290246aa1f0ee76385a20cf932";s:46:"Neos\Media\Domain\Model\ThumbnailConfiguration";s:40:"c3070414a6e26468850d182e55bd8d8a35d3022c";s:69:"Neos\Media\Domain\Model\ThumbnailGenerator\AbstractThumbnailGenerator";s:40:"42f29ba154b92c863bb15a7fc84ea706f4a49416";s:69:"Neos\Media\Domain\Model\ThumbnailGenerator\DocumentThumbnailGenerator";s:40:"78a2fc340e33bbd32895e99246a65021e289bdf2";s:73:"Neos\Media\Domain\Model\ThumbnailGenerator\FontDocumentThumbnailGenerator";s:40:"115ad37e413e9d44c2649fdb87bc3f5a93c37545";s:65:"Neos\Media\Domain\Model\ThumbnailGenerator\IconThumbnailGenerator";s:40:"5aedb50025718af7e42d40dac13851c1f0c56874";s:66:"Neos\Media\Domain\Model\ThumbnailGenerator\ImageThumbnailGenerator";s:40:"90b502874427f8f84c0744af71478d5d740b4a3f";s:70:"Neos\Media\Domain\Model\ThumbnailGenerator\ThumbnailGeneratorInterface";s:40:"4c05353902223876e264f3eada0c37fe563e3211";s:49:"Neos\Media\Domain\Model\ThumbnailSupportInterface";s:40:"033fae4c765c801018e08001014276223c1100d2";s:47:"Neos\Media\Domain\Model\VariantSupportInterface";s:40:"fffdd1ff34b67412fc258a68b017169852781a21";s:29:"Neos\Media\Domain\Model\Video";s:40:"cea4998921ea025e5adc3d22337c55ba16ee9311";s:54:"Neos\Media\Domain\Repository\AssetCollectionRepository";s:40:"e573677cc5344d2e66cd6bdc63ec0027e852931d";s:44:"Neos\Media\Domain\Repository\AssetRepository";s:40:"ab44d87c8cca3d1b26dbf1f07e28bc6a17e552fa";s:44:"Neos\Media\Domain\Repository\AudioRepository";s:40:"12cf7537450f4cdc7022d77e63d9fc012f5d9efe";s:47:"Neos\Media\Domain\Repository\DocumentRepository";s:40:"3fb9625267f20930fb6183801cfd5bd2cd009858";s:44:"Neos\Media\Domain\Repository\ImageRepository";s:40:"0676d298106f417178c0f018cb1a06581d9b50cc";s:52:"Neos\Media\Domain\Repository\ImportedAssetRepository";s:40:"dda7519e6c5ef1f6537b9a52e4737d302e7563ee";s:42:"Neos\Media\Domain\Repository\TagRepository";s:40:"9be042de5e93e30cad45c0dad87a4d8f1ab7b461";s:48:"Neos\Media\Domain\Repository\ThumbnailRepository";s:40:"b188593b42d96223fa3fef09b6d4ef255286e317";s:44:"Neos\Media\Domain\Repository\VideoRepository";s:40:"3906f350175eaef80c7593b1a2d00bd75dc3eff1";s:38:"Neos\Media\Domain\Service\AssetService";s:40:"b077e1e4094e590080580043624bddc5401655ae";s:44:"Neos\Media\Domain\Service\AssetSourceService";s:40:"d8ef216ce9a02797b77178b7060560eeb0e7fbb7";s:47:"Neos\Media\Domain\Service\AssetVariantGenerator";s:40:"19bffece9bf97d9845bcacb6c86425fa350d838a";s:45:"Neos\Media\Domain\Service\FileTypeIconService";s:40:"352f8854deda975e5fb9302bf3ad47e047977486";s:38:"Neos\Media\Domain\Service\ImageService";s:40:"079e501c47ed89c3c2ce7a7118624addba2f2fad";s:44:"Neos\Media\Domain\Service\ThumbnailGenerator";s:40:"2d673e722e471908197e8a7c5af661e468ebe082";s:42:"Neos\Media\Domain\Service\ThumbnailService";s:40:"d86ea19f8b1b276cf70a28fcd7bc5b4b771c4123";s:53:"Neos\Media\Domain\Strategy\AbstractAssetUsageStrategy";s:40:"65871a00e3d0499c49201b7180528c166d85e672";s:61:"Neos\Media\Domain\Strategy\AssetModelMappingStrategyInterface";s:40:"b37d9a1d0e655ec4f34b1cf4b808fd303bb0e321";s:54:"Neos\Media\Domain\Strategy\AssetUsageStrategyInterface";s:40:"aaf13b62309fa386ede04b9ae31be17fffb97a90";s:65:"Neos\Media\Domain\Strategy\ConfigurationAssetModelMappingStrategy";s:40:"d480058e8eb940103f3da25a05eec98b268dda25";s:53:"Neos\Media\Domain\Strategy\ThumbnailGeneratorStrategy";s:40:"09e8e7596f6702e82d23796fd0e03e65d1075517";s:42:"Neos\Media\Domain\Validator\AssetValidator";s:40:"ad3b9242230cf9bd62d4fd776a66d3f19f8b2844";s:51:"Neos\Media\Domain\Validator\AssetValidatorInterface";s:40:"54819505c030757c8de692a07355c576f5c33be0";s:42:"Neos\Media\Domain\Validator\AudioValidator";s:40:"48ba3145e59631fa38d62ae321c6a8d8e925b0f4";s:42:"Neos\Media\Domain\Validator\ImageValidator";s:40:"a47b931c8a971ac00e9911f582cb7dadc393f2e5";s:42:"Neos\Media\Domain\Validator\VideoValidator";s:40:"d6bb5c8152d0598a18f581347d57eb6a8d22226d";s:54:"Neos\Media\Domain\ValueObject\Configuration\Adjustment";s:40:"09a4257eaa6aeb2d896f37333097b2f50d660518";s:55:"Neos\Media\Domain\ValueObject\Configuration\AspectRatio";s:40:"31c5699c4846ae47866d92f658886951b828194d";s:49:"Neos\Media\Domain\ValueObject\Configuration\Label";s:40:"4d1ff7f940cfdfeb1b17ed7ddbe3958ff00684f2";s:60:"Neos\Media\Domain\ValueObject\Configuration\MediaTypePattern";s:40:"2192fe41225beff051f714af795110af0c1c60ab";s:51:"Neos\Media\Domain\ValueObject\Configuration\Variant";s:40:"0d0bd606c86c53ccd8db59b0e4b9708968953f4b";s:57:"Neos\Media\Domain\ValueObject\Configuration\VariantPreset";s:40:"08a3352f2b8af3febab64e13619baf95775b68ef";s:20:"Neos\Media\Exception";s:40:"6307bd272acba008fb515295171018661926c91c";s:42:"Neos\Media\Exception\AssetServiceException";s:40:"c7d5009fa1177f483b82854128f9d98160ff06c6";s:48:"Neos\Media\Exception\AssetSourceServiceException";s:40:"f016adcb99658f798ebacb5833db735284804da8";s:51:"Neos\Media\Exception\AssetVariantGeneratorException";s:40:"4320ad28c4f9647d119b190ee84e1c95f87d75b1";s:39:"Neos\Media\Exception\ImageFileException";s:40:"5f09a369755f619c0043875122532e3f8b4431ce";s:42:"Neos\Media\Exception\ImageServiceException";s:40:"8777bea3de712a81b7c73a1c77f32126245275c6";s:50:"Neos\Media\Exception\NoThumbnailAvailableException";s:40:"6269a2f9c93c9c1a5d362e62fdbc6b422fdcf800";s:46:"Neos\Media\Exception\ThumbnailServiceException";s:40:"093d581bf7b004286f68536d3579f0e1dce9d509";s:22:"Neos\Media\Imagine\Box";s:40:"e7904ecbfb6cd0faa0b99d42d4e8196c6c694a55";s:18:"Neos\Media\Package";s:40:"9afc42cdcdfe8ebf9801fd9704184388f581db1e";s:91:"Neos\Media\Security\Authorization\Privilege\Doctrine\AssetAssetCollectionConditionGenerator";s:40:"8317240c4276019b6215d9bd7e5f5fbb784e284c";s:86:"Neos\Media\Security\Authorization\Privilege\Doctrine\AssetCollectionConditionGenerator";s:40:"189a5f078c31788c88179e16fe1d650bc22d42ab";s:76:"Neos\Media\Security\Authorization\Privilege\Doctrine\AssetConditionGenerator";s:40:"06891b285ec303572e61f5df17fc0b9526a2774f";s:79:"Neos\Media\Security\Authorization\Privilege\Doctrine\AssetTagConditionGenerator";s:40:"4981811b9665b6756ae3e9f90c417621d3f1d5d8";s:98:"Neos\Media\Security\Authorization\Privilege\Doctrine\AssetWithoutAssetCollectionConditionGenerator";s:40:"857b94169ac001b29745a0be9f1155019ea30e2f";s:74:"Neos\Media\Security\Authorization\Privilege\Doctrine\TagConditionGenerator";s:40:"c58e911ce926d8e17a192d7a7278225cc81e6b83";s:72:"Neos\Media\Security\Authorization\Privilege\ReadAssetCollectionPrivilege";s:40:"e6a3e8b73b84e85b203b387e787aad7c13e6be49";s:62:"Neos\Media\Security\Authorization\Privilege\ReadAssetPrivilege";s:40:"95d4babed56000689147fcb7c4b2a315396a83f0";s:60:"Neos\Media\Security\Authorization\Privilege\ReadTagPrivilege";s:40:"d2238c268059f5c8a70a84024d80070e732d4035";s:39:"Neos\Media\TypeConverter\ArrayConverter";s:40:"4b479cfe23ac64809aebecb056e3077cbc985aca";s:55:"Neos\Media\TypeConverter\AspectRatioFromStringConverter";s:40:"c5972e4c4c7ca6c9bc990e275cec86b903a315b4";s:56:"Neos\Media\TypeConverter\AssetCollectionToArrayConverter";s:40:"da8147ef69e6fa3aab7ea2d07ca033b3ac413b5a";s:48:"Neos\Media\TypeConverter\AssetInterfaceConverter";s:40:"1d0c5f73e41e0eb6cb73d6f3c765246993a82425";s:39:"Neos\Media\TypeConverter\ImageConverter";s:40:"7eb9fa492ef351965c34cf90c744ab6a9afbc386";s:53:"Neos\Media\TypeConverter\ImageInterfaceArrayPresenter";s:40:"c0be6b2500f0450c0f1e0b22dffbaf50286b4b66";s:48:"Neos\Media\TypeConverter\ImageInterfaceConverter";s:40:"08d17b1a3cecdaca650ff7223b0fe35dc4a1b3b5";s:53:"Neos\Media\TypeConverter\ImageInterfaceJsonSerializer";s:40:"b2960af49d53afa0ad98546c0f845688837095bc";s:46:"Neos\Media\TypeConverter\ImageVariantConverter";s:40:"e3443a430cb2a93fb2d28920a549e407956a7970";s:56:"Neos\Media\TypeConverter\ProcessingInstructionsConverter";s:40:"414d3c077b19965beffdc58a54561086332e8b3f";s:37:"Neos\Media\TypeConverter\TagConverter";s:40:"06eb47699fe6c95933f150adab2197abc041d74d";s:44:"Neos\Media\TypeConverter\TagToArrayConverter";s:40:"093d4e713fa9b50cf9333c278104d265c129e4d1";s:46:"Neos\Media\Validator\ImageOrientationValidator";s:40:"6d891130e610db0730fa91e070794f2ed78f0fef";s:39:"Neos\Media\Validator\ImageSizeValidator";s:40:"9c39297b335d0170172da1418cafaa2a9aaf256e";s:39:"Neos\Media\Validator\ImageTypeValidator";s:40:"754b013e61df974d83b4883e3558512ffad1c34f";s:45:"Neos\Media\ViewHelpers\FileTypeIconViewHelper";s:40:"9405198e5c25af84b4bc04770183d42452b944f7";s:46:"Neos\Media\ViewHelpers\Form\CheckboxViewHelper";s:40:"352bfce8afd2602af0404da7a9bc86d2373240cd";s:52:"Neos\Media\ViewHelpers\Format\RelativeDateViewHelper";s:40:"cbc39ca705d17920e56155ae3c3101f775adfc16";s:38:"Neos\Media\ViewHelpers\ImageViewHelper";s:40:"a248869d5d52fb610ed4092c71ed5be5b197542f";s:42:"Neos\Media\ViewHelpers\ThumbnailViewHelper";s:40:"c54b9ef986ca33527dfd0dc77d14b3dc6bd8ff91";s:42:"Neos\Media\ViewHelpers\Uri\ImageViewHelper";s:40:"4915079324089cfab4dfd078e8885052cd3f38bb";s:46:"Neos\Media\ViewHelpers\Uri\ThumbnailViewHelper";s:40:"8755a7be5a4bea0ed64092632c15c9325ef9bbf2";s:37:"Neos\Neos\Aspects\FusionCachingAspect";s:40:"f484b8b73f61719cef24242894b288340775a51b";s:55:"Neos\Neos\Aspects\NodeTypeConfigurationEnrichmentAspect";s:40:"0d43df666f3b3fc973fcdf0b5c960598bd36cf0e";s:33:"Neos\Neos\Aspects\PluginUriAspect";s:40:"07190ab07a9d9a7290a916457841d9bb551b00a5";s:43:"Neos\Neos\Aspects\ScrambleTranslationAspect";s:40:"7f7c70cb8ea3c757fa5f87908e960c73f9daf5bc";s:45:"Neos\Neos\Aspects\SiteRepositoryCachingAspect";s:40:"a29d5dedcf098f00d5055651595d23931bdaa81a";s:41:"Neos\Neos\Command\DomainCommandController";s:40:"fd40766ff332f131a5da37e700695ca431c93211";s:45:"Neos\Neos\Command\NodeCommandControllerPlugin";s:40:"149b9628a94bb08696563829883fd23e1b664c1f";s:39:"Neos\Neos\Command\SiteCommandController";s:40:"60b3c925ff4c86409a85b778c045c6adbf028d5e";s:39:"Neos\Neos\Command\UserCommandController";s:40:"821f634384c2a78b413a39e75d9d2f7a2cb524f4";s:44:"Neos\Neos\Command\WorkspaceCommandController";s:40:"2a7fafbc24df2d1c85bdc413ef80e43a90c6583b";s:48:"Neos\Neos\Controller\BackendUserTranslationTrait";s:40:"d5b0ce446f54ed3445da4dcd9dca34a9a80d5531";s:46:"Neos\Neos\Controller\Backend\BackendController";s:40:"b82061220e926974bc152b2db49b047568ad8fec";s:46:"Neos\Neos\Controller\Backend\ContentController";s:40:"3dcc00357ca0095d9b7288810ce069c70e112a31";s:39:"Neos\Neos\Controller\Backend\MenuHelper";s:40:"a184ed0f4eba8977e71a84351f6eafb496f7d955";s:45:"Neos\Neos\Controller\Backend\ModuleController";s:40:"998f18bd37ca162d60cc2f1c5fc1b53a6620765c";s:45:"Neos\Neos\Controller\Backend\SchemaController";s:40:"0cd2da8ebe1f95bc1f1d529ea3f64943edea2682";s:47:"Neos\Neos\Controller\Backend\SettingsController";s:40:"ff0570ad15412a8441fb762416d9172ff0c323b8";s:46:"Neos\Neos\Controller\CreateContentContextTrait";s:40:"e0eab380c82a5ced3f13ab05c4702734bd74b9ac";s:30:"Neos\Neos\Controller\Exception";s:40:"791e6ad4463f4880b63f96fd1ec63e46097a1de8";s:54:"Neos\Neos\Controller\Exception\DisabledModuleException";s:40:"930004e30dac30102453a63537eb6dbf8d89b008";s:52:"Neos\Neos\Controller\Exception\NodeCreationException";s:40:"34facb64f5c85f97826e5cf28224414f81e13ad2";s:52:"Neos\Neos\Controller\Exception\NodeNotFoundException";s:40:"1a45b3dee15f7f13471ace7492fdcbad60b0da2c";s:60:"Neos\Neos\Controller\Exception\UnresolvableShortcutException";s:40:"447cee084cb4c0819241b887c0c49f77a80df680";s:44:"Neos\Neos\Controller\Frontend\NodeController";s:40:"0d16bd0b198889cff04837ff01ab35438a16beb3";s:36:"Neos\Neos\Controller\LoginController";s:40:"8a17c1895986627a6b76afcbf58ec527e82d6b04";s:52:"Neos\Neos\Controller\Module\AbstractModuleController";s:40:"2130de4369e818f85ff7fdcb7cec05b235853b46";s:52:"Neos\Neos\Controller\Module\AdministrationController";s:40:"72d8abc95ba6abfe87bc4baad013a957d7424f48";s:66:"Neos\Neos\Controller\Module\Administration\ConfigurationController";s:40:"4c8e0d4e63bc59e5aca3a15b6a288ecac9185a3b";s:62:"Neos\Neos\Controller\Module\Administration\DimensionController";s:40:"19a85f80f4ae95698e9e126be875e3e83fa32628";s:61:"Neos\Neos\Controller\Module\Administration\PackagesController";s:40:"0f271072e4cecbf22bf7f6779a1b2c9415481b74";s:58:"Neos\Neos\Controller\Module\Administration\SitesController";s:40:"ef01f1b04392db40d1b2f16bca5c6c44a32f5365";s:58:"Neos\Neos\Controller\Module\Administration\UsersController";s:40:"d86cf6a5ae629f8d11b7b2afbc033b45d56fec97";s:48:"Neos\Neos\Controller\Module\ManagementController";s:40:"2c814a53c7a73588ab1bf54e0e485de23c09c9ff";s:56:"Neos\Neos\Controller\Module\Management\HistoryController";s:40:"c8b2710f108a9cec28acc58b77cf56200e7dde26";s:59:"Neos\Neos\Controller\Module\Management\WorkspacesController";s:40:"8b8cea1292d2d9722ae045a0219b81e7bdf468fe";s:42:"Neos\Neos\Controller\Module\UserController";s:40:"5b57751f90ddced8c1c19e7e1aa38161ac0b28ff";s:55:"Neos\Neos\Controller\Module\User\UserSettingsController";s:40:"27084b348981b570382ce7229fd6b6efd0026025";s:51:"Neos\Neos\Controller\Service\AssetProxiesController";s:40:"594c500c967f6cd505d36497c8d922d0e96d25d4";s:45:"Neos\Neos\Controller\Service\AssetsController";s:40:"62b0117ccb76f19ac9727b9d46225b6c0087f9ea";s:56:"Neos\Neos\Controller\Service\ContentDimensionsController";s:40:"f479676ff90de02eb3e95c028f6c05f028e4797c";s:44:"Neos\Neos\Controller\Service\NodesController";s:40:"8a84e320230571c99abde15ab6bbb2d83d0d1393";s:49:"Neos\Neos\Controller\Service\WorkspacesController";s:40:"381647529bd22e9c45f48d28a713e156e70b59a3";s:55:"Neos\Neos\Domain\EventListener\AccountPostEventListener";s:40:"8048002109ffe34cc8908a509b296c450093bf29";s:26:"Neos\Neos\Domain\Exception";s:40:"3a2649ae0b24866d565795f3a642c31cfabea756";s:29:"Neos\Neos\Domain\Model\Domain";s:40:"474649fe594d1b57c9288219bbdc5a7eb9f7d12c";s:53:"Neos\Neos\Domain\Model\Dto\AssetUsageInNodeProperties";s:40:"9b9710fbd0e720a1ee071dc03cf789de9c969a0e";s:43:"Neos\Neos\Domain\Model\PluginViewDefinition";s:40:"85ebebba4a4dfcc93be65c85c22ee5517710df2d";s:27:"Neos\Neos\Domain\Model\Site";s:40:"5a9fa49961e1233e0bf35b07f79c270f35657b94";s:27:"Neos\Neos\Domain\Model\User";s:40:"fbccbec2165240039e807863ed2e61176ec9410a";s:40:"Neos\Neos\Domain\Model\UserInterfaceMode";s:40:"89045f3f425e17a645be382790fa5ea284dbf8cc";s:38:"Neos\Neos\Domain\Model\UserPreferences";s:40:"3c7f1e8beae42aa88ffb99e299fc124393332c59";s:44:"Neos\Neos\Domain\Repository\DomainRepository";s:40:"6af9c8cbbb30842e41e697a8af43265be2a92a6d";s:42:"Neos\Neos\Domain\Repository\SiteRepository";s:40:"15eeaec147c65ae1caa468e1690905931bc025de";s:42:"Neos\Neos\Domain\Repository\UserRepository";s:40:"fa3eab84085ee4a3322d35cfadf8c538ea1d0eb6";s:66:"Neos\Neos\Domain\Service\ConfigurationContentDimensionPresetSource";s:40:"87c81fc6b664d612121e083a17d6dc5b58797c9a";s:39:"Neos\Neos\Domain\Service\ContentContext";s:40:"8799569ddedfdfc943330182c54a64aa00cbca60";s:46:"Neos\Neos\Domain\Service\ContentContextFactory";s:40:"a8fb4db6d15d6984182d179c4cb68ac817bbf536";s:62:"Neos\Neos\Domain\Service\ContentDimensionPresetSourceInterface";s:40:"98b0ecafb77454126c649fec13c988395e0e6ae4";s:59:"Neos\Neos\Domain\Service\DefaultPrototypeGeneratorInterface";s:40:"63a42b49976af6e57262f963aec05dc1f931d4a8";s:47:"Neos\Neos\Domain\Service\DomainMatchingStrategy";s:40:"2cd2275c298c47b5b0e694a31b476aa543038ef1";s:38:"Neos\Neos\Domain\Service\FusionService";s:40:"424ee5b68e04b0615a68c2695553f173784e679b";s:42:"Neos\Neos\Domain\Service\NodeSearchService";s:40:"e19079538869cb9890e88d76b11bdc0a5bd9cd73";s:51:"Neos\Neos\Domain\Service\NodeSearchServiceInterface";s:40:"7ddfe3993957b97df14a1aff4d601f196c6d9573";s:45:"Neos\Neos\Domain\Service\NodeShortcutResolver";s:40:"97a2997c304f1c7bc009fae48414d9ecbeca6c22";s:42:"Neos\Neos\Domain\Service\SiteExportService";s:40:"d081468f457218a6b4ccd0752bffa28ad20f4cf5";s:42:"Neos\Neos\Domain\Service\SiteImportService";s:40:"3e6beadbf5dfef8ab002976722d15d85abec6e63";s:36:"Neos\Neos\Domain\Service\SiteService";s:40:"59f31eb5af64a3a7d6443da68dc320fc7b37334b";s:49:"Neos\Neos\Domain\Service\UserInterfaceModeService";s:40:"1f50fef8ff58a559bd9d07e6cbd49dbc13e07d30";s:36:"Neos\Neos\Domain\Service\UserService";s:40:"3c1889e3944689d99b284d6a7781f83aa748f87a";s:60:"Neos\Neos\Domain\Strategy\AssetUsageInNodePropertiesStrategy";s:40:"fc14988ca711e4b3479f5628c2cd58ae1e0032b6";s:50:"Neos\Neos\Eel\FlowQueryOperations\ParentsOperation";s:40:"eb21ee9825b4d1f83b1961a17bb1cda4369174e1";s:55:"Neos\Neos\Eel\FlowQueryOperations\ParentsUntilOperation";s:40:"6115b8166b688c05f92d856c6d15461111bf3a14";s:47:"Neos\Neos\Eel\FlowQueryOperations\SortOperation";s:40:"1cefe50e2ea33806d05e0459c332abad64bf6f5b";s:37:"Neos\Neos\EventLog\Domain\Model\Event";s:40:"d0ae24d2dbc708ef14e62f1c6991b658937f79ef";s:44:"Neos\Neos\EventLog\Domain\Model\EventsOnDate";s:40:"a1fd7a84fe2ee5a229caef70fe4a616de17b9ffb";s:41:"Neos\Neos\EventLog\Domain\Model\NodeEvent";s:40:"980590c983943b35ee28a24186e5e2b186bad9b4";s:52:"Neos\Neos\EventLog\Domain\Repository\EventRepository";s:40:"c401b70ce7be3cc77480477df87ddc7f5c9f59e4";s:54:"Neos\Neos\EventLog\Domain\Service\EventEmittingService";s:40:"acf75dfa7579abbcf01072d3f1483fe6e860f058";s:58:"Neos\Neos\EventLog\Integrations\AbstractIntegrationService";s:40:"3329c1516a05bdc73711b623c0c6801b43bf38ae";s:67:"Neos\Neos\EventLog\Integrations\ContentRepositoryIntegrationService";s:40:"91a6b8d92e32aea92fba5ab5267bc43a78ec2922";s:56:"Neos\Neos\EventLog\Integrations\EntityIntegrationService";s:40:"5f3436953335d0ee6b864e47950021f12b8014f3";s:19:"Neos\Neos\Exception";s:40:"3861339d6ca3b051634139fd9c172ae2aab2ae60";s:48:"Neos\Neos\Fusion\AbstractMenuItemsImplementation";s:40:"7f2045b8e6a9d94565d7966460b82ebc3be629f0";s:42:"Neos\Neos\Fusion\Cache\ContentCacheFlusher";s:40:"d7dde465ee8bf0c6d9a8080ca4276dda588f20c4";s:53:"Neos\Neos\Fusion\ContentElementEditableImplementation";s:40:"5de3f26f73c84a5f8753d13693702cb8fb528d65";s:53:"Neos\Neos\Fusion\ContentElementWrappingImplementation";s:40:"3b1026edf480bca33c5247e10bb816ac9a87c2fe";s:42:"Neos\Neos\Fusion\ConvertUrisImplementation";s:40:"0f9a9b208c8621819766946a6b7fa6ba8d82e4e4";s:50:"Neos\Neos\Fusion\DimensionsMenuItemsImplementation";s:40:"37c29648fa4019936777b0d34b78dccbdd1ac4ac";s:54:"Neos\Neos\Fusion\ExceptionHandlers\NodeWrappingHandler";s:40:"9e948caaad38cb980c63ac6c4bb16cfe3c41d09f";s:46:"Neos\Neos\Fusion\ExceptionHandlers\PageHandler";s:40:"270791e3f82a2471eb3783b7774c76a28c2a02b6";s:35:"Neos\Neos\Fusion\Helper\ArrayHelper";s:40:"8c85d34d57031326e0c72190b36a6b37c5f66903";s:37:"Neos\Neos\Fusion\Helper\CachingHelper";s:40:"687a00812f285d4f633edb54779e63cb65d67db1";s:34:"Neos\Neos\Fusion\Helper\LinkHelper";s:40:"b2db2dbd598e9f885e14782181e184ac1cce871a";s:34:"Neos\Neos\Fusion\Helper\NodeHelper";s:40:"a3c5c11a0eefce1b3f14ca186b0fe9796db07780";s:38:"Neos\Neos\Fusion\Helper\NodeLabelToken";s:40:"babfd9e03cce4e2d6f22fa75b6dd3d36e29d498f";s:39:"Neos\Neos\Fusion\Helper\RenderingHelper";s:40:"32e070115505cdeb8b0134c194835badd519fcf9";s:39:"Neos\Neos\Fusion\ImageUriImplementation";s:40:"a4baccc8c633ec52c995a2e1a3e5f70f00718171";s:40:"Neos\Neos\Fusion\MenuItemsImplementation";s:40:"dfb1673a02b6ed08d1a6eada5dfc486d8cb145db";s:38:"Neos\Neos\Fusion\NodeUriImplementation";s:40:"f32da641f0a98382a48b019e24fcf9e50993e875";s:37:"Neos\Neos\Fusion\PluginImplementation";s:40:"be7def8d3f027d754bf3fd76db592a314accf235";s:41:"Neos\Neos\Fusion\PluginViewImplementation";s:40:"662b66aa4a428f12fcf93f105b3b1883439a2f15";s:59:"Neos\Neos\NodeTypePostprocessor\CreationDialogPostprocessor";s:40:"f368e5b85cc801b1b35a5caf7a5accc979bc507d";s:66:"Neos\Neos\NodeTypePostprocessor\DefaultPropertyEditorPostprocessor";s:40:"f7f883ebda727da8a3a97e310f701cdd06ed3d68";s:60:"Neos\Neos\NodeTypePostprocessor\IconNameMappingPostprocessor";s:40:"cb619b58b1caab9c42df3c2ec70371db42635abe";s:59:"Neos\Neos\NodeTypePostprocessor\NodeTypePresetPostprocessor";s:40:"13c2b98c0eeab4b17fb9228e1430139a84a3b8d7";s:59:"Neos\Neos\NodeTypePostprocessor\PluginNodeTypePostprocessor";s:40:"8347851c3893625f6c42a3dc3e63194ec1259a05";s:17:"Neos\Neos\Package";s:40:"721100da4b9ce87ce6c341c978e4b3aecb500c75";s:62:"Neos\Neos\Presentation\Model\Svg\InterDimensionalFallbackGraph";s:40:"2e1aa3aca853ff8fffa0802305a23e0e916f819f";s:62:"Neos\Neos\Presentation\Model\Svg\IntraDimensionalFallbackGraph";s:40:"45545990d725718c9742217f91ea9f4cfc33eab0";s:42:"Neos\Neos\Routing\Aspects\RouteCacheAspect";s:40:"1faf3506cb73611be7808f89774d15223b0a3773";s:47:"Neos\Neos\Routing\BackendModuleRoutePartHandler";s:40:"c60af27a70fab80550c3d4474ff6ed0300bae226";s:41:"Neos\Neos\Routing\Cache\RouteCacheFlusher";s:40:"614bfd5148020defce9385d7f779dd2f606e68fd";s:27:"Neos\Neos\Routing\Exception";s:40:"b7ea7f510b27c93a4cd669a043d3eb7bfa95ef79";s:70:"Neos\Neos\Routing\Exception\InvalidDimensionPresetCombinationException";s:40:"fb2a112a3c4d27b8e97c028d9db627187dbd4cf0";s:55:"Neos\Neos\Routing\Exception\InvalidRequestPathException";s:40:"f32a6d0109096dd4de7dbbc640766ead4cc8941f";s:52:"Neos\Neos\Routing\Exception\InvalidShortcutException";s:40:"ba0d38079783f4de6e65a70fa5f9fa9ccd081624";s:56:"Neos\Neos\Routing\Exception\MissingNodePropertyException";s:40:"957d33d01cc191af787ae9345c8193030fd75e14";s:47:"Neos\Neos\Routing\Exception\NoHomepageException";s:40:"e6ad833fca3b25d29b9d9e9a56cce5839bb69865";s:43:"Neos\Neos\Routing\Exception\NoSiteException";s:40:"59f4f4db5e775d54c26fe3abaaf6c66583509901";s:47:"Neos\Neos\Routing\Exception\NoSiteNodeException";s:40:"2440c9bd7a995bd8c4c5161741f5f979681ce60b";s:57:"Neos\Neos\Routing\Exception\NoSuchDimensionValueException";s:40:"119ad383a5cc34e0ac5da6e5c69a35c9497359d1";s:47:"Neos\Neos\Routing\Exception\NoSuchNodeException";s:40:"fbc035fc89d421d42420545921e53233aff6fa2e";s:48:"Neos\Neos\Routing\Exception\NoWorkspaceException";s:40:"320454b7ff9a30b03626699e6dc2fe0d317fb3c9";s:46:"Neos\Neos\Routing\FrontendNodeRoutePartHandler";s:40:"2b49ce5e881de9f4cd3ed00fd64540413d474260";s:55:"Neos\Neos\Routing\FrontendNodeRoutePartHandlerInterface";s:40:"08df6e47a702a26a3587b2edfbd87ba224f4c9cb";s:45:"Neos\Neos\Routing\NodeIdentityConverterAspect";s:40:"5ed8889c189bcfc5133d0b89d4a737004f07bc46";s:42:"Neos\Neos\Routing\RequestUriHostMiddleware";s:40:"337f6e115c1b8714f41c8aff58829a2acc0dd991";s:58:"Neos\Neos\Security\Authorization\Privilege\ModulePrivilege";s:40:"01f6d765f789118235f071ac33dac81dfc65c1e3";s:65:"Neos\Neos\Security\Authorization\Privilege\ModulePrivilegeSubject";s:40:"2124a363ead3077d16ebb05d00545580205ae5d8";s:60:"Neos\Neos\Security\Authorization\Privilege\NodeTreePrivilege";s:40:"4f734dc020bc1a05d7e02cd312bb4cbaf2f9a890";s:43:"Neos\Neos\Service\BackendRedirectionService";s:40:"3fbf6fb57372c9e7185ac3ac279fa27d7cebbf70";s:47:"Neos\Neos\Service\ContentElementEditableService";s:40:"50aea00cc10bb70b810a5ff2efefdec3a1cb8ac4";s:47:"Neos\Neos\Service\ContentElementWrappingService";s:40:"5044f1901db99c70bb9bed28254803833a1c9182";s:54:"Neos\Neos\Service\Controller\AbstractServiceController";s:40:"905395dad4bdc9d16aa2334d23b51da5d5740037";s:49:"Neos\Neos\Service\Controller\DataSourceController";s:40:"db8f94d82f81d76030ab925169ee500eada54bfa";s:43:"Neos\Neos\Service\Controller\NodeController";s:40:"80fe6b79b004437dc1a02b8307346ce0a39399f7";s:53:"Neos\Neos\Service\Controller\UserPreferenceController";s:40:"24a8b61135c100cf69a39af9b7f8df126efc5065";s:48:"Neos\Neos\Service\Controller\WorkspaceController";s:40:"8034bdd64f682725c3d9363d64d788f45235e31a";s:47:"Neos\Neos\Service\DataSource\AbstractDataSource";s:40:"ceca9ed41ea53467bf73f69fcdd492042d1983b0";s:48:"Neos\Neos\Service\DataSource\DataSourceInterface";s:40:"796f2657d5134d0eea163a8a99146729f02fe4a5";s:40:"Neos\Neos\Service\IconNameMappingService";s:40:"b47a4c49da8b0e7305c04bb2ed0895d2742f203c";s:46:"Neos\Neos\Service\ImageVariantGarbageCollector";s:40:"17d5c572c9a7cd447413a2658136a9eb9878c42b";s:32:"Neos\Neos\Service\LinkingService";s:40:"586885fd12c637e685f8cbb172cbff4dc523fc4f";s:45:"Neos\Neos\Service\Mapping\DateStringConverter";s:40:"f9ac8c1051a12c501b24877cd6dbc8a9581fd7b8";s:54:"Neos\Neos\Service\Mapping\NodePropertyConverterService";s:40:"0a2016fef211a0e6c48d22806700540f95802655";s:48:"Neos\Neos\Service\Mapping\NodeReferenceConverter";s:40:"b9e69eca39240b874d5ade1b007fdff087824d9b";s:49:"Neos\Neos\Service\Mapping\NodeTypeStringConverter";s:40:"0c8c706f1bf4ca9ada5a16a109302e42580d69f6";s:32:"Neos\Neos\Service\NodeOperations";s:40:"a6b20cfae86ea6f16e7072f8e9d965f092b06811";s:39:"Neos\Neos\Service\NodeTypeSchemaBuilder";s:40:"6d1e45497a7bad2512a944d9db6de914bbfeb27a";s:31:"Neos\Neos\Service\PluginService";s:40:"eeb7f3fb2870b09ef1f077294fdcfe8d8b5fe21a";s:35:"Neos\Neos\Service\PublishingService";s:40:"7da080b468729d1751860d3b8d9cc719bfd4abd3";s:40:"Neos\Neos\Service\TransliterationService";s:40:"b4c1955c63dcf50608a0223c410ef2f9410f7f1c";s:29:"Neos\Neos\Service\UserService";s:40:"ca9f9413ada7554e8e8136ca9c82ecd12cad6a24";s:34:"Neos\Neos\Service\VieSchemaBuilder";s:40:"0a27e5378cd32394805108f7e596fd909a914787";s:31:"Neos\Neos\Service\View\NodeView";s:40:"744a88d63fd16bf7cd5cf9d06e8940e26de787fb";s:30:"Neos\Neos\Service\XliffService";s:40:"c86f0531769900519fae6ef293f4060a6aaa3d22";s:33:"Neos\Neos\TYPO3CR\NeosNodeService";s:40:"ab3b3a41ab718dd88dd31725477cd039f41b7d17";s:42:"Neos\Neos\TYPO3CR\NeosNodeServiceInterface";s:40:"6ccedd0eac0523cc30c419975dd23c4e3e5cffa9";s:53:"Neos\Neos\TYPO3CR\Transformations\AssetTransformation";s:40:"e362bea45b7bb3f32cc57ba7b08180f9329da499";s:60:"Neos\Neos\TYPO3CR\Transformations\ImageVariantTransformation";s:40:"29074b986ba8ab08e93943453c99f9476a23bf7b";s:58:"Neos\Neos\TYPO3CR\Transformations\PluginViewTransformation";s:40:"6ac61093d835f15abb850b59698363c39286a643";s:49:"Neos\Neos\TypeConverter\EntityToIdentityConverter";s:40:"9f3a8f6fa786e28a205eef9e0c76b872e055bc39";s:37:"Neos\Neos\TypeConverter\NodeConverter";s:40:"a285dceef4823c563ee583f2b3acee0a31e92d99";s:38:"Neos\Neos\Utility\BackendAssetsUtility";s:40:"681a119b3adde17c69a6c2b8e364d1bac1c16283";s:45:"Neos\Neos\Utility\NodeUriPathSegmentGenerator";s:40:"74c9a494d2917e5bfc997d502f1da03280de9dd7";s:22:"Neos\Neos\Utility\User";s:40:"54d84b1d450dcfc8c2f5fbbd72aa9eeac8b7b929";s:48:"Neos\Neos\Validation\Validator\HostnameValidator";s:40:"3c75a0fd5bf2eaa94b77128276c04e66b703784e";s:48:"Neos\Neos\Validation\Validator\NodeNameValidator";s:40:"5ae64dac8c19c31782e5be079798fb08124cdd4c";s:50:"Neos\Neos\Validation\Validator\PackageKeyValidator";s:40:"f6a22d11bb483e0f931dc72c94a6c6af65cce0f9";s:48:"Neos\Neos\Validation\Validator\PasswordValidator";s:40:"91d640347d306287123071a3f2f996bb283f75ec";s:56:"Neos\Neos\Validation\Validator\UserDoesNotExistValidator";s:40:"12d214c11c3831a24ed64b0698b6d275b330669f";s:67:"Neos\Neos\ViewHelpers\Backend\AuthenticationProviderLabelViewHelper";s:40:"1fef618c0eee9a8ba4b3648846e8540cced62040";s:51:"Neos\Neos\ViewHelpers\Backend\ChangeStatsViewHelper";s:40:"321b6f57abc01ae6130d34bc52d3d68adb349a6a";s:53:"Neos\Neos\ViewHelpers\Backend\ColorOfStringViewHelper";s:40:"25a13633a209af0f8430bb52dcdaff9ca1ef25f6";s:65:"Neos\Neos\ViewHelpers\Backend\ConfigurationCacheVersionViewHelper";s:40:"3c160a2e31a874a74d3c58c593f41ed1d62963f7";s:57:"Neos\Neos\ViewHelpers\Backend\ConfigurationTreeViewHelper";s:40:"8be0c3611d01e6f1a418597bb837b7d698a8b549";s:55:"Neos\Neos\ViewHelpers\Backend\CssBuiltVersionViewHelper";s:40:"588af30145a0e2259a2b368fccfad997992296a4";s:62:"Neos\Neos\ViewHelpers\Backend\DocumentBreadcrumbPathViewHelper";s:40:"b11883c899ada7c70fe2bd6f381164e03fcd1c38";s:58:"Neos\Neos\ViewHelpers\Backend\IfModuleAccessibleViewHelper";s:40:"b9715e9c7bb8f3bf214a27222cc782a98cc7c8bd";s:57:"Neos\Neos\ViewHelpers\Backend\InterfaceLanguageViewHelper";s:40:"33bff5ac9cf2dee863b1004cfe884e6f7f7ac4e8";s:59:"Neos\Neos\ViewHelpers\Backend\IsAllowedToEditUserViewHelper";s:40:"c8193c1b693f95483544dd132e09af1421e00d60";s:63:"Neos\Neos\ViewHelpers\Backend\JavascriptConfigurationViewHelper";s:40:"7c6c14abf33e5b438fd9a0c978dc3b7f9c8d817e";s:49:"Neos\Neos\ViewHelpers\Backend\TranslateViewHelper";s:40:"29efb285232a2272cf09f5235cd7b2beb9f3fd26";s:52:"Neos\Neos\ViewHelpers\Backend\UserInitialsViewHelper";s:40:"5260633712262e2b89d9a82f58ce59f04d7390c7";s:57:"Neos\Neos\ViewHelpers\Backend\XliffCacheVersionViewHelper";s:40:"c756d0d117a5897061c0d121f68cc660c6e7c420";s:55:"Neos\Neos\ViewHelpers\ContentElement\EditableViewHelper";s:40:"e85db6cd747574a0193dc45c4a802b75dc952551";s:51:"Neos\Neos\ViewHelpers\ContentElement\WrapViewHelper";s:40:"c90bdd58f9041fa0e47500fcec5815a24236f08f";s:39:"Neos\Neos\ViewHelpers\GetTypeViewHelper";s:40:"e9a51caaa2fbfeb32eba7d30885e6c1027b1bfc0";s:43:"Neos\Neos\ViewHelpers\Link\ModuleViewHelper";s:40:"1e29a83cf62a401d7b0cbd21f12ee2ab22755ef4";s:41:"Neos\Neos\ViewHelpers\Link\NodeViewHelper";s:40:"3294b0abedd427a18ca55d4d58241d8dff8fc8cf";s:52:"Neos\Neos\ViewHelpers\Node\ClosestDocumentViewHelper";s:40:"74aa8342e8bd4890677c35e15fbde8999fc67cb9";s:64:"Neos\Neos\ViewHelpers\Rendering\AbstractRenderingStateViewHelper";s:40:"b7af3c40556a991fe8761f15bcd182462681f8b5";s:51:"Neos\Neos\ViewHelpers\Rendering\InBackendViewHelper";s:40:"cb0ca7fb342d3aa7a21ab24736a14d85bf8e7e77";s:52:"Neos\Neos\ViewHelpers\Rendering\InEditModeViewHelper";s:40:"e4913734c6b77d68c6fc33c35e952ce40c68f6d1";s:55:"Neos\Neos\ViewHelpers\Rendering\InPreviewModeViewHelper";s:40:"9d13ffe542119ad85109f482102e1773a4bfc25f";s:46:"Neos\Neos\ViewHelpers\Rendering\LiveViewHelper";s:40:"872b8ee59c394a887ab727c060c8bfc7847c5097";s:46:"Neos\Neos\ViewHelpers\StandaloneViewViewHelper";s:40:"e06aaa1c543bd6b21236a9f391da48858b97c882";s:42:"Neos\Neos\ViewHelpers\Uri\ModuleViewHelper";s:40:"f153b9830430dc0d546cdb5ed6d7aa938a698066";s:40:"Neos\Neos\ViewHelpers\Uri\NodeViewHelper";s:40:"8a671416939701f78312aeaad9a0c00dbe8e9c61";s:34:"Neos\Neos\View\FusionExceptionView";s:40:"e474a4ade3e1a5a13701e505f66e3c4172faabc7";s:25:"Neos\Neos\View\FusionView";s:40:"6b262e850754ec94228492d6fd98af2dcb8a8022";s:34:"Neos\Neos\View\FusionViewI18nTrait";s:40:"5549e2222ed4ce1cfb7eb10100f9976a4a55c21c";s:36:"Neos\Neos\View\Service\AssetJsonView";s:40:"c0307cdff5aef075d43ac74663004859d2f558a8";s:35:"Neos\Neos\View\Service\NodeJsonView";s:40:"d84be658fe43bbb4b05a8b4e8081e1ea9d7420f8";s:40:"Neos\Neos\View\Service\WorkspaceJsonView";s:40:"0d732b32dd573f8d111d2143dc72abb4ddda3c67";s:63:"Neos\NodeTypes\Form\Service\DataSource\FormDefinitionDataSource";s:40:"ecf96717c7e05b2efe1f5546d538a87cd090c8ec";s:55:"Neos\SiteKickstarter\Command\KickstartCommandController";s:40:"c7e144de6cfdf8775980e11f604d7e8a5fd8a823";s:51:"Neos\SiteKickstarter\Generator\AfxTemplateGenerator";s:40:"c0240159db0055e505b67c8a6192686828ec66b7";s:60:"Neos\SiteKickstarter\Generator\SitePackageGeneratorInterface";s:40:"b92fa3f6fe8177c17898bd8543a03cb6b3008fe9";s:61:"Neos\SiteKickstarter\Service\FusionRecursiveDirectoryRenderer";s:40:"7bf2020696d9e4abc88dbcaf19eb53415d3afca8";s:51:"Neos\SiteKickstarter\Service\SimpleTemplateRenderer";s:40:"568b0873828300e7211c1fd7144595a4db45b5bd";s:59:"Neos\SiteKickstarter\Service\SiteGeneratorCollectingService";s:40:"544399b924af8f9942645d9c01176109e91ba6b0";s:60:"Neos\SiteKickstarter\Service\SitePackageGeneratorNameService";s:40:"bcd60f3e14f42d5ed559277b20932ad4c6bb6427";}i:1;a:1:{i:0;s:3:"7.3";}i:2;a:188:{i:0;s:4:"Neos";i:1;s:13:"Neos\CliSetup";i:2;s:21:"Neos\CliSetup\Command";i:3;s:28:"Neos\CliSetup\Infrastructure";i:4;s:37:"Neos\CliSetup\Infrastructure\Database";i:5;s:41:"Neos\CliSetup\Infrastructure\ImageHandler";i:6;s:22:"Neos\ContentRepository";i:7;s:30:"Neos\ContentRepository\Command";i:8;s:36:"Neos\ContentRepository\Configuration";i:9;s:29:"Neos\ContentRepository\Domain";i:10;s:43:"Neos\ContentRepository\Domain\ContentStream";i:11;s:45:"Neos\ContentRepository\Domain\ContentSubgraph";i:12;s:37:"Neos\ContentRepository\Domain\Factory";i:13;s:35:"Neos\ContentRepository\Domain\Model";i:14;s:50:"Neos\ContentRepository\Domain\Model\InterDimension";i:15;s:50:"Neos\ContentRepository\Domain\Model\IntraDimension";i:16;s:60:"Neos\ContentRepository\Domain\Model\IntraDimension\Exception";i:17;s:43:"Neos\ContentRepository\Domain\NodeAggregate";i:18;s:53:"Neos\ContentRepository\Domain\NodeAggregate\Exception";i:19;s:38:"Neos\ContentRepository\Domain\NodeType";i:20;s:40:"Neos\ContentRepository\Domain\Projection";i:21;s:48:"Neos\ContentRepository\Domain\Projection\Content";i:22;s:40:"Neos\ContentRepository\Domain\Repository";i:23;s:37:"Neos\ContentRepository\Domain\Service";i:24;s:43:"Neos\ContentRepository\Domain\Service\Cache";i:25;s:41:"Neos\ContentRepository\Domain\Service\Dto";i:26;s:50:"Neos\ContentRepository\Domain\Service\ImportExport";i:27;s:37:"Neos\ContentRepository\Domain\Utility";i:28;s:26:"Neos\ContentRepository\Eel";i:29;s:46:"Neos\ContentRepository\Eel\FlowQueryOperations";i:30;s:32:"Neos\ContentRepository\Exception";i:31;s:32:"Neos\ContentRepository\Migration";i:32;s:40:"Neos\ContentRepository\Migration\Command";i:33;s:46:"Neos\ContentRepository\Migration\Configuration";i:34;s:39:"Neos\ContentRepository\Migration\Domain";i:35;s:47:"Neos\ContentRepository\Migration\Domain\Factory";i:36;s:45:"Neos\ContentRepository\Migration\Domain\Model";i:37;s:50:"Neos\ContentRepository\Migration\Domain\Repository";i:38;s:42:"Neos\ContentRepository\Migration\Exception";i:39;s:40:"Neos\ContentRepository\Migration\Filters";i:40;s:40:"Neos\ContentRepository\Migration\Service";i:41;s:48:"Neos\ContentRepository\Migration\Transformations";i:42;s:44:"Neos\ContentRepository\NodeTypePostprocessor";i:43;s:34:"Neos\ContentRepository\Persistence";i:44;s:38:"Neos\ContentRepository\Persistence\Ast";i:45;s:31:"Neos\ContentRepository\Security";i:46;s:45:"Neos\ContentRepository\Security\Authorization";i:47;s:55:"Neos\ContentRepository\Security\Authorization\Privilege";i:48;s:60:"Neos\ContentRepository\Security\Authorization\Privilege\Node";i:49;s:69:"Neos\ContentRepository\Security\Authorization\Privilege\Node\Doctrine";i:50;s:30:"Neos\ContentRepository\Service";i:51;s:40:"Neos\ContentRepository\Service\Exception";i:52;s:38:"Neos\ContentRepository\Service\Utility";i:53;s:36:"Neos\ContentRepository\TypeConverter";i:54;s:33:"Neos\ContentRepository\Validation";i:55;s:43:"Neos\ContentRepository\Validation\Validator";i:56;s:34:"Neos\ContentRepository\ViewHelpers";i:57;s:41:"Neos\ContentRepository\ViewHelpers\Widget";i:58;s:52:"Neos\ContentRepository\ViewHelpers\Widget\Controller";i:59;s:9:"Neos\Diff";i:60;s:18:"Neos\Diff\Renderer";i:61;s:23:"Neos\Diff\Renderer\Html";i:62;s:23:"Neos\Diff\Renderer\Text";i:63;s:11:"Neos\Fusion";i:64;s:15:"Neos\Fusion\Afx";i:65;s:19:"Neos\Fusion\Afx\Dsl";i:66;s:25:"Neos\Fusion\Afx\Exception";i:67;s:22:"Neos\Fusion\Afx\Parser";i:68;s:33:"Neos\Fusion\Afx\Parser\Expression";i:69;s:23:"Neos\Fusion\Afx\Service";i:70;s:19:"Neos\Fusion\Aspects";i:71;s:16:"Neos\Fusion\Core";i:72;s:22:"Neos\Fusion\Core\Cache";i:73;s:34:"Neos\Fusion\Core\ExceptionHandlers";i:74;s:15:"Neos\Fusion\Eel";i:75;s:21:"Neos\Fusion\Exception";i:76;s:25:"Neos\Fusion\FusionObjects";i:77;s:33:"Neos\Fusion\FusionObjects\Helpers";i:78;s:30:"Neos\Fusion\FusionObjects\Http";i:79;s:19:"Neos\Fusion\Service";i:80;s:16:"Neos\Fusion\View";i:81;s:23:"Neos\Fusion\ViewHelpers";i:82;s:10:"Neos\Media";i:83;s:18:"Neos\Media\Browser";i:84;s:29:"Neos\Media\Browser\Controller";i:85;s:25:"Neos\Media\Browser\Domain";i:86;s:33:"Neos\Media\Browser\Domain\Session";i:87;s:30:"Neos\Media\Browser\ViewHelpers";i:88;s:41:"Neos\Media\Browser\ViewHelpers\Controller";i:89;s:18:"Neos\Media\Command";i:90;s:21:"Neos\Media\Controller";i:91;s:17:"Neos\Media\Domain";i:92;s:31:"Neos\Media\Domain\EventListener";i:93;s:23:"Neos\Media\Domain\Model";i:94;s:34:"Neos\Media\Domain\Model\Adjustment";i:95;s:35:"Neos\Media\Domain\Model\AssetSource";i:96;s:46:"Neos\Media\Domain\Model\AssetSource\AssetProxy";i:97;s:40:"Neos\Media\Domain\Model\AssetSource\Neos";i:98;s:27:"Neos\Media\Domain\Model\Dto";i:99;s:42:"Neos\Media\Domain\Model\ThumbnailGenerator";i:100;s:28:"Neos\Media\Domain\Repository";i:101;s:25:"Neos\Media\Domain\Service";i:102;s:26:"Neos\Media\Domain\Strategy";i:103;s:27:"Neos\Media\Domain\Validator";i:104;s:29:"Neos\Media\Domain\ValueObject";i:105;s:43:"Neos\Media\Domain\ValueObject\Configuration";i:106;s:20:"Neos\Media\Exception";i:107;s:18:"Neos\Media\Imagine";i:108;s:19:"Neos\Media\Security";i:109;s:33:"Neos\Media\Security\Authorization";i:110;s:43:"Neos\Media\Security\Authorization\Privilege";i:111;s:52:"Neos\Media\Security\Authorization\Privilege\Doctrine";i:112;s:24:"Neos\Media\TypeConverter";i:113;s:20:"Neos\Media\Validator";i:114;s:22:"Neos\Media\ViewHelpers";i:115;s:27:"Neos\Media\ViewHelpers\Form";i:116;s:29:"Neos\Media\ViewHelpers\Format";i:117;s:26:"Neos\Media\ViewHelpers\Uri";i:118;s:9:"Neos\Neos";i:119;s:17:"Neos\Neos\Aspects";i:120;s:17:"Neos\Neos\Command";i:121;s:20:"Neos\Neos\Controller";i:122;s:28:"Neos\Neos\Controller\Backend";i:123;s:30:"Neos\Neos\Controller\Exception";i:124;s:29:"Neos\Neos\Controller\Frontend";i:125;s:27:"Neos\Neos\Controller\Module";i:126;s:42:"Neos\Neos\Controller\Module\Administration";i:127;s:38:"Neos\Neos\Controller\Module\Management";i:128;s:32:"Neos\Neos\Controller\Module\User";i:129;s:28:"Neos\Neos\Controller\Service";i:130;s:16:"Neos\Neos\Domain";i:131;s:30:"Neos\Neos\Domain\EventListener";i:132;s:22:"Neos\Neos\Domain\Model";i:133;s:26:"Neos\Neos\Domain\Model\Dto";i:134;s:27:"Neos\Neos\Domain\Repository";i:135;s:24:"Neos\Neos\Domain\Service";i:136;s:25:"Neos\Neos\Domain\Strategy";i:137;s:13:"Neos\Neos\Eel";i:138;s:33:"Neos\Neos\Eel\FlowQueryOperations";i:139;s:18:"Neos\Neos\EventLog";i:140;s:25:"Neos\Neos\EventLog\Domain";i:141;s:31:"Neos\Neos\EventLog\Domain\Model";i:142;s:36:"Neos\Neos\EventLog\Domain\Repository";i:143;s:33:"Neos\Neos\EventLog\Domain\Service";i:144;s:31:"Neos\Neos\EventLog\Integrations";i:145;s:16:"Neos\Neos\Fusion";i:146;s:22:"Neos\Neos\Fusion\Cache";i:147;s:34:"Neos\Neos\Fusion\ExceptionHandlers";i:148;s:23:"Neos\Neos\Fusion\Helper";i:149;s:31:"Neos\Neos\NodeTypePostprocessor";i:150;s:22:"Neos\Neos\Presentation";i:151;s:28:"Neos\Neos\Presentation\Model";i:152;s:32:"Neos\Neos\Presentation\Model\Svg";i:153;s:17:"Neos\Neos\Routing";i:154;s:25:"Neos\Neos\Routing\Aspects";i:155;s:23:"Neos\Neos\Routing\Cache";i:156;s:27:"Neos\Neos\Routing\Exception";i:157;s:18:"Neos\Neos\Security";i:158;s:32:"Neos\Neos\Security\Authorization";i:159;s:42:"Neos\Neos\Security\Authorization\Privilege";i:160;s:17:"Neos\Neos\Service";i:161;s:28:"Neos\Neos\Service\Controller";i:162;s:28:"Neos\Neos\Service\DataSource";i:163;s:25:"Neos\Neos\Service\Mapping";i:164;s:22:"Neos\Neos\Service\View";i:165;s:17:"Neos\Neos\TYPO3CR";i:166;s:33:"Neos\Neos\TYPO3CR\Transformations";i:167;s:23:"Neos\Neos\TypeConverter";i:168;s:17:"Neos\Neos\Utility";i:169;s:20:"Neos\Neos\Validation";i:170;s:30:"Neos\Neos\Validation\Validator";i:171;s:14:"Neos\Neos\View";i:172;s:21:"Neos\Neos\ViewHelpers";i:173;s:29:"Neos\Neos\ViewHelpers\Backend";i:174;s:36:"Neos\Neos\ViewHelpers\ContentElement";i:175;s:26:"Neos\Neos\ViewHelpers\Link";i:176;s:26:"Neos\Neos\ViewHelpers\Node";i:177;s:31:"Neos\Neos\ViewHelpers\Rendering";i:178;s:25:"Neos\Neos\ViewHelpers\Uri";i:179;s:22:"Neos\Neos\View\Service";i:180;s:14:"Neos\NodeTypes";i:181;s:19:"Neos\NodeTypes\Form";i:182;s:27:"Neos\NodeTypes\Form\Service";i:183;s:38:"Neos\NodeTypes\Form\Service\DataSource";i:184;s:20:"Neos\SiteKickstarter";i:185;s:28:"Neos\SiteKickstarter\Command";i:186;s:30:"Neos\SiteKickstarter\Generator";i:187;s:28:"Neos\SiteKickstarter\Service";}} \ No newline at end of file