Search for Id
| Title | Object type | File name | Summary | 
|---|---|---|---|
| drupal_session_id | function | includes/ | Session ids are hashed by default before being stored in the database. | 
| drupal_validate_form | function | includes/ | Validates user-submitted form data in the $form_state array. | 
| drupal_validate_utf8 | function | includes/ | Checks whether a string is valid UTF-8. | 
| drupal_valid_http_host | function | includes/ | Validates that a hostname (for example $_SERVER['HTTP_HOST']) is safe. | 
| drupal_valid_path | function | includes/ | Checks a path exists and the current user has access to it. | 
| drupal_valid_test_ua | function | includes/ | Returns the test prefix if this is an internal request from SimpleTest. | 
| drupal_valid_token | function | includes/ | Validates a token based on $value, the user session, and the private key. | 
| element_validate_integer | function | includes/ | Form element validation handler for integer elements. | 
| element_validate_integer_positive | function | includes/ | Form element validation handler for integer elements that must be positive. | 
| element_validate_number | function | includes/ | Form element validation handler for number elements. | 
| EntityCrudHookTestCase::$ids | property | modules/ | |
| EntityLoadTestCase::testEntityLoadIds | function | modules/ | |
| EntityLoadTestCase::testEntityLoadInvalidControllerClass | function | modules/ | Tests the controller class loading functionality on non-existing entity types and on entities without valid controller class. | 
| entity_extract_ids | function | includes/ | Helper function to extract id, vid, and bundle name from an entity. | 
| entity_form_field_validate | function | includes/ | Attaches field API validation to entity forms. | 
| ERROR_REPORTING_HIDE | constant | includes/ | Error reporting level: display no errors. | 
| Field Widget API | group | modules/ | Define Field API widget types. | 
| FieldAttachOtherTestCase::testFieldAttachValidate | function | modules/ | Test field_attach_validate(). | 
| FieldAttachTestCase::$field_id | property | modules/ | |
| FieldAttachTestCase::$field_id_2 | property | modules/ | |
| FieldCrudTestCase::testUpdateFieldForbid | function | modules/ | Test field type modules forbidding an update. | 
| FieldFormTestCase::testFieldFormMultipleWidget | function | modules/ | Tests widgets handling multiple values. | 
| FieldInfo::$fieldIdsByName | property | modules/ | Mapping of field names to the ID of the corresponding non-deleted field. | 
| FieldInfo::$fieldsById | property | modules/ | List of $field structures keyed by ID. Includes deleted fields. | 
| FieldInfo::getFieldById | function | modules/ | Returns a field definition from a field ID. | 
| FieldInfo::prepareInstanceWidget | function | modules/ | Prepares widget properties for the current run-time context. | 
| FieldSqlStorageTestCase::testFieldSqlSchemaForEntityWithStringIdentifier | function | modules/ | Tests adding a field with an entity ID type of string. | 
| FieldUIAlterTestCase::testDefaultWidgetPropertiesAlter | function | modules/ | Tests hook_field_widget_properties_alter() on the default field widget. | 
| FieldUIManageFieldsTestCase::testHiddenFields | function | modules/ | Tests that Field UI respects the 'no_ui' option in hook_field_info(). | 
| FieldUITestCase::fieldUIDeleteField | function | modules/ | Deletes a field instance through the Field UI. | 
| FieldUpdateForbiddenException | class | modules/ | Exception class thrown by hook_field_update_forbid(). | 
| FieldValidationException | class | modules/ | Exception thrown by field_attach_validate() on field validation errors. | 
| FieldValidationException::$errors | property | modules/ | |
| FieldValidationException::__construct | function | modules/ | Constructor for FieldValidationException. | 
| field_attach_form_validate | function | modules/ | Perform field validation against form-submitted field values. | 
| field_attach_validate | function | modules/ | Perform field validation against the field data in an entity. | 
| field_behaviors_widget | function | modules/ | Determines the behavior of a widget with respect to an operation. | 
| field_default_validate | function | modules/ | Generic field validation handler. | 
| field_info_field_by_id | function | modules/ | Returns data about an individual field, given a field ID. | 
| field_info_field_by_ids | function | modules/ | Returns the same data as field_info_field_by_id() for every field. | 
| field_info_widget_settings | function | modules/ | Returns a field widget's default settings. | 
| field_info_widget_types | function | modules/ | Returns information about field widgets from hook_field_widget_info(). | 
| field_sql_storage_field_update_forbid | function | modules/ | Implements hook_field_update_forbid(). | 
| field_test_entity_form_validate | function | modules/ | Validate handler for field_test_entity_form(). | 
| field_test_entity_nested_form_validate | function | modules/ | Validate handler for field_test_entity_nested_form(). | 
| field_test_field_update_forbid | function | modules/ | Implements hook_field_update_forbid(). | 
| field_test_field_validate | function | modules/ | Implements hook_field_validate(). | 
| field_test_field_widget_error | function | modules/ | Implements hook_field_widget_error(). | 
| field_test_field_widget_form | function | modules/ | Implements hook_field_widget_form(). | 
| field_test_field_widget_form_alter | function | modules/ | Implements hook_field_widget_form_alter(). | 
Pagination
- Previous page
- Page 4
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
