Functions - 7.x-1.x - ctools

Primary tabs

Title Deprecated File name Summary Direct uses Strings
_ctools_drush_explode_options drush/ctools.drush.inc Convert the drush options from a csv list into an array. 1
_ctools_drush_export_delete drush/ctools.drush.inc Revert a single object.
_ctools_drush_export_disable drush/ctools.drush.inc Disable a single object.
_ctools_drush_export_enable drush/ctools.drush.inc Enable a single object.
_ctools_drush_export_info drush/ctools.drush.inc Return array of CTools exportable info based on available tables returned from ctools_export_get_schemas(). 6
_ctools_drush_export_module_filter drush/ctools.drush.inc Filter a nested array of exportables by export module. 2
_ctools_drush_export_op_alias drush/ctools.drush.inc Return an alias for an op, that will be used to show as output. For now, this is mainly necessary for delete => revert alias. 2
_ctools_drush_export_op_command_logic drush/ctools.drush.inc Helper function to abstract logic for selecting exportable types/objects from individual commands as they will all share this same error handling/arguments for returning list of exportables. 1
_ctools_drush_export_view drush/ctools.drush.inc View a single object.
_ctools_drush_file_delete drush/ctools.drush.inc Delete files in a directory, keeping the .module and .info files. 1
_ctools_drush_filter_exportables drush/ctools.drush.inc Filters a collection of exportables based on filters. 1
_ctools_drush_get_export_name drush/ctools.drush.inc Gets the key for an exportable type. 3
_ctools_drush_object_is_code_only drush/ctools.drush.inc Determine if an object is a code only default.
_ctools_drush_object_is_db_only drush/ctools.drush.inc Determine if an object is only in the db.
_ctools_drush_object_is_disabled drush/ctools.drush.inc Determine if an object is disabled. 2 1
_ctools_drush_object_is_enabled drush/ctools.drush.inc Determine if an object is enabled. 1
_ctools_drush_object_is_not_code_only drush/ctools.drush.inc Determine if an object is not a code only default. 1
_ctools_drush_object_is_not_db_only drush/ctools.drush.inc Determine if an object is not in the db. 1
_ctools_drush_object_is_not_overridden drush/ctools.drush.inc Determine if an object is not overridden. 1
_ctools_drush_object_is_overridden drush/ctools.drush.inc Determine if an object is overridden. 1
_ctools_drush_selection_screen drush/ctools.drush.inc Helper function to select the exportables. By default, all exportables will be selected, so it will be easier to deselect them. 1
_ctools_entity_access includes/entity-access.inc Core hack to include entity api-esque 'access callback' functions to core entities without needing to rely on entity api. Exception: We don't touch file entity. You must have entity API enabled to view files. 1
_ctools_entity_field_value_ctools_access_get_child plugins/access/entity_field_value.inc 2
_ctools_entity_field_value_ctools_access_get_conf_field_values plugins/access/entity_field_value.inc 1
_ctools_entity_field_value_filter_items_by_column plugins/access/entity_field_value.inc 1
_ctools_entity_field_value_get_proper_form_items plugins/access/entity_field_value.inc 1
_ctools_export_filter_export_tables includes/export.inc 1
_ctools_export_get_defaults includes/export.inc Get export object defaults. 3 1
_ctools_export_get_defaults_from_cache includes/export.inc Attempt to load default objects from cache. 1
_ctools_export_get_some_defaults includes/export.inc Get a limited number of default objects. 2
_ctools_export_ui_add_form_files plugins/export_ui/ctools_export_ui.class.php Add all appropriate includes to forms so that caching the form still loads the files that we need. 4
_ctools_export_unpack_object includes/export.inc Unpack data loaded from the database onto an object. 2
_ctools_getReferencableEntities includes/content.menu.inc Private function to get referencable entities. Based on code from the Entity Reference module. 1
_ctools_get_block_info plugins/content_types/block/block.inc Fetch the stored info for a block. 1
_ctools_list_themes includes/plugins.inc Helper to build a ctools-friendly list of themes capable of providing plugins. 2
_ctools_menu_add_dynamic_items includes/menu.inc 1
_ctools_plugin_configure_create_form_info includes/plugins-admin.inc 1
_ctools_process_data includes/plugins.inc Fill in default values and run hooks for data loaded for one or more plugins. 2
_ctools_profile_fields_options plugins/content_types/user_context/profile_fields.inc Helper function : build the list of categories for the 'edit' form. 1
_ctools_registry_files_alter includes/registry.inc Implements (via delegation) hook_registry_files_alter(). 1
_ctools_term_vocabulary_ctools_access_map_vids plugins/access/term_vocabulary.inc Helper function to map the vids from old features to the new machine_name. 3
_ctools_term_vocabulary_machine_name_convert plugins/arguments/term.inc Helper function to convert convert legacy vocabulary ids into machine names. 3
_ctools_uuid_generate_com includes/uuid.inc Generates a UUID using the Windows internal GUID generator. 1
_ctools_uuid_generate_pecl includes/uuid.inc Generates an universally unique identifier using the PECL extension. 1
_ctools_uuid_generate_php includes/uuid.inc Generates a UUID v4 using PHP code. 1
_page_manager_get_operation_content page_manager/page_manager.admin.inc Fetch the content for an operation, after it's been discovered from arguments. 1
_page_manager_handler_sort page_manager/page_manager.admin.inc Used as a callback to uasort to sort the task cache by weight. 1
_page_manager_page_get_arguments page_manager/plugins/tasks/page.inc 3
_pm_arg_load page_manager/plugins/tasks/page.inc Load a context from an argument for a given page task. 3
_term_depth term_depth/plugins/access/term_depth.inc Find the depth of a term. 1

Other projects