You are here

Classes, traits, and interfaces in Coder 8.3.x

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
ScopeKeyword class tests/Drupal/bad/bad.php A test class.
Small class tests/Drupal/Commenting/FunctionCommentUnitTest.inc A class with a method that has the same name as the class.
SpaceInlineIfSniff class Drupal\Sniffs\Formatting coder_sniffer/Drupal/Sniffs/Formatting/SpaceInlineIfSniff.php Checks that there is no space between "?" and ":" inline if/else statements.
SpaceUnaryOperatorSniff class Drupal\Sniffs\Formatting coder_sniffer/Drupal/Sniffs/Formatting/SpaceUnaryOperatorSniff.php \PHP_CodeSniffer\Standards\Generic\Sniffs\Formatting\SpaceUnaryOperatorSniff.
SpaceUnaryOperatorUnitTest class Drupal\Test\Formatting tests/Drupal/Formatting/SpaceUnaryOperatorUnitTest.php
startsLowerInterface interface tests/Drupal/bad/bad.php
StrictSchemaDisabledSniff class DrupalPractice\Sniffs\Objects coder_sniffer/DrupalPractice/Sniffs/Objects/StrictSchemaDisabledSniff.php Checks that $strictConfigSchema is not set to FALSE in test classes.
StrictSchemaDisabledUnitTest class DrupalPractice\Test\Objects tests/DrupalPractice/Objects/StrictSchemaDisabledUnitTest.php
StrictSchemaEnabled class tests/DrupalPractice/good/good.php
TCheckPlainSniff class DrupalPractice\Sniffs\FunctionCalls coder_sniffer/DrupalPractice/Sniffs/FunctionCalls/TCheckPlainSniff.php Check that "@" and "%" placeholders in t()/watchdog() are not escaped twice with check_plain().
TCheckPlainUnitTest class DrupalPractice\Test\FunctionCalls tests/DrupalPractice/FunctionCalls/TCheckPlainUnitTest.php Unit test class for the TCheckPlain sniff.
Test class tests/Drupal/Commenting/FunctionCommentUnitTest.inc Test methods. 2 1
Test class tests/DrupalPractice/Objects/UnusedPrivateMethodUnitTest.inc 2 1
Test class tests/Drupal/Commenting/DocCommentAlignmentUnitTest.inc Test class with properties. 2 1
Test class tests/Drupal/Classes/PropertyDeclarationUnitTest.inc Test class with properties. 2 1
Test class tests/Drupal/Semantics/FunctionTUnitTest.inc 2 1
Test class tests/Drupal/NamingConventions/ValidFunctionNameUnitTest.inc 2 1
Test class tests/Drupal/Commenting/DocCommentUnitTest.inc 2 1
Test class tests/Drupal/Commenting/InlineCommentUnitTest.inc Test class with properties. 2 1
Test class tests/Drupal/Commenting/HookCommentUnitTest.inc Has a method doc comment that is not a hook implementation. 2 1
Test class Foo\Bar tests/Drupal/Commenting/DataTypeNamespaceUnitTest.inc Test.
Test2 class tests/Drupal/Commenting/FunctionCommentUnitTest.inc Class Test.
Test2 class tests/Drupal/Classes/ClassCreateInstanceUnitTest.inc Test class.
TestAnnotationProperties class tests/Drupal/NamingConventions/ValidVariableNameUnitTest.inc
TestAnnotationProperties2 class tests/Drupal/NamingConventions/ValidVariableNameUnitTest.inc
TestAnnotationProperties3 class tests/Drupal/NamingConventions/ValidVariableNameUnitTest.inc
TestAnnotationProperties4 class tests/Drupal/NamingConventions/ValidVariableNameUnitTest.inc
TestAnnotationProperties5 class tests/Drupal/NamingConventions/ValidVariableNameUnitTest.inc
TestCase abstract class Drupal\Example\Something tests/Drupal/Commenting/FileCommentUnitTest.12.inc
Testclass class tests/Drupal/Commenting/DocCommentUnitTest.2.inc
TestFalse class tests/DrupalPractice/Objects/StrictSchemaDisabledUnitTest.inc Test class with strict config schema checking disabled.
TestForm class tests/DrupalPractice/Objects/GlobalDrupalUnitTest.inc
TestForm class tests/DrupalPractice/Objects/GlobalClassUnitTest.inc
TestForm class tests/DrupalPractice/Objects/drupal8/TestForm.php
TestMultipleVars class tests/DrupalPractice/Objects/StrictSchemaDisabledUnitTest.inc
TestNoDefault class tests/DrupalPractice/Objects/StrictSchemaDisabledUnitTest.inc
TestNull class tests/DrupalPractice/Objects/StrictSchemaDisabledUnitTest.inc
TestTrait trait tests/DrupalPractice/Objects/StrictSchemaDisabledUnitTest.inc
TestTrait trait tests/Drupal/Scope/MethodScopeUnitTest.inc
ThemeSniff class DrupalPractice\Sniffs\FunctionCalls coder_sniffer/DrupalPractice/Sniffs/FunctionCalls/ThemeSniff.php \DrupalPractice\Sniffs\FunctionCalls\Checks that theme functions are not directly called.
TInHookMenuSniff class Drupal\Sniffs\Semantics coder_sniffer/Drupal/Sniffs/Semantics/TInHookMenuSniff.php Checks that t() is not used in hook_menu().
TInHookSchemaSniff class Drupal\Sniffs\Semantics coder_sniffer/Drupal/Sniffs/Semantics/TInHookSchemaSniff.php Checks that t() is not used in hook_schema().
TodoCommentSniff class Drupal\Sniffs\Commenting coder_sniffer/Drupal/Sniffs/Commenting/TodoCommentSniff.php Parses and verifies that comments use the correct @todo format.
TodoCommentUnitTest class Drupal\Test\Commenting tests/Drupal/Commenting/TodoCommentUnitTest.php
TxtFileLineLengthSniff class Drupal\Sniffs\Files coder_sniffer/Drupal/Sniffs/Files/TxtFileLineLengthSniff.php \Drupal\Sniffs\Files\TxtFileLineLengthSniff.
TxtFileLineLengthUnitTest class Drupal\Test\Files tests/Drupal/Files/TxtFileLineLengthUnitTest.php
UnnecessaryStringConcatSniff class Drupal\Sniffs\Strings coder_sniffer/Drupal/Sniffs/Strings/UnnecessaryStringConcatSniff.php Checks that two strings are not concatenated together; suggests using one string instead.
UnusedPrivateMethodSniff class DrupalPractice\Sniffs\Objects coder_sniffer/DrupalPractice/Sniffs/Objects/UnusedPrivateMethodSniff.php Checks that private methods are actually used in a class.
UnusedPrivateMethodUnitTest class DrupalPractice\Test\Objects tests/DrupalPractice/Objects/UnusedPrivateMethodUnitTest.php
UnusedUseStatementSniff class Drupal\Sniffs\Classes coder_sniffer/Drupal/Sniffs/Classes/UnusedUseStatementSniff.php Checks for "use" statements that are not needed in a file.

Pages

Other projects