public property ValidGlobalSniff::$coreGlobals in Coder 8.2
Same name and namespace in other branches
- 8.3 coder_sniffer/Drupal/Sniffs/NamingConventions/ValidGlobalSniff.php \Drupal\Sniffs\NamingConventions\ValidGlobalSniff::coreGlobals
- 8.3.x coder_sniffer/Drupal/Sniffs/NamingConventions/ValidGlobalSniff.php \Drupal\Sniffs\NamingConventions\ValidGlobalSniff::coreGlobals
File
- coder_sniffer/
Drupal/ Sniffs/ NamingConventions/ ValidGlobalSniff.php, line 26
Class
- ValidGlobalSniff
- Ensures that global variables start with an underscore.
Namespace
Drupal\Sniffs\NamingConventionsCode
public $coreGlobals = array(
'$argc',
'$argv',
'$base_insecure_url',
'$base_path',
'$base_root',
'$base_secure_url',
'$base_theme_info',
'$base_url',
'$channel',
'$conf',
'$config_directories',
'$cookie_domain',
'$databases',
'$db_prefix',
'$db_type',
'$db_url',
'$drupal_hash_salt',
'$drupal_test_info',
'$element',
'$forum_topic_list_header',
'$image',
'$install_state',
'$installed_profile',
'$is_https',
'$is_https_mock',
'$item',
'$items',
'$language',
'$language_content',
'$language_url',
'$locks',
'$menu_admin',
'$multibyte',
'$pager_limits',
'$pager_page_array',
'$pager_total',
'$pager_total_items',
'$tag',
'$theme',
'$theme_engine',
'$theme_info',
'$theme_key',
'$theme_path',
'$timers',
'$update_free_access',
'$update_rewrite_settings',
'$user',
);