BlockAdBlock
Component type
Categories
Maintenance status
Development status
Component created
Component changed
Exposes BlockAdBlock plugin through the Libraries API. This is intended to be used by other modules or by any custom code you write.
Usage
Recommended usage is in the #attached property of a render array:
function mymodule_preprocess_html(&$variables) {
$variables['page']['page_bottom']['#attached']['libraries_load'][] = array('blockadblock');
}
Alternate usage is via libraries_load():
