Search for view
Title | Object type | File name | Summary |
---|---|---|---|
locale_languages_overview_form | function | modules/ |
User interface for the language overview screen. |
locale_languages_overview_form_submit | function | modules/ |
Process language overview form submissions, updating existing languages. |
locale_translate_overview_screen | function | modules/ |
Overview screen for translations. |
menu_block_view | function | modules/ |
Implements hook_block_view(). |
menu_block_view_alter | function | modules/ |
Implements hook_block_view_alter(). |
menu_overview_form | function | modules/ |
Form for editing an entire menu tree at once. |
menu_overview_form_submit | function | modules/ |
Submit handler for the menu overview form. |
menu_overview_page | function | modules/ |
Menu callback which shows an overview page of all the custom menus and their descriptions. |
menu_overview_title | function | modules/ |
Title callback for the menu overview page and links. |
NodeEntityViewModeAlterTest | class | modules/ |
Tests changing view modes for nodes. |
NodeEntityViewModeAlterTest::getInfo | function | modules/ |
|
NodeEntityViewModeAlterTest::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
NodeEntityViewModeAlterTest::testNodeViewModeChange | function | modules/ |
Create a "Basic page" node and verify its consistency in the database. |
NodeEntityViewModeAlterTest::testNodeViewModeChangeHiddenField | function | modules/ |
Tests fields that were previously hidden when the view mode is changed. |
node_access_view_all_nodes | function | modules/ |
Determines whether the user has a global viewing grant for all nodes. |
node_block_view | function | modules/ |
Implements hook_block_view(). |
node_form_build_preview | function | modules/ |
Form submission handler for node_form(). |
node_last_viewed | function | modules/ |
Retrieves the timestamp for the current user's last view of a specified node. |
node_overview_types | function | modules/ |
Displays the content type admin overview page. |
node_page_view | function | modules/ |
Menu callback: Displays a single node. |
node_preview | function | modules/ |
Generates a node preview. |
node_revision_overview | function | modules/ |
Generates an overview table of older revisions of a node. |
node_test_entity_view_mode_alter | function | modules/ |
Implements hook_entity_view_mode_alter(). |
node_test_node_view | function | modules/ |
Implements hook_node_view(). |
node_view | function | modules/ |
Generates an array for rendering the given node. |
node_view_multiple | function | modules/ |
Constructs a drupal_render() style array from an array of loaded nodes. |
number_field_formatter_view | function | modules/ |
Implements hook_field_formatter_view(). |
PagePreviewTestCase | class | modules/ |
Tests the node entity preview functionality. |
PagePreviewTestCase::$field | property | modules/ |
|
PagePreviewTestCase::$field_name | property | modules/ |
|
PagePreviewTestCase::$instance | property | modules/ |
|
PagePreviewTestCase::$term | property | modules/ |
|
PagePreviewTestCase::$vocabulary | property | modules/ |
|
PagePreviewTestCase::getInfo | function | modules/ |
|
PagePreviewTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
PagePreviewTestCase::testPagePreview | function | modules/ |
Checks the node preview functionality. |
PagePreviewTestCase::testPagePreviewWithRevisions | function | modules/ |
Checks the node preview functionality, when using revisions. |
PageViewTestCase | class | modules/ |
Tests the functionality of node entity edit permissions. |
PageViewTestCase::getInfo | function | modules/ |
|
PageViewTestCase::testPageView | function | modules/ |
Tests an anonymous and unpermissioned user attempting to edit the node. |
path_admin_overview | function | modules/ |
Returns a listing of all defined URL aliases. |
poll_block_latest_poll_view | function | modules/ |
Return content for 'latest poll' block. |
poll_block_view | function | modules/ |
Implements hook_block_view(). |
poll_view | function | modules/ |
Implements hook_view(). |
poll_view_results | function | modules/ |
Generates a graphical representation of the results of a poll. |
poll_view_voting | function | modules/ |
Generates the voting form for a poll. |
poll_view_voting_validate | function | modules/ |
Validation function for processing votes |
preview.css | file | themes/ |
/* Positioning */ #preview { overflow: hidden; max-width: 100%; } #preview, #preview #img { width: 600px; height: 371px; } #preview #gradient-0 { position: absolute; left: 0; right: 0; top: 19px; height: 120px; z-index:… |
preview.css | file | themes/ |
/* ---------- Color form ----------- */ #color_scheme_form #palette .form-item { width: 25em; } #color_scheme_form #palette .form-item label { width: 15em; } /* ---------- Preview Styles ----------- */ html.js #preview { clear: both; float:… |
preview.html | file | themes/ |
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.