Neos\Flow\Core\Migrations\Version20140911160326::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.TYPO3CR-140911160326';
    }
Version20140911160326