Search for id

Classes

NameLocationDescription
views_handler_argument_aggregator_category_cidmodules/aggregator/views_handler_argument_aggregator_category_cid.incArgument handler to accept an aggregator category id.
views_handler_argument_aggregator_fidmodules/aggregator/views_handler_argument_aggregator_fid.incArgument handler to accept an aggregator feed id.
views_handler_argument_aggregator_iidmodules/aggregator/views_handler_argument_aggregator_iid.incArgument handler to accept an aggregator item id.
views_handler_argument_comment_user_uidmodules/comment/views_handler_argument_comment_user_uid.incArgument handler to accept a user id to check for nodes that user posted or commented on.
views_handler_argument_file_fidmodules/system/views_handler_argument_file_fid.incArgument handler to accept multiple file ids.
views_handler_argument_node_nidmodules/node/views_handler_argument_node_nid.incArgument handler to accept a node id.
views_handler_argument_node_tnidmodules/translation/views_handler_argument_node_tnid.incArgument handler to accept a node translation id.
views_handler_argument_node_uid_revisionmodules/node/views_handler_argument_node_uid_revision.incFilter handler to accept a user id to check for nodes that user posted or created a revision on.
views_handler_argument_node_vidmodules/node/views_handler_argument_node_vid.incArgument handler to accept a node revision id.
views_handler_argument_term_node_tidmodules/taxonomy/views_handler_argument_term_node_tid.incAllow taxonomy term ID(s) as argument.
views_handler_argument_term_node_tid_depthmodules/taxonomy/views_handler_argument_term_node_tid_depth.incArgument handler for taxonomy terms with depth.
views_handler_argument_term_node_tid_depth_modifiermodules/taxonomy/views_handler_argument_term_node_tid_depth_modifier.incArgument handler for to modify depth for a previous term.
views_handler_argument_users_roles_ridmodules/user/views_handler_argument_users_roles_rid.incAllow role ID(s) as argument.
views_handler_argument_user_uidmodules/user/views_handler_argument_user_uid.incArgument handler to accept a user id.
views_handler_argument_vocabulary_vidmodules/taxonomy/views_handler_argument_vocabulary_vid.incArgument handler to accept a vocabulary id.
views_handler_field_term_node_tidmodules/taxonomy/views_handler_field_term_node_tid.incField handler to display all taxonomy terms of a node.
views_handler_field_upload_fidmodules/upload/views_handler_field_upload_fid.incField handler to provide a list of roles.
views_handler_filter_aggregator_category_cidmodules/aggregator/views_handler_filter_aggregator_category_cid.incFilter by aggregator category cid
views_handler_filter_comment_user_uidmodules/comment/views_handler_filter_comment_user_uid.incFilter handler to accept a user id to check for nodes that user posted or commented on.
views_handler_filter_node_tnidmodules/translation/views_handler_filter_node_tnid.incFilter by whether the node is the original translation.
views_handler_filter_node_tnid_childmodules/translation/views_handler_filter_node_tnid_child.incFilter by whether the node is not the original translation.
views_handler_filter_node_uid_revisionmodules/node/views_handler_filter_node_uid_revision.incFilter handler to check for revisions a certain user has created.
views_handler_filter_term_node_tidmodules/taxonomy/views_handler_filter_term_node_tid.incFilter by term id.
views_handler_filter_term_node_tid_depthmodules/taxonomy/views_handler_filter_term_node_tid_depth.incFilter handler for taxonomy terms with depth.
views_handler_filter_upload_fidmodules/upload/views_handler_filter_upload_fid.incFilter by whether or not a node has attached files from the upload module
views_handler_filter_vocabulary_vidmodules/taxonomy/views_handler_filter_vocabulary_vid.incFilter by vocabulary id.
views_plugin_argument_default_taxonomy_tidmodules/taxonomy/views_plugin_argument_default_taxonomy_tid.inc
views_plugin_argument_validateplugins/views_plugin_argument_validate.incBase argument validator plugin to provide basic functionality.
views_plugin_argument_validate_nodemodules/node/views_plugin_argument_validate_node.incValidate whether an argument is an acceptable node.
views_plugin_argument_validate_numericplugins/views_plugin_argument_validate_numeric.incValidate whether an argument is numeric or not.
views_plugin_argument_validate_phpplugins/views_plugin_argument_validate_php.incProvide PHP code to validate whether or not an argument is ok.
views_plugin_argument_validate_taxonomy_termmodules/taxonomy/views_plugin_argument_validate_taxonomy_term.incValidate whether an argument is an acceptable node.
views_plugin_argument_validate_usermodules/user/views_plugin_argument_validate_user.incValidate whether an argument is a valid user.
views_plugin_style_gridplugins/views_plugin_style_grid.incStyle plugin to render each item in a grid cell.

Constants

NameLocationDescription
COMMENT_CONTROLS_HIDDENmodules/comment/comment.moduleComment controls are hidden.
DRUPAL_ANONYMOUS_RIDincludes/bootstrap.incRole ID for anonymous users; should match what's in the "role" table.
DRUPAL_AUTHENTICATED_RIDincludes/bootstrap.incRole ID for authenticated users; should match what's in the "role" table.
OPENID_DH_DEFAULT_GENmodules/openid/openid.inc
OPENID_DH_DEFAULT_MODmodules/openid/openid.inc
OPENID_NS_1_0modules/openid/openid.inc
OPENID_NS_1_1modules/openid/openid.inc
OPENID_NS_2_0modules/openid/openid.inc
OPENID_RAND_SOURCEmodules/openid/openid.inc
OPENID_SHA1_BLOCKSIZEmodules/openid/openid.inc
PROFILE_HIDDENmodules/profile/profile.moduleHidden profile field, only accessible by administrators, modules and themes.

Files

NameLocationDescription
ahah_example/ahah_example_simple_validation.incahah_example/ahah_example_simple_validation.incDemonstrate validation of a textfield using AHAH. This approach allows 'live' validation of a field which degrades gracefully when JavaScript is not available.
help/demo-video.htmlhelp/demo-video.html
developer/topics/forms_api.htmldeveloper/topics/forms_api.htmlForms API Quickstart Guide
developer/topics/javascript_startup_guide.htmldeveloper/topics/javascript_startup_guide.htmlJavaScript Startup Guide
modules/openid/openid.incmodules/openid/openid.incOpenID utility functions.