Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Developer Documentation
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Documentation
Docs
Developer Documentation
Commits
ba8b5606
Unverified
Commit
ba8b5606
authored
6 years ago
by
Sean Madsen
Committed by
GitHub
6 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #462 from eileenmcnaughton/patch-1
Create interacting-with-core
parents
6f9c7b02
ceb6d1b4
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/extensions/index.md
+12
-0
12 additions, 0 deletions
docs/extensions/index.md
with
12 additions
and
0 deletions
docs/extensions/index.md
+
12
−
0
View file @
ba8b5606
...
...
@@ -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`
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment