Search for preview
- Search 7.x for preview
- Search 8.9.x for preview
- Search 10.3.x for preview
- Search 11.x for preview
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
PagePreviewTest | class | core/ |
Tests the node entity preview functionality. |
PagePreviewTest.php | file | core/ |
|
PagePreviewTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
PagePreviewTest::$fieldName | property | core/ |
The name of the created field. |
PagePreviewTest::$modules | property | core/ |
Enable the comment, node and taxonomy modules to test on the preview. |
PagePreviewTest::$term | property | core/ |
A term. |
PagePreviewTest::setUp | function | core/ |
|
PagePreviewTest::testPagePreview | function | core/ |
Checks the node preview functionality. |
PagePreviewTest::testPagePreviewCache | function | core/ |
Tests node preview with dynamic_page_cache and anonymous users. |
PagePreviewTest::testPagePreviewWithRevisions | function | core/ |
Checks the node preview functionality, when using revisions. |
PagePreviewTest::testSimultaneousPreview | function | core/ |
Checks the node preview accessible for simultaneous node editing. |
preview.css | file | core/ |
/* ---------- Preview Styles ----------- */ .js .color-preview { float: none !important; clear: both; } .color-preview { overflow: hidden; margin-bottom: 10px; word-wrap: break-word; background-color: #fff; font-family: Georgia,… |
preview.html | file | core/ |
|
preview.html | file | core/ |
|
preview.html | file | core/ |
|
PreviewAwareBlock | class | core/ |
Defines a class for a context-aware block. |
PreviewAwareBlock.php | file | core/ |
|
PreviewAwareBlock::build | function | core/ |
Builds and returns the renderable array for this block plugin. |
PreviewAwarePluginInterface | interface | core/ |
Provides an interface to support preview mode injection in plugins. |
PreviewAwarePluginInterface.php | file | core/ |
|
PreviewAwarePluginInterface::setInPreview | function | core/ |
Set preview mode for the plugin. |
PreviewFallbackInterface | interface | core/ |
Allows an element to provide a fallback representation of itself for preview. |
PreviewFallbackInterface.php | file | core/ |
|
PreviewFallbackInterface::getPreviewFallbackString | function | core/ |
Returns a string to be used as a fallback during preview. |
PreviewTest | class | core/ |
Tests the UI preview functionality. |
PreviewTest | class | core/ |
Tests the UI preview functionality. |
PreviewTest.php | file | core/ |
|
PreviewTest.php | file | core/ |
|
PreviewTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
PreviewTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
PreviewTest::$modules | property | core/ |
Modules to enable. |
PreviewTest::$testViews | property | core/ |
Views used by this test. |
PreviewTest::$testViews | property | core/ |
Views used by this test. |
PreviewTest::assertClass | function | core/ |
Asserts that an element has a given class. |
PreviewTest::assertPreviewAJAX | function | core/ |
Assert that the preview contains expected data. |
PreviewTest::clickPreviewLinkAJAX | function | core/ |
Click on a preview link. |
PreviewTest::dataSet | function | core/ |
Returns a very simple test dataset. |
PreviewTest::enableViewsTestModule | function | core/ |
Sets up the views_test_data.module. |
PreviewTest::getPreviewAJAX | function | core/ |
Get the preview form and force an AJAX preview update. |
PreviewTest::schemaDefinition | function | core/ |
Returns the schema definition. |
PreviewTest::setUp | function | core/ |
|
PreviewTest::testPreviewAdditionalInfo | function | core/ |
Tests the additional information query info area. |
PreviewTest::testPreviewContextual | function | core/ |
Tests contextual links in the preview form. |
PreviewTest::testPreviewError | function | core/ |
Tests view validation error messages in the preview. |
PreviewTest::testPreviewSortLink | function | core/ |
Tests the link to sort in the preview form. |
PreviewTest::testPreviewTitle | function | core/ |
Tests HTML is filtered from the view title when previewing. |
PreviewTest::testPreviewUI | function | core/ |
Tests arguments in the preview form. |
PreviewTest::testPreviewWithPagersUI | function | core/ |
Tests pagers in the preview form. |
PreviewTest::testTaxonomyAJAX | function | core/ |
Tests the taxonomy term preview AJAX. |
PreviewTest::viewsData | function | core/ |
Returns the views data definition. |
Pagination
- Previous page
- Page 4
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.