Skip to content
Snippets Groups Projects
Unverified Commit ba8b5606 authored by Sean Madsen's avatar Sean Madsen Committed by GitHub
Browse files

Merge pull request #462 from eileenmcnaughton/patch-1

Create interacting-with-core
parents 6f9c7b02 ceb6d1b4
No related branches found
No related tags found
No related merge requests found
......@@ -52,3 +52,15 @@ Extensions which undergo a [formal review](/extensions/lifecycle.md#formal-revie
> See: [Automated Distribution](/extensions/publish.md#automated-distribution)
## Interacting with core
There are a number of ways in which extensions can interact with core. These are supported to greater or lesser degrees.
Fully supported methods are:
* [API](/api/index.md)
* [Hooks](/hooks/index.md)
* [`Civi::cache`](/framework/cache.md)
* `Civi::$statics`
* [`Civi::settings`](/framework/setting.md)
* Internal Symfony listeners (e.g. `civi.api.resolve`, `civi.api.prepare`)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment