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
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
brienne
Developer Documentation
Commits
6680395a
Commit
6680395a
authored
8 years ago
by
Sean Madsen
Browse files
Options
Downloads
Patches
Plain Diff
civix - cleaning up internal URLs
parent
8ba9a626
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/extensions/civix.md
+3
-3
3 additions, 3 deletions
docs/extensions/civix.md
with
3 additions
and
3 deletions
docs/extensions/civix.md
+
3
−
3
View file @
6680395a
...
@@ -37,7 +37,7 @@ civix help civicrm:ping
...
@@ -37,7 +37,7 @@ civix help civicrm:ping
## Generating a skeletal extension
## Generating a skeletal extension
To generate a skeletal extension module, we will use
`civix generate:module`
To generate a skeletal extension module, we will use
`civix generate:module`
and pass in the name for our extension. See
[
here
](
.
/basics/#extension-names
)
and pass in the name for our extension. See
[
here
](
/basics/#extension-names
)
for details of naming conventions.
for details of naming conventions.
Start with:
Start with:
...
@@ -54,7 +54,7 @@ civix generate:module com.example.myextension --license=AGPL-3.0
...
@@ -54,7 +54,7 @@ civix generate:module com.example.myextension --license=AGPL-3.0
```
```
This command will report that it has created three files, following the
This command will report that it has created three files, following the
[
standard extension structure
](
.
/files
)
.
[
standard extension structure
](
/extensions
/files
)
.
The command attempts to autodetect authorship information (your name and
The command attempts to autodetect authorship information (your name and
email address) by reading your
email address) by reading your
...
@@ -482,7 +482,7 @@ on whether the original search screen defines its own Smarty template.
...
@@ -482,7 +482,7 @@ on whether the original search screen defines its own Smarty template.
### Add an API function
### Add an API function
The
[
CiviCRM API
](
..
/api/general
)
The
[
CiviCRM API
](
/api/general
)
provides a way to expose functions for use by other developers. API
provides a way to expose functions for use by other developers. API
functions allow implementing AJAX interfaces (using the
functions allow implementing AJAX interfaces (using the
cj().crmAPI() helper), and they can also be called via REST, PHP,
cj().crmAPI() helper), and they can also be called via REST, PHP,
...
...
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