Neos\Neos\TYPO3CR\Transformations\AssetTransformation::isTransformable PHP Метод

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

public isTransformable ( NodeData $node ) : boolean
$node Neos\ContentRepository\Domain\Model\NodeData
Результат boolean
    public function isTransformable(NodeData $node)
    {
        return true;
    }