facets-8.x-1.x-dev/src/Processor/PostQueryProcessorInterface.php

src/Processor/PostQueryProcessorInterface.php
<?php

namespace Drupal\facets\Processor;

use Drupal\facets\FacetInterface;

/**
 * Processor runs after the query was executed.
 */
interface PostQueryProcessorInterface extends ProcessorInterface {

  /**
   * Runs after the query was executed.
   *
   * Uses the query results and can alter those results, for example a
   * ValueCallbackProcessor. If results are being changed, this processor should
   * handle saving itself.
   *
   * @param \Drupal\facets\FacetInterface $facet
   *   The facet that's being changed.
   */
  public function postQuery(FacetInterface $facet);

}

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

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