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

Breadcrumb

  1. Drupal Core 11.1.x

KeyModifier.php

Namespace

Behat\Mink

File

vendor/behat/mink/src/KeyModifier.php

View source
<?php

namespace Behat\Mink;

final class KeyModifier {
    public const CTRL = 'ctrl';
    public const ALT = 'alt';
    public const SHIFT = 'shift';
    public const META = 'meta';

}

Classes

Title Deprecated Summary
KeyModifier

API Navigation

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