Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
StyleGridTest class core/modules/views/tests/src/Kernel/Plugin/StyleGridTest.php Tests the grid style plugin.
StyleGridTest.php file core/modules/views/tests/src/Kernel/Plugin/StyleGridTest.php
StyleGridTest::$alignmentsTested property core/modules/views/tests/src/Kernel/Plugin/StyleGridTest.php Keeps track of which alignments have been tested.
StyleGridTest::$testViews property core/modules/views/tests/src/Kernel/Plugin/StyleGridTest.php Views used by this test.
StyleGridTest::assertGrid function core/modules/views/tests/src/Kernel/Plugin/StyleGridTest.php Generates a grid and asserts that it is displaying correctly.
StyleGridTest::testGrid function core/modules/views/tests/src/Kernel/Plugin/StyleGridTest.php Tests the grid style.
StyleHtmlListTest class core/modules/views/tests/src/Kernel/Plugin/StyleHtmlListTest.php Tests the HTML list style plugin.
StyleHtmlListTest.php file core/modules/views/tests/src/Kernel/Plugin/StyleHtmlListTest.php
StyleHtmlListTest::$testViews property core/modules/views/tests/src/Kernel/Plugin/StyleHtmlListTest.php Views used by this test.
StyleHtmlListTest::testDefaultRowClasses function core/modules/views/tests/src/Kernel/Plugin/StyleHtmlListTest.php Make sure that the HTML list style markup is correct.
StyleMappingTest class core/modules/views/tests/src/Kernel/Plugin/StyleMappingTest.php Tests mapping style functionality.
StyleMappingTest.php file core/modules/views/tests/src/Kernel/Plugin/StyleMappingTest.php
StyleMappingTest::$modules property core/modules/views/tests/src/Kernel/Plugin/StyleMappingTest.php Modules to enable.
StyleMappingTest::$testViews property core/modules/views/tests/src/Kernel/Plugin/StyleMappingTest.php Views used by this test.
StyleMappingTest::mappedOutputHelper function core/modules/views/tests/src/Kernel/Plugin/StyleMappingTest.php Tests the mapping of fields.
StyleMappingTest::testMappedOutput function core/modules/views/tests/src/Kernel/Plugin/StyleMappingTest.php Verifies that the fields were mapped correctly.
StyleOpmlTest class core/modules/views/tests/src/Functional/Plugin/StyleOpmlTest.php Tests the OPML feed style plugin.
StyleOpmlTest.php file core/modules/views/tests/src/Functional/Plugin/StyleOpmlTest.php
StyleOpmlTest::$defaultTheme property core/modules/views/tests/src/Functional/Plugin/StyleOpmlTest.php The theme to install as the default for testing.
StyleOpmlTest::$modules property core/modules/views/tests/src/Functional/Plugin/StyleOpmlTest.php Modules to enable.
StyleOpmlTest::$testViews property core/modules/views/tests/src/Functional/Plugin/StyleOpmlTest.php Views used by this test.
StyleOpmlTest::setUp function core/modules/views/tests/src/Functional/Plugin/StyleOpmlTest.php
StyleOpmlTest::testOpmlOutput function core/modules/views/tests/src/Functional/Plugin/StyleOpmlTest.php Tests the rendered output.
StylePluginBase class core/modules/views/src/Plugin/views/style/StylePluginBase.php Base class for views style plugins.
StylePluginBase.php file core/modules/views/src/Plugin/views/style/StylePluginBase.php
StylePluginBase::$defaultFieldLabels property core/modules/views/src/Plugin/views/style/StylePluginBase.php Should field labels be enabled by default.
StylePluginBase::$groupingTheme property core/modules/views/src/Plugin/views/style/StylePluginBase.php The theme function used to render the grouping set.
StylePluginBase::$rendered_fields property core/modules/views/src/Plugin/views/style/StylePluginBase.php Stores the rendered field values, keyed by the row index and field name.
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 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.
StylePluginBase::buildSortPost function core/modules/views/src/Plugin/views/style/StylePluginBase.php Called by the view builder to let the style build a second set of
sorts that will come after any other sorts in the view.
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 #pre_render callback for view row field rendering.
StylePluginBase::evenEmpty function core/modules/views/src/Plugin/views/style/StylePluginBase.php Should the output of the style plugin be rendered even if it's a empty view.
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.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.