Skip to content

Instantly share code, notes, and snippets.

View SalvadorP's full-sized avatar
🦊

Salvador P. SalvadorP

🦊
View GitHub Profile
@JeffTomlinson
JeffTomlinson / MyService.php
Last active July 22, 2023 16:28
Drupal 8 Configuration Dependency Injection
<?php
namespace Drupal\my_module\Services;
use Drupal\Core\Config\ConfigFactory;
/**
* Class MyService.
*
* @package Drupal\my_module\Services