You are here

public function AuthenticationManagerInterface::getIsOptional in RESTful 7.2

Get the authentications' "optional" flag.

Return value

boolean TRUE if the authentication is optional.

1 method overrides AuthenticationManagerInterface::getIsOptional()
AuthenticationManager::getIsOptional in src/Authentication/AuthenticationManager.php
Get the authentications' "optional" flag.

File

src/Authentication/AuthenticationManagerInterface.php, line 32
Contains \Drupal\restful\Authentication\AuthenticationManagerInterface

Class

AuthenticationManagerInterface

Namespace

Drupal\restful\Authentication

Code

public function getIsOptional();