.. include:: /Includes.rst.txt .. index:: Events, Signals, Hooks .. _hooks: ========================= Events, signals and hooks ========================= Events, signals and hooks provide an easy way to extend the functionality of the TYPO3 Core and its extensions without blocking others to do the same. **Contents:** .. toctree:: :titlesonly: :maxdepth: 1 Concept/Index EventDispatcher/Index Events/Index SignalsSlots/Index Hooks/Index JavaScript/Index