You are here

class OnDemandCompileEvent in Theme Compiler 2.0.x

An event to trigger the compilation of all assets provided by this module.

Copyright (C) 2021 Library Solutions, LLC (et al.).

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

Hierarchy

  • class \Drupal\Component\EventDispatcher\Event extends \Symfony\Component\EventDispatcher\Event

Expanded class hierarchy of OnDemandCompileEvent

1 file declares its use of OnDemandCompileEvent
CompileSubscriber.php in src/EventSubscriber/CompileSubscriber.php

File

src/Event/OnDemandCompileEvent.php, line 17

Namespace

Drupal\theme_compiler\Event
View source
class OnDemandCompileEvent extends Event {

}

Members