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

getIdentifier() public method

Hardcoded to be stable after the rename to TYPO3 Flow.
public getIdentifier ( ) : string
return string
    public function getIdentifier()
    {
        return 'TYPO3.FLOW3-201205292145';
    }
Version20120529214500