Search for to

  1. Search 7.x for to
  2. Search 9.5.x for to
  3. Search 8.9.x for to
  4. Search 10.3.x for to
  5. Search main for to
  6. Other projects
Title Object type File name Summary
WebAssert::buttonNotExists function core/tests/Drupal/Tests/WebAssert.php Checks that the specific button does NOT exist on the current page.
WebAssertTest::testFieldAssertsForButton function core/tests/Drupal/Tests/Core/Test/WebAssertTest.php Tests legacy field asserts for button field type.
WebAssertTest::testPipeCharInLocator function core/tests/Drupal/Tests/Core/Test/WebAssertTest.php Tests linkExists() with pipe character (|) in locator.
WidgetOEmbedTest class core/modules/media_library/tests/src/FunctionalJavascript/WidgetOEmbedTest.php Tests that oEmbed media can be added in the Media library's widget.
WidgetOEmbedTest.php file core/modules/media_library/tests/src/FunctionalJavascript/WidgetOEmbedTest.php
WidgetOEmbedTest::$defaultTheme property core/modules/media_library/tests/src/FunctionalJavascript/WidgetOEmbedTest.php The theme to install as the default for testing.
WidgetOEmbedTest::$modules property core/modules/media_library/tests/src/FunctionalJavascript/WidgetOEmbedTest.php Modules to install.
WidgetOEmbedTest::setUp function core/modules/media_library/tests/src/FunctionalJavascript/WidgetOEmbedTest.php
WidgetOEmbedTest::testWidgetOEmbed function core/modules/media_library/tests/src/FunctionalJavascript/WidgetOEmbedTest.php Tests that oEmbed media can be added in the Media library's widget.
WidgetOEmbedTest::testWidgetOEmbedAdvancedUi function core/modules/media_library/tests/src/FunctionalJavascript/WidgetOEmbedTest.php Tests that oEmbed media can be added in the widget's advanced UI.
WidgetOverflowTest class core/modules/media_library/tests/src/FunctionalJavascript/WidgetOverflowTest.php Tests that uploads in the 'media_library_widget' works as expected.
WidgetOverflowTest.php file core/modules/media_library/tests/src/FunctionalJavascript/WidgetOverflowTest.php
WidgetOverflowTest::$image property core/modules/media_library/tests/src/FunctionalJavascript/WidgetOverflowTest.php The test image file.
WidgetOverflowTest::providerWidgetOverflow function core/modules/media_library/tests/src/FunctionalJavascript/WidgetOverflowTest.php Data provider for ::testWidgetOverflow() and ::testUnlimitedCardinality().
WidgetOverflowTest::setUp function core/modules/media_library/tests/src/FunctionalJavascript/WidgetOverflowTest.php
WidgetOverflowTest::testUnlimitedCardinality function core/modules/media_library/tests/src/FunctionalJavascript/WidgetOverflowTest.php Tests that unlimited fields' selection count is not constrained.
WidgetOverflowTest::testWidgetOverflow function core/modules/media_library/tests/src/FunctionalJavascript/WidgetOverflowTest.php Tests that the Media Library constrains the number of selected items.
WidgetOverflowTest::uploadFiles function core/modules/media_library/tests/src/FunctionalJavascript/WidgetOverflowTest.php Uploads multiple test images into the media library.
WidgetPluginManager::$widgetOptions property core/lib/Drupal/Core/Field/WidgetPluginManager.php An array of widget options for each field type.
WidgetPluginManager::getOptions function core/lib/Drupal/Core/Field/WidgetPluginManager.php Returns an array of widget type options for a field type.
WizardPluginBase::$parentFormSelector property core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php The parent form selector service.
WizardPluginBase::setDefaultOptions function core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php Sets options for a display and makes them the default options if possible.
WizardPluginBase::setOverrideOptions function core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php Sets options for a display, inheriting from the defaults when possible.
WorkAllocator class core/tests/Drupal/TestTools/TestRunner/WorkAllocator.php Allocates available tests to test workers.
WorkAllocator.php file core/tests/Drupal/TestTools/TestRunner/WorkAllocator.php
WorkAllocator::$allocatedList property core/tests/Drupal/TestTools/TestRunner/WorkAllocator.php The tests list, allocated to current bin.
WorkAllocator::$sortedList property core/tests/Drupal/TestTools/TestRunner/WorkAllocator.php The sorted tests list, prior to allocation.
WorkAllocator::assignTestsSequence function core/tests/Drupal/TestTools/TestRunner/WorkAllocator.php Assigns the test sequence.
WorkAllocator::getAllocatedList function core/tests/Drupal/TestTools/TestRunner/WorkAllocator.php Returns the list of tests allocated to current bin.
WorkAllocator::getSortedList function core/tests/Drupal/TestTools/TestRunner/WorkAllocator.php Returns the sorted tests list, prior to allocation.
WorkAllocator::getTestTypeWeight function core/tests/Drupal/TestTools/TestRunner/WorkAllocator.php Weights a test class based on which test base class it extends.
WorkAllocator::placeTestsIntoBins function core/tests/Drupal/TestTools/TestRunner/WorkAllocator.php Distribute tests into roughly equal sized bins.
WorkAllocator::process function core/tests/Drupal/TestTools/TestRunner/WorkAllocator.php Allocates tests to workers.
WorkAllocator::sortTestsByTypeAndCount function core/tests/Drupal/TestTools/TestRunner/WorkAllocator.php Sort tests by test type and count of tests to be executed.
WorkAllocator::__construct function core/tests/Drupal/TestTools/TestRunner/WorkAllocator.php
WorkAllocatorTest class core/tests/Drupal/Tests/Core/Test/WorkAllocatorTest.php Unit tests for WorkAllocator.
WorkAllocatorTest.php file core/tests/Drupal/Tests/Core/Test/WorkAllocatorTest.php
WorkAllocatorTest::allocatorProvider function core/tests/Drupal/Tests/Core/Test/WorkAllocatorTest.php Data for ::testAllocator.
WorkAllocatorTest::testAllocator function core/tests/Drupal/Tests/Core/Test/WorkAllocatorTest.php Tests sorting and allocation of tests.
WorkflowAddForm::copyFormValuesToEntity function core/modules/workflows/src/Form/WorkflowAddForm.php Copies top-level form values to entity properties.
WorkflowCustomAccessType class core/modules/workflows/tests/modules/workflow_type_test/src/Plugin/WorkflowType/WorkflowCustomAccessType.php A test workflow with custom state/transition access rules applied.
WorkflowCustomAccessType.php file core/modules/workflows/tests/modules/workflow_type_test/src/Plugin/WorkflowType/WorkflowCustomAccessType.php
WorkflowCustomAccessType::defaultConfiguration function core/modules/workflows/tests/modules/workflow_type_test/src/Plugin/WorkflowType/WorkflowCustomAccessType.php Gets default configuration for this plugin.
WorkflowCustomAccessType::workflowAccess function core/modules/workflows/tests/modules/workflow_type_test/src/Plugin/WorkflowType/WorkflowCustomAccessType.php Implements hook_ENTITY_TYPE_access().
WorkflowCustomStateTransitionAccessTest class core/modules/workflows/tests/src/Functional/WorkflowCustomStateTransitionAccessTest.php Test custom provided workflow access for state/transition operations.
WorkflowCustomStateTransitionAccessTest.php file core/modules/workflows/tests/src/Functional/WorkflowCustomStateTransitionAccessTest.php
WorkflowCustomStateTransitionAccessTest::$adminUser property core/modules/workflows/tests/src/Functional/WorkflowCustomStateTransitionAccessTest.php A test admin user.
WorkflowCustomStateTransitionAccessTest::$defaultTheme property core/modules/workflows/tests/src/Functional/WorkflowCustomStateTransitionAccessTest.php The theme to install as the default for testing.
WorkflowCustomStateTransitionAccessTest::$modules property core/modules/workflows/tests/src/Functional/WorkflowCustomStateTransitionAccessTest.php Modules to install.
WorkflowCustomStateTransitionAccessTest::$testWorkflow property core/modules/workflows/tests/src/Functional/WorkflowCustomStateTransitionAccessTest.php A test workflow.

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