You are here

function addtoany_theme in AddToAny Share Buttons 8

Implements hook_theme().

File

./addtoany.module, line 19
Handle AddToAny integration.

Code

function addtoany_theme() {
  return [
    'addtoany_standard' => [
      'variables' => [
        'addtoany_html' => FALSE,
        'link_url' => FALSE,
        'link_title' => FALSE,
        'buttons_size' => FALSE,
        'button_setting' => FALSE,
        'button_image' => FALSE,
        'universal_button_placement' => FALSE,
        'entity_type' => '',
        'bundle' => '',
      ],
    ],
  ];
}