Neos\Flow\Core\Migrations\Version20121205134000::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.Flow-201212051340';
    }
Version20121205134000