added new options to fos:elastica:populate command and options array parameter to ProviderInterface
removed assume-yes option as the no-interaction option has the same purpose
This commit is contained in:
parent
85c4dc92f9
commit
43e026500c
5 changed files with 46 additions and 18 deletions
|
|
@ -13,7 +13,8 @@ interface ProviderInterface
|
|||
* Persists all domain objects to ElasticSearch for this provider.
|
||||
*
|
||||
* @param \Closure $loggerClosure
|
||||
* @param array $options
|
||||
* @return
|
||||
*/
|
||||
function populate(\Closure $loggerClosure = null);
|
||||
function populate(\Closure $loggerClosure = null, array $options = array());
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue