We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Het zou cool zijn moesten we de KAVO-API kunnen injecteren.
Toevallig vond ik in CiviCRM zelf hoe ze daar DI gebruiken voor de CiviCRM-API (in api/api.php:43):
$result = \Civi::service('civi_api_kernel')->runSafe($entity, $action, $params);
Dat ziet er erg symfony-achtig uit, en lijkt op hoe het in Drupal8 gebeurt. Misschien dat wij ook wel zoiets kunnen.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Het zou cool zijn moesten we de KAVO-API kunnen injecteren.
Toevallig vond ik in CiviCRM zelf hoe ze daar DI gebruiken voor de CiviCRM-API (in api/api.php:43):
Dat ziet er erg symfony-achtig uit, en lijkt op hoe het in Drupal8 gebeurt. Misschien dat wij ook wel zoiets kunnen.
The text was updated successfully, but these errors were encountered: