You are here

public function IncidentStorageInterface::injectSettings in Radioactivity 8.3

Same name and namespace in other branches
  1. 4.0.x src/IncidentStorageInterface.php \Drupal\radioactivity\IncidentStorageInterface::injectSettings()

Add endpoint settings to the page.

Parameters

array $page: Page attachments as provided by hook_page_attachments_alter().

2 methods override IncidentStorageInterface::injectSettings()
DefaultIncidentStorage::injectSettings in src/DefaultIncidentStorage.php
Add endpoint settings to the page.
RestIncidentStorage::injectSettings in src/RestIncidentStorage.php
Add endpoint settings to the page.

File

src/IncidentStorageInterface.php, line 53

Class

IncidentStorageInterface
Defines the incident storage interface.

Namespace

Drupal\radioactivity

Code

public function injectSettings(array &$page);