We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
hash-table-p
1 parent 58fb25a commit 8d57a2aCopy full SHA for 8d57a2a
drupal-mode.el
@@ -392,6 +392,7 @@ should save your files with unix style end of line."
392
(when symbol
393
(cond
394
((and (boundp 'php-extras-function-arguments)
395
+ (hash-table-p 'php-extras-function-arguments)
396
(gethash (symbol-name symbol) php-extras-function-arguments))
397
(php-search-documentation))
398
((and drupal-drush-program (string-match "drush" (symbol-name symbol)))
0 commit comments