interface UrlBundleInterface (View source)

Methods

public
void
addUrls(array $urls)

Add URLs to this bundle

public
array
getJobsForUrls(string $jobClass, string|null $message = null, DataObject|null $contextModel = null)

Package URLs into jobs

Details

void addUrls(array $urls)

Add URLs to this bundle

Parameters

array $urls

Return Value

void

array getJobsForUrls(string $jobClass, string|null $message = null, DataObject|null $contextModel = null)

Package URLs into jobs

Parameters

string $jobClass
string|null $message
DataObject|null $contextModel

Return Value

array