devigner/kunstmaan-api-bundle

Kunstmaan API Layer

v1.0.0 2019-10-09 21:50 UTC

This package is auto-updated.

Last update: 2024-03-26 20:03:12 UTC


README

See example/ for an example implementation

Api layer for https://github.com/Kunstmaan/KunstmaanBundlesCMS

composer require devigner/kunstmaan-api-bundle

How to

Page

Every Entity that implements Kunstmaan\NodeBundle\Entity\PageInterface that needs API exposure needs to:

  • Implement Devigner\KunstmaanApiBundle\Entity\PageModelInterface.
  • Have a model based upon Devigner\KunstmaanApiBundle\Model\PageEntityInterface.

Overview Page

If an overview page is needed (eg Newspage) you need to implement: Devigner\KunstmaanApiBundle\Entity\EntityInjectionInterface

PagePart

Every Entity that implements Kunstmaan\PagePartBundle\Helper\PagePartInterface that needs API exposure needs to:

  • Implement Devigner\KunstmaanApiBundle\Entity\PagePartsModelInterface.
  • Have a model based upon Devigner\KunstmaanApiBundle\Model\PagePartsEntityInterface.

Service

  Devigner\KunstmaanApiBundle\EventListener\SlugEventListener:
    arguments:
      - '%kunstmaan_menu.menus%'