You are here

Functions in Patterns 7.2

Primary tabs

Namesort descending Location Description Direct uses Strings
patterns_d2d_install patterns_d2d/patterns_d2d.install Implements hook_install().
patterns_d2d_menu_alter patterns_d2d/patterns_d2d.module Implements hook_menu_alter().
patterns_d2d_patterns_publish patterns_d2d/patterns_d2d.module
patterns_d2d_push_patterns_client patterns_d2d/includes/patterns_d2d.srpc.inc 1
patterns_d2d_push_patterns_server patterns_d2d/includes/patterns_d2d.srpc.inc 1
patterns_d2d_share_patterns patterns_d2d/includes/patterns_d2d.form.inc 1
patterns_d2d_uninstall patterns_d2d/patterns_d2d.install Implements hook_uninstall().
patterns_db_analyze_patterns_status includes/db.inc Returns a string representation of the status of the pattern as it is in the database; 1
patterns_db_get_enabled_patterns includes/db.inc Returns the array of patterns objects that are currently enabled. 1
patterns_db_get_enabled_patterns_array includes/db.inc Returns the array of patterns array that are currently enabled. 1
patterns_db_get_id_from_name includes/db.inc Looks up a numerical id into the database for a valid patterns name. Returns false, if no valid pattern name was found.
patterns_db_get_name_from_id includes/db.inc Looks up a pattern name into the database and returns the numerical id associated with it. Returns false, if no valid pattern name was passed.
patterns_db_get_patterns includes/db.inc Returns the array of patterns objects that are currently in the database. 6
patterns_db_get_patterns_array includes/db.inc Returns the array of patterns loaded from the database. 1
patterns_db_is_pattern_updated includes/db.inc Compares the date of the last update in the database with the one in the file system and return TRUE if the file system has a newer copy of the pattern stored in the database. 3
patterns_db_load_pattern_from_name includes/db.inc Loads a pattern object from the database based on the given name. 2
patterns_db_publish_pattern includes/db.inc Sets the flag public to FALSE in the database for the pattern with the specified pattern id. 3
patterns_db_remove_pattern includes/db.inc Remove permanently a pattern from the database. 2
patterns_db_restore_pattern includes/db.inc Mark that pattern status as OK in the database. 1
patterns_db_save_pattern includes/db.inc Writes the pattern metadata (and the actual pattern) to the database. 2
patterns_db_trash_pattern includes/db.inc Mark that pattern status as trashed in the database. 1
patterns_db_unpublish_pattern includes/db.inc Sets the flag public to FALSE in the database for the pattern with the specified pattern id. 2
patterns_disable_modules includes/core/modules.inc Disable the specified modules. 1
patterns_download_file includes/io/download.inc 1
patterns_download_zip includes/io/download.inc 2
patterns_drush_command ./patterns.drush.inc Implements hook_drush_command().
patterns_drush_filter_components ./patterns.drush.inc Validate, and filters user input for export components 1
patterns_drush_get_file_format ./patterns.drush.inc 2
patterns_drush_help ./patterns.drush.inc Implements hook_drush_help().
patterns_edit includes/forms/editor.inc Form constructor for editing a pattern. TODO:params 2
patterns_editor includes/forms/editor.inc Builds up a pattern editing environment. Loads additional javascript libraries, and supplies AJAX validation on the fly. 2 1
patterns_editor_create_page includes/forms/editor.inc Display the page for creating a new pattern. 1
patterns_edit_page includes/forms/editor.inc Display the page for editing a pattern. 1
patterns_edit_submit includes/forms/editor.inc Form submission handler for patterns_edit_form().
patterns_edit_validate includes/forms/editor.inc Form validation handler for patterns_edit_form().
patterns_enable_pattern ./patterns.module Form constructor for the Patterns enabling form. 1
patterns_enable_pattern_submit ./patterns.module Form submission handler for patterns_enable_pattern().
patterns_enable_pattern_validate ./patterns.module <hook_validate>
patterns_engine_is_on ./patterns.module 6
patterns_error_check_results includes/error.inc Helper function for checking errors. 2
patterns_error_get_last includes/error.inc Check and report PHP errors during patterns execution.
patterns_error_handler includes/error.inc Custom Patterns error handler. 1 1
patterns_error_last includes/error.inc Returns or sets the last error. 2
patterns_examples_disable patterns_examples/patterns_examples.install Implements hook_uninstall().
patterns_examples_install patterns_examples/patterns_examples.install Implements hook_install().
patterns_examples_patterns_directory patterns_examples/patterns_examples.module
patterns_execute_action includes/core/common.inc Execute an action. 1
patterns_execute_config includes/unused.inc Executes default configuration for module during the module installation.
patterns_execute_pattern_batch includes/core/batch.inc Starts preliminary operations for pattern execution.
patterns_execute_pattern_php includes/core/php.inc Execute a Pattern. Actions will be called sequentially.

Pages

Other projects