shimmy.php
Table of Contents
Functions
- shimmy_civicrm_config() : mixed
- Implements hook_civicrm_config().
- shimmy_civicrm_install() : mixed
- Implements hook_civicrm_install().
- shimmy_civicrm_postInstall() : mixed
- Implements hook_civicrm_postInstall().
- shimmy_civicrm_uninstall() : mixed
- Implements hook_civicrm_uninstall().
- shimmy_civicrm_enable() : mixed
- Implements hook_civicrm_enable().
- shimmy_civicrm_disable() : mixed
- Implements hook_civicrm_disable().
- shimmy_civicrm_upgrade() : mixed
- Implements hook_civicrm_upgrade().
- shimmy_civicrm_entityTypes() : mixed
- Implements hook_civicrm_entityTypes().
- _shimmy_assert_service_object() : mixed
- Assert that there is a service with a given name+type.
Functions
shimmy_civicrm_config()
Implements hook_civicrm_config().
shimmy_civicrm_config(mixed &$config) : mixed
Parameters
- $config : mixed
Tags
shimmy_civicrm_install()
Implements hook_civicrm_install().
shimmy_civicrm_install() : mixed
Tags
shimmy_civicrm_postInstall()
Implements hook_civicrm_postInstall().
shimmy_civicrm_postInstall() : mixed
Tags
shimmy_civicrm_uninstall()
Implements hook_civicrm_uninstall().
shimmy_civicrm_uninstall() : mixed
Tags
shimmy_civicrm_enable()
Implements hook_civicrm_enable().
shimmy_civicrm_enable() : mixed
Tags
shimmy_civicrm_disable()
Implements hook_civicrm_disable().
shimmy_civicrm_disable() : mixed
Tags
shimmy_civicrm_upgrade()
Implements hook_civicrm_upgrade().
shimmy_civicrm_upgrade(mixed $op[, CRM_Queue_Queue|null $queue = NULL ]) : mixed
Parameters
- $op : mixed
- $queue : CRM_Queue_Queue|null = NULL
Tags
shimmy_civicrm_entityTypes()
Implements hook_civicrm_entityTypes().
shimmy_civicrm_entityTypes(mixed &$entityTypes) : mixed
Declare entity types provided by this module.
Parameters
- $entityTypes : mixed
Tags
_shimmy_assert_service_object()
Assert that there is a service with a given name+type.
_shimmy_assert_service_object(string $class, string $expectServiceName, string $notServiceName) : mixed
Parameters
- $class : string
- $expectServiceName : string
- $notServiceName : string