Skip to content

Instantly share code, notes, and snippets.

@marcvangend
marcvangend / mymodule.install
Created July 21, 2016 10:30
Drupal 8: Custom path aliases exported to code.
<?php
/**
* @file
* Install, update and uninstall functions for my module.
*/
use Drupal\Core\Database\Database;
use Drupal\Core\Language\LanguageInterface;
/**