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

Breadcrumb

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

function KeywordPatch::getKeywords

Returns array of php keywords.

Return value

list<string>

1 call to KeywordPatch::getKeywords()
KeywordPatch::apply in vendor/phpspec/prophecy/src/Prophecy/Doubler/ClassPatch/KeywordPatch.php
Remove methods that clash with php keywords

File

vendor/phpspec/prophecy/src/Prophecy/Doubler/ClassPatch/KeywordPatch.php, line 64

Class

KeywordPatch
Remove method functionality from the double which will clash with php keywords.

Namespace

Prophecy\Doubler\ClassPatch

Code

private function getKeywords() {
    return [
        '__halt_compiler',
    ];
}

API Navigation

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