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 |
---|---|---|---|
BlockPluginTrait::$inPreview | property | core/ |
Whether the plugin is being rendered in preview mode. |
BlockPluginTrait::getPreviewFallbackString | function | core/ |
|
BlockPluginTrait::setInPreview | function | core/ |
|
ColorSafePreviewTest | class | core/ |
Tests sanitizing color preview loaded from theme. |
ColorSafePreviewTest.php | file | core/ |
|
ColorSafePreviewTest::$bigUser | property | core/ |
A user with administrative permissions. |
ColorSafePreviewTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
ColorSafePreviewTest::$modules | property | core/ |
Modules to enable. |
ColorSafePreviewTest::setUp | function | core/ |
|
ColorSafePreviewTest::testColorPreview | function | core/ |
Ensures color preview.html is sanitized. |
DenyNodePreview | class | core/ |
Cache policy for node preview page. |
DenyNodePreview.php | file | core/ |
|
DenyNodePreview::$routeMatch | property | core/ |
The current route match. |
DenyNodePreview::check | function | core/ |
Determines whether it is save to store a page in the cache. |
DenyNodePreview::__construct | function | core/ |
Constructs a deny node preview page cache policy. |
DenyNodePreviewTest | class | core/ |
@coversDefaultClass \Drupal\node\PageCache\DenyNodePreview[[api-linebreak]] @group node |
DenyNodePreviewTest.php | file | core/ |
|
DenyNodePreviewTest::$policy | property | core/ |
The response policy under test. |
DenyNodePreviewTest::$request | property | core/ |
A request object. |
DenyNodePreviewTest::$response | property | core/ |
A response object. |
DenyNodePreviewTest::$routeMatch | property | core/ |
The current route match. |
DenyNodePreviewTest::providerPrivateImageStyleDownloadPolicy | function | core/ |
Provides data and expected results for the test method. |
DenyNodePreviewTest::setUp | function | core/ |
|
DenyNodePreviewTest::testPrivateImageStyleDownloadPolicy | function | core/ |
Asserts that caching is denied on the node preview route. |
image-style-preview.html.twig | file | core/ |
Theme override to display a preview of an image style. |
LayoutDefault::$inPreview | property | core/ |
Whether the plugin is being rendered in preview mode. |
LayoutDefault::setInPreview | function | core/ |
Set preview mode for the plugin. |
MediaTest::getLastPreviewRequestTransferSize | function | core/ |
Gets the transfer size of the last preview request. |
MediaTest::previewAccessProvider | function | core/ |
Data provider for ::testEmbedPreviewAccess. |
MediaTest::testEmbedPreviewAccess | function | core/ |
Tests preview route access. |
MediaTest::testPreviewUsesDefaultThemeAndIsClientCacheable | function | core/ |
The CKEditor Widget must load a preview generated using the default theme. |
node-preview.css | file | core/ |
.node-preview-container { position: fixed; z-index: 499; width: 100%; padding: 5px 10px; background: #d1e8f5; background-image: -webkit-linear-gradient(top, #d1e8f5, #d3e8f4); background-image: linear-gradient(to bottom, #d1e8f5,… |
node.preview.css | file | core/ |
Styles for node preview page. |
NodeForm::preview | function | core/ |
Form submission handler for the 'preview' action. |
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/ |
|
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. |
views-ui-view-preview-section.html.twig | file | core/ |
Theme override for a views UI preview section. |
views_ui_test_views_preview_info_alter | function | core/ |
Implements hook_views_preview_info_alter(). |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.