| RestConfigurationEntitiesUpdateTest |
class |
core/modules/rest/tests/src/Functional/Update/RestConfigurationEntitiesUpdateTest.php |
Tests that rest.settings is converted to rest_resource_config entities. |
| RestConfigurationEntitiesUpdateTest.php |
file |
core/modules/rest/tests/src/Functional/Update/RestConfigurationEntitiesUpdateTest.php |
|
| RestConfigurationEntitiesUpdateTest::$modules |
property |
core/modules/rest/tests/src/Functional/Update/RestConfigurationEntitiesUpdateTest.php |
Modules to enable after the database is loaded. |
| RestConfigurationEntitiesUpdateTest::setDatabaseDumpFiles |
function |
core/modules/rest/tests/src/Functional/Update/RestConfigurationEntitiesUpdateTest.php |
Set database dump files to be used. |
| RestConfigurationEntitiesUpdateTest::testResourcesConvertedToConfigEntities |
function |
core/modules/rest/tests/src/Functional/Update/RestConfigurationEntitiesUpdateTest.php |
Tests rest_update_8201(). |
| RestExportAuthCorrectionUpdateTest |
class |
core/modules/rest/tests/src/Functional/Update/RestExportAuthCorrectionUpdateTest.php |
Ensures that update hook is run properly for REST Export config. |
| RestExportAuthCorrectionUpdateTest.php |
file |
core/modules/rest/tests/src/Functional/Update/RestExportAuthCorrectionUpdateTest.php |
|
| RestExportAuthCorrectionUpdateTest::setDatabaseDumpFiles |
function |
core/modules/rest/tests/src/Functional/Update/RestExportAuthCorrectionUpdateTest.php |
Set database dump files to be used. |
| RestExportAuthCorrectionUpdateTest::testUpdate |
function |
core/modules/rest/tests/src/Functional/Update/RestExportAuthCorrectionUpdateTest.php |
Ensures that update hook is run for "rest" module. |
| RestExportAuthTest |
class |
core/modules/rest/tests/src/Kernel/Views/RestExportAuthTest.php |
Tests the auth option of rest exports. |
| RestExportAuthTest |
class |
core/modules/rest/tests/src/Functional/Views/RestExportAuthTest.php |
Tests authentication for REST display. |
| RestExportAuthTest.php |
file |
core/modules/rest/tests/src/Functional/Views/RestExportAuthTest.php |
|
| RestExportAuthTest.php |
file |
core/modules/rest/tests/src/Kernel/Views/RestExportAuthTest.php |
|
| RestExportAuthTest::$defaultTheme |
property |
core/modules/rest/tests/src/Functional/Views/RestExportAuthTest.php |
The theme to install as the default for testing. |
| RestExportAuthTest::$modules |
property |
core/modules/rest/tests/src/Functional/Views/RestExportAuthTest.php |
Modules to enable. |
| RestExportAuthTest::$modules |
property |
core/modules/rest/tests/src/Kernel/Views/RestExportAuthTest.php |
Modules to enable. |
| RestExportAuthTest::$testViews |
property |
core/modules/rest/tests/src/Kernel/Views/RestExportAuthTest.php |
Views to be enabled. |
| RestExportAuthTest::setUp |
function |
core/modules/rest/tests/src/Kernel/Views/RestExportAuthTest.php |
|
| RestExportAuthTest::setUp |
function |
core/modules/rest/tests/src/Functional/Views/RestExportAuthTest.php |
|
| RestExportAuthTest::testAuthCorrection |
function |
core/modules/rest/tests/src/Kernel/Views/RestExportAuthTest.php |
Ensures that rest export auth settings are automatically corrected. |
| RestExportAuthTest::testAuthProvidersOptions |
function |
core/modules/rest/tests/src/Functional/Views/RestExportAuthTest.php |
Checks that correct authentication providers are available for choosing. |
| RestExportAuthUpdateTest |
class |
core/modules/rest/tests/src/Functional/Update/RestExportAuthUpdateTest.php |
Ensures that update hook is run properly for REST Export config. |
| RestExportAuthUpdateTest.php |
file |
core/modules/rest/tests/src/Functional/Update/RestExportAuthUpdateTest.php |
|
| RestExportAuthUpdateTest::setDatabaseDumpFiles |
function |
core/modules/rest/tests/src/Functional/Update/RestExportAuthUpdateTest.php |
Set database dump files to be used. |
| RestExportAuthUpdateTest::testUpdate |
function |
core/modules/rest/tests/src/Functional/Update/RestExportAuthUpdateTest.php |
Ensures that update hook is run for rest module. |
| RestExportJsonApiUnsupported::$testViews |
property |
core/modules/jsonapi/tests/src/Functional/RestExportJsonApiUnsupported.php |
|
| RestExportJsonApiUnsupported::testFormatOptions |
function |
core/modules/jsonapi/tests/src/Functional/RestExportJsonApiUnsupported.php |
Tests that 'api_json' is not a RestExport format option. |
| RestExportTest |
class |
core/modules/rest/tests/src/Kernel/Views/RestExportTest.php |
Tests the REST export view display plugin. |
| RestExportTest.php |
file |
core/modules/rest/tests/src/Kernel/Views/RestExportTest.php |
|
| RestExportTest::$modules |
property |
core/modules/rest/tests/src/Kernel/Views/RestExportTest.php |
Modules to enable. |
| RestExportTest::$testViews |
property |
core/modules/rest/tests/src/Kernel/Views/RestExportTest.php |
Views to be enabled. |
| RestExportTest::setUp |
function |
core/modules/rest/tests/src/Kernel/Views/RestExportTest.php |
|
| RestExportTest::testBuildResponse |
function |
core/modules/rest/tests/src/Kernel/Views/RestExportTest.php |
@covers ::buildResponse[[api-linebreak]] |
| RestJsonApiUnsupported::testApiJsonNotSupportedInRest |
function |
core/modules/jsonapi/tests/src/Functional/RestJsonApiUnsupported.php |
Deploying a REST resource using api_json format results in 400 responses. |
| RestRegisterUserTest |
class |
core/modules/user/tests/src/Functional/RestRegisterUserTest.php |
Tests user registration via REST resource. |
| RestRegisterUserTest.php |
file |
core/modules/user/tests/src/Functional/RestRegisterUserTest.php |
|
| RestRegisterUserTest::$auth |
property |
core/modules/user/tests/src/Functional/RestRegisterUserTest.php |
The authentication mechanism to use in this test. |
| RestRegisterUserTest::$defaultTheme |
property |
core/modules/user/tests/src/Functional/RestRegisterUserTest.php |
The theme to install as the default for testing. |
| RestRegisterUserTest::$format |
property |
core/modules/user/tests/src/Functional/RestRegisterUserTest.php |
The format to use in this test. |
| RestRegisterUserTest::$mimeType |
property |
core/modules/user/tests/src/Functional/RestRegisterUserTest.php |
The MIME type that corresponds to $format. |
| RestRegisterUserTest::$modules |
property |
core/modules/user/tests/src/Functional/RestRegisterUserTest.php |
Modules to install. |
| RestRegisterUserTest::$resourceConfigId |
property |
core/modules/user/tests/src/Functional/RestRegisterUserTest.php |
The REST Resource Config entity ID under test (i.e. a resource type). |
| RestRegisterUserTest::assertNormalizationEdgeCases |
function |
core/modules/user/tests/src/Functional/RestRegisterUserTest.php |
Asserts normalization-specific edge cases. |
| RestRegisterUserTest::createRequestBody |
function |
core/modules/user/tests/src/Functional/RestRegisterUserTest.php |
Create the request body. |
| RestRegisterUserTest::createRequestOptions |
function |
core/modules/user/tests/src/Functional/RestRegisterUserTest.php |
Helper function to generate the request body. |
| RestRegisterUserTest::getExpectedBcUnauthorizedAccessMessage |
function |
core/modules/user/tests/src/Functional/RestRegisterUserTest.php |
|
| RestRegisterUserTest::getExpectedUnauthorizedAccessCacheability |
function |
core/modules/user/tests/src/Functional/RestRegisterUserTest.php |
Returns the expected cacheability of an unauthorized access response. |
| RestRegisterUserTest::getExpectedUnauthorizedAccessMessage |
function |
core/modules/user/tests/src/Functional/RestRegisterUserTest.php |
Return the expected error message. |
| RestRegisterUserTest::registerRequest |
function |
core/modules/user/tests/src/Functional/RestRegisterUserTest.php |
Make a REST user registration request. |
| RestRegisterUserTest::registerUser |
function |
core/modules/user/tests/src/Functional/RestRegisterUserTest.php |
Registers a user via REST resource. |