Search for %s

  1. Search 9.5.x for %s
  2. Search 8.9.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
entity_form_submit_build_entity function includes/common.inc Copies submitted values to entity properties for simple entity forms.
entity_query.test file modules/simpletest/tests/entity_query.test Unit test file for the entity API.
entity_query_access_test.info file modules/simpletest/tests/entity_query_access_test.info name = "Entity query access test"
description = "Support module for checking entity query results."
package = Testing
version = VERSION
core = 7.x
hidden = TRUE
entity_query_access_test.module file modules/simpletest/tests/entity_query_access_test.module Helper module for testing EntityFieldQuery access on any type of entity.
entity_query_access_test_menu function modules/simpletest/tests/entity_query_access_test.module Implements hook_menu().
entity_query_access_test_sample_query function modules/simpletest/tests/entity_query_access_test.module Returns the results from an example EntityFieldQuery.
error.test file modules/simpletest/tests/error.test
errors.inc file includes/errors.inc Functions for error handling.
error_displayable function includes/errors.inc Determines whether an error should be displayed.
ERROR_REPORTING_DISPLAY_ALL constant includes/bootstrap.inc Error reporting level: display all messages.
ERROR_REPORTING_DISPLAY_SOME constant includes/bootstrap.inc Error reporting level: display errors and warnings.
error_test.info file modules/simpletest/tests/error_test.info name = "Error test"
description = "Support module for error and exception testing."
package = Testing
version = VERSION
core = 7.x
hidden = TRUE
error_test.module file modules/simpletest/tests/error_test.module
error_test_generate_warnings function modules/simpletest/tests/error_test.module Menu callback; generate warnings to test the error handler.
error_test_menu function modules/simpletest/tests/error_test.module Implements hook_menu().
error_test_trigger_exception function modules/simpletest/tests/error_test.module Menu callback; trigger an exception to test the exception handler.
error_test_trigger_pdo_exception function modules/simpletest/tests/error_test.module Menu callback; trigger an exception to test the exception handler.
example.sites.php file sites/example.sites.php Configuration file for Drupal's multi-site directory aliasing feature.
ExampleTest class modules/simpletest/tests/psr_0_test/lib/Drupal/psr_0_test/Tests/ExampleTest.php
ExampleTest class modules/simpletest/tests/psr_4_test/src/Tests/ExampleTest.php
ExampleTest.php file modules/simpletest/tests/psr_0_test/lib/Drupal/psr_0_test/Tests/ExampleTest.php
ExampleTest.php file modules/simpletest/tests/psr_4_test/src/Tests/ExampleTest.php
ExampleTest::getInfo function modules/simpletest/tests/psr_4_test/src/Tests/ExampleTest.php
ExampleTest::getInfo function modules/simpletest/tests/psr_0_test/lib/Drupal/psr_0_test/Tests/ExampleTest.php
ExampleTest::testArithmetics function modules/simpletest/tests/psr_0_test/lib/Drupal/psr_0_test/Tests/ExampleTest.php
ExampleTest::testArithmetics function modules/simpletest/tests/psr_4_test/src/Tests/ExampleTest.php
example_form_submit function external_documentation/developer/example.profile Form API submit for the example form.
example_profile_details function external_documentation/developer/example.profile Return a description of the profile for the initial installation screen.
example_profile_modules function external_documentation/developer/example.profile Return an array of the modules to be enabled when this profile is installed.
example_profile_tasks function external_documentation/developer/example.profile Perform any final installation tasks for this profile.
example_profile_task_list function external_documentation/developer/example.profile Return a list of tasks that this profile supports.
Extra updates for 7.x group modules/system/system.install Update functions between 7.x versions.
farbtastic.css file misc/farbtastic/farbtastic.css .farbtastic {
position: relative;
}
.farbtastic * {
position: absolute;
cursor: crosshair;
}
.farbtastic,
.farbtastic .wheel {
width: 195px;
height: 195px;
}
.farbtastic .color,
.farbtastic .overlay {
top: 47px;
left: 47px;
width:…
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 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-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.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.info.class.inc file modules/field/field.info.class.inc
field.install file modules/field/field.install Install, update and uninstall functions for the field module.
field.test file modules/field/tests/field.test Tests for field.module.

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