You are here

public static function DeveloperSyncController::batchFinished in Apigee Edge 8

Batch finish callback.

File

src/Controller/DeveloperSyncController.php, line 205

Class

DeveloperSyncController
Controller for the developer synchronization-related pages.

Namespace

Drupal\apigee_edge\Controller

Code

public static function batchFinished() {
  \Drupal::messenger()
    ->addStatus(t('Apigee Edge developers are in sync with Drupal users.'));
}