Search for d
Title | Object type | File name | Summary |
---|---|---|---|
entity_crud_hook_test_file_presave | function | modules/ |
Implements hook_file_presave(). |
entity_crud_hook_test_file_update | function | modules/ |
Implements hook_file_update(). |
entity_crud_hook_test_node_delete | function | modules/ |
Implements hook_node_delete(). |
entity_crud_hook_test_node_insert | function | modules/ |
Implements hook_node_insert(). |
entity_crud_hook_test_node_load | function | modules/ |
Implements hook_node_load(). |
entity_crud_hook_test_node_presave | function | modules/ |
Implements hook_node_presave(). |
entity_crud_hook_test_node_update | function | modules/ |
Implements hook_node_update(). |
entity_crud_hook_test_taxonomy_term_delete | function | modules/ |
Implements hook_taxonomy_term_delete(). |
entity_crud_hook_test_taxonomy_term_insert | function | modules/ |
Implements hook_taxonomy_term_insert(). |
entity_crud_hook_test_taxonomy_term_load | function | modules/ |
Implements hook_taxonomy_term_load(). |
entity_crud_hook_test_taxonomy_term_presave | function | modules/ |
Implements hook_taxonomy_term_presave(). |
entity_crud_hook_test_taxonomy_term_update | function | modules/ |
Implements hook_taxonomy_term_update(). |
entity_crud_hook_test_taxonomy_vocabulary_delete | function | modules/ |
Implements hook_taxonomy_vocabulary_delete(). |
entity_crud_hook_test_taxonomy_vocabulary_insert | function | modules/ |
Implements hook_taxonomy_vocabulary_insert(). |
entity_crud_hook_test_taxonomy_vocabulary_load | function | modules/ |
Implements hook_taxonomy_vocabulary_load(). |
entity_crud_hook_test_taxonomy_vocabulary_presave | function | modules/ |
Implements hook_taxonomy_vocabulary_presave(). |
entity_crud_hook_test_taxonomy_vocabulary_update | function | modules/ |
Implements hook_taxonomy_vocabulary_update(). |
entity_crud_hook_test_user_delete | function | modules/ |
Implements hook_user_delete(). |
entity_crud_hook_test_user_insert | function | modules/ |
Implements hook_user_insert(). |
entity_crud_hook_test_user_load | function | modules/ |
Implements hook_user_load(). |
entity_crud_hook_test_user_presave | function | modules/ |
Implements hook_user_presave(). |
entity_crud_hook_test_user_update | function | modules/ |
Implements hook_user_update(). |
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. |
entity_form_submit_build_entity | function | includes/ |
Copies submitted values to entity properties for simple entity forms. |
entity_load | function | includes/ |
Load entities from the database. |
entity_load_unchanged | function | includes/ |
Loads the unchanged, i.e. not modified, entity from the database. |
entity_query_access_test.module | file | modules/ |
Helper module for testing EntityFieldQuery access on any type of entity. |
entity_view_mode_prepare | function | includes/ |
Invoke hook_entity_view_mode_alter(). |
error_displayable | function | includes/ |
Determines whether an error should be displayed. |
ERROR_REPORTING_DISPLAY_ALL | constant | includes/ |
Error reporting level: display all messages. |
ERROR_REPORTING_DISPLAY_SOME | constant | includes/ |
Error reporting level: display errors and warnings. |
ERROR_REPORTING_HIDE | constant | includes/ |
Error reporting level: display no errors. |
error_test.module | file | modules/ |
|
error_test_trigger_pdo_exception | function | modules/ |
Menu callback; trigger an exception to test the exception handler. |
Extra updates for 7.x | group | modules/ |
Update functions between 7.x versions. |
FakeRecord | class | modules/ |
Dummy class for fetching into a class. |
FeedIconTest | class | modules/ |
Test for theme_feed_icon(). |
FeedIconTest::getInfo | function | modules/ |
|
FeedIconTest::testFeedIconEscaping | function | modules/ |
Check that special characters are correctly escaped. Test for issue #1211668. |
FeedParserTestCase | class | modules/ |
Tests feed parsing in the Aggregator module. |
FeedParserTestCase::getInfo | function | modules/ |
|
FeedParserTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
FeedParserTestCase::testAtomSample | function | modules/ |
Tests a feed that uses the Atom format. |
FeedParserTestCase::testHtmlEntitiesSample | function | modules/ |
Tests a feed that uses HTML entities in item titles. |
FeedParserTestCase::testRSS091Sample | function | modules/ |
Tests a feed that uses the RSS 0.91 format. |
Field API | group | modules/ |
Attach custom data fields to Drupal entities. |
Field API bulk data deletion | group | modules/ |
Clean up after Field API bulk deletion operations. |
Field Attach API | group | modules/ |
Operate on Field API data attached to Drupal entities. |
Field CRUD API | group | modules/ |
Create, update, and delete Field API fields, bundles, and instances. |
Pagination
- Previous page
- Page 48
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.