Neos\Neos\TYPO3CR\Transformations\PluginViewTransformation::isTransformable PHP Method

isTransformable() public method

public isTransformable ( NodeData $node ) : boolean
$node Neos\ContentRepository\Domain\Model\NodeData
return boolean
    public function isTransformable(NodeData $node)
    {
        return true;
    }
PluginViewTransformation