Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
novicell/drupal-premium / webroot / modules / custom / premium_theme_helper / premium_theme_helper.install
Size: Mime:
<?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']);
}