Search for click

  1. Search 7.x for click
  2. Search 9.5.x for click
  3. Search 8.9.x for click
  4. Search 10.3.x for click
  5. Other projects
Title Object type File name Summary
BrowserTestBaseTest::testClickLink function core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php Tests clickLink() functionality.
BulkForm::clickSortable function core/modules/views/src/Plugin/views/field/BulkForm.php Determines if this field is click sortable.
ClickSortingAJAXTest class core/modules/views/tests/src/FunctionalJavascript/ClickSortingAJAXTest.php Tests the click sorting AJAX functionality of Views exposed forms.
ClickSortingAJAXTest.php file core/modules/views/tests/src/FunctionalJavascript/ClickSortingAJAXTest.php
ClickSortingAJAXTest::$defaultTheme property core/modules/views/tests/src/FunctionalJavascript/ClickSortingAJAXTest.php The theme to install as the default for testing.
ClickSortingAJAXTest::$modules property core/modules/views/tests/src/FunctionalJavascript/ClickSortingAJAXTest.php Modules to enable.
ClickSortingAJAXTest::$testViews property core/modules/views/tests/src/FunctionalJavascript/ClickSortingAJAXTest.php
ClickSortingAJAXTest::setUp function core/modules/views/tests/src/FunctionalJavascript/ClickSortingAJAXTest.php
ClickSortingAJAXTest::testClickSorting function core/modules/views/tests/src/FunctionalJavascript/ClickSortingAJAXTest.php Tests if sorting via AJAX works for the "Content" View.
CommentPagerTest::clickLinkWithXPath function core/modules/comment/tests/src/Functional/CommentPagerTest.php Follows a link found at a give xpath query.
ContextualLinkClickTrait trait core/modules/contextual/tests/src/FunctionalJavascript/ContextualLinkClickTrait.php Functions for testing contextual links.
ContextualLinkClickTrait.php file core/modules/contextual/tests/src/FunctionalJavascript/ContextualLinkClickTrait.php
ContextualLinkClickTrait::clickContextualLink function core/modules/contextual/tests/src/FunctionalJavascript/ContextualLinkClickTrait.php Clicks a contextual link.
ContextualLinkClickTrait::toggleContextualTriggerVisibility function core/modules/contextual/tests/src/FunctionalJavascript/ContextualLinkClickTrait.php Toggles the visibility of a contextual trigger.
ContextualLinksTest::testContextualLinksClick function core/modules/contextual/tests/src/FunctionalJavascript/ContextualLinksTest.php Tests clicking contextual links.
DblogOperations::clickSortable function core/modules/dblog/src/Plugin/views/field/DblogOperations.php Determines if this field is click sortable.
DefaultViewsTest::clickViewsOperationLink function core/modules/views_ui/tests/src/Functional/DefaultViewsTest.php Click a link to perform an operation on a view.
DrupalSelenium2Driver::click function core/tests/Drupal/FunctionalJavascriptTests/DrupalSelenium2Driver.php
EntityField::clickSort function core/modules/views/src/Plugin/views/field/EntityField.php Called to determine what to tell the click sorter.
EntityField::clickSortable function core/modules/views/src/Plugin/views/field/EntityField.php Determines if this field is click sortable.
EntityOperations::clickSortable function core/modules/views/src/Plugin/views/field/EntityOperations.php Determines if this field is click sortable.
FieldHandlerInterface::clickSort function core/modules/views/src/Plugin/views/field/FieldHandlerInterface.php Adds an ORDER BY clause to the query for click sort columns.
FieldHandlerInterface::clickSortable function core/modules/views/src/Plugin/views/field/FieldHandlerInterface.php Determines if this field is click sortable.
FieldKernelTest::testClickSortable function core/modules/views/tests/src/Kernel/Handler/FieldKernelTest.php Tests whether the filters are click sortable as expected.
FieldPluginBase::clickSort function core/modules/views/src/Plugin/views/field/FieldPluginBase.php Adds an ORDER BY clause to the query for click sort columns.
FieldPluginBase::clickSortable function core/modules/views/src/Plugin/views/field/FieldPluginBase.php Determines if this field is click sortable.
FieldTest::testClickSortWithBaseField function core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php @dataProvider providerSortOrders
FieldTest::testClickSortWithConfiguredField function core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php @dataProvider providerSortOrders
FieldTest::testClickSortWithOutConfiguredColumn function core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php @dataProvider providerSortOrders
FieldWebTest::clickSortLoadIdsFromOutput function core/modules/views/tests/src/Functional/Handler/FieldWebTest.php Small helper function to get all ids in the output.
FieldWebTest::testClickSorting function core/modules/views/tests/src/Functional/Handler/FieldWebTest.php Tests the click sorting functionality.
FieldWebTest::testClickSortingDistinct function core/modules/views/tests/src/Functional/Handler/FieldWebTest.php Tests the default click sorting functionality with distinct.
FormBuilder::buttonWasClicked function core/lib/Drupal/Core/Form/FormBuilder.php Determines if a given button triggered the form submission.
FormTestClickedButtonForm class core/modules/system/tests/modules/form_test/src/Form/FormTestClickedButtonForm.php Form builder to test button click detection.
FormTestClickedButtonForm.php file core/modules/system/tests/modules/form_test/src/Form/FormTestClickedButtonForm.php
FormTestClickedButtonForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestClickedButtonForm.php Form constructor.
FormTestClickedButtonForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestClickedButtonForm.php Returns a unique string identifying the form.
FormTestClickedButtonForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestClickedButtonForm.php Form submission handler.
FormTestClickedButtonForm::validateForm function core/modules/system/tests/modules/form_test/src/Form/FormTestClickedButtonForm.php Form validation handler.
JSInteractionTest::testNotClickable function core/tests/Drupal/FunctionalJavascriptTests/Tests/JSInteractionTest.php Assert an exception is thrown when the blocker element is never removed.
JSWebAssert::isExceptionNotClickable function core/tests/Drupal/FunctionalJavascriptTests/JSWebAssert.php Determines if an exception is due to an element not being clickable.
LayoutBuilderDisableInteractionsTest::assertContextualLinksClickable function core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderDisableInteractionsTest.php Confirms that Layout Builder contextual links remain active.
LayoutBuilderDisableInteractionsTest::assertElementNotClickable function core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderDisableInteractionsTest.php Checks if element is not clickable.
LayoutBuilderTest::clickContextualLink function core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderTest.php @todo Remove this in https://www.drupal.org/project/drupal/issues/2918718.
MediaLibrarySelectForm::clickSortable function core/modules/media_library/src/Plugin/views/field/MediaLibrarySelectForm.php Determines if this field is click sortable.
MigrateControllerTest::clickViewsOperationsLink function core/modules/migrate_drupal_ui/tests/src/Functional/MigrateControllerTest.php Clicks a view link to perform an operation.
ModerationStateField::clickSort function core/modules/content_moderation/src/Plugin/views/field/ModerationStateField.php Called to determine what to tell the click sorter.
PreviewTest::clickPreviewLinkAJAX function core/modules/views_ui/tests/src/FunctionalJavascript/PreviewTest.php Click on a preview link.
UiHelperTrait::click function core/tests/Drupal/Tests/UiHelperTrait.php Clicks the element with the given CSS selector.
UiHelperTrait::clickLink function core/tests/Drupal/Tests/UiHelperTrait.php Follows a link by complete name.

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