function RestResourceConfigInterface::getAuthenticationProviders

Same name and namespace in other branches
  1. 8.9.x core/modules/rest/src/RestResourceConfigInterface.php \Drupal\rest\RestResourceConfigInterface::getAuthenticationProviders()
  2. 10 core/modules/rest/src/RestResourceConfigInterface.php \Drupal\rest\RestResourceConfigInterface::getAuthenticationProviders()
  3. 11.x core/modules/rest/src/RestResourceConfigInterface.php \Drupal\rest\RestResourceConfigInterface::getAuthenticationProviders()

Retrieves a list of supported authentication providers.

Parameters

string $method: The request method e.g GET or POST.

Return value

string[] A list of supported authentication provider IDs.

1 method overrides RestResourceConfigInterface::getAuthenticationProviders()
RestResourceConfig::getAuthenticationProviders in core/modules/rest/src/Entity/RestResourceConfig.php
Retrieves a list of supported authentication providers.

File

core/modules/rest/src/RestResourceConfigInterface.php, line 48

Class

RestResourceConfigInterface
Defines a configuration entity to store enabled REST resources.

Namespace

Drupal\rest

Code

public function getAuthenticationProviders($method);

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