function rrssb_library_path in Ridiculously Responsive Social Sharing Buttons 8.2
Return the RRSSB library path.
For D8 just hard-code the path (must match rrssb.libraries.yml).
4 calls to rrssb_library_path()
- drush_rrssb_gen_css in includes/
rrssb.drush.inc - Implementation of drush_hook_COMMAND().
- drush_rrssb_plugin in includes/
rrssb.drush.inc - Callback for the drush command to download the RRSSB+ library.
- rrssb_button_config in ./
rrssb.module - Fetch config for all buttons.
- rrssb_library_info_alter in ./
rrssb.module - Implements hook_library_info_alter().
File
- ./
rrssb.module, line 99
Code
function rrssb_library_path() {
return 'libraries/rrssb-plus';
}