You are here

constant ACQUIA_LIFT_OPERATION_ERROR_PREFIX in Acquia Lift Connector 7.2

Same name and namespace in other branches
  1. 7 acquia_lift.module \ACQUIA_LIFT_OPERATION_ERROR_PREFIX
5 uses of ACQUIA_LIFT_OPERATION_ERROR_PREFIX
acquia_lift_batch_finished in ./acquia_lift.batch.inc
Batch API callback for when processing of all items is complete.
acquia_lift_batch_process_item in ./acquia_lift.batch.inc
Batch API callback to process an API call to Lift.
acquia_lift_drush_batch_finished in ./acquia_lift.drush.inc
Batch API callback for when processing of all items is complete.
acquia_lift_profiles_batch_finished in acquia_lift_profiles/acquia_lift_profiles.batch.inc
Batch API callback for when processing of all items is complete.
acquia_lift_profiles_batch_sync_action in acquia_lift_profiles/acquia_lift_profiles.batch.inc
Batch API callback to sync an action to Lift web

File

./acquia_lift.module, line 9
acquia_lift.module Provides Acquia Lift-specific personalization functionality.

Code

define('ACQUIA_LIFT_OPERATION_ERROR_PREFIX', 'Errors: ');