updated to 7.x-1.11

This commit is contained in:
Bachir Soussi Chiadmi
2014-02-07 10:01:18 +01:00
parent a30917d1d2
commit cf03e9ca52
69 changed files with 4629 additions and 1557 deletions

View File

@@ -1,5 +1,10 @@
<?php
/**
* @file
* Contains SearchApiProcessorInterface and SearchApiAbstractProcessor.
*/
/**
* Interface representing a Search API pre- and/or post-processor.
*
@@ -27,7 +32,7 @@ interface SearchApiProcessorInterface {
/**
* Check whether this processor is applicable for a certain index.
*
* This can be used for hiding the processor on the index's "Workflow" tab. To
* This can be used for hiding the processor on the index's "Filters" tab. To
* avoid confusion, you should only use criteria that are immutable, such as
* the index's item type. Also, since this is only used for UI purposes, you
* should not completely rely on this to ensure certain index configurations