cultuurnet / culturefeed

Drupal module suite for building an event site based
http://www.culturefeed.be
Apache License 2.0
11 stars 17 forks source link

add helper function to get active search api environment #200

Closed lukdens closed 6 years ago

lukdens commented 6 years ago

Since the search api location can be set to 3 different endpoints, the function culturefeed_search_acceptance_mode() which returns TRUE (for both TEST and ACC) or FALSE (for PROD) won't do anymore.

A new helper function culturefeed_search_active_environment() will now return a string www, acc or test depending on which search api location is set. This can be used to create the right shortcuts to other applications (XML, JSON, UDB3, UID admin,...).