Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Search 11.x for all
  6. Other projects
Title Object type File name Summary
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.
RestPermissions.php file core/modules/rest/src/RestPermissions.php
RestPermissions::$resourceConfigStorage property core/modules/rest/src/RestPermissions.php The REST resource config storage.
RestPermissions::$restPluginManager property core/modules/rest/src/RestPermissions.php The rest resource plugin manager.
RestPermissions::create function core/modules/rest/src/RestPermissions.php
RestPermissions::permissions function core/modules/rest/src/RestPermissions.php Returns an array of REST permissions.
RestPermissions::__construct function core/modules/rest/src/RestPermissions.php Constructs a new RestPermissions instance.
RestPermissionsTest class core/modules/rest/tests/src/Kernel/Entity/RestPermissionsTest.php Tests Drupal\rest\RestPermissions.
RestPermissionsTest.php file core/modules/rest/tests/src/Kernel/Entity/RestPermissionsTest.php
RestPermissionsTest::$modules property core/modules/rest/tests/src/Kernel/Entity/RestPermissionsTest.php
RestPermissionsTest::testPermissions function core/modules/rest/tests/src/Kernel/Entity/RestPermissionsTest.php Tests permissions.
RestResource class core/modules/rest/src/Attribute/RestResource.php Defines a REST resource attribute object.
RestResource class core/modules/rest/src/Annotation/RestResource.php Defines a REST resource annotation object.
RestResource.php file core/modules/rest/src/Attribute/RestResource.php
RestResource.php file core/modules/rest/src/Annotation/RestResource.php
RestResource::$id property core/modules/rest/src/Annotation/RestResource.php The REST resource plugin ID.
RestResource::$label property core/modules/rest/src/Annotation/RestResource.php The human-readable name of the REST resource plugin.
RestResource::$serialization_class property core/modules/rest/src/Annotation/RestResource.php The serialization class to deserialize serialized data into.
RestResource::$uri_paths property core/modules/rest/src/Annotation/RestResource.php The URI paths that this REST resource plugin provides.
RestResource::__construct function core/modules/rest/src/Attribute/RestResource.php Constructs a RestResource attribute.
RestResourceConfig class core/modules/rest/src/Entity/RestResourceConfig.php Defines a RestResourceConfig configuration entity class.
RestResourceConfig.php file core/modules/rest/src/Entity/RestResourceConfig.php
RestResourceConfig::$configuration property core/modules/rest/src/Entity/RestResourceConfig.php The REST resource configuration.
RestResourceConfig::$granularity property core/modules/rest/src/Entity/RestResourceConfig.php The REST resource configuration granularity.
RestResourceConfig::$id property core/modules/rest/src/Entity/RestResourceConfig.php The REST resource config id.
RestResourceConfig::$pluginManager property core/modules/rest/src/Entity/RestResourceConfig.php The rest resource plugin manager.
RestResourceConfig::$plugin_id property core/modules/rest/src/Entity/RestResourceConfig.php The REST resource plugin id.
RestResourceConfig::calculateDependencies function core/modules/rest/src/Entity/RestResourceConfig.php
RestResourceConfig::getAuthenticationProviders function core/modules/rest/src/Entity/RestResourceConfig.php
RestResourceConfig::getAuthenticationProvidersForMethodGranularity function core/modules/rest/src/Entity/RestResourceConfig.php Retrieves a list of supported authentication providers.
RestResourceConfig::getFormats function core/modules/rest/src/Entity/RestResourceConfig.php
RestResourceConfig::getFormatsForMethodGranularity function core/modules/rest/src/Entity/RestResourceConfig.php Retrieves a list of supported response formats.

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