Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
d2feb622
Commit
d2feb622
authored
Jan 29, 2009
by
Angie Byron
Browse files
#345157
follow-up by toddy: Fix
@Link
syntax in PHPDoc.
parent
ad99dd76
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/system/system.api.php
View file @
d2feb622
...
...
@@ -1502,7 +1502,8 @@ function hook_query_TAG_alter(QueryAlterableInterface $query) {
* function needs to be updated to reflect the current version of the database
* schema.
*
* See the Schema API documentation at http://drupal.org/node/146843
* See the Schema API documentation at
* @link http://drupal.org/node/146843 http://drupal.org/node/146843 @endlink
* for details on hook_schema, where a database tables are defined.
*
* Note that since this function is called from a full bootstrap, all functions
...
...
@@ -1525,7 +1526,8 @@ function hook_install() {
*
* The database updates are numbered sequentially according to the version of Drupal you are compatible with.
*
* Schema updates should adhere to the Schema API: @link http://drupal.org/node/150215
* Schema updates should adhere to the Schema API:
* @link http://drupal.org/node/150215 http://drupal.org/node/150215 @endlink
*
* Database updates consist of 3 parts:
* - 1 digit for Drupal core compatibility
...
...
@@ -1554,9 +1556,9 @@ function hook_install() {
* Never renumber update functions.
*
* Further information about releases and release numbers:
* - @link http://drupal.org/handbook/version-info
* - @link http://drupal.org/node/93999 (Overview of contributions branches and tags)
* - @link http://drupal.org/handbook/cvs/releases
* - @link http://drupal.org/handbook/version-info
http://drupal.org/handbook/version-info @endlink
* - @link http://drupal.org/node/93999
http://drupal.org/node/93999 @endlink
(Overview of contributions branches and tags)
* - @link http://drupal.org/handbook/cvs/releases
http://drupal.org/handbook/cvs/releases @endlink
*
* Implementations of this hook should be placed in a mymodule.install file in
* the same directory as mymodule.module. Drupal core's updates are implemented
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment