geolocation-8.x-3.x-dev/modules/geolocation_google_maps/tests/modules/geolocation_google_js_errors/geolocation_google_js_errors.module
modules/geolocation_google_maps/tests/modules/geolocation_google_js_errors/geolocation_google_js_errors.module
<?php
/**
* @file
* Helper module for the JavaScript deprecation tests.
*/
/**
* Implements hook_page_attachments().
*/
function geolocation_google_js_errors_page_attachments(array &$attachments): void {
// Unconditionally attach an asset to the page.
$attachments['#attached']['library'][] = 'geolocation_google_js_errors/log';
}
