You are here

protected property LinkAttributesManager::$defaults in Link Attributes widget 8

Provides default values for all link_attributes plugins.

Type: array

Overrides DefaultPluginManager::$defaults

File

src/LinkAttributesManager.php, line 22

Class

LinkAttributesManager
Provides the link_attributes plugin manager.

Namespace

Drupal\link_attributes

Code

protected $defaults = [
  'title' => '',
  'type' => '',
  'description' => '',
];