Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. KeyModifier.php

class KeyModifier

Hierarchy

  • class \Behat\Mink\KeyModifier

Expanded class hierarchy of KeyModifier

4 files declare their use of KeyModifier
CoreDriver.php in vendor/behat/mink/src/Driver/CoreDriver.php
DriverInterface.php in vendor/behat/mink/src/Driver/DriverInterface.php
NodeElement.php in vendor/behat/mink/src/Element/NodeElement.php
Selenium2Driver.php in vendor/lullabot/mink-selenium2-driver/src/Selenium2Driver.php

File

vendor/behat/mink/src/KeyModifier.php, line 5

Namespace

Behat\Mink
View source
final class KeyModifier {
    public const CTRL = 'ctrl';
    public const ALT = 'alt';
    public const SHIFT = 'shift';
    public const META = 'meta';

}

Members

Title Sort descending Modifiers Object type Summary
KeyModifier::ALT public constant
KeyModifier::CTRL public constant
KeyModifier::META public constant
KeyModifier::SHIFT public constant

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal