Neos\ContentRepository\Migration\Transformations\TransformationInterface::isTransformable PHP Метод

isTransformable() публичный Метод

Returns TRUE if the given node can be transformed by this transformation.
public isTransformable ( NodeData $node ) : boolean
$node Neos\ContentRepository\Domain\Model\NodeData
Результат boolean
    public function isTransformable(NodeData $node);
TransformationInterface