Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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/ |
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/ |
Information about options for all kinds of purposes will be held here. |
| StylePluginBase::destroy | function | core/ |
Clears a plugin. |
| 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/ |
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::wizardSubmit | function | core/ |
Alter the options of a display before they are added to the view. |
| StylePluginTest | class | core/ |
Tests Drupal\ckeditor5\Plugin\CKEditor5Plugin\Style. |
| StylePluginTest.php | file | core/ |
|
| StylePluginTest::providerGetDynamicPluginConfig | function | core/ |
Provides a list of configs to test. |
| StylePluginTest::testGetDynamicPluginConfig | function | core/ |
Tests get dynamic plugin config. |
| StyleSensibleElementConstraint | class | core/ |
Styles can only be specified for HTML5 tags and extra classes. |
| StyleSensibleElementConstraint.php | file | core/ |
|
| StyleSensibleElementConstraint::__construct | function | core/ |
|
| StyleSensibleElementConstraintValidator | class | core/ |
Styles can only be specified for HTML5 tags and extra classes. |
| StyleSensibleElementConstraintValidator.php | file | core/ |
|
| StyleSensibleElementConstraintValidator::findStyleConflictingPluginLabel | function | core/ |
Finds the plugin with elements that conflict with the style element. |
| StyleSensibleElementConstraintValidator::intersectionWithClasses | function | core/ |
Checks if there is an intersection on allowed 'class' attribute values. |
| StyleSensibleElementConstraintValidator::KNOWN_UNSUPPORTED_TAGS | constant | core/ |
Tags whose plugins are known to not yet integrate with the Style plugin. |
| StyleSensibleElementConstraintValidator::validate | function | core/ |
|
| StyleSerializerEntityTest | class | core/ |
Tests the serializer style plugin. |
| StyleSerializerEntityTest.php | file | core/ |
|
| StyleSerializerEntityTest::$adminUser | property | core/ |
A user with permissions to look at test entity and configure views. |
| StyleSerializerEntityTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| StyleSerializerEntityTest::$modules | property | core/ |
Modules to install. |
| StyleSerializerEntityTest::$renderer | property | core/ |
The renderer. |
Pagination
- Previous page
- Page 1335
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.