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