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
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_REPORTING_HIDE constant includes/bootstrap.inc Error reporting level: display no errors.
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_4_test/src/Tests/ExampleTest.php
ExampleTest.php file modules/simpletest/tests/psr_0_test/lib/Drupal/psr_0_test/Tests/ExampleTest.php
ExampleTest::getInfo function modules/simpletest/tests/psr_0_test/lib/Drupal/psr_0_test/Tests/ExampleTest.php
ExampleTest::getInfo function modules/simpletest/tests/psr_4_test/src/Tests/ExampleTest.php
ExampleTest::testArithmetics function modules/simpletest/tests/psr_4_test/src/Tests/ExampleTest.php
ExampleTest::testArithmetics function modules/simpletest/tests/psr_0_test/lib/Drupal/psr_0_test/Tests/ExampleTest.php
Exception class misc/typo3/phar-stream-wrapper/src/Exception.php
Exception.php file misc/typo3/phar-stream-wrapper/src/Exception.php
Extra updates for 7.x group modules/system/system.install Update functions between 7.x versions.
FakeRecord class modules/simpletest/tests/database_test.test Dummy class for fetching into a class.
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
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::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…

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