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

Breadcrumb

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

function ClassPatchInterface::getPriority

Returns patch priority, which determines when patch will be applied.

Return value

int Priority number (higher - earlier)

8 methods override ClassPatchInterface::getPriority()
DisableConstructorPatch::getPriority in vendor/phpspec/prophecy/src/Prophecy/Doubler/ClassPatch/DisableConstructorPatch.php
Returns patch priority, which determines when patch will be applied.
KeywordPatch::getPriority in vendor/phpspec/prophecy/src/Prophecy/Doubler/ClassPatch/KeywordPatch.php
Returns patch priority, which determines when patch will be applied.
MagicCallPatch::getPriority in vendor/phpspec/prophecy/src/Prophecy/Doubler/ClassPatch/MagicCallPatch.php
Returns patch priority, which determines when patch will be applied.
ProphecySubjectPatch::getPriority in vendor/phpspec/prophecy/src/Prophecy/Doubler/ClassPatch/ProphecySubjectPatch.php
Returns patch priority, which determines when patch will be applied.
ReflectionClassNewInstancePatch::getPriority in vendor/phpspec/prophecy/src/Prophecy/Doubler/ClassPatch/ReflectionClassNewInstancePatch.php
Returns patch priority, which determines when patch will be applied.

... See full list

File

vendor/phpspec/prophecy/src/Prophecy/Doubler/ClassPatch/ClassPatchInterface.php, line 47

Class

ClassPatchInterface
Class patch interface. Class patches extend doubles functionality or help Prophecy to avoid some internal PHP bugs.

Namespace

Prophecy\Doubler\ClassPatch

Code

public function getPriority();

API Navigation

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