Neos\Flow\Core\Migrations\Version20130911165500::getIdentifier PHP Method

getIdentifier() public method

For new migrations the classname pattern should be "Version" (14-character timestamp) and this method should *not* be implemented
public getIdentifier ( ) : string
return string
    public function getIdentifier()
    {
        return 'TYPO3.Neos.NodeTypes-201309111655';
    }
Version20130911165500