eZ\Publish\Core\Search\Legacy\Content\Handler::deleteLocation PHP Method

deleteLocation() public method

Deletes a location from the index.
public deleteLocation ( mixed $locationId, mixed $contentId )
$locationId mixed
$contentId mixed
    public function deleteLocation($locationId, $contentId)
    {
        // Not needed with Legacy Storage/Search Engine
    }