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

Breadcrumb

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

function FunctionHelper::getParametersAnnotations

*

Return value

list<Annotation<ParamTagValueNode>|Annotation<TypelessParamTagValueNode>>

1 call to FunctionHelper::getParametersAnnotations()
FunctionHelper::getValidParametersAnnotations in vendor/slevomat/coding-standard/SlevomatCodingStandard/Helpers/FunctionHelper.php
*

File

vendor/slevomat/coding-standard/SlevomatCodingStandard/Helpers/FunctionHelper.php, line 329

Class

FunctionHelper
@internal

Namespace

SlevomatCodingStandard\Helpers

Code

public static function getParametersAnnotations(File $phpcsFile, int $functionPointer) : array {
    return AnnotationHelper::getAnnotations($phpcsFile, $functionPointer, '@param');
}
RSS feed
Powered by Drupal