Neos\Flow\Core\Migrations\Version20141001000000::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-201410010000';
    }
Version20141001000000