RestResourceConfigInterface::getAuthenticationProviders

public RestResourceConfigInterface::getAuthenticationProviders($method)

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.

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);
doc_Drupal
2016-10-29 09:38:22
Comments
Leave a Comment

Please login to continue.