Skip to content

Instantly share code, notes, and snippets.

@thomas-seres
thomas-seres / JsonFilter.deprecated.php
Last active February 17, 2024 20:14
API Platform - JSON Filter
<?php
/**
*
* @author Thomas Sérès <thomas.seres@gmail.com>
*/
namespace App\Filter;
use ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\AbstractContextAwareFilter;
use ApiPlatform\Core\Bridge\Doctrine\Orm\Util\QueryNameGeneratorInterface;
use ApiPlatform\Core\Exception\InvalidArgumentException;