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

Breadcrumb

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

function RuleWatchNode::getRule

Returns the rule this node wraps

File

vendor/composer/composer/src/Composer/DependencyResolver/RuleWatchNode.php, line 80

Class

RuleWatchNode
Wrapper around a Rule which keeps track of the two literals it watches

Namespace

Composer\DependencyResolver

Code

public function getRule() : Rule {
    return $this->rule;
}

API Navigation

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