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