searchAllContentTypes() public method

public searchAllContentTypes ( array $parameters = [], &$pager = [] )
$parameters array
Example #1
0
 public function testSearchAllContentTypes()
 {
     $app = $this->getApp();
     $app['request'] = Request::create('/');
     $storage = new Storage($app);
     $results = $storage->searchAllContentTypes(['title' => 'lorem']);
 }