charts.install in Charts 8.3
Same filename and directory in other branches
Install and update functions for the Charts module.
File
charts.installView source
<?php
/**
* @file
* Install and update functions for the Charts module.
*/
/**
* Implements hook_requirements().
*/
function charts_requirements($phase) {
$requirements = [];
return $requirements;
}
Functions
Name | Description |
---|---|
charts_requirements | Implements hook_requirements(). |