Elgg
Version 5.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
engine
classes
Elgg
Views
PreProcessCssHandler.php
Go to the documentation of this file.
1
<?php
2
3
namespace
Elgg\Views
;
4
10
class
PreProcessCssHandler
{
11
19
public
function
__invoke
(\
Elgg
\
Event
$event) {
20
$options
= $event->getParam(
'compiler_options'
, []);
21
return
_elgg_services
()->cssCompiler->compile($event->getValue(),
$options
);
22
}
23
}
$options
$options
Elgg admin footer.
Definition:
footer.php:6
Elgg\Views\PreProcessCssHandler\__invoke
__invoke(\Elgg\Event $event)
Preprocesses CSS views sent by /cache URLs.
Definition:
PreProcessCssHandler.php:19
Elgg
Definition:
ActionsService.php:3
Elgg\Views\PreProcessCssHandler
Preprocesses css.
Definition:
PreProcessCssHandler.php:10
_elgg_services
_elgg_services()
Get the global service provider.
Definition:
elgglib.php:346
Elgg\Views
Definition:
AddAmdModuleNameHandler.php:3
Elgg\Event
Models an event passed to event handlers.
Definition:
Event.php:11
Generated on Thu Jun 8 2023 00:00:18 for Elgg by
1.8.11