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

api-platform / core / 3901354110

pending completion
3901354110

push

github

GitHub
feat(jsonschema): serialization context on JsonSchema (#4860)

7567 of 12517 relevant lines covered (60.45%)

81.55 hits per line

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

0.0
/src/Doctrine/Odm/Extension/AggregationCollectionExtensionInterface.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\Odm\Extension;
15

16
use ApiPlatform\Metadata\Operation;
17
use Doctrine\ODM\MongoDB\Aggregation\Builder;
18

19
/**
20
 * Interface of Doctrine MongoDB ODM aggregation extensions for collection aggregations.
21
 *
22
 * @author Alan Poulain <contact@alanpoulain.eu>
23
 */
24
interface AggregationCollectionExtensionInterface
25
{
26
    public function applyToCollection(Builder $aggregationBuilder, string $resourceClass, Operation $operation = null, array &$context = []): void;
×
27
}
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

© 2026 Coveralls, Inc