You are here

protected property AuthenticationPluginManager::$defaults in RESTful 7.2

File

src/Plugin/AuthenticationPluginManager.php, line 25
Contains \Drupal\restful\Plugin\AuthenticationPluginManager.

Class

AuthenticationPluginManager
Authentication plugin manager.

Namespace

Drupal\restful\Plugin

Code

protected $defaults = array(
  // Human readable label for the authentication.
  'label' => '',
  // A description of the plugin.
  'description' => '',
  'settings' => array(),
  'id' => '',
);