protected function DeveloperCreateUpdate::afterDeveloperSave in Apigee Edge 8
Execute actions after the developer has been saved.
Actions here always gets executed even if the developer save has failed.
Parameters
\Drupal\apigee_edge\Structure\UserToDeveloperConversionResult $result: The result of the entity conversion.
\Drupal\user\UserInterface $user: The converted user entity.
1 call to DeveloperCreateUpdate::afterDeveloperSave()
- DeveloperCreateUpdate::executeRequest in src/
Job/ DeveloperCreateUpdate.php - Executes the request itself.
File
- src/
Job/ DeveloperCreateUpdate.php, line 120
Class
- DeveloperCreateUpdate
- Base class for user create/update sync jobs.
Namespace
Drupal\apigee_edge\JobCode
protected function afterDeveloperSave(UserToDeveloperConversionResult $result, UserInterface $user) : void {
}