Search for %s

  1. Search 7.x for %s
  2. Search 8.9.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
StylePluginTest class core/modules/ckeditor5/tests/src/Unit/StylePluginTest.php @coversDefaultClass \Drupal\ckeditor5\Plugin\CKEditor5Plugin\Style[[api-linebreak]]
@group ckeditor5
@internal
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 @covers ::getDynamicPluginConfig[[api-linebreak]]
@dataProvider providerGetDynamicPluginConfig
StylesCombo class core/modules/ckeditor/src/Plugin/CKEditorPlugin/StylesCombo.php Defines the "stylescombo" plugin.
StylesCombo.php file core/modules/ckeditor/src/Plugin/CKEditorPlugin/StylesCombo.php
StylesCombo::generateStylesSetSetting function core/modules/ckeditor/src/Plugin/CKEditorPlugin/StylesCombo.php Builds the "stylesSet" configuration part of the CKEditor JS settings.
StylesCombo::getButtons function core/modules/ckeditor/src/Plugin/CKEditorPlugin/StylesCombo.php Returns the buttons that this plugin provides, along with metadata.
StylesCombo::getConfig function core/modules/ckeditor/src/Plugin/CKEditorPlugin/StylesCombo.php Returns the additions to CKEDITOR.config for a specific CKEditor instance.
StylesCombo::getFile function core/modules/ckeditor/src/Plugin/CKEditorPlugin/StylesCombo.php Returns the Drupal root-relative file path to the plugin JavaScript file.
StylesCombo::isInternal function core/modules/ckeditor/src/Plugin/CKEditorPlugin/StylesCombo.php Indicates if this plugin is part of the optimized CKEditor build.
StylesCombo::settingsForm function core/modules/ckeditor/src/Plugin/CKEditorPlugin/StylesCombo.php Returns a settings form to configure this CKEditor plugin.
StylesCombo::validateStylesValue function core/modules/ckeditor/src/Plugin/CKEditorPlugin/StylesCombo.php #element_validate handler for the "styles" element in settingsForm().
StyleSensibleElementConstraint class core/modules/ckeditor5/src/Plugin/Validation/Constraint/StyleSensibleElementConstraint.php Styles can only be specified for HTML5 tags and extra classes.
StyleSensibleElementConstraint.php file core/modules/ckeditor5/src/Plugin/Validation/Constraint/StyleSensibleElementConstraint.php
StyleSensibleElementConstraint::$conflictingDisabledPluginMessage property core/modules/ckeditor5/src/Plugin/Validation/Constraint/StyleSensibleElementConstraint.php When a Style is defined with classes supported by a disabled plugin.
StyleSensibleElementConstraint::$conflictingEnabledPluginMessage property core/modules/ckeditor5/src/Plugin/Validation/Constraint/StyleSensibleElementConstraint.php When a Style is defined with classes supported by an enabled plugin.
StyleSensibleElementConstraint::$nonHtml5TagMessage property core/modules/ckeditor5/src/Plugin/Validation/Constraint/StyleSensibleElementConstraint.php When a style is defined for a non-HTML5 tag.
StyleSensibleElementConstraintValidator class core/modules/ckeditor5/src/Plugin/Validation/Constraint/StyleSensibleElementConstraintValidator.php Styles can only be specified for HTML5 tags and extra classes.
StyleSensibleElementConstraintValidator.php file core/modules/ckeditor5/src/Plugin/Validation/Constraint/StyleSensibleElementConstraintValidator.php
StyleSensibleElementConstraintValidator::findStyleConflictingPluginLabel function core/modules/ckeditor5/src/Plugin/Validation/Constraint/StyleSensibleElementConstraintValidator.php Finds the plugin with elements that conflict with the style element.
StyleSensibleElementConstraintValidator::intersectionWithClasses function core/modules/ckeditor5/src/Plugin/Validation/Constraint/StyleSensibleElementConstraintValidator.php Checks if there is an intersection on allowed 'class' attribute values.
StyleSensibleElementConstraintValidator::validate function core/modules/ckeditor5/src/Plugin/Validation/Constraint/StyleSensibleElementConstraintValidator.php
StyleSerializerKernelTest class core/modules/rest/tests/src/Kernel/Views/StyleSerializerKernelTest.php @coversDefaultClass \Drupal\rest\Plugin\views\style\Serializer[[api-linebreak]]
@group views
StyleSerializerKernelTest class core/modules/hal/tests/src/Kernel/rest/Views/StyleSerializerKernelTest.php @coversDefaultClass \Drupal\rest\Plugin\views\style\Serializer[[api-linebreak]]
@group hal
@group legacy
StyleSerializerKernelTest.php file core/modules/hal/tests/src/Kernel/rest/Views/StyleSerializerKernelTest.php
StyleSerializerKernelTest.php file core/modules/rest/tests/src/Kernel/Views/StyleSerializerKernelTest.php
StyleSerializerKernelTest::$modules property core/modules/rest/tests/src/Kernel/Views/StyleSerializerKernelTest.php Modules to enable.
StyleSerializerKernelTest::$modules property core/modules/hal/tests/src/Kernel/rest/Views/StyleSerializerKernelTest.php Modules to enable.
StyleSerializerKernelTest::$testViews property core/modules/hal/tests/src/Kernel/rest/Views/StyleSerializerKernelTest.php Views to be enabled.
StyleSerializerKernelTest::$testViews property core/modules/rest/tests/src/Kernel/Views/StyleSerializerKernelTest.php Views to be enabled.
StyleSerializerKernelTest::setUp function core/modules/rest/tests/src/Kernel/Views/StyleSerializerKernelTest.php
StyleSerializerKernelTest::setUp function core/modules/hal/tests/src/Kernel/rest/Views/StyleSerializerKernelTest.php
StyleSerializerKernelTest::testCalculateDepenencies function core/modules/hal/tests/src/Kernel/rest/Views/StyleSerializerKernelTest.php @covers ::calculateDependencies[[api-linebreak]]
StyleSerializerKernelTest::testCalculateDepenencies function core/modules/rest/tests/src/Kernel/Views/StyleSerializerKernelTest.php @covers ::calculateDependencies[[api-linebreak]]
StyleSerializerTest class core/modules/rest/tests/src/Functional/Views/StyleSerializerTest.php Tests the serializer style plugin.
StyleSerializerTest class core/modules/hal/tests/src/Functional/rest/Views/StyleSerializerTest.php Tests the serializer style plugin.
StyleSerializerTest.php file core/modules/hal/tests/src/Functional/rest/Views/StyleSerializerTest.php
StyleSerializerTest.php file core/modules/rest/tests/src/Functional/Views/StyleSerializerTest.php
StyleSerializerTest::$adminUser property core/modules/rest/tests/src/Functional/Views/StyleSerializerTest.php A user with administrative privileges to look at test entity and configure views.
StyleSerializerTest::$adminUser property core/modules/hal/tests/src/Functional/rest/Views/StyleSerializerTest.php A user with administrative privileges to look at test entity and configure views.
StyleSerializerTest::$defaultTheme property core/modules/hal/tests/src/Functional/rest/Views/StyleSerializerTest.php The theme to install as the default for testing.
StyleSerializerTest::$defaultTheme property core/modules/rest/tests/src/Functional/Views/StyleSerializerTest.php The theme to install as the default for testing.
StyleSerializerTest::$modules property core/modules/rest/tests/src/Functional/Views/StyleSerializerTest.php Modules to install.
StyleSerializerTest::$modules property core/modules/hal/tests/src/Functional/rest/Views/StyleSerializerTest.php Modules to install.
StyleSerializerTest::$renderer property core/modules/hal/tests/src/Functional/rest/Views/StyleSerializerTest.php The renderer.
StyleSerializerTest::$renderer property core/modules/rest/tests/src/Functional/Views/StyleSerializerTest.php The renderer.
StyleSerializerTest::$testViews property core/modules/rest/tests/src/Functional/Views/StyleSerializerTest.php Views used by this test.
StyleSerializerTest::$testViews property core/modules/hal/tests/src/Functional/rest/Views/StyleSerializerTest.php Views used by this test.
StyleSerializerTest::addRequestWithFormat function core/modules/rest/tests/src/Functional/Views/StyleSerializerTest.php Sets up a request on the request stack with a specified format.

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