| StylePluginBase::$render_tokens |
property |
core/modules/views/src/Plugin/views/style/StylePluginBase.php |
Keyed array by placeholder a cached per row tokens to render. |
| StylePluginBase::$rowTokens |
property |
core/modules/views/src/Plugin/views/style/StylePluginBase.php |
Store all available tokens row rows. |
| StylePluginBase::$usesFields |
property |
core/modules/views/src/Plugin/views/style/StylePluginBase.php |
Does the style plugin for itself support to add fields to its output. |
| StylePluginBase::$usesGrouping |
property |
core/modules/views/src/Plugin/views/style/StylePluginBase.php |
Does the style plugin support grouping of rows. |
| StylePluginBase::$usesOptions |
property |
core/modules/views/src/Plugin/views/style/StylePluginBase.php |
Denotes whether the plugin has an additional options form. |
| StylePluginBase::$usesRowClass |
property |
core/modules/views/src/Plugin/views/style/StylePluginBase.php |
Does the style plugin support custom css class for the rows. |
| StylePluginBase::$usesRowPlugin |
property |
core/modules/views/src/Plugin/views/style/StylePluginBase.php |
Whether or not this style uses a row plugin. |
| StylePluginBase::buildOptionsForm |
function |
core/modules/views/src/Plugin/views/style/StylePluginBase.php |
Provide a form to edit options for this plugin. |
| StylePluginBase::buildSort |
function |
core/modules/views/src/Plugin/views/style/StylePluginBase.php |
Determines if the style handler should interfere with sorts. |
| StylePluginBase::buildSortPost |
function |
core/modules/views/src/Plugin/views/style/StylePluginBase.php |
Allows the view builder to build a second set of sorts. |
| StylePluginBase::defaultFieldLabels |
function |
core/modules/views/src/Plugin/views/style/StylePluginBase.php |
Return TRUE if this style enables field labels by default. |
| StylePluginBase::defineOptions |
function |
core/modules/views/src/Plugin/views/style/StylePluginBase.php |
Information about options for all kinds of purposes will be held here. |
| StylePluginBase::destroy |
function |
core/modules/views/src/Plugin/views/style/StylePluginBase.php |
Clears a plugin. |
| StylePluginBase::elementPreRenderRow |
function |
core/modules/views/src/Plugin/views/style/StylePluginBase.php |
Render API callback: Performs view row field rendering. |
| StylePluginBase::evenEmpty |
function |
core/modules/views/src/Plugin/views/style/StylePluginBase.php |
Determines if the style plugin is rendered even if the view is empty. |
| StylePluginBase::getField |
function |
core/modules/views/src/Plugin/views/style/StylePluginBase.php |
Gets a rendered field. |
| StylePluginBase::getFieldValue |
function |
core/modules/views/src/Plugin/views/style/StylePluginBase.php |
Get the raw field value. |
| StylePluginBase::getRowClass |
function |
core/modules/views/src/Plugin/views/style/StylePluginBase.php |
Return the token replaced row class for the specified row. |
| StylePluginBase::init |
function |
core/modules/views/src/Plugin/views/style/StylePluginBase.php |
Overrides \Drupal\views\Plugin\views\PluginBase::init(). |
| StylePluginBase::preRender |
function |
core/modules/views/src/Plugin/views/style/StylePluginBase.php |
Allow the style to do stuff before each row is rendered. |
| StylePluginBase::query |
function |
core/modules/views/src/Plugin/views/style/StylePluginBase.php |
Add anything to the query that we might need to. |
| StylePluginBase::render |
function |
core/modules/views/src/Plugin/views/style/StylePluginBase.php |
Render the display in this style. |
| StylePluginBase::renderFields |
function |
core/modules/views/src/Plugin/views/style/StylePluginBase.php |
Renders all of the fields for a given style and store them on the object. |
| StylePluginBase::renderGrouping |
function |
core/modules/views/src/Plugin/views/style/StylePluginBase.php |
Group records as needed for rendering. |
| StylePluginBase::renderGroupingSets |
function |
core/modules/views/src/Plugin/views/style/StylePluginBase.php |
Render the grouping sets. |
| StylePluginBase::renderRowGroup |
function |
core/modules/views/src/Plugin/views/style/StylePluginBase.php |
Renders a group of rows of the grouped view. |
| StylePluginBase::tokenizeValue |
function |
core/modules/views/src/Plugin/views/style/StylePluginBase.php |
Take a value and apply token replacement logic to it. |
| StylePluginBase::trustedCallbacks |
function |
core/modules/views/src/Plugin/views/style/StylePluginBase.php |
Lists the trusted callbacks provided by the implementing class. |
| StylePluginBase::usesFields |
function |
core/modules/views/src/Plugin/views/style/StylePluginBase.php |
Return TRUE if this style also uses fields. |
| StylePluginBase::usesGrouping |
function |
core/modules/views/src/Plugin/views/style/StylePluginBase.php |
Returns the usesGrouping property. |
| StylePluginBase::usesRowClass |
function |
core/modules/views/src/Plugin/views/style/StylePluginBase.php |
Returns the usesRowClass property. |
| StylePluginBase::usesRowPlugin |
function |
core/modules/views/src/Plugin/views/style/StylePluginBase.php |
Returns the usesRowPlugin property. |
| StylePluginBase::usesTokens |
function |
core/modules/views/src/Plugin/views/style/StylePluginBase.php |
Return TRUE if this style uses tokens. |
| StylePluginBase::validate |
function |
core/modules/views/src/Plugin/views/style/StylePluginBase.php |
Validate that the plugin is correct and can be saved. |
| StylePluginBase::validateOptionsForm |
function |
core/modules/views/src/Plugin/views/style/StylePluginBase.php |
Validate the options form. |
| StylePluginBase::wizardSubmit |
function |
core/modules/views/src/Plugin/views/style/StylePluginBase.php |
Alter the options of a display before they are added to the view. |
| StylePluginTest |
class |
core/modules/ckeditor5/tests/src/Unit/StylePluginTest.php |
Tests Drupal\ckeditor5\Plugin\CKEditor5Plugin\Style. |
| StylePluginTest.php |
file |
core/modules/ckeditor5/tests/src/Unit/StylePluginTest.php |
|
| StylePluginTest::providerGetDynamicPluginConfig |
function |
core/modules/ckeditor5/tests/src/Unit/StylePluginTest.php |
Provides a list of configs to test. |
| StylePluginTest::testGetDynamicPluginConfig |
function |
core/modules/ckeditor5/tests/src/Unit/StylePluginTest.php |
Tests get dynamic plugin config. |
| StyleSensibleElementConstraintValidator::findStyleConflictingPluginLabel |
function |
core/modules/ckeditor5/src/Plugin/Validation/Constraint/StyleSensibleElementConstraintValidator.php |
Finds the plugin with elements that conflict with the style element. |
| StyleTemplateTest::$usesRowPlugin |
property |
core/modules/views/tests/modules/views_test_data/src/Plugin/views/style/StyleTemplateTest.php |
Whether or not this style uses a row plugin. |
| StyleTest::$usesRowPlugin |
property |
core/modules/views/tests/modules/views_test_data/src/Plugin/views/style/StyleTest.php |
Whether or not this style uses a row plugin. |
| StyleTest::setUsesRowPlugin |
function |
core/modules/views/tests/modules/views_test_data/src/Plugin/views/style/StyleTest.php |
Sets the usesRowPlugin property. |
| SubProcessTest::$plugin |
property |
core/modules/migrate/tests/src/Unit/process/SubProcessTest.php |
The sub_process plugin being tested. |
| SvgExtractorTest::$pluginId |
property |
core/tests/Drupal/Tests/Core/Theme/Icon/Plugin/SvgExtractorTest.php |
This test plugin id (icon pack id). |
| SvgExtractorTest::$svgExtractorPlugin |
property |
core/tests/Drupal/Tests/Core/Theme/Icon/Plugin/SvgExtractorTest.php |
The SvgExtractor instance. |
| SvgSpriteExtractorTest::$pluginId |
property |
core/tests/Drupal/Tests/Core/Theme/Icon/Plugin/SvgSpriteExtractorTest.php |
This test plugin id (icon pack id). |
| SvgSpriteExtractorTest::$svgSpriteExtractorPlugin |
property |
core/tests/Drupal/Tests/Core/Theme/Icon/Plugin/SvgSpriteExtractorTest.php |
The SvgSpriteExtractor instance. |
| SystemBrandingOffCanvasForm::$plugin |
property |
core/modules/system/src/Form/SystemBrandingOffCanvasForm.php |
The block plugin. |