You are here

abstract protected function field_timer_formatter_js_base::loadLibrary in Field Timer 7.2

Load library files.

Return value

bool Indicate if library files loaded successfully.

2 methods override field_timer_formatter_js_base::loadLibrary()
field_timer_county_base::loadLibrary in includes/field_timer_county.inc
@inheritdoc
field_timer_jquery_countdown_js_base::loadLibrary in includes/field_timer_base.inc
@inheritdoc

File

includes/field_timer_base.inc, line 117
Contains base help classes to perform field formatter related actions.

Class

field_timer_formatter_js_base
Base class for formatters using js library.

Code

protected abstract function loadLibrary();