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

Breadcrumb

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

26 uses of T_SELF

AbstractLineCall::register in vendor/slevomat/coding-standard/SlevomatCodingStandard/Sniffs/Functions/AbstractLineCall.php
*
CallTimePassByReferenceSniff::register in vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/Functions/CallTimePassByReferenceSniff.php
Returns an array of tokens this test wants to listen for.
ClassInstantiationSniff::process in vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Sniffs/Classes/ClassInstantiationSniff.php
Processes this test, when one of its tokens is encountered.
ConditionHelper::getNegativeConditionPart in vendor/slevomat/coding-standard/SlevomatCodingStandard/Helpers/ConditionHelper.php
ConstructorNameSniff::processTokenWithinScope in vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/NamingConventions/ConstructorNameSniff.php
Processes this test when one of its tokens is encountered.
DisallowMultipleAssignmentsSniff::process in vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/PHP/DisallowMultipleAssignmentsSniff.php
Processes this test, when one of its tokens is encountered.
DisallowTrailingCommaInCallSniff::process in vendor/slevomat/coding-standard/SlevomatCodingStandard/Sniffs/Functions/DisallowTrailingCommaInCallSniff.php
* @phpcsSuppress SlevomatCodingStandard.TypeHints.ParameterTypeHint.MissingNativeTypeHint *
File::getMemberProperties in vendor/squizlabs/php_codesniffer/src/Files/File.php
Returns the visibility and implementation properties of a class member var.
File::getMethodParameters in vendor/squizlabs/php_codesniffer/src/Files/File.php
Returns the method parameters for the specified function token.
File::getMethodProperties in vendor/squizlabs/php_codesniffer/src/Files/File.php
Returns the visibility and implementation properties of a method.
File::isReference in vendor/squizlabs/php_codesniffer/src/Files/File.php
Determine if the passed token is a reference operator.
FunctionCallArgumentSpacingSniff::register in vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/Functions/FunctionCallArgumentSpacingSniff.php
Returns an array of tokens this test wants to listen for.
IdentificatorHelper::findEndPointer in vendor/slevomat/coding-standard/SlevomatCodingStandard/Helpers/IdentificatorHelper.php
IdentificatorHelper::getStartPointerBeforeOperator in vendor/slevomat/coding-standard/SlevomatCodingStandard/Helpers/IdentificatorHelper.php
LowerCaseKeywordSniff::register in vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/PHP/LowerCaseKeywordSniff.php
Returns an array of tokens this test wants to listen for.
OperatorBracketSniff::process in vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/Formatting/OperatorBracketSniff.php
Processes this test, when one of its tokens is encountered.
PHP::processAdditional in vendor/squizlabs/php_codesniffer/src/Tokenizers/PHP.php
Performs additional processing after main tokenizing.
RequireTrailingCommaInCallSniff::process in vendor/slevomat/coding-standard/SlevomatCodingStandard/Sniffs/Functions/RequireTrailingCommaInCallSniff.php
* @phpcsSuppress SlevomatCodingStandard.TypeHints.ParameterTypeHint.MissingNativeTypeHint *
SelfMemberReferenceSniff::processTokenWithinScope in vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/Classes/SelfMemberReferenceSniff.php
Processes the function tokens within the class.
TokenHelper::getOnlyTypeHintTokenCodes in vendor/slevomat/coding-standard/SlevomatCodingStandard/Helpers/TokenHelper.php
*
UselessParenthesesSniff::checkParenthesesAroundVariableOrFunctionCall in vendor/slevomat/coding-standard/SlevomatCodingStandard/Sniffs/PHP/UselessParenthesesSniff.php
UselessParenthesesSniff::process in vendor/slevomat/coding-standard/SlevomatCodingStandard/Sniffs/PHP/UselessParenthesesSniff.php
* @phpcsSuppress SlevomatCodingStandard.TypeHints.ParameterTypeHint.MissingNativeTypeHint *
VariableAnalysisSniff::processVariableAsStaticMember in vendor/sirbrillig/phpcs-variable-analysis/VariableAnalysis/Sniffs/CodeAnalysis/VariableAnalysisSniff.php
* Process a variable that is being accessed with static syntax. * * That is, this will record the use of a variable of the form * `MyClass::$myVariable` or `self::$myVariable`. * * Can be called for any token and will return false if the…
VariableAnalysisSniff::processVariableAsStaticOutsideClass in vendor/sirbrillig/phpcs-variable-analysis/VariableAnalysis/Sniffs/CodeAnalysis/VariableAnalysisSniff.php
*
VariableCommentSniff::processMemberVar in vendor/drupal/coder/coder_sniffer/Drupal/Sniffs/Commenting/VariableCommentSniff.php
Called to process class member vars.
VariableCommentSniff::processMemberVar in vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Sniffs/Commenting/VariableCommentSniff.php
Called to process class member vars.

API Navigation

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