elasticsearch_search_api-1.0.x-dev/src/Search/Suggest/SuggesterInterface.php

src/Search/Suggest/SuggesterInterface.php
<?php

namespace Drupal\elasticsearch_search_api\Search\Suggest;

/**
 * Interface for adding suggesters.
 */
interface SuggesterInterface {

  /**
   * Make suggestions based on the given text.
   *
   * @param string $text
   *   The text to make suggestions for.
   *
   * @return array
   *   The array with suggestions.
   */
  public function suggest(string $text);

}

Главная | Обратная связь

drupal hosting | друпал хостинг | it patrol .inc