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.