23 calls to apachesolr_environment_load() in Apache Solr Search 7
- AbstractDrupalSolrOnlineWebTestCase::setUpSolr in tests/
solr_index_and_search.test - apachesolr_bias_settings_page in ./
apachesolr_search.admin.inc - Menu callback - Bias settings form.
- apachesolr_ctools_environment_export in ./
apachesolr.module - Callback for exporting Apache Solr environments as CTools exportables.
- apachesolr_environment_clone in ./
apachesolr.module - Function that clones an environment
- apachesolr_environment_delete in ./
apachesolr.module - Function that deletes an environment
- apachesolr_environment_save in ./
apachesolr.module - Function that saves an environment
- apachesolr_environment_save_to_database in ./
apachesolr.module - Makes sure that the given environment has been saved to the database.
- apachesolr_environment_settings_page in ./
apachesolr.admin.inc - Settings page for a specific environment (or default one if not provided)
- apachesolr_environment_variable_get in ./
apachesolr.module - Get a named variable, or return the default.
- apachesolr_facetapi_facet_info in ./
apachesolr.module - Implements hook_facetapi_facet_info(). Currently it only supports the node entity type
- apachesolr_get_index_bundles in ./
apachesolr.module - Gets a list of the bundles on the specified entity type that should be indexed.
- apachesolr_requirements in ./
apachesolr.install - Implements hook_requirements().
- apachesolr_search_get_fields in ./
apachesolr_search.admin.inc - Menu callback - the settings form.
- apachesolr_search_menu_alter in ./
apachesolr_search.module - apachesolr_search_page_list_blocks in ./
apachesolr_search.admin.inc - Listing of all the search blocks
- apachesolr_search_page_list_pages in ./
apachesolr_search.admin.inc - Listing of all the search pages
- apachesolr_search_page_settings_form in ./
apachesolr_search.admin.inc - Menu callback/form-builder for the form to create or edit a search page.
- apachesolr_status_page in ./
apachesolr.admin.inc - Gets information about the fields already in solr index.
- DrupalSolrOfflineEnvironmentWebTestCase::testIndexFileIncluded in tests/
apachesolr_base.test - Asserts that the module was installed and that a notice appears that the server is offline
- DrupalSolrOfflineEnvironmentWebTestCase::testServerOffline in tests/
apachesolr_base.test - Asserts that the module was installed and that a notice appears that the server is offline
- DrupalSolrOfflineSearchPagesWebTestCase::setUp in tests/
apachesolr_base.test - Implementation of setUp().
- theme_apachesolr_settings_title in ./
apachesolr.module - Themes the title for settings pages.
- _apachesolr_drush_environment_load_and_validate in drush/
apachesolr.drush.inc - Load an environment from an id and validate the result.