You are here

public function AcquiaPurgeQueueItemInterface::getPath in Acquia Purge 7

Get the HTTP path.

Return value

string The path to wipe, e.g. 'user/1?d=foo' or 'news/*'.

1 method overrides AcquiaPurgeQueueItemInterface::getPath()
AcquiaPurgeQueueItem::getPath in lib/queue/AcquiaPurgeQueueItem.php
Get the HTTP path.

File

lib/queue/AcquiaPurgeQueueItemInterface.php, line 81

Class

AcquiaPurgeQueueItemInterface
Describes a queue item object.

Code

public function getPath();