ImageStyleDeleteForm.php |
file |
drupal/core/modules/image/lib/Drupal/image/Form/ImageStyleDeleteForm.php |
Contains \Drupal\image\Form\ImageStyleDeleteForm. |
Comment::rowStyleOptions |
function |
drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/wizard/Comment.php |
Overrides Drupal\views\Plugin\views\wizard\WizardPluginBase::rowStyleOptions(). |
StyleTest::defineOptions |
function |
drupal/core/modules/views/tests/views_test_data/lib/Drupal/views_test_data/Plugin/views/style/StyleTest.php |
Overrides Drupal\views\Plugin\views\style\StylePluginBase::defineOptions(). |
StyleTest::usesRowPlugin |
function |
drupal/core/modules/views/tests/views_test_data/lib/Drupal/views_test_data/Plugin/views/style/StyleTest.php |
Returns the usesRowPlugin property. |
StyleMappingTest::getInfo |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/StyleMappingTest.php |
|
SassFilter::STYLE_COMPACT |
constant |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/Sass/SassFilter.php |
|
ViewExecutable::initStyle |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Find and initialize the style plugin. |
image.style.thumbnail.yml |
file |
drupal/core/modules/image/config/image.style.thumbnail.yml |
drupal/core/modules/image/config/image.style.thumbnail.yml |
StylePluginBase::getField |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/style/StylePluginBase.php |
Gets a rendered field. |
StylePluginBase::validate |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/style/StylePluginBase.php |
Validate that the plugin is correct and can be saved. |
theme_image_style_effects |
function |
drupal/core/modules/image/image.admin.inc |
Returns HTML for a listing of the effects within a specific image style. |
_color_rewrite_stylesheet |
function |
drupal/core/modules/color/color.module |
Rewrites the stylesheet to match the colors in the palette. |
theme_image_style_preview |
function |
drupal/core/modules/image/image.admin.inc |
Returns HTML for a preview of an image style. |
ImageStylesPathAndUrlTest |
class |
drupal/core/modules/image/lib/Drupal/image/Tests/ImageStylesPathAndUrlTest.php |
Tests the functions for generating paths and URLs for image styles. |
StylesCombo::settingsForm |
function |
drupal/core/modules/ckeditor/lib/Drupal/ckeditor/Plugin/CKEditorPlugin/StylesCombo.php |
Implements \Drupal\ckeditor\Plugin\CKEditorPluginConfigurableInterface::settingsForm(). |
StyleMappingTest::$modules |
property |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/StyleMappingTest.php |
Modules to enable. |
SassFilter::STYLE_EXPANDED |
constant |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/Sass/SassFilter.php |
|
StyleSerializerTest::setUp |
function |
drupal/core/modules/rest/lib/Drupal/rest/Tests/Views/StyleSerializerTest.php |
Sets up a Drupal site for running functional and integration tests. |
StylePluginBase::evenEmpty |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/style/StylePluginBase.php |
Should the output of the style plugin be rendered even if it's a empty view. |
StylePluginBase::buildSort |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/style/StylePluginBase.php |
Called by the view builder to see if this style handler wants to
interfere with the sorts. If so it should build; if it returns
any non-TRUE value, normal sorting will NOT be added to the query. |
ImageStyle::$replacementID |
property |
drupal/core/modules/image/lib/Drupal/image/Plugin/Core/Entity/ImageStyle.php |
The name of the image style to use as replacement upon delete. |
plugin.manager.views.style |
service |
drupal/core/modules/views/views.services.yml |
Drupal\views\Plugin\ViewsPluginManager |
StyleTest::storeViewPreview |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/StyleTest.php |
Stores a view output in the elements. |
ImageStyleStorageController |
class |
drupal/core/modules/image/lib/Drupal/image/ImageStyleStorageController.php |
Defines a controller class for image styles. |
StylePluginBase::usesFields |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/style/StylePluginBase.php |
Return TRUE if this style also uses fields. |
StylePluginBase::usesTokens |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/style/StylePluginBase.php |
Return TRUE if this style uses tokens. |
StylePluginBase::wizardForm |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/style/StylePluginBase.php |
Provide a form in the views wizard if this style is selected. |
StylePluginBase::pre_render |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/style/StylePluginBase.php |
Allow the style to do stuff before each row is rendered. |
theme_test_info_stylesheets |
function |
drupal/core/modules/system/tests/modules/theme_test/theme_test.module |
Page callback; Adds stylesheets to test theme .info.yml property processing. |
StyleTest::buildOptionsForm |
function |
drupal/core/modules/views/tests/views_test_data/lib/Drupal/views_test_data/Plugin/views/style/StyleTest.php |
Overrides Drupal\views\Plugin\views\style\StylePluginBase::buildOptionsForm(). |
image_style_form_add_submit |
function |
drupal/core/modules/image/image.admin.inc |
Submit handler for adding a new image effect to an image style. |
StyleTest::setUsesRowPlugin |
function |
drupal/core/modules/views/tests/views_test_data/lib/Drupal/views_test_data/Plugin/views/style/StyleTest.php |
Sets the usesRowPlugin property. |
image_style_add_form_submit |
function |
drupal/core/modules/image/image.admin.inc |
Submit handler for adding a new image style. |
DefaultStyle::$usesRowClass |
property |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/style/DefaultStyle.php |
Does the style plugin support custom css class for the rows. |
StyleTableUnitTest::getInfo |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/StyleTableUnitTest.php |
|
ThemeInfoStylesTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Theme/ThemeInfoStylesTest.php |
|
StyleMappingTest::$testViews |
property |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/StyleMappingTest.php |
Views used by this test. |
SassFilter::STYLE_COMPRESSED |
constant |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/Sass/SassFilter.php |
|
StylePluginBase::$row_tokens |
property |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/style/StylePluginBase.php |
Store all available tokens row rows. |
StylePluginBase::$usesFields |
property |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/style/StylePluginBase.php |
Does the style plugin for itself support to add fields to it's output. |
StyleSerializerTest::getInfo |
function |
drupal/core/modules/rest/lib/Drupal/rest/Tests/Views/StyleSerializerTest.php |
|
StylePluginBase::getRowClass |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/style/StylePluginBase.php |
Return the token replaced row class for the specified row. |
CascadingStylesheetsUnitTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/CascadingStylesheetsUnitTest.php |
Tests CSS functions. |
CascadingStylesheetsTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/CascadingStylesheetsTest.php |
Definition of Drupal\system\Tests\Common\CascadingStylesheetsTest. |
DefaultStyle::$usesRowPlugin |
property |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/style/DefaultStyle.php |
Does the style plugin allows to use style plugins. |
ImageStyleFlushTest::getInfo |
function |
drupal/core/modules/image/lib/Drupal/image/Tests/ImageStyleFlushTest.php |
|
ThemeInfoStylesTest::$modules |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Theme/ThemeInfoStylesTest.php |
Modules to enable. |
ViewExecutable::$style_plugin |
property |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
The current used style plugin. |
StylePluginBase::$usesOptions |
property |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/style/StylePluginBase.php |
Overrides Drupal\views\Plugin\Plugin::$usesOptions. |
StyleSerializerTest::$modules |
property |
drupal/core/modules/rest/lib/Drupal/rest/Tests/Views/StyleSerializerTest.php |
Modules to enable. |