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

1
public function getAuthenticationProviders($method);
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.