You are here

public function ResponseSubscriber::setConfig in JSON:API Include 8

Set config factory.

Parameters

\Drupal\Core\Config\ConfigFactoryInterface $config: The config factory.

File

src/EventSubscriber/ResponseSubscriber.php, line 55

Class

ResponseSubscriber
Class ResponseSubscriber.

Namespace

Drupal\jsonapi_include\EventSubscriber

Code

public function setConfig(ConfigFactoryInterface $config) {
  $this->config = $config;
}