Repository URL to install this package:
|
Version:
11.0.9 ▾
|
novicell/drupal-premium
/
webroot
/
modules
/
custom
/
premium_theme_helper
/
premium_theme_helper.install
|
|---|
<?php
/**
* Implements hook_install().
*
* Install custom theme and permissions.
*
* @throws \Drupal\Core\Entity\EntityStorageException
* @see system_install()
*/
function premium_theme_helper_install() {
\Drupal::service('theme_installer')->install(['PROJECT_NAME']);
}