You are here

function sharethis_install in ShareThis 8.2

Same name and namespace in other branches
  1. 7.2 sharethis.install \sharethis_install()
  2. 7 sharethis.install \sharethis_install()

Implements hook_install().

File

./sharethis.install, line 11
This file holds the install information for the ShareThis Module.

Code

function sharethis_install() {
  \Drupal::configFactory()
    ->getEditable('sharethis.settings')
    ->set('publisherID', sharethis_create_publisher_key())
    ->save();
}