You are here

public function SolrRequestHandlerInterface::getEnvironments in Search API Solr 4.x

Same name and namespace in other branches
  1. 8.3 src/SolrRequestHandlerInterface.php \Drupal\search_api_solr\SolrRequestHandlerInterface::getEnvironments()

Gets the environments targeted by this Solr RequestHandler.

Return value

string[] Environments.

1 method overrides SolrRequestHandlerInterface::getEnvironments()
SolrRequestHandler::getEnvironments in src/Entity/SolrRequestHandler.php
Gets the environments targeted by this Solr RequestHandler.

File

src/SolrRequestHandlerInterface.php, line 16

Class

SolrRequestHandlerInterface
Provides an interface defining a SolrRequestHandler entity.

Namespace

Drupal\search_api_solr

Code

public function getEnvironments();