8 'src' => $resource->url,
11 if (!empty($resource->integrity)) {
12 $options[
'integrity'] = $resource->integrity;
13 $options[
'crossorigin'] =
'anonymous';
22 require(<?= json_encode(
$deps, JSON_UNESCAPED_SLASHES | JSON_PRETTY_PRINT); ?>);
elgg_format_element($tag_name, array $attributes=[], $text= '', array $options=[])
Format an HTML element.
elgg require
Throw an error if the required package isn't present.
_elgg_services()
Get the global service provider.
elgg_get_loaded_external_resources(string $type, string $location)
Get external resource descriptors.
elgg echo
Translates a string.
elgg_view($view, $vars=[], $viewtype= '')
Return a parsed view.