Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
2ac0eb58
Commit
2ac0eb58
authored
Oct 01, 2009
by
Dries
Browse files
- Patch
#583598
by jhodgdon | moshe weitzman: fixed documentation problem with hook_elements().
parent
d1d85e60
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/system/system.api.php
View file @
2ac0eb58
...
...
@@ -217,7 +217,8 @@ function hook_cron_queue_info() {
* name as the key. Each sub-array has a number of possible attributes:
* - "#input": boolean indicating whether or not this element carries a value
* (even if it's hidden).
* - "#process": array of callback functions taking $element and $form_state.
* - "#process": array of callback functions taking $element, $form_state,
* and $complete_form.
* - "#after_build": array of callback functions taking $element and $form_state.
* - "#validate": array of callback functions taking $form and $form_state.
* - "#element_validate": array of callback functions taking $element and
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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