arch-8.x-1.x-dev/arch.api.php
arch.api.php
<?php
/**
* @file
* Hooks specific to the Arch module.
*/
/**
* @addtogroup hooks
* @{
*/
/**
* Alter dashboard page.
*
* @param array $build
* Render array.
*/
function hook_arch_dashboard_page_alter(array &$build) {
// @todo Add example implementation.
}
/**
* @} End of "addtogroup hooks".
*/
