You are here

function _apigee_edge_is_sync_in_progress in Apigee Edge 8

Gets the developer synchronization state.

Return value

bool TRUE if the developer-user synchronization is in progress, else FALSE.

1 call to _apigee_edge_is_sync_in_progress()
apigee_edge_user_presave in ./apigee_edge.module
Implements hook_user_presave().

File

./apigee_edge.module, line 1793
Copyright 2018 Google Inc.

Code

function _apigee_edge_is_sync_in_progress() : bool {
  return _apigee_edge_set_sync_in_progress();
}