Skip to main content
Version: Next

Extending Pimcore Studio Backend

Pimcore Studio Backend Bundle can be extended to add custom endpoints, filters, grid customizations a.m.m. Most of the customizations can be done by implementing interfaces and registering the services with the according tags.

To add your custom implementations to the API docs you need to add the following configuration to your config.yaml:

pimcore_studio_backend:
open_api_scan_paths:
- "%kernel.project_dir%/vendor/<namespace>/<bundle-name>/src"

This ensures that swagger can scan your routes for the OpenApi documentation. Keep in mind that the paths are relative to the project directory.

The main topics that can be extended are: