Search for Id
Title | Object type | File name | Summary |
---|---|---|---|
DrupalHTMLIdentifierTestCase::testDrupalCleanCSSIdentifier | function | modules/ |
Tests that drupal_clean_css_identifier() cleans the identifier properly. |
DrupalHTMLIdentifierTestCase::testDrupalHTMLClass | function | modules/ |
Tests that drupal_html_class() cleans the class name properly. |
DrupalHTMLIdentifierTestCase::testDrupalHTMLId | function | modules/ |
Tests that drupal_html_id() cleans the ID properly. |
DrupalTagsHandlingTestCase::$validTags | property | modules/ |
|
DrupalTestCase::$testId | property | modules/ |
The test run ID. |
DrupalTestCase::assertIdentical | function | modules/ |
Check to see if two values are identical. |
DrupalTestCase::assertNotIdentical | function | modules/ |
Check to see if two values are not identical. |
DrupalWebTestCase::$session_id | property | modules/ |
The current session ID, if available. |
DrupalWebTestCase::assertFieldById | function | modules/ |
Asserts that a field exists in the current page with the given ID and value. |
DrupalWebTestCase::assertNoDuplicateIds | function | modules/ |
Asserts that each HTML ID is used for just a single element. |
DrupalWebTestCase::assertNoFieldById | function | modules/ |
Asserts that a field does not exist with the given ID and value. |
DRUPAL_ANONYMOUS_RID | constant | includes/ |
Role ID for anonymous users; should match what's in the "role" table. |
DRUPAL_AUTHENTICATED_RID | constant | includes/ |
Role ID for authenticated users; should match what's in the "role" table. |
drupal_clean_css_identifier | function | includes/ |
Prepares a string for use as a CSS identifier (element, class, or ID name). |
drupal_html_id | function | includes/ |
Prepares a string for use as a valid HTML ID and guarantees uniqueness. |
drupal_override_server_variables | function | includes/ |
Sets appropriate server variables needed for command line scripts to work. |
drupal_render_cid_create | function | includes/ |
Creates the cache ID for a renderable element. |
drupal_render_cid_parts | function | includes/ |
Returns cache ID parts for building a cache ID. |
drupal_session_destroy_uid | function | includes/ |
Ends a specific user's session(s). |
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/ |
|
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. |
Pagination
- Previous page
- Page 3
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.