Neos\Flow\Core\Migrations\Version20141001000000::up PHP Method

up() public method

TYPO3.Neos/Inspector/Editors/HtmlEditor -> TYPO3.Neos/Inspector/Editors/CodeEditor
public up ( ) : void
return void
    public function up()
    {
        $this->searchAndReplace('TYPO3.Neos/Inspector/Editors/HtmlEditor', 'TYPO3.Neos/Inspector/Editors/CodeEditor', ['yaml']);
    }
Version20141001000000