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\EventSubscriberCode
public function setConfig(ConfigFactoryInterface $config) {
$this->config = $config;
}