Neos\Neos\TYPO3CR\Transformations\AssetTransformation::isTransformable PHP Méthode

isTransformable() public méthode

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