Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search 11.x for %s
  6. Other projects
Title Object type File name Summary
RestExportJsonApiUnsupportedTest::setUp function core/modules/jsonapi/tests/src/Functional/RestExportJsonApiUnsupportedTest.php Sets up the test.
RestExportJsonApiUnsupportedTest::testFormatOptions function core/modules/jsonapi/tests/src/Functional/RestExportJsonApiUnsupportedTest.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 install.
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 Tests build response.
RestHooks class core/modules/rest/src/Hook/RestHooks.php Hook implementations for rest.
RestHooks.php file core/modules/rest/src/Hook/RestHooks.php
RestHooks::help function core/modules/rest/src/Hook/RestHooks.php Implements hook_help().
RestJsonApiUnsupportedTest class core/modules/jsonapi/tests/src/Functional/RestJsonApiUnsupportedTest.php Ensures that the 'api_json' format is not supported by the REST module.
RestJsonApiUnsupportedTest.php file core/modules/jsonapi/tests/src/Functional/RestJsonApiUnsupportedTest.php
RestJsonApiUnsupportedTest::$defaultTheme property core/modules/jsonapi/tests/src/Functional/RestJsonApiUnsupportedTest.php The theme to install as the default for testing.
RestJsonApiUnsupportedTest::$format property core/modules/jsonapi/tests/src/Functional/RestJsonApiUnsupportedTest.php The format to use in this test.
RestJsonApiUnsupportedTest::$mimeType property core/modules/jsonapi/tests/src/Functional/RestJsonApiUnsupportedTest.php The MIME type that corresponds to $format.
RestJsonApiUnsupportedTest::$modules property core/modules/jsonapi/tests/src/Functional/RestJsonApiUnsupportedTest.php Modules to install.
RestJsonApiUnsupportedTest::$resourceConfigId property core/modules/jsonapi/tests/src/Functional/RestJsonApiUnsupportedTest.php The REST Resource Config entity ID under test (i.e. a resource type).
RestJsonApiUnsupportedTest::assertNormalizationEdgeCases function core/modules/jsonapi/tests/src/Functional/RestJsonApiUnsupportedTest.php Asserts normalization-specific edge cases.
RestJsonApiUnsupportedTest::getExpectedUnauthorizedAccessCacheability function core/modules/jsonapi/tests/src/Functional/RestJsonApiUnsupportedTest.php Returns the expected cacheability of an unauthorized access response.
RestJsonApiUnsupportedTest::getExpectedUnauthorizedAccessMessage function core/modules/jsonapi/tests/src/Functional/RestJsonApiUnsupportedTest.php Return the expected error message.
RestJsonApiUnsupportedTest::setUp function core/modules/jsonapi/tests/src/Functional/RestJsonApiUnsupportedTest.php
RestJsonApiUnsupportedTest::setUpAuthorization function core/modules/jsonapi/tests/src/Functional/RestJsonApiUnsupportedTest.php Sets up the necessary authorization.
RestJsonApiUnsupportedTest::testApiJsonNotSupportedInRest function core/modules/jsonapi/tests/src/Functional/RestJsonApiUnsupportedTest.php Deploying a REST resource using api_json format results in 400 responses.
RestLoginHttpTest class core/modules/rest/tests/src/Functional/RestLoginHttpTest.php Tests login and password reset via direct HTTP.
RestLoginHttpTest.php file core/modules/rest/tests/src/Functional/RestLoginHttpTest.php
RestLoginHttpTest::$cookies property core/modules/rest/tests/src/Functional/RestLoginHttpTest.php The cookie jar.
RestLoginHttpTest::$defaultTheme property core/modules/rest/tests/src/Functional/RestLoginHttpTest.php The theme to install as the default for testing.
RestLoginHttpTest::$modules property core/modules/rest/tests/src/Functional/RestLoginHttpTest.php Modules to install.
RestLoginHttpTest::$serializer property core/modules/rest/tests/src/Functional/RestLoginHttpTest.php The serializer.
RestLoginHttpTest::assertHttpResponse function core/modules/rest/tests/src/Functional/RestLoginHttpTest.php Checks a response for status code and body.
RestLoginHttpTest::assertHttpResponseWithMessage function core/modules/rest/tests/src/Functional/RestLoginHttpTest.php Checks a response for status code and message.
RestLoginHttpTest::doTestGlobalLoginFloodControl function core/modules/rest/tests/src/Functional/RestLoginHttpTest.php Tests the global login flood control for a given serialization format.
RestLoginHttpTest::doTestLogin function core/modules/rest/tests/src/Functional/RestLoginHttpTest.php Do login testing for a given serialization format.
RestLoginHttpTest::doTestLogoutCsrfProtection function core/modules/rest/tests/src/Functional/RestLoginHttpTest.php Tests csrf protection of User Logout route for given serialization format.
RestLoginHttpTest::doTestPasswordReset function core/modules/rest/tests/src/Functional/RestLoginHttpTest.php Do password reset testing for given format and account.
RestLoginHttpTest::doTestPerUserLoginFloodControl function core/modules/rest/tests/src/Functional/RestLoginHttpTest.php Tests the per-user login flood control for a given serialization format.
RestLoginHttpTest::getLoginStatusUrlString function core/modules/rest/tests/src/Functional/RestLoginHttpTest.php Gets the URL string for checking login for a given serialization format.
RestLoginHttpTest::getResultValue function core/modules/rest/tests/src/Functional/RestLoginHttpTest.php Gets a value for a given key from the response.
RestLoginHttpTest::loginFromResetEmail function core/modules/rest/tests/src/Functional/RestLoginHttpTest.php Login from reset password email.
RestLoginHttpTest::loginRequest function core/modules/rest/tests/src/Functional/RestLoginHttpTest.php Executes a login HTTP request for a given serialization format.
RestLoginHttpTest::logoutRequest function core/modules/rest/tests/src/Functional/RestLoginHttpTest.php Executes a logout HTTP request for a given serialization format.
RestLoginHttpTest::passwordRequest function core/modules/rest/tests/src/Functional/RestLoginHttpTest.php Executes a password HTTP request for a given serialization format.
RestLoginHttpTest::providerDeprecatedUserRoutesSubscriber function core/modules/rest/tests/src/Functional/RestLoginHttpTest.php
RestLoginHttpTest::resetFlood function core/modules/rest/tests/src/Functional/RestLoginHttpTest.php Resets all flood entries.
RestLoginHttpTest::setUp function core/modules/rest/tests/src/Functional/RestLoginHttpTest.php
RestLoginHttpTest::testDeprecatedUserRoutesSubscriber function core/modules/rest/tests/src/Functional/RestLoginHttpTest.php Tests that DeprecatedUserRoutesSubscriber correctly alters the controller.
RestLoginHttpTest::testLogin function core/modules/rest/tests/src/Functional/RestLoginHttpTest.php Tests user session life cycle.
RestLoginHttpTest::testPasswordReset function core/modules/rest/tests/src/Functional/RestLoginHttpTest.php Tests user password reset.
RestPermissions class core/modules/rest/src/RestPermissions.php Provides rest module permissions.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.