Skip to content

Instantly share code, notes, and snippets.

View dlaufer's full-sized avatar
🏠
Working from home

Daniel Laufer dlaufer

🏠
Working from home
  • Philadelphia, PA
View GitHub Profile
// Time Service (replacing REQUEST_TIME)
use Drupal\Component\Datetime\TimeInterface;
/**
* Time Service.
*
* @var \Drupal\Component\Datetime\TimeInterface
*/
protected $timeService;
/**