You are here

protected function UserCreateUpdate::afterUserSave in Apigee Edge 8

Execute actions after the user has been saved.

Actions here always gets executed even if the user save has failed.

Parameters

\Drupal\apigee_edge\Structure\DeveloperToUserConversionResult $result: Result of the entity conversion.

2 calls to UserCreateUpdate::afterUserSave()
UserCreate::afterUserSave in src/Job/UserCreate.php
Execute actions after the user has been saved.
UserCreateUpdate::executeRequest in src/Job/UserCreateUpdate.php
Executes the request itself.
1 method overrides UserCreateUpdate::afterUserSave()
UserCreate::afterUserSave in src/Job/UserCreate.php
Execute actions after the user has been saved.

File

src/Job/UserCreateUpdate.php, line 133

Class

UserCreateUpdate
Base class for user create/update sync jobs.

Namespace

Drupal\apigee_edge\Job

Code

protected function afterUserSave(DeveloperToUserConversionResult $result) : void {
}