- "Ask the Expert" or Advice Column
- "Must Have" Modules
- A Challenge
- Books Overview
- Changing Garland - A Practical Example
- Comparison of Links and Web Links modules
- Create Simple Tables
- Creating a "Biographies" page
- Developing a Module on a Windows System
- Generic Table Display
- How to page a custom DB query
- List Users From a Single Role in a Block
- My Modules
- Announcements: Special Notices for Your Site
- Attendance Matrix
- Content Type Template
- FAQ_Ask
- Get Content Type
- Glossary
- Gotcha - Contact Spam Catcher
- Helpers
- Indexpage: summary of node type information
- Longer Node Titles
- Node Type Filter
- Quotes
- RealName: Using Profile fields to set a user's displayed name
- Register_Country
- Site Documentation Module
- Site Notes: Hidden Design or How To notes in Your Database
- Spam Tokens
- Spam Tune
- Taxonomy Browser
- Taxonomy Delegate
- Taxonomy Image: Associate Images with Taxonomy Terms
- Taxonomy List: Displaying Lists of Terms
- SBS Web Site Notes
- Searching for a New Hosting Company
- Taxonomy Tidbits
- Theming a Specific Content Type
D. Calling the Functions
Submitted on Wed, 11/07/2007 - 17:59.
Since the moduleAn add-on, or extension, to Drupal to provide additional functionality; written in PHP. is coded in PHPRecursive acronym for "PHP: Hypertext Preprocessor" - is a widely-used Open Source general-purpose scripting language that is especially suited for Web development and can be embedded into HTML., all of the functions are callable externally. This table lists those functions you may wish to call from your own code (whether in a moduleAn add-on, or extension, to Drupal to provide additional functionality; written in PHP., page, or block).
| Function Name | Parameters | Returns |
|---|---|---|
sitedoc_drupalDrupalAn open-source content management system that is used on this site and is taking over the world. |
Interval, in seconds, before deleting "cron_semaphore"; default is zero (0) to indicate no deletion. | HTMLHyperText Markup Language - the coding standard for a web page. string |
| sitedoc_databaseA collection of data related to an application._overview |
|
HTMLHyperText Markup Language - the coding standard for a web page. string |
| sitedoc_get_modules | Exclude disabled
|
HTMLHyperText Markup Language - the coding standard for a web page. string |
| sitedoc_get_system |
|
HTMLHyperText Markup Language - the coding standard for a web page. string |
| sitedoc_get_blocks |
|
HTMLHyperText Markup Language - the coding standard for a web page. string |
| sitedoc_get_boxes |
|
HTMLHyperText Markup Language - the coding standard for a web page. string |
| sitedoc_content_types | None | HTMLHyperText Markup Language - the coding standard for a web page. string |
| sitedoc_get_vocabularies | None | HTMLHyperText Markup Language - the coding standard for a web page. string |
| sitedoc_check_orphan_term_node | Should only be used within the moduleAn add-on, or extension, to Drupal to provide additional functionality; written in PHP., but is separately callable.
|
HTMLHyperText Markup Language - the coding standard for a web page. string |
| sitedoc_sequences | None | HTMLHyperText Markup Language - the coding standard for a web page. string |
| sitedoc_node_summary |
|
HTMLHyperText Markup Language - the coding standard for a web page. string |
| sitedoc_node_access | None | HTMLHyperText Markup Language - the coding standard for a web page. string |
| sitedoc_get_roles |
|
HTMLHyperText Markup Language - the coding standard for a web page. string |
| sitedoc_get_variables | None | HTMLHyperText Markup Language - the coding standard for a web page. string |
| sitedoc_get_contacts | None | HTMLHyperText Markup Language - the coding standard for a web page. string |
| sitedoc_profile_fields | string - limits the list to only this category | HTMLHyperText Markup Language - the coding standard for a web page. string |
| sitedoc_url_alias | None | HTMLHyperText Markup Language - the coding standard for a web page. string |
| sitedoc_filters | None | HTMLHyperText Markup Language - the coding standard for a web page. string |
| sitedoc_term_count_by_type |
This can also be used as "http://www.example.com/sitedoc/vocabulary/xxx" |
HTMLHyperText Markup Language - the coding standard for a web page. string |
| sitedoc_term_count_nodes | This is an alternative to taxonomy_term_count_nodes that was implemented in response to postings detailing performance problems with the core function.
|
HTMLHyperText Markup Language - the coding standard for a web page. string |
| sitedoc_show_table | This is a generic databaseA collection of data related to an application. table display with sortable columns.
This can also be used as "http://www.example.com/sitedoc/table/table_name/rows" |
HTMLHyperText Markup Language - the coding standard for a web page. string |



Recent comments
2 weeks 15 hours ago
2 weeks 15 hours ago
2 weeks 15 hours ago
2 weeks 15 hours ago
2 weeks 15 hours ago
3 weeks 4 days ago
4 weeks 5 days ago
6 weeks 4 days ago
7 weeks 3 days ago
10 weeks 13 hours ago