Class: Usmu::Plugin::CoreHooks
- Inherits:
-
Object
- Object
- Usmu::Plugin::CoreHooks
- Defined in:
- lib/usmu/plugin/core_hooks.rb
Overview
This class describes all the hooks available from Usmu Core.
Instance Method Summary collapse
-
#commands(ui, c) ⇒ void
Hook to allow adding commands to the console UI.
-
#renderables_alter(renderables, generator) ⇒ Array<Usmu::Template::StaticFile>
Hook to allow altering the list of files that are in the site.
Instance Method Details
#commands(ui, c) ⇒ void
Hook to allow adding commands to the console UI.
11 |
# File 'lib/usmu/plugin/core_hooks.rb', line 11 def commands(ui, c); end |
#renderables_alter(renderables, generator) ⇒ Array<Usmu::Template::StaticFile>
Hook to allow altering the list of files that are in the site.
19 |
# File 'lib/usmu/plugin/core_hooks.rb', line 19 def renderables_alter(renderables, generator); end |