Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search 11.x for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| rest.resource.entity.node.yml | file | core/ |
core/modules/rest/config/optional/rest.resource.entity.node.yml |
| rest.resource.entity.post_route.subscriber | service | core/ |
\Drupal\rest\EventSubscriber\EntityResourcePostRouteSubscriber |
| rest.resource_response.subscriber | service | core/ |
Drupal\rest\EventSubscriber\ResourceResponseSubscriber |
| rest.resource_routes | service | core/ |
Drupal\rest\Routing\ResourceRoutes |
| rest.routing.yml | file | core/ |
core/modules/rest/rest.routing.yml |
| rest.schema.yml | file | core/ |
core/modules/rest/config/schema/rest.schema.yml |
| rest.services.yml | file | core/ |
core/modules/rest/rest.services.yml |
| rest.views.schema.yml | file | core/ |
core/modules/rest/config/schema/rest.views.schema.yml |
| RestAuthenticationController | class | core/ |
Provides controllers for login, login status and logout via HTTP requests. |
| RestAuthenticationController.php | file | core/ |
|
| RestAuthenticationController::create | function | core/ |
Instantiates a new instance of the implementing class using autowiring. |
| RestAuthenticationController::floodControl | function | core/ |
Enforces flood control for the current login request. |
| RestAuthenticationController::getLoginFloodIdentifier | function | core/ |
Gets the login identifier for user login flood control. |
| RestAuthenticationController::getRequestFormat | function | core/ |
Gets the format of the current request. |
| RestAuthenticationController::LOGGED_IN | constant | core/ |
String sent in responses, to describe the user as being logged in. |
| RestAuthenticationController::LOGGED_OUT | constant | core/ |
String sent in responses, to describe the user as being logged out. |
| RestAuthenticationController::login | function | core/ |
Logs in a user. |
| RestAuthenticationController::loginStatus | function | core/ |
Checks whether a user is logged in or not. |
| RestAuthenticationController::logout | function | core/ |
Logs out a user. |
| RestAuthenticationController::resetPassword | function | core/ |
Resets a user password. |
| RestAuthenticationController::userLoginFinalize | function | core/ |
Finalizes the user login. |
| RestAuthenticationController::userLogout | function | core/ |
Logs the user out. |
| RestAuthenticationController::__construct | function | core/ |
|
| RestExport | class | core/ |
The plugin that handles Data response callbacks for REST resources. |
| RestExport.php | file | core/ |
|
| RestExport::$authenticationCollector | property | core/ |
The collector of authentication providers. |
| RestExport::$authenticationProviderIds | property | core/ |
The authentication providers, like 'cookie' and 'basic_auth'. |
| RestExport::$contentType | property | core/ |
Overrides the content type of the data response, if needed. |
| RestExport::$formatProviders | property | core/ |
The serialization format providers, keyed by format. |
| RestExport::$mimeType | property | core/ |
The mime type for the response. |
| RestExport::$renderer | property | core/ |
The renderer. |
| RestExport::$usesAJAX | property | core/ |
|
| RestExport::$usesAreas | property | core/ |
|
| RestExport::$usesMore | property | core/ |
|
| RestExport::$usesOptions | property | core/ |
|
| RestExport::$usesPager | property | core/ |
|
| RestExport::buildOptionsForm | function | core/ |
|
| RestExport::buildResponse | function | core/ |
|
| RestExport::collectRoutes | function | core/ |
|
| RestExport::create | function | core/ |
|
| RestExport::defineOptions | function | core/ |
|
| RestExport::displaysExposed | function | core/ |
|
| RestExport::execute | function | core/ |
|
| RestExport::getAuthOptions | function | core/ |
Gets the auth options available. |
| RestExport::getContentType | function | core/ |
Gets the content type. |
| RestExport::getFormatOptions | function | core/ |
Returns an array of format options. |
| RestExport::getMimeType | function | core/ |
Gets the mime type. |
| RestExport::getType | function | core/ |
|
| RestExport::initDisplay | function | core/ |
|
| RestExport::optionsSummary | function | core/ |
Pagination
- Previous page
- Page 1371
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.