Skip to content

Instantly share code, notes, and snippets.

View flesheater's full-sized avatar
🙃
при нас файловете винаги са обърнати

Nikolay Borisov flesheater

🙃
при нас файловете винаги са обърнати
View GitHub Profile
@flesheater
flesheater / src_Controller_TestController.php
Last active November 21, 2018 16:05
Example for Dependency injection in Drupal 8 controller.
<?php
namespace Drupal\test_module\Controller;
use Drupal\Core\Controller\ControllerBase;
use Symfony\Component\DependencyInjection\ContainerInterface;
use Symfony\Component\HttpFoundation\RequestStack;
/**
* An example controller.