You are here

public function DeveloperSync::__construct in Apigee Edge 8

DeveloperSync constructor.

Parameters

null|string $filter: An optional regexp filter for the Apigee Edge developer emails.

Overrides Job::__construct

File

src/Job/DeveloperSync.php, line 67

Class

DeveloperSync
A job that synchronizes Apigee Edge developers and Drupal users.

Namespace

Drupal\apigee_edge\Job

Code

public function __construct(?string $filter) {
  parent::__construct();
  $this->filter = $filter;
}