You are here

public function RecordShortenViewsHandlerFilterStringService::getValueOptions in Shorten URLs 8.2

Same name in this branch
  1. 8.2 modules/record_shorten/record_shorten_views_handler_filter_string_service.inc \RecordShortenViewsHandlerFilterStringService::getValueOptions()
  2. 8.2 modules/record_shorten/src/record_shorten_views_handler_filter_string_service.php \Drupal\record_shorten\RecordShortenViewsHandlerFilterStringService::getValueOptions()

File

modules/record_shorten/src/record_shorten_views_handler_filter_string_service.php, line 13

Class

RecordShortenViewsHandlerFilterStringService
Sets up a form for choosing the Shorten URLs service.

Namespace

Drupal\record_shorten

Code

public function getValueOptions() {
  $this->value_options = array_combine(array_keys(\Drupal::moduleHandler()
    ->invokeAll('shorten_service')), array_keys(\Drupal::moduleHandler()
    ->invokeAll('shorten_service')));
}