How can I deactivate the Gutenberg Editor without having to install an additional plugin?

With the following code in the functions.php:

add_filter('use_block_editor_for_post', '__return_false', 10);