Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Neos
ContentRepository
Migration
Filters
FilterInterface
PHP Interface Neos\ContentRepository\Migration\Filters\FilterInterface
A call to the matches() method is used to determine that. Settings given to a transformation will be passed to accordingly named setters.
Show file
Open project: neos/neos-development-collection
Public Methods
Method
Description
matches
(
NodeData
$node
) :
boolean
If the given node satisfies the filter constraints, TRUE is returned.
Method Details
matches()
public
method
If the given node satisfies the filter constraints, TRUE is returned.
public
matches
(
NodeData
$node
) :
boolean
$node
Neos\ContentRepository\Domain\Model\NodeData
return
boolean