You are here

constant DRUPAL_ROOT in Search API Elasticsearch 7

2 uses of DRUPAL_ROOT
bootstrap.php in tests/includes/bootstrap.php
Bootstrap Drupal for PHPUnit.
_search_api_elasticsearch_elastica_path in modules/elastica/search_api_elasticsearch_elastica.module
Return path to Elastica library path, or FALSE if not found.

File

tests/includes/bootstrap.php, line 13
Bootstrap Drupal for PHPUnit.

Code

define('DRUPAL_ROOT', getcwd());