Method: Middleman::Extension.defined_helpers

Defined in:
lib/middleman-core/extension.rb

.defined_helpersArray<Module>

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns a list of all the helper modules this extension provides. Set these using #helpers.

Returns:

  • (Array<Module>)

    a list of all the helper modules this extension provides. Set these using #helpers.



86
# File 'lib/middleman-core/extension.rb', line 86

class_attribute :defined_helpers, instance_reader: false, instance_writer: false