Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search 11.x for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| StyleGridResponsiveTest::providerTestResponsiveGrid | function | core/ |
Data provider for testing various configurations. |
| StyleGridResponsiveTest::testResponsiveGrid | function | core/ |
Generates a grid_responsive and asserts that it is displaying correctly. |
| StyleGridTest | class | core/ |
Tests the grid style plugin. |
| StyleGridTest.php | file | core/ |
|
| StyleGridTest::$alignmentsTested | property | core/ |
Keeps track of which alignments have been tested. |
| StyleGridTest::$testViews | property | core/ |
Views used by this test. |
| StyleGridTest::assertGrid | function | core/ |
Generates a grid and asserts that it is displaying correctly. |
| StyleGridTest::testGrid | function | core/ |
Tests the grid style. |
| StyleHtmlListTest | class | core/ |
Tests the HTML list style plugin. |
| StyleHtmlListTest.php | file | core/ |
|
| StyleHtmlListTest::$testViews | property | core/ |
Views used by this test. |
| StyleHtmlListTest::testDefaultRowClasses | function | core/ |
Make sure that the HTML list style markup is correct. |
| StyleMappingTest | class | core/ |
Tests mapping style functionality. |
| StyleMappingTest.php | file | core/ |
|
| StyleMappingTest::$testViews | property | core/ |
Views used by this test. |
| StyleMappingTest::mappedOutputHelper | function | core/ |
Tests the mapping of fields. |
| StyleMappingTest::testMappedOutput | function | core/ |
Verifies that the fields were mapped correctly. |
| StylePluginBase | class | core/ |
Base class for views style plugins. |
| StylePluginBase.php | file | core/ |
|
| StylePluginBase::$defaultFieldLabels | property | core/ |
Should field labels be enabled by default. |
| StylePluginBase::$groupingTheme | property | core/ |
The theme function used to render the grouping set. |
| StylePluginBase::$rendered_fields | property | core/ |
Stores the rendered field values, keyed by the row index and field name. |
| StylePluginBase::$render_tokens | property | core/ |
Keyed array by placeholder a cached per row tokens to render. |
| StylePluginBase::$rowTokens | property | core/ |
Store all available tokens row rows. |
| StylePluginBase::$usesFields | property | core/ |
Does the style plugin for itself support to add fields to its output. |
| StylePluginBase::$usesGrouping | property | core/ |
Does the style plugin support grouping of rows. |
| StylePluginBase::$usesOptions | property | core/ |
|
| StylePluginBase::$usesRowClass | property | core/ |
Does the style plugin support custom css class for the rows. |
| StylePluginBase::$usesRowPlugin | property | core/ |
Whether or not this style uses a row plugin. |
| StylePluginBase::buildOptionsForm | function | core/ |
|
| StylePluginBase::buildSort | function | core/ |
Determines if the style handler should interfere with sorts. |
| StylePluginBase::buildSortPost | function | core/ |
Allows the view builder to build a second set of sorts. |
| StylePluginBase::defaultFieldLabels | function | core/ |
Return TRUE if this style enables field labels by default. |
| StylePluginBase::defineOptions | function | core/ |
|
| StylePluginBase::destroy | function | core/ |
|
| StylePluginBase::elementPreRenderRow | function | core/ |
Render API callback: Performs view row field rendering. |
| StylePluginBase::evenEmpty | function | core/ |
Determines if the style plugin is rendered even if the view is empty. |
| StylePluginBase::getField | function | core/ |
Gets a rendered field. |
| StylePluginBase::getFieldValue | function | core/ |
Get the raw field value. |
| StylePluginBase::getRowClass | function | core/ |
Return the token replaced row class for the specified row. |
| StylePluginBase::init | function | core/ |
Overrides \Drupal\views\Plugin\views\PluginBase::init(). |
| StylePluginBase::preRender | function | core/ |
Allow the style to do stuff before each row is rendered. |
| StylePluginBase::query | function | core/ |
|
| StylePluginBase::render | function | core/ |
Render the display in this style. |
| StylePluginBase::renderFields | function | core/ |
Renders all of the fields for a given style and store them on the object. |
| StylePluginBase::renderGrouping | function | core/ |
Group records as needed for rendering. |
| StylePluginBase::renderGroupingSets | function | core/ |
Render the grouping sets. |
| StylePluginBase::renderRowGroup | function | core/ |
Renders a group of rows of the grouped view. |
| StylePluginBase::tokenizeValue | function | core/ |
Take a value and apply token replacement logic to it. |
| StylePluginBase::trustedCallbacks | function | core/ |
Pagination
- Previous page
- Page 1537
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.