You are here

public static function ShareaholicUtilities::get_version in Share Buttons, Related Posts, Content Analytics - Shareaholic 8

Same name and namespace in other branches
  1. 7.3 utilities.php \ShareaholicUtilities::get_version()

Gets the current version of this module

5 calls to ShareaholicUtilities::get_version()
ShareaholicAdmin::update_check in ./admin.php
Sends an event when the user has updated the Drupal module
ShareaholicPublic::insert_content_meta_tags in ./public.php
Inserts the shareaholic content meta tags on the page On all pages, it will insert the standard content meta tags On full post pages, it will insert page specific content meta tags
ShareaholicUtilities::get_or_create_api_key in ./utilities.php
Returns the api key or creates a new one.
ShareaholicUtilities::log_event in ./utilities.php
This is a wrapper for the Event API
shareaholic_install in ./shareaholic.install
Implements hook_install(). When the user installs the module, log the event

File

./utilities.php, line 531

Class

ShareaholicUtilities

Code

public static function get_version() {
  return self::MODULE_VERSION;
}