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

api-platform / core / 3694155512

pending completion
3694155512

push

github

GitHub
fix: do not use api_graphql_graphiql route when graphiQl is disabled because it won’t exist (#5266)

6551 of 11163 relevant lines covered (58.68%)

79.2 hits per line

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

0.0
/src/Api/IdentifiersExtractorInterface.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\Api;
15

16
use ApiPlatform\Exception\RuntimeException;
17
use ApiPlatform\Metadata\Operation;
18

19
/**
20
 * Extracts identifiers for a given Resource according to the retrieved Metadata.
21
 *
22
 * @author Antoine Bluchet <soyuka@gmail.com>
23
 */
24
interface IdentifiersExtractorInterface
25
{
26
    /**
27
     * Finds identifiers from an Item (object).
28
     *
29
     * @throws RuntimeException
30
     */
31
    public function getIdentifiersFromItem(object $item, ?Operation $operation = null, array $context = []): array;
×
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

© 2025 Coveralls, Inc