From b0a43c00e8fc97cc50dfb0872d5f4a21de9868f7 Mon Sep 17 00:00:00 2001 From: Sean Madsen <sean@seanmadsen.com> Date: Wed, 13 Dec 2017 16:53:07 -0500 Subject: [PATCH] Move "interacting with core" content into Extensions page No content edits here. Just a direct copy paste. --- docs/extensions/index.md | 12 ++++++++++++ docs/extensions/interacting-with-core | 12 ------------ 2 files changed, 12 insertions(+), 12 deletions(-) delete mode 100644 docs/extensions/interacting-with-core diff --git a/docs/extensions/index.md b/docs/extensions/index.md index 8a43976b..61f273ca 100644 --- a/docs/extensions/index.md +++ b/docs/extensions/index.md @@ -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 diff --git a/docs/extensions/interacting-with-core b/docs/extensions/interacting-with-core deleted file mode 100644 index 1254068c..00000000 --- a/docs/extensions/interacting-with-core +++ /dev/null @@ -1,12 +0,0 @@ -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' - - -- GitLab