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

Breadcrumb

  1. Drupal Core 11.1.x

namespace DrupalPractice\Sniffs\FunctionDefinitions

Object name File name Summary
AccessHookMenuSniff vendor/drupal/coder/coder_sniffer/DrupalPractice/Sniffs/FunctionDefinitions/AccessHookMenuSniff.php Checks that there are no undocumented open access callbacks in hook_menu().
FormAlterDocSniff vendor/drupal/coder/coder_sniffer/DrupalPractice/Sniffs/FunctionDefinitions/FormAlterDocSniff.php Checks that the comment "Implements hook_form_alter()." actually matches the
function signature.
HookInitCssSniff vendor/drupal/coder/coder_sniffer/DrupalPractice/Sniffs/FunctionDefinitions/HookInitCssSniff.php Checks that drupal_add_css() is not used in hook_init().
InstallTSniff vendor/drupal/coder/coder_sniffer/DrupalPractice/Sniffs/FunctionDefinitions/InstallTSniff.php Checks that t() and st() are not used in hook_install() and hook_requirements().

API Navigation

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