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_view(string $view, array $vars=[], string $viewtype= '')
Return a parsed view.
_elgg_services()
Get the global service provider.
elgg_get_loaded_external_resources(string $type, string $location)
Get external resource descriptors.
elgg_format_element(string $tag_name, array $attributes=[], string $text= '', array $options=[])
Format an HTML element.