Search for id

  1. Search 8.x-3.x for id
  2. Search 4.0.x for id
  3. Other projects
Title Object type File name Summary
CtoolsContextIDTestCase class tests/context.test @file
Test the keyword substitution functionality.
CtoolsContextIDTestCase::getInfo function tests/context.test
CtoolsContextIDTestCase::getTestContexts function tests/context.test
CtoolsContextIDTestCase::setUp function tests/context.test Sets up a Drupal site for running functional and integration tests.
CtoolsContextIDTestCase::testContextId function tests/context.test Test ctools_context_id where the context only has an id.
CtoolsContextIDTestCase::testContextIdName function tests/context.test Test ctools_context_id where the context has an id and a name.
CtoolsContextIDTestCase::testContextIdNameType function tests/context.test Test ctools_context_id where the context has an id & name, and a type is specified.
CtoolsContextIDTestCase::testNextContextId function tests/context.test Test ctools_context_next_id in various scenarios.
CtoolsUnitObjectCachePlugins::assertValidCachePlugin function tests/object_cache_unit.test Check that the supplied array looks like a ctools cache plugin.
ctools_access_ajax_edit_item_validate function includes/context-access-admin.inc Validate handler for argument settings.
ctools_argument_entity_id_context function plugins/arguments/entity_id.inc Discover if this argument gives us the entity we crave.
ctools_argument_entity_id_ctools_argument_placeholder function plugins/arguments/entity_id.inc
ctools_argument_entity_id_get_child function plugins/arguments/entity_id.inc
ctools_argument_entity_id_get_children function plugins/arguments/entity_id.inc
ctools_argument_entity_id_settings_form function plugins/arguments/entity_id.inc
ctools_argument_nid_context function plugins/arguments/nid.inc Discover if this argument gives us the node we crave.
ctools_argument_rid_context function plugins/arguments/rid.inc Discover if this argument gives us the node we crave.
ctools_argument_uid_context function plugins/arguments/uid.inc Discover if this argument gives us the user we crave.
ctools_context::$id property includes/context.inc @var
ctools_context::$identifier property includes/context.inc The identifier (in the UI) of this object.
ctools_context::get_identifier function includes/context.inc Return the identifier.
ctools_context_entity_settings_form_validate function plugins/contexts/entity.inc Validate a node.
ctools_context_id function includes/context.inc Determine a unique context ID for a context.
ctools_context_next_id function includes/context.inc Get the next id available given a list of already existing objects.
ctools_context_node_edit_form_settings_form_validate function plugins/contexts/node_edit_form.inc Validate a node.
ctools_context_node_settings_form_validate function plugins/contexts/node.inc Validate a node.
ctools_context_term_settings_form_validate function plugins/contexts/term.inc Validate a term.
ctools_context_user_edit_form_settings_form_validate function plugins/contexts/user_edit_form.inc Validate a node.
ctools_context_user_settings_form_validate function plugins/contexts/user.inc Validate a user.
ctools_custom_content_type_edit_form_validate function plugins/content_types/custom/custom.inc The validate form to ensure the custom content data is okay.
ctools_export_ui::edit_finish_validate function plugins/export_ui/ctools_export_ui.class.php Perform a final validation check before allowing the form to be
finished.
ctools_export_ui::edit_form_import_validate function plugins/export_ui/ctools_export_ui.class.php Import form validate handler.
ctools_export_ui::edit_form_validate function plugins/export_ui/ctools_export_ui.class.php Validate callback for the edit form.
ctools_export_ui::list_form_validate function plugins/export_ui/ctools_export_ui.class.php Validate the filter/sort form.
ctools_export_ui_edit_item_form_validate function plugins/export_ui/ctools_export_ui.class.php Validate handler for ctools_export_ui_edit_item_form.
ctools_export_ui_edit_item_wizard_form_validate function plugins/export_ui/ctools_export_ui.class.php Validate handler for ctools_export_ui_edit_item_wizard_form.
ctools_export_ui_edit_name_validate function plugins/export_ui/ctools_export_ui.class.php Validate that an export item name is acceptable and unique during add.
ctools_export_ui_list_form_validate function plugins/export_ui/ctools_export_ui.class.php Validate handler for ctools_export_ui_list_form.
ctools_node_content_type_edit_form_validate function plugins/content_types/node/node.inc Validate the node selection.
ctools_stylizer_edit_style_form_default_validate function includes/stylizer.inc
ctools_stylizer_get_css_id function includes/stylizer.inc Get the id used to cache CSS for a given style plugin and settings.
ctools_term_settings_form_validate function plugins/arguments/term.inc
ctools_uuid_generate function ./ctools.module Wrapper function to create UUIDs via ctools, falls back on UUID module
if it is enabled. This code is a copy of uuid.inc from the uuid module.
ctools_uuid_is_valid function ./ctools.module Check that a string appears to be in the format of a UUID.
ctools_vid_context function plugins/arguments/vid.inc Discover if this argument gives us the vocabulary we crave.
entity_id.inc file plugins/arguments/entity_id.inc Plugin to provide an argument handler for all entity ids.
hook_ctools_cleanstring_CLEAN_ID_alter function ./ctools.api.php Change cleanstring settings for a specific clean ID.
nid.inc file plugins/arguments/nid.inc Plugin to provide an argument handler for a node id.
page_manager_get_task_id function page_manager/page_manager.module Split a task name into a task id and subtask id, if applicable.
page_manager_handler_import_validate function page_manager/page_manager.admin.inc Make sure that an import actually provides a handler.