preview.css |
file |
drupal/core/themes/bartik/color/preview.css |
/* ---------- Color form ----------- */
#color_scheme_form #palette .form-item {
width: 25em;
}
#color_scheme_form #palette .form-item label {
width: 15em;
}
/* ---------- Preview Styles ----------- */
.js #preview {
clear: both;
float: none… |
PreviewTest |
class |
drupal/core/modules/views/lib/Drupal/views/Tests/UI/PreviewTest.php |
Tests the preview form in the UI. |
preview.html |
file |
drupal/core/themes/bartik/color/preview.html |
|
node_preview |
function |
drupal/core/modules/node/node.pages.inc |
Generates a node preview. |
preview.html |
file |
drupal/core/modules/color/preview.html |
|
Feed::preview |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/Feed.php |
Overrides \Drupal\views\Plugin\views\display\PathPluginBase::preview(). |
PagePreviewTest |
class |
drupal/core/modules/node/lib/Drupal/node/Tests/PagePreviewTest.php |
Tests the node entity preview functionality. |
comment_preview |
function |
drupal/core/modules/comment/comment.module |
Generates a comment preview. |
PreviewTest.php |
file |
drupal/core/modules/views/lib/Drupal/views/Tests/UI/PreviewTest.php |
Contains \Drupal\views\Tests\UI\PreviewTest. |
views_ui_preview |
function |
drupal/core/modules/views/views_ui/admin.inc |
Returns the results of the live preview. |
theme_node_preview |
function |
drupal/core/modules/node/node.pages.inc |
Returns HTML for a node preview for display during node creation and editing. |
CommentPreviewTest |
class |
drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentPreviewTest.php |
Tests previewing comments. |
PagePreviewTest.php |
file |
drupal/core/modules/node/lib/Drupal/node/Tests/PagePreviewTest.php |
Definition of Drupal\node\Tests\PagePreviewTest. |
DisplayTest::preview |
function |
drupal/core/modules/views/tests/views_test_data/lib/Drupal/views_test_data/Plugin/views/display/DisplayTest.php |
Overrides Drupal\views\Plugin\views\display\DisplayPluginBase::preview(). |
PreviewTest::getInfo |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/UI/PreviewTest.php |
|
ViewUI::$live_preview |
property |
drupal/core/modules/views/views_ui/lib/Drupal/views_ui/ViewUI.php |
Is the view runned in a context of the preview in the admin interface. |
ViewUI::renderPreview |
function |
drupal/core/modules/views/views_ui/lib/Drupal/views_ui/ViewUI.php |
|
PagePreviewTest::setUp |
function |
drupal/core/modules/node/lib/Drupal/node/Tests/PagePreviewTest.php |
Sets up a Drupal site for running functional and integration tests. |
ViewUI::$renderPreview |
property |
drupal/core/modules/views/views_ui/lib/Drupal/views_ui/ViewUI.php |
|
CommentPreviewTest.php |
file |
drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentPreviewTest.php |
Definition of Drupal\comment\Tests\CommentPreviewTest. |
views_ui_build_preview |
function |
drupal/core/modules/views/views_ui/admin.inc |
Page callback for rendering the preview form and the preview of the view. |
PreviewTest::$testViews |
property |
drupal/core/modules/views/lib/Drupal/views/Tests/UI/PreviewTest.php |
Views used by this test. |
ViewExecutable::preview |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Preview the given display, with the given arguments. |
PagePreviewTest::getInfo |
function |
drupal/core/modules/node/lib/Drupal/node/Tests/PagePreviewTest.php |
|
ViewExecutable::$preview |
property |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
If this view has been previewed. |
ViewPreviewFormController |
class |
drupal/core/modules/views/views_ui/lib/Drupal/views_ui/ViewPreviewFormController.php |
Form controller for the Views preview form. |
theme_image_style_preview |
function |
drupal/core/modules/image/image.admin.inc |
Returns HTML for a preview of an image style. |
PreviewTest::testPreviewUI |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/UI/PreviewTest.php |
Tests arguments in the preview form. |
DisplayPluginBase::preview |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php |
Fully render the display for the purposes of a live preview or
some other AJAXy reason. |
NodeFormController::preview |
function |
drupal/core/modules/node/lib/Drupal/node/NodeFormController.php |
Form submission handler for the 'preview' action. |
StyleTest::storeViewPreview |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/StyleTest.php |
Stores a view output in the elements. |
CommentPreviewTest::getInfo |
function |
drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentPreviewTest.php |
|
views.view.test_preview.yml |
file |
drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_preview.yml |
drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_preview.yml |
CommentPreviewTest::$profile |
property |
drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentPreviewTest.php |
Use the standard profile. |
hook_views_preview_info_alter |
function |
drupal/core/modules/views/views.api.php |
Alter the view preview information. |
ViewPreviewFormController.php |
file |
drupal/core/modules/views/views_ui/lib/Drupal/views_ui/ViewPreviewFormController.php |
Contains Drupal\views_ui\ViewPreviewFormController. |
CommentFormController::preview |
function |
drupal/core/modules/comment/lib/Drupal/comment/CommentFormController.php |
Form submission handler for the 'preview' action. |
StyleTestBase::storeViewPreview |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/StyleTestBase.php |
Stores a view output in the elements. |
ViewPreviewFormController::form |
function |
drupal/core/modules/views/views_ui/lib/Drupal/views_ui/ViewPreviewFormController.php |
Overrides Drupal\Core\Entity\EntityFormController::form(). |
PagePreviewTest::testPagePreview |
function |
drupal/core/modules/node/lib/Drupal/node/Tests/PagePreviewTest.php |
Checks the node preview functionality. |
views_ajax_command_trigger_preview |
function |
drupal/core/modules/views/includes/ajax.inc |
Trigger the Views live preview. |
ViewPreviewFormController::actions |
function |
drupal/core/modules/views/views_ui/lib/Drupal/views_ui/ViewPreviewFormController.php |
Overrides Drupal\Core\Entity\EntityFormController::actions(). |
CommentTestBase::setCommentPreview |
function |
drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentTestBase.php |
Sets the value governing the previewing mode for the comment form. |
theme_views_ui_view_preview_section |
function |
drupal/core/modules/views/views_ui/theme/theme.inc |
Returns the HTML for a section of a View being previewed within the Views UI. |
CommentPreviewTest::testCommentPreview |
function |
drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentPreviewTest.php |
Tests comment preview. |
views_ui_view_preview_section_rows_links |
function |
drupal/core/modules/views/views_ui/views_ui.module |
Returns all contextual links for the main content part of the view. |
ViewPreviewFormController::submitPreview |
function |
drupal/core/modules/views/views_ui/lib/Drupal/views_ui/ViewPreviewFormController.php |
Form submission handler for the Preview button. |
views_ui_view_preview_section_handler_links |
function |
drupal/core/modules/views/views_ui/views_ui.module |
Returns contextual links for each handler of a certain section. |
PagePreviewTest::testPagePreviewWithRevisions |
function |
drupal/core/modules/node/lib/Drupal/node/Tests/PagePreviewTest.php |
Checks the node preview functionality, when using revisions. |
CommentPreviewTest::testCommentEditPreviewSave |
function |
drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentPreviewTest.php |
Tests comment edit, preview, and save. |