Search for Id

  1. Search 9.5.x for Id
  2. Search 8.9.x for Id
  3. Search 10.3.x for Id
  4. Search 11.x for Id
  5. Other projects
Title Object type File name Summary
DrupalHTMLIdentifierTestCase::testDrupalCleanCSSIdentifier function modules/simpletest/tests/common.test Tests that drupal_clean_css_identifier() cleans the identifier properly.
DrupalHTMLIdentifierTestCase::testDrupalHTMLClass function modules/simpletest/tests/common.test Tests that drupal_html_class() cleans the class name properly.
DrupalHTMLIdentifierTestCase::testDrupalHTMLId function modules/simpletest/tests/common.test Tests that drupal_html_id() cleans the ID properly.
DrupalTagsHandlingTestCase::$validTags property modules/simpletest/tests/common.test
DrupalTestCase::$testId property modules/simpletest/drupal_web_test_case.php The test run ID.
DrupalTestCase::assertIdentical function modules/simpletest/drupal_web_test_case.php Check to see if two values are identical.
DrupalTestCase::assertNotIdentical function modules/simpletest/drupal_web_test_case.php Check to see if two values are not identical.
DrupalWebTestCase::$session_id property modules/simpletest/drupal_web_test_case.php The current session ID, if available.
DrupalWebTestCase::assertFieldById function modules/simpletest/drupal_web_test_case.php Asserts that a field exists in the current page with the given ID and value.
DrupalWebTestCase::assertNoDuplicateIds function modules/simpletest/drupal_web_test_case.php Asserts that each HTML ID is used for just a single element.
DrupalWebTestCase::assertNoFieldById function modules/simpletest/drupal_web_test_case.php Asserts that a field does not exist with the given ID and value.
DRUPAL_ANONYMOUS_RID constant includes/bootstrap.inc Role ID for anonymous users; should match what's in the "role" table.
DRUPAL_AUTHENTICATED_RID constant includes/bootstrap.inc Role ID for authenticated users; should match what's in the "role" table.
drupal_clean_css_identifier function includes/common.inc Prepares a string for use as a CSS identifier (element, class, or ID name).
drupal_html_id function includes/common.inc Prepares a string for use as a valid HTML ID and guarantees uniqueness.
drupal_override_server_variables function includes/bootstrap.inc Sets appropriate server variables needed for command line scripts to work.
drupal_render_cid_create function includes/common.inc Creates the cache ID for a renderable element.
drupal_render_cid_parts function includes/common.inc Returns cache ID parts for building a cache ID.
drupal_session_destroy_uid function includes/session.inc Ends a specific user's session(s).
drupal_session_id function includes/session.inc Session ids are hashed by default before being stored in the database.
drupal_validate_form function includes/form.inc Validates user-submitted form data in the $form_state array.
drupal_validate_utf8 function includes/bootstrap.inc Checks whether a string is valid UTF-8.
drupal_valid_http_host function includes/bootstrap.inc Validates that a hostname (for example $_SERVER['HTTP_HOST']) is safe.
drupal_valid_path function includes/path.inc Checks a path exists and the current user has access to it.
drupal_valid_test_ua function includes/bootstrap.inc Returns the test prefix if this is an internal request from SimpleTest.
drupal_valid_token function includes/common.inc Validates a token based on $value, the user session, and the private key.
element_validate_integer function includes/form.inc Form element validation handler for integer elements.
element_validate_integer_positive function includes/form.inc Form element validation handler for integer elements that must be positive.
element_validate_number function includes/form.inc Form element validation handler for number elements.
EntityCrudHookTestCase::$ids property modules/simpletest/tests/entity_crud_hook_test.test
EntityLoadTestCase::testEntityLoadIds function modules/simpletest/tests/entity_crud.test
entity_extract_ids function includes/common.inc Helper function to extract id, vid, and bundle name from an entity.
entity_form_field_validate function includes/common.inc Attaches field API validation to entity forms.
ERROR_REPORTING_HIDE constant includes/bootstrap.inc Error reporting level: display no errors.
Field Widget API group modules/field/field.api.php Define Field API widget types.
FieldAttachOtherTestCase::testFieldAttachValidate function modules/field/tests/field.test Test field_attach_validate().
FieldAttachTestCase::$field_id property modules/field/tests/field.test
FieldAttachTestCase::$field_id_2 property modules/field/tests/field.test
FieldCrudTestCase::testUpdateFieldForbid function modules/field/tests/field.test Test field type modules forbidding an update.
FieldFormTestCase::testFieldFormMultipleWidget function modules/field/tests/field.test Tests widgets handling multiple values.
FieldInfo::$fieldIdsByName property modules/field/field.info.class.inc Mapping of field names to the ID of the corresponding non-deleted field.
FieldInfo::$fieldsById property modules/field/field.info.class.inc List of $field structures keyed by ID. Includes deleted fields.
FieldInfo::getFieldById function modules/field/field.info.class.inc Returns a field definition from a field ID.
FieldInfo::prepareInstanceWidget function modules/field/field.info.class.inc Prepares widget properties for the current run-time context.
FieldSqlStorageTestCase::testFieldSqlSchemaForEntityWithStringIdentifier function modules/field/modules/field_sql_storage/field_sql_storage.test Tests adding a field with an entity ID type of string.
FieldUIAlterTestCase::testDefaultWidgetPropertiesAlter function modules/field_ui/field_ui.test Tests hook_field_widget_properties_alter() on the default field widget.
FieldUIManageFieldsTestCase::testHiddenFields function modules/field_ui/field_ui.test Tests that Field UI respects the 'no_ui' option in hook_field_info().
FieldUITestCase::fieldUIDeleteField function modules/field_ui/field_ui.test Deletes a field instance through the Field UI.
FieldUpdateForbiddenException class modules/field/field.module Exception class thrown by hook_field_update_forbid().
FieldValidationException class modules/field/field.attach.inc Exception thrown by field_attach_validate() on field validation errors.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.