Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
StyleTableTest.php file core/modules/views_ui/tests/src/Functional/StyleTableTest.php
StyleTableTest.php file core/modules/views/tests/src/Functional/Plugin/StyleTableTest.php
StyleTableTest::$defaultTheme property core/modules/views/tests/src/Functional/Plugin/StyleTableTest.php The theme to install as the default for testing.
StyleTableTest::$defaultTheme property core/modules/views_ui/tests/src/Functional/StyleTableTest.php The theme to install as the default for testing.
StyleTableTest::$testViews property core/modules/views/tests/src/Functional/Plugin/StyleTableTest.php Views used by this test.
StyleTableTest::setUp function core/modules/views/tests/src/Functional/Plugin/StyleTableTest.php Sets up the test.
StyleTableTest::testAccessibilitySettings function core/modules/views/tests/src/Functional/Plugin/StyleTableTest.php Tests table caption/summary/description.
StyleTableTest::testEmptyColumn function core/modules/views/tests/src/Functional/Plugin/StyleTableTest.php Tests that empty columns are hidden when empty_column is set.
StyleTableTest::testFieldInColumns function core/modules/views/tests/src/Functional/Plugin/StyleTableTest.php Tests table fields in columns.
StyleTableTest::testGrouping function core/modules/views/tests/src/Functional/Plugin/StyleTableTest.php Tests grouping by a field.
StyleTableTest::testNumericFieldVisible function core/modules/views/tests/src/Functional/Plugin/StyleTableTest.php Tests that a number with the value of "0" is displayed in the table.
StyleTableTest::testResponsiveMergedColumns function core/modules/views/tests/src/Functional/Plugin/StyleTableTest.php Tests responsive classes and column assigning.
StyleTableTest::testTableCacheability function core/modules/views/tests/src/Functional/Plugin/StyleTableTest.php Tests the cacheability of the table display.
StyleTableTest::testWizard function core/modules/views_ui/tests/src/Functional/StyleTableTest.php Tests created a table style view.
StyleTableUnitTest class core/modules/views/tests/src/Kernel/Plugin/StyleTableUnitTest.php Tests the table style plugin.
StyleTableUnitTest.php file core/modules/views/tests/src/Kernel/Plugin/StyleTableUnitTest.php
StyleTableUnitTest::$testViews property core/modules/views/tests/src/Kernel/Plugin/StyleTableUnitTest.php Views used by this test.
StyleTableUnitTest::prepareView function core/modules/views/tests/src/Kernel/Plugin/StyleTableUnitTest.php Prepares a view executable by initializing everything which is needed.
StyleTableUnitTest::testTable function core/modules/views/tests/src/Kernel/Plugin/StyleTableUnitTest.php Tests the table style.
StyleTemplateTest class core/modules/views/tests/modules/views_test_data/src/Plugin/views/style/StyleTemplateTest.php Provides a general test style template plugin.
StyleTemplateTest.php file core/modules/views/tests/modules/views_test_data/src/Plugin/views/style/StyleTemplateTest.php
StyleTemplateTest::$usesRowPlugin property core/modules/views/tests/modules/views_test_data/src/Plugin/views/style/StyleTemplateTest.php Whether or not this style uses a row plugin.
StyleTest class core/modules/views/tests/modules/views_test_data/src/Plugin/views/style/StyleTest.php Provides a general test style plugin.
StyleTest class core/modules/views/tests/src/Kernel/Plugin/StyleTest.php Tests general style functionality.
StyleTest class core/modules/ckeditor5/tests/src/FunctionalJavascript/StyleTest.php @coversDefaultClass \Drupal\ckeditor5\Plugin\CKEditor5Plugin\Style[[api-linebreak]]
@group ckeditor5
@internal
StyleTest.php file core/modules/ckeditor5/tests/src/FunctionalJavascript/StyleTest.php
StyleTest.php file core/modules/views/tests/src/Kernel/Plugin/StyleTest.php
StyleTest.php file core/modules/views/tests/modules/views_test_data/src/Plugin/views/style/StyleTest.php
StyleTest::$output property core/modules/views/tests/modules/views_test_data/src/Plugin/views/style/StyleTest.php A string which will be output when the view is rendered.
StyleTest::$testViews property core/modules/views/tests/src/Kernel/Plugin/StyleTest.php Views to be enabled.
StyleTest::$usesRowPlugin property core/modules/views/tests/modules/views_test_data/src/Plugin/views/style/StyleTest.php Whether or not this style uses a row plugin.
StyleTest::buildOptionsForm function core/modules/views/tests/modules/views_test_data/src/Plugin/views/style/StyleTest.php Provide a form to edit options for this plugin.
StyleTest::calculateDependencies function core/modules/views/tests/modules/views_test_data/src/Plugin/views/style/StyleTest.php Calculates dependencies for the configured plugin.
StyleTest::defineOptions function core/modules/views/tests/modules/views_test_data/src/Plugin/views/style/StyleTest.php Information about options for all kinds of purposes will be held here.
StyleTest::doTestGrouping function core/modules/views/tests/src/Kernel/Plugin/StyleTest.php Provides reusable code for ::testGrouping().
StyleTest::getHtmlDom function core/modules/views/tests/src/Kernel/Plugin/StyleTest.php Returns a view output as SimpleXMLElement.
StyleTest::getOutput function core/modules/views/tests/modules/views_test_data/src/Plugin/views/style/StyleTest.php Returns the output property.
StyleTest::render function core/modules/views/tests/modules/views_test_data/src/Plugin/views/style/StyleTest.php Render the display in this style.
StyleTest::setOutput function core/modules/views/tests/modules/views_test_data/src/Plugin/views/style/StyleTest.php Sets the output property.
StyleTest::setUsesRowPlugin function core/modules/views/tests/modules/views_test_data/src/Plugin/views/style/StyleTest.php Sets the usesRowPlugin property.
StyleTest::testCustomRowClasses function core/modules/views/tests/src/Kernel/Plugin/StyleTest.php Tests custom CSS row classes.
StyleTest::testGrouping function core/modules/views/tests/src/Kernel/Plugin/StyleTest.php Tests the grouping features of styles.
StyleTest::testStyle function core/modules/views/tests/src/Kernel/Plugin/StyleTest.php Tests the general rendering of styles.
StyleTest::testStyleFunctionality function core/modules/ckeditor5/tests/src/FunctionalJavascript/StyleTest.php Tests Style functionality: setting a class, expected style choices.
StyleTest::testStyleSettingsForm function core/modules/ckeditor5/tests/src/FunctionalJavascript/StyleTest.php @covers \Drupal\ckeditor5\Plugin\CKEditor5Plugin\Style::buildConfigurationForm[[api-linebreak]]
StyleTestBase class core/modules/views/tests/src/Kernel/Plugin/StyleTestBase.php Tests some general style plugin related functionality.
StyleTestBase.php file core/modules/views/tests/src/Kernel/Plugin/StyleTestBase.php
StyleTestBase::$elements property core/modules/views/tests/src/Kernel/Plugin/StyleTestBase.php Stores the SimpleXML representation of the output.
StyleTestBase::storeViewPreview function core/modules/views/tests/src/Kernel/Plugin/StyleTestBase.php Stores a view output in the elements.
StyleUITest class core/modules/views_ui/tests/src/Functional/StyleUITest.php Tests the UI of style plugins.

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