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
rest.resource.entity.node.yml file core/modules/rest/config/optional/rest.resource.entity.node.yml core/modules/rest/config/optional/rest.resource.entity.node.yml
rest.resource.entity.post_route.subscriber service core/modules/rest/rest.services.yml \Drupal\rest\EventSubscriber\EntityResourcePostRouteSubscriber
rest.resource_response.subscriber service core/modules/rest/rest.services.yml Drupal\rest\EventSubscriber\ResourceResponseSubscriber
rest.resource_routes service core/modules/rest/rest.services.yml Drupal\rest\Routing\ResourceRoutes
rest.routing.yml file core/modules/rest/rest.routing.yml core/modules/rest/rest.routing.yml
rest.schema.yml file core/modules/rest/config/schema/rest.schema.yml core/modules/rest/config/schema/rest.schema.yml
rest.services.yml file core/modules/rest/rest.services.yml core/modules/rest/rest.services.yml
rest.views.schema.yml file core/modules/rest/config/schema/rest.views.schema.yml core/modules/rest/config/schema/rest.views.schema.yml
RestAuthenticationController class core/modules/rest/src/Controller/RestAuthenticationController.php Provides controllers for login, login status and logout via HTTP requests.
RestAuthenticationController.php file core/modules/rest/src/Controller/RestAuthenticationController.php
RestAuthenticationController::create function core/modules/rest/src/Controller/RestAuthenticationController.php Instantiates a new instance of the implementing class using autowiring.
RestAuthenticationController::floodControl function core/modules/rest/src/Controller/RestAuthenticationController.php Enforces flood control for the current login request.
RestAuthenticationController::getLoginFloodIdentifier function core/modules/rest/src/Controller/RestAuthenticationController.php Gets the login identifier for user login flood control.
RestAuthenticationController::getRequestFormat function core/modules/rest/src/Controller/RestAuthenticationController.php Gets the format of the current request.
RestAuthenticationController::LOGGED_IN constant core/modules/rest/src/Controller/RestAuthenticationController.php String sent in responses, to describe the user as being logged in.
RestAuthenticationController::LOGGED_OUT constant core/modules/rest/src/Controller/RestAuthenticationController.php String sent in responses, to describe the user as being logged out.
RestAuthenticationController::login function core/modules/rest/src/Controller/RestAuthenticationController.php Logs in a user.
RestAuthenticationController::loginStatus function core/modules/rest/src/Controller/RestAuthenticationController.php Checks whether a user is logged in or not.
RestAuthenticationController::logout function core/modules/rest/src/Controller/RestAuthenticationController.php Logs out a user.
RestAuthenticationController::resetPassword function core/modules/rest/src/Controller/RestAuthenticationController.php Resets a user password.
RestAuthenticationController::userLoginFinalize function core/modules/rest/src/Controller/RestAuthenticationController.php Finalizes the user login.
RestAuthenticationController::userLogout function core/modules/rest/src/Controller/RestAuthenticationController.php Logs the user out.
RestAuthenticationController::__construct function core/modules/rest/src/Controller/RestAuthenticationController.php
RestExport class core/modules/rest/src/Plugin/views/display/RestExport.php The plugin that handles Data response callbacks for REST resources.
RestExport.php file core/modules/rest/src/Plugin/views/display/RestExport.php
RestExport::$authenticationCollector property core/modules/rest/src/Plugin/views/display/RestExport.php The collector of authentication providers.
RestExport::$authenticationProviderIds property core/modules/rest/src/Plugin/views/display/RestExport.php The authentication providers, like 'cookie' and 'basic_auth'.
RestExport::$contentType property core/modules/rest/src/Plugin/views/display/RestExport.php Overrides the content type of the data response, if needed.
RestExport::$formatProviders property core/modules/rest/src/Plugin/views/display/RestExport.php The serialization format providers, keyed by format.
RestExport::$mimeType property core/modules/rest/src/Plugin/views/display/RestExport.php The mime type for the response.
RestExport::$renderer property core/modules/rest/src/Plugin/views/display/RestExport.php The renderer.
RestExport::$usesAJAX property core/modules/rest/src/Plugin/views/display/RestExport.php
RestExport::$usesAreas property core/modules/rest/src/Plugin/views/display/RestExport.php
RestExport::$usesMore property core/modules/rest/src/Plugin/views/display/RestExport.php
RestExport::$usesOptions property core/modules/rest/src/Plugin/views/display/RestExport.php
RestExport::$usesPager property core/modules/rest/src/Plugin/views/display/RestExport.php
RestExport::buildOptionsForm function core/modules/rest/src/Plugin/views/display/RestExport.php
RestExport::buildResponse function core/modules/rest/src/Plugin/views/display/RestExport.php
RestExport::collectRoutes function core/modules/rest/src/Plugin/views/display/RestExport.php
RestExport::create function core/modules/rest/src/Plugin/views/display/RestExport.php
RestExport::defineOptions function core/modules/rest/src/Plugin/views/display/RestExport.php
RestExport::displaysExposed function core/modules/rest/src/Plugin/views/display/RestExport.php
RestExport::execute function core/modules/rest/src/Plugin/views/display/RestExport.php
RestExport::getAuthOptions function core/modules/rest/src/Plugin/views/display/RestExport.php Gets the auth options available.
RestExport::getContentType function core/modules/rest/src/Plugin/views/display/RestExport.php Gets the content type.
RestExport::getFormatOptions function core/modules/rest/src/Plugin/views/display/RestExport.php Returns an array of format options.
RestExport::getMimeType function core/modules/rest/src/Plugin/views/display/RestExport.php Gets the mime type.
RestExport::getType function core/modules/rest/src/Plugin/views/display/RestExport.php
RestExport::initDisplay function core/modules/rest/src/Plugin/views/display/RestExport.php
RestExport::optionsSummary function core/modules/rest/src/Plugin/views/display/RestExport.php

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