Search for all
Title | Object type | File name | Summary |
---|---|---|---|
error.test | file | modules/ |
|
errors.inc | file | includes/ |
Functions for error handling. |
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.info | file | modules/ |
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/ |
|
error_test_generate_warnings | function | modules/ |
Menu callback; generate warnings to test the error handler. |
error_test_menu | function | modules/ |
Implements hook_menu(). |
error_test_trigger_exception | function | modules/ |
Menu callback; trigger an exception to test the exception handler. |
error_test_trigger_pdo_exception | function | modules/ |
Menu callback; trigger an exception to test the exception handler. |
example.sites.php | file | sites/ |
Configuration file for Drupal's multi-site directory aliasing feature. |
ExampleTest | class | modules/ |
|
ExampleTest | class | modules/ |
|
ExampleTest.php | file | modules/ |
|
ExampleTest.php | file | modules/ |
|
ExampleTest::getInfo | function | modules/ |
|
ExampleTest::getInfo | function | modules/ |
|
ExampleTest::testArithmetics | function | modules/ |
|
ExampleTest::testArithmetics | function | modules/ |
|
Exception | class | misc/ |
|
Exception.php | file | misc/ |
|
Extra updates for 7.x | group | modules/ |
Update functions between 7.x versions. |
FakeRecord | class | modules/ |
Dummy class for fetching into a class. |
farbtastic.css | file | misc/ |
.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/ |
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/ |
|
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. |
Field Formatter API | group | modules/ |
Define Field API formatter types. |
Field Info API | group | modules/ |
Obtain information about Field API configuration. |
Field Language API | group | modules/ |
Handling of multilingual fields. |
Field Storage API | group | modules/ |
Implement a storage engine for Field API data. |
Field Types API | group | modules/ |
Define field types. |
Field Widget API | group | modules/ |
Define Field API widget types. |
field-rtl.css | file | modules/ |
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/ |
Hooks provided by the Field module. |
field.attach.inc | file | modules/ |
Field attach API, allowing entities (nodes, users, ...) to be 'fieldable'. |
field.crud.inc | file | modules/ |
Field CRUD API, handling field and field instance creation and deletion. |
field.css | file | modules/ |
/* 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… |
Pagination
- Previous page
- Page 65
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.