.. include:: ../../Includes.txt .. _Extending-controllers: Extending controllers ^^^^^^^^^^^^^^^^^^^^^ If we want to add new actions or change existing ones edit actions. In this example wee add a custom validator and change updateAction: #. Create class: :: 'foo', ), array( 'User' => 'foo', ) ); #. In ext\_tables.php add the following code: :: Tx_Extbase_Utility_Extension::registerPlugin( 'community', 'Foo', 'Community: Nice Name For New Plugin' );