Method |
Description |
|
__construct ( eZ\Publish\API\Repository\URLWildcardService $service, SignalDispatcher $signalDispatcher ) |
Constructor. |
|
create ( string $sourceUrl, string $destinationUrl, boolean $forward = false ) : eZ\Publish\API\Repository\Values\Content\UrlWildcard |
Creates a new url wildcard. |
|
load ( mixed $id ) : eZ\Publish\API\Repository\Values\Content\UrlWildcard |
Loads a url wild card. |
|
loadAll ( integer $offset, integer $limit ) : eZ\Publish\API\Repository\Values\Content\UrlWildcard[] |
Loads all url wild card (paged). |
|
remove ( eZ\Publish\API\Repository\Values\Content\URLWildcard $urlWildcard ) |
removes an url wildcard. |
|
translate ( mixed $url ) : eZ\Publish\API\Repository\Values\Content\URLWildcardTranslationResult |
translates an url to an existing uri resource based on the
source/destination patterns of the url wildcard. If the resulting
url is an alias it will be translated to the system uri. |
|