eZ\Publish\Core\Persistence\Cache\UrlAliasHandler::locationDeleted PHP Method

locationDeleted() public method

See also: eZ\Publish\SPI\Persistence\Content\UrlAlias\Handler::locationDeleted
public locationDeleted ( $locationId )
    public function locationDeleted($locationId)
    {
        $this->logger->logCall(__METHOD__, array('location' => $locationId));
        $return = $this->persistenceHandler->urlAliasHandler()->locationDeleted($locationId);
        $this->clearLocation($locationId);
        return $return;
    }