PHP Neos\ContentRepository\Migration\Filters Пространство имен

Interfaces

Имя Описание
FilterInterface Filter instances are used to filter nodes to be worked on during a migration.

Классы

Имя Описание
DimensionValues Filter nodes by their dimensions.
IsRemoved Filter removed nodes
NodeName Filter nodes by node name.
NodeType Filter nodes by node type.
PropertyNotEmpty Filter nodes having the given property and its value not empty.
Workspace Filter nodes by workspace name.