Skip to content
Snippets Groups Projects
Commit b0a43c00 authored by Sean Madsen's avatar Sean Madsen
Browse files

Move "interacting with core" content into Extensions page

No content edits here. Just a direct copy paste.
parent cbc4651c
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 and only extensions that use fully supported methods are eligible for publication in the extensions directory.
# Fully supported methods are:
- civicrm v3 api
- civicrm v4 api (when it is stable)
- hooks documented in this guide
- [Civi::cache](https://docs.civicrm.org/dev/en/latest/framework/cache/)
- Civi::$statics (page to be added)
- [Civi::settings](https://docs.civicrm.org/dev/en/latest/framework/setting/)
- internal symphony listeners - 'civi.api.resolve', 'civi.api.prepare'
\ No newline at end of file
There are a number of ways in which extensions can interact with core. These are supported to greater or lesser degrees and only extensions that use fully supported methods are eligible for publication in the extensions directory.
# Fully supported methods are:
- civicrm v3 api
- civicrm v4 api (when it is stable)
- hooks documented in this guide
- [Civi::cache](https://docs.civicrm.org/dev/en/latest/framework/cache/)
- Civi::$statics (page to be added)
- [Civi::settings](https://docs.civicrm.org/dev/en/latest/framework/setting/)
- internal symphony listeners - '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