Deleted a bunch of stuff to do with report entities

because we are not using them at this stage
This commit is contained in:
Naomi
2018-10-01 10:41:32 +01:00
parent a8c454c509
commit 9f735eb492
20 changed files with 0 additions and 740 deletions

View File

@ -23,14 +23,6 @@ function opencase_reporting_help($route_name, RouteMatchInterface $route_match)
}
}
/**
* Implements hook_page_attachments
*
* Add the opencase library to every page
*/
function opencase_reporting_page_attachments(array &$page) {
$page['#attached']['library'][] = 'opencase_reporting/opencase-reporting-lib';
}
/**
* Implements hook_uninstall().