You are here

namespace DrupalPractice\Sniffs\FunctionDefinitions in Coder 8.2

Same name in other branches
  1. 8.3 DrupalPractice\Sniffs\FunctionDefinitions
  2. 8.3.x DrupalPractice\Sniffs\FunctionDefinitions
Classsort descending Location Description
AccessHookMenuSniff coder_sniffer/DrupalPractice/Sniffs/FunctionDefinitions/AccessHookMenuSniff.php Checks that there are no undocumented open access callbacks in hook_menu().
AccessHookMenuUnitTest coder_sniffer/DrupalPractice/Test/FunctionDefinitions/AccessHookMenuUnitTest.php Unit test class for the HookInitCss sniff.
FormAlterDocSniff coder_sniffer/DrupalPractice/Sniffs/FunctionDefinitions/FormAlterDocSniff.php Checks that the comment "Implements hook_form_alter()." actually matches the function signature.
FormAlterDocUnitTest coder_sniffer/DrupalPractice/Test/FunctionDefinitions/FormAlterDocUnitTest.php
HookInitCssSniff coder_sniffer/DrupalPractice/Sniffs/FunctionDefinitions/HookInitCssSniff.php Checks that drupal_add_css() is not used in hook_init().
HookInitCssUnitTest coder_sniffer/DrupalPractice/Test/FunctionDefinitions/HookInitCssUnitTest.php Unit test class for the HookInitCss sniff.
InstallTSniff coder_sniffer/DrupalPractice/Sniffs/FunctionDefinitions/InstallTSniff.php Checks that t() and st() are not used in hook_install() and hook_requirements().
InstallTUnitTest coder_sniffer/DrupalPractice/Test/FunctionDefinitions/InstallTSniffUnitTest.php Unit test class for the InstallT sniff.