You are here

9 calls to HttpExceptionNormalizer::getInfoUrl() in JSON:API 8

HttpExceptionNormalizer::buildErrorObjects in src/Normalizer/HttpExceptionNormalizer.php
Builds the normalized JSON API error objects for the response.
NodeTest::testGetIndividual in tests/src/Functional/NodeTest.php
Tests GETting an individual resource, plus edge cases to ensure good DX.
NodeTest::testPatchPath in tests/src/Functional/NodeTest.php
Tests PATCHing a node's path with and without 'create url aliases'.
ResourceResponseTestTrait::getAccessDeniedResponse in tests/src/Functional/ResourceResponseTestTrait.php
Gets a generic forbidden response.
ResourceTestBase::assertResourceErrorResponse in tests/src/Functional/ResourceTestBase.php
Asserts that a resource error response has the given message.
ResourceTestBase::testDeleteIndividual in tests/src/Functional/ResourceTestBase.php
Tests DELETEing an individual resource, plus edge cases to ensure good DX.
ResourceTestBase::testPatchIndividual in tests/src/Functional/ResourceTestBase.php
Tests PATCHing an individual resource, plus edge cases to ensure good DX.
UserTest::testPatchDxForSecuritySensitiveBaseFields in tests/src/Functional/UserTest.php
Tests PATCHing security-sensitive base fields of the logged in account.
UserTest::testPatchSecurityOtherUser in tests/src/Functional/UserTest.php
Tests PATCHing security-sensitive base fields to change other users.