10 calls to Project::getCoreVersion() in Coder 8.3
- ClassFileNameSniff::process in coder_sniffer/
Drupal/ Sniffs/ Classes/ ClassFileNameSniff.php - Processes this test, when one of its tokens is encountered.
- DbQuerySniff::processFunctionCall in coder_sniffer/
DrupalPractice/ Sniffs/ FunctionCalls/ DbQuerySniff.php - Processes this function call.
- DisallowLongArraySyntaxSniff::process in coder_sniffer/
Drupal/ Sniffs/ Arrays/ DisallowLongArraySyntaxSniff.php - Processes this test, when one of its tokens is encountered.
- GetRequestDataSniff::process in coder_sniffer/
DrupalPractice/ Sniffs/ Variables/ GetRequestDataSniff.php - Processes this test, when one of its tokens is encountered.
- GlobalConstantSniff::process in coder_sniffer/
DrupalPractice/ Sniffs/ Constants/ GlobalConstantSniff.php - Processes this test, when one of its tokens is encountered.
- GlobalDefineSniff::processFunctionCall in coder_sniffer/
DrupalPractice/ Sniffs/ Constants/ GlobalDefineSniff.php - Processes this function call.
- GlobalFunctionSniff::process in coder_sniffer/
DrupalPractice/ Sniffs/ Objects/ GlobalFunctionSniff.php - Processes this test, when one of its tokens is encountered.
- HookInitCssSniff::processFunction in coder_sniffer/
DrupalPractice/ Sniffs/ FunctionDefinitions/ HookInitCssSniff.php - Process this function definition.
- InstallTSniff::processFunction in coder_sniffer/
DrupalPractice/ Sniffs/ FunctionDefinitions/ InstallTSniff.php - Process this function definition.
- ProjectUnitTest::testCoreVersion in tests/
DrupalPractice/ ProjectDetection/ ProjectUnitTest.php - Tests the extending classes Sniff class.