Skip to content

Instantly share code, notes, and snippets.

View Nightbr's full-sized avatar
🦎

Titouan B Nightbr

🦎
View GitHub Profile
@Nightbr
Nightbr / CategoryListener.php
Last active October 6, 2021 17:20
FOSElasticaBundle: Doctrine ORM Listener with relation updates
<?php
namespace AppBundle\Listener\Search;
/**
* Automatically update ElasticSearch based on changes to the Doctrine source
* data. One listener is generated for each Doctrine entity / ElasticSearch type.
*/
class CategoryListener extends SearchListener
{