Search for all

  1. Search 9.5.x for all
  2. Search 8.9.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Other projects
Title Object type File name Summary
FeedIconTest class modules/simpletest/tests/common.test Test for theme_feed_icon().
FeedIconTest::getInfo function modules/simpletest/tests/common.test
FeedIconTest::testFeedIconEscaping function modules/simpletest/tests/common.test Check that special characters are correctly escaped. Test for issue #1211668.
FeedParserTestCase class modules/aggregator/aggregator.test Tests feed parsing in the Aggregator module.
FeedParserTestCase::getInfo function modules/aggregator/aggregator.test
FeedParserTestCase::setUp function modules/aggregator/aggregator.test Sets up a Drupal site for running functional and integration tests.
FeedParserTestCase::testAtomSample function modules/aggregator/aggregator.test Tests a feed that uses the Atom format.
FeedParserTestCase::testHtmlEntitiesSample function modules/aggregator/aggregator.test Tests a feed that uses HTML entities in item titles.
FeedParserTestCase::testNoTitleSample function modules/aggregator/aggregator.test Tests a feed with no title; the description should be used to generate one.
FeedParserTestCase::testRSS091Sample function modules/aggregator/aggregator.test Tests a feed that uses the RSS 0.91 format.
Field API group modules/field/field.module Attach custom data fields to Drupal entities.
Field API bulk data deletion group modules/field/field.crud.inc Clean up after Field API bulk deletion operations.
Field Attach API group modules/field/field.attach.inc Operate on Field API data attached to Drupal entities.
Field CRUD API group modules/field/field.crud.inc Create, update, and delete Field API fields, bundles, and instances.
Field Formatter API group modules/field/field.api.php Define Field API formatter types.
Field Info API group modules/field/field.info.inc Obtain information about Field API configuration.
Field Language API group modules/field/field.multilingual.inc Handling of multilingual fields.
Field Storage API group modules/field/field.attach.inc Implement a storage engine for Field API data.
Field Types API group modules/field/field.api.php Define field types.
Field Widget API group modules/field/field.api.php Define Field API widget types.
field-rtl.css file modules/field/theme/field-rtl.css form .field-multiple-table th.field-label {
padding-right: 0;
}
form .field-multiple-table td.field-multiple-drag {
padding-left: 0;
}
form .field-multiple-table td.field-multiple-drag a.tabledrag-handle{
padding-left:…
field.api.php file modules/field/field.api.php Hooks provided by the Field module.
field.attach.inc file modules/field/field.attach.inc Field attach API, allowing entities (nodes, users, ...) to be 'fieldable'.
field.crud.inc file modules/field/field.crud.inc Field CRUD API, handling field and field instance creation and deletion.
field.css file modules/field/theme/field.css /* Field display */
.field .field-label {
font-weight: bold;
}
.field-label-inline .field-label,
.field-label-inline .field-items {
float:left; /*LTR*/
}

/* Form display */
form .field-multiple-table {
margin: 0;
}
form .field-multiple-table…
field.default.inc file modules/field/field.default.inc Default 'implementations' of hook_field_*(): common field housekeeping.
field.form.inc file modules/field/field.form.inc Field forms management.
field.info file modules/field/field.info name = Field
description = Field API to add fields to entities like nodes and users.
package = Core
version = VERSION
core = 7.x
files[] = field.module
files[] = field.attach.inc
files[] = field.info.class.inc
files[] = tests/field.test
dependencies[]…
field.info.class.inc file modules/field/field.info.class.inc
field.info.inc file modules/field/field.info.inc Field Info API, providing information about available fields and field types.
field.install file modules/field/field.install Install, update and uninstall functions for the field module.
field.module file modules/field/field.module Attach custom data fields to Drupal entities.
field.multilingual.inc file modules/field/field.multilingual.inc Functions implementing Field API multilingual support.
field.test file modules/field/tests/field.test Tests for field.module.
field.tpl.php file modules/field/theme/field.tpl.php field.tpl.php
Default template implementation to display the value of a field.
FieldAttachOtherTestCase class modules/field/tests/field.test Unit test class for non-storage related field_attach_* functions.
FieldAttachOtherTestCase::$instance2 property modules/field/tests/field.test
FieldAttachOtherTestCase::getInfo function modules/field/tests/field.test
FieldAttachOtherTestCase::testFieldAttachCache function modules/field/tests/field.test Test field cache.
FieldAttachOtherTestCase::testFieldAttachForm function modules/field/tests/field.test Test field_attach_form().
FieldAttachOtherTestCase::testFieldAttachPrepareViewMultiple function modules/field/tests/field.test Tests the 'multiple entity' behavior of field_attach_prepare_view().
FieldAttachOtherTestCase::testFieldAttachSubmit function modules/field/tests/field.test Test field_attach_submit().
FieldAttachOtherTestCase::testFieldAttachValidate function modules/field/tests/field.test Test field_attach_validate().
FieldAttachOtherTestCase::testFieldAttachView function modules/field/tests/field.test Test field_attach_view() and field_attach_prepare_view().
FieldAttachStorageTestCase class modules/field/tests/field.test Unit test class for storage-related field_attach_* functions.
FieldAttachStorageTestCase::getInfo function modules/field/tests/field.test
FieldAttachStorageTestCase::testFieldAttachCreateRenameBundle function modules/field/tests/field.test Test field_attach_create_bundle() and field_attach_rename_bundle().
FieldAttachStorageTestCase::testFieldAttachDelete function modules/field/tests/field.test Test field_attach_delete().
FieldAttachStorageTestCase::testFieldAttachDeleteBundle function modules/field/tests/field.test Test field_attach_delete_bundle().
FieldAttachStorageTestCase::testFieldAttachLoadMultiple function modules/field/tests/field.test Test the 'multiple' load feature.

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