• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

api-platform / core / 2979268597

pending completion
2979268597

push

github

GitHub
Merge 2.7 onto main

4 of 4 new or added lines in 2 files covered. (100.0%)

6387 of 10892 relevant lines covered (58.64%)

160.34 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/Metadata/Property/Factory/PropertyMetadataFactoryInterface.php
1
<?php
2

3
/*
4
 * This file is part of the API Platform project.
5
 *
6
 * (c) Kévin Dunglas <dunglas@gmail.com>
7
 *
8
 * For the full copyright and license information, please view the LICENSE
9
 * file that was distributed with this source code.
10
 */
11

12
declare(strict_types=1);
13

14
namespace ApiPlatform\Doctrine\Orm\Filter;
15

16
use ApiPlatform\Api\FilterInterface as BaseFilterInterface;
17
use ApiPlatform\Doctrine\Orm\Util\QueryNameGeneratorInterface;
18
use ApiPlatform\Metadata\Operation;
19
use Doctrine\ORM\QueryBuilder;
20

21
/**
22
 * Doctrine ORM filter interface.
23
 *
24
 * @author Kévin Dunglas <dunglas@gmail.com>
25
 */
26
interface FilterInterface extends BaseFilterInterface
27
{
28
    /**
29
     * Applies the filter.
30
     */
31
    public function apply(QueryBuilder $queryBuilder, QueryNameGeneratorInterface $queryNameGenerator, string $resourceClass, Operation $operation = null, array $context = []): void;
×
32
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2024 Coveralls, Inc