Search for style
- Search 7.x for style
- Search 9.5.x for style
- Search 10.3.x for style
- Search 11.x for style
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
StyleOpmlTest::$modules | property | core/ |
Modules to enable. |
StyleOpmlTest::$testViews | property | core/ |
Views used by this test. |
StyleOpmlTest::setUp | function | core/ |
|
StyleOpmlTest::testOpmlOutput | function | core/ |
Tests the rendered output. |
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::$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/ |
Denotes whether the plugin has an additional options form. |
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/ |
Provide a form to edit options for this plugin. |
StylePluginBase::buildSort | function | core/ |
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/ |
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/ |
Return TRUE if this style enables field labels by default. |
StylePluginBase::defineOptions | function | core/ |
Information about options for all kinds of purposes will be held here. |
StylePluginBase::destroy | function | core/ |
Clears a plugin. |
StylePluginBase::elementPreRenderRow | function | core/ |
#pre_render callback for view row field rendering. |
StylePluginBase::evenEmpty | function | core/ |
Should the output of the style plugin be rendered even if it's a empty view. |
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/ |
Add anything to the query that we might need to. |
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/ |
Lists the trusted callbacks provided by the implementing class. |
StylePluginBase::usesFields | function | core/ |
Return TRUE if this style also uses fields. |
StylePluginBase::usesGrouping | function | core/ |
Returns the usesGrouping property. |
StylePluginBase::usesRowClass | function | core/ |
Returns the usesRowClass property. |
StylePluginBase::usesRowPlugin | function | core/ |
Returns the usesRowPlugin property. |
StylePluginBase::usesTokens | function | core/ |
Return TRUE if this style uses tokens. |
StylePluginBase::validate | function | core/ |
Validate that the plugin is correct and can be saved. |
StylePluginBase::validateOptionsForm | function | core/ |
Validate the options form. |
StylePluginBase::wizardForm | function | core/ |
Provide a form in the views wizard if this style is selected. |
StylePluginBase::wizardSubmit | function | core/ |
Alter the options of a display before they are added to the view. |
StylesCombo | class | core/ |
Defines the "stylescombo" plugin. |
StylesCombo.php | file | core/ |
|
StylesCombo::generateStylesSetSetting | function | core/ |
Builds the "stylesSet" configuration part of the CKEditor JS settings. |
StylesCombo::getButtons | function | core/ |
Returns the buttons that this plugin provides, along with metadata. |
StylesCombo::getConfig | function | core/ |
Returns the additions to CKEDITOR.config for a specific CKEditor instance. |
Pagination
- Previous page
- Page 13
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.