You are here

Functions in dataLayer 7

Primary tabs

Namesort descending Location Description Direct uses Strings
datalayer_add ./datalayer.module Allow adding to the data layer easy on the fly, similar to drupal_add_js(). 5 1
datalayer_datalayer_current_user_meta ./datalayer.module Implements hook_datalayer_current_user_meta().
datalayer_datalayer_meta ./datalayer.module Implements hook_datalayer_meta().
datalayer_get_page_data ./datalayer.module Return all the page meta data. 1
datalayer_get_user_data ./datalayer.module Return all user data based on configured URL patterns. 1
datalayer_libraries_info ./datalayer.module Implements hook_libraries_info().
datalayer_menu ./datalayer.module Implements hook_menu().
datalayer_preprocess_html ./datalayer.module Implements hook_preprocess_HOOK().
datalayer_preprocess_page ./datalayer.module Implements hook_preprocess_HOOK().
datalayer_settings_form ./datalayer.admin.inc Form callback for module configuration. 1
datalayer_uninstall ./datalayer.install Implements hook_uninstall().
hook_datalayer_alter ./datalayer.api.php Alter the Data Layer data before it is output to the screen.
hook_datalayer_ENTITY_TYPE_meta ./datalayer.api.php Provide candidate entity properties for specific entity types.
hook_datalayer_ENTITY_TYPE_meta_alter ./datalayer.api.php Alter entity specific Data Layer data before it is output to the screen.
hook_datalayer_meta ./datalayer.api.php Provide candidate entity properties for output to the screen.
hook_datalayer_meta_alter ./datalayer.api.php Alter the Data Layer data before it is output to the screen.
_datalayer_collect_meta_properties ./datalayer.module Collects up meta data for output. 3
_datalayer_collect_meta_values ./datalayer.module Add the meta properties for given entity. 2
_datalayer_defaults ./datalayer.module Defines Drupal-wide data layer defaults. 2
_datalayer_get_entity_data ./datalayer.module Collect entity data for output and altering. 2
_datalayer_get_entity_terms ./datalayer.module Fetch all taxonomy terms from an entity. 3
_datalayer_get_selected_properties ./datalayer.module Determine which properties will be output based on configuration. 2
_datalayer_menu_get_any_object ./datalayer.module Agnosticly get the current menu object. Passed type will be set for you. 5

Other projects