Search for end
| Title | Object type | File name | Summary |
|---|---|---|---|
| drupal_pre_render_conditional_comments | function | includes/ |
#pre_render callback to render #browsers into #prefix and #suffix. |
| drupal_pre_render_link | function | includes/ |
#pre_render callback to render a link into #markup. |
| drupal_pre_render_links | function | includes/ |
#pre_render callback that collects child links into a single array. |
| drupal_pre_render_markup | function | includes/ |
#pre_render callback to append contents in #markup to #children. |
| drupal_pre_render_scripts | function | includes/ |
The #pre_render callback for the "scripts" element. |
| drupal_pre_render_styles | function | includes/ |
#pre_render callback to add the elements needed for CSS tags to be rendered. |
| drupal_render | function | includes/ |
Renders HTML given a structured array tree. |
| drupal_render_cache_by_query | function | includes/ |
Prepares an element for caching based on a query. |
| drupal_render_cache_get | function | includes/ |
Gets the rendered output of a renderable element from the cache. |
| drupal_render_cache_set | function | includes/ |
Caches the rendered output of a renderable element. |
| drupal_render_children | function | includes/ |
Renders children of an element and concatenates them. |
| drupal_render_cid_create | function | includes/ |
Creates the cache ID for a renderable element. |
| drupal_render_cid_parts | function | includes/ |
Returns cache ID parts for building a cache ID. |
| drupal_render_collect_attached | function | includes/ |
Collects #attached for an element and its children into a single array. |
| drupal_render_page | function | includes/ |
Renders the page, including all theming. |
| drupal_send_headers | function | includes/ |
Sends the HTTP response headers that were previously set, adding defaults. |
| entity_cache_test_dependency.info | file | modules/ |
name = "Entity cache test dependency" description = "Support dependency module for testing entity cache." package = Testing version = VERSION core = 7.x hidden = TRUE |
| entity_cache_test_dependency.module | file | modules/ |
Helper module for entity cache tests. |
| entity_cache_test_dependency_entity_info | function | modules/ |
Implements hook_entity_info(). |
| field_ui_field_edit_instance_pre_render | function | modules/ |
Pre-render function for field instance settings. |
| field_ui_table_pre_render | function | modules/ |
Pre-render callback for field_ui_table elements. |
| file_managed_file_pre_render | function | modules/ |
#pre_render callback to hide display of the upload or remove controls. |
| filter_update_dependencies | function | modules/ |
Implements hook_update_dependencies(). |
| form_pre_render_conditional_form_element | function | includes/ |
Adds form element theming to an element if its title or description is set. |
| form_pre_render_fieldset | function | includes/ |
Adds members of this group as actual elements for rendering. |
| forum_block_view_pre_render | function | modules/ |
Render API callback: Lists nodes based on the element's #query property. |
| forum_update_dependencies | function | modules/ |
Implements hook_update_dependencies(). |
| hook_ajax_render_alter | function | modules/ |
Alter the commands that are sent to the user through the Ajax framework. |
| hook_update_dependencies | function | modules/ |
Return an array of information about module update dependencies. |
| image_update_dependencies | function | modules/ |
Implements hook_update_dependencies(). |
| JavaScriptTestCase::testLibraryRender | function | modules/ |
Adds a library to the page and tests for both its JavaScript and its CSS. |
| JavaScriptTestCase::testRenderDifferentWeight | function | modules/ |
Test rendering the JavaScript with a file's weight above jQuery's. |
| JavaScriptTestCase::testRenderExternal | function | modules/ |
Test rendering an external JavaScript file. |
| JavaScriptTestCase::testRenderOrder | function | modules/ |
Test JavaScript ordering. |
| MAIL_LINE_ENDINGS | constant | includes/ |
Auto-detect appropriate line endings for e-mails. |
| ModuleDependencyTestCase | class | modules/ |
Test module dependency functionality. |
| ModuleDependencyTestCase::getInfo | function | modules/ |
|
| ModuleDependencyTestCase::testEnableRequirementsFailureDependency | function | modules/ |
Tests enabling a module that depends on a module which fails hook_requirements(). |
| ModuleDependencyTestCase::testEnableWithoutDependency | function | modules/ |
Attempt to enable translation module without locale enabled. |
| ModuleDependencyTestCase::testIncompatibleCoreVersionDependency | function | modules/ |
Tests enabling a module that depends on a module with an incompatible core version. |
| ModuleDependencyTestCase::testIncompatibleModuleVersionDependency | function | modules/ |
Tests enabling a module that depends on an incompatible version of a module. |
| ModuleDependencyTestCase::testMissingModules | function | modules/ |
Attempt to enable a module with a missing dependency. |
| ModuleDependencyTestCase::testModuleEnableOrder | function | modules/ |
Tests that module dependencies are enabled in the correct order via the UI. Dependencies should be enabled before their dependents. |
| ModuleDependencyTestCase::testModuleMetaData | function | modules/ |
Tests whether the correct module metadata is returned. |
| ModuleDependencyTestCase::testProjectNamespaceForDependencies | function | modules/ |
Checks functionality of project namespaces for dependencies. |
| ModuleDependencyTestCase::testThemeMetaData | function | modules/ |
Tests whether the correct theme metadata is returned. |
| ModuleDependencyTestCase::testUninstallDependents | function | modules/ |
Tests attempting to uninstall a module that has installed dependents. |
| ModuleUnitTest::testDependencyResolution | function | modules/ |
Test dependency resolution. |
| node_update_dependencies | function | modules/ |
Implements hook_update_dependencies(). |
| nyan_cat_render_template | function | modules/ |
Implements hook_render_template(). |
Pagination
- Previous page
- Page 2
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.