.. _api-documentation: .. _api-index: ================== API Documentation ================== Complete API reference for all PHP classes in the RTE CKEditor Image extension. .. contents:: Table of Contents :depth: 2 :local: API Components ============== .. card-grid:: :columns: 1 :columns-md: 2 :gap: 4 :class: pb-4 :card-height: 100 .. card:: 🎮 Controllers API Frontend and backend controllers for image handling and rendering .. card-footer:: :ref:`Read more ` :button-style: btn btn-primary stretched-link .. card:: 📊 Data Handling API Database hooks, content processing, and image transformations .. card-footer:: :ref:`Read more ` :button-style: btn btn-primary stretched-link .. card:: 🔔 Event Listeners PSR-14 event system integration for RTE configuration .. card-footer:: :ref:`Read more ` :button-style: btn btn-primary stretched-link Usage Examples ============== See :ref:`Common Use Cases ` for practical implementation examples of these APIs. Related Documentation ===================== - :ref:`Architecture Overview ` - Understand how components interact - :ref:`CKEditor Plugin Development ` - Frontend JavaScript components - :ref:`Configuration Guide ` - Configure PHP components .. toctree:: :hidden: :maxdepth: 1 Controllers DataHandling EventListeners