Search for age
- Search 9.5.x for age
- Search 8.9.x for age
- Search 10.3.x for age
- Search 11.x for age
- Search main for age
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| DrupalSetMessageTest::getInfo | function | modules/ |
|
| DrupalSetMessageTest::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
| DrupalSetMessageTest::testSetRemoveMessages | function | modules/ |
Tests setting messages and removing one before it is displayed. |
| DrupalTestCase::$originalLanguage | property | modules/ |
The original language. |
| DrupalTestCase::$originalLanguageDefault | property | modules/ |
The original default language. |
| DrupalWebTestCase::$originalLanguageUrl | property | modules/ |
The original language URL. |
| DRUPAL_BOOTSTRAP_LANGUAGE | constant | includes/ |
Seventh bootstrap phase: find out language of the page. |
| DRUPAL_BOOTSTRAP_PAGE_CACHE | constant | includes/ |
Second bootstrap phase: try to serve a cached page. |
| DRUPAL_BOOTSTRAP_PAGE_HEADER | constant | includes/ |
Sixth bootstrap phase: set up the page header. |
| DRUPAL_CACHE_PER_PAGE | constant | includes/ |
The block or element can change depending on the page being viewed. |
| drupal_deliver_html_page | function | includes/ |
Packages and sends the result of a page callback to the browser as HTML. |
| drupal_deliver_page | function | includes/ |
Delivers a page callback result to the browser in the appropriate format. |
| drupal_get_messages | function | includes/ |
Returns all messages that have been set with drupal_set_message(). |
| drupal_is_front_page | function | includes/ |
Check if the current page is the front page. |
| drupal_language_initialize | function | includes/ |
Initializes all the defined language types. |
| drupal_language_types | function | includes/ |
Returns a list of the built-in language types. |
| DRUPAL_MAXIMUM_TEMP_FILE_AGE | constant | modules/ |
Maximum age of temporary files in seconds. |
| drupal_page_footer | function | includes/ |
Performs end-of-request tasks. |
| drupal_page_get_cache | function | includes/ |
Retrieves the current page from the cache. |
| drupal_page_header | function | includes/ |
Sets HTTP headers in preparation for a page response. |
| drupal_page_is_cacheable | function | includes/ |
Determines the cacheability of the current page. |
| drupal_page_set_cache | function | includes/ |
Stores the current page in the cache. |
| drupal_render_page | function | includes/ |
Renders the page, including all theming. |
| drupal_serve_page_from_cache | function | includes/ |
Sets HTTP headers in preparation for a cached page response. |
| drupal_set_message | function | includes/ |
Sets a message to display to the user. |
| drupal_set_page_content | function | includes/ |
Sets the main page content value for later use. |
| EntityCrudHookTestCase::assertHookMessage | function | modules/ |
Pass if the message $text was set by one of the CRUD hooks in entity_crud_hook_test.module, i.e., if the $text is an element of $_SESSION['entity_crud_hook_test']. |
| EntityFieldQuery::$age | property | includes/ |
Flag indicating whether this is querying current or all revisions. |
| EntityFieldQuery::$pager | property | includes/ |
The query pager data. |
| EntityFieldQuery::age | function | includes/ |
Queries the current or every revision. |
| EntityFieldQuery::fieldLanguageCondition | function | includes/ |
Adds a condition on the field language column. |
| EntityFieldQuery::initializePager | function | includes/ |
Gets the total number of results and initializes a pager for the query. |
| EntityFieldQuery::pager | function | includes/ |
Enables a pager for the query. |
| EntityFieldQueryTestCase::testEntityFieldQueryDisablePager | function | modules/ |
Tests disabling the pager in EntityFieldQuery. |
| EntityFieldQueryTestCase::testEntityFieldQueryPager | function | modules/ |
Tests the pager integration of EntityFieldQuery. |
| entity_language | function | includes/ |
Returns the language of an entity. |
| Field Language API | group | modules/ |
Handling of multilingual fields. |
| Field Storage API | group | modules/ |
Implement a storage engine for Field API data. |
| FieldAttachStorageTestCase | class | modules/ |
Unit test class for storage-related field_attach_* functions. |
| FieldAttachStorageTestCase::getInfo | function | modules/ |
|
| FieldAttachStorageTestCase::testFieldAttachCreateRenameBundle | function | modules/ |
Test field_attach_create_bundle() and field_attach_rename_bundle(). |
| FieldAttachStorageTestCase::testFieldAttachDelete | function | modules/ |
Test field_attach_delete(). |
| FieldAttachStorageTestCase::testFieldAttachDeleteBundle | function | modules/ |
Test field_attach_delete_bundle(). |
| FieldAttachStorageTestCase::testFieldAttachLoadMultiple | function | modules/ |
Test the 'multiple' load feature. |
| FieldAttachStorageTestCase::testFieldAttachSaveLoad | function | modules/ |
Check field values insert, update and load. |
| FieldAttachStorageTestCase::testFieldAttachSaveLoadDifferentStorage | function | modules/ |
Test saving and loading fields using different storage backends. |
| FieldAttachStorageTestCase::testFieldAttachSaveMissingData | function | modules/ |
Tests insert and update with missing or NULL fields. |
| FieldAttachStorageTestCase::testFieldAttachSaveMissingDataDefaultValue | function | modules/ |
Test insert with missing or NULL fields, with default value. |
| FieldAttachStorageTestCase::testFieldHasData | function | modules/ |
Test field_has_data(). |
| FieldAttachStorageTestCase::testFieldStorageDetailsAlter | function | modules/ |
Test storage details alteration. |
Pagination
- Previous page
- Page 3
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.