VuFind API Documentation

ShortlinksServiceInterface extends DbServiceInterface

Database service interface for shortlinks.

Tags
category

VuFind

author

Sudharma Kellampalli skellamp@villanova.edu

author

Demian Katz demian.katz@villanova.edu

license

http://opensource.org/licenses/gpl-2.0.php GNU General Public License

link

interface

Table of Contents

createAndPersistEntityForPath()  : ShortlinksEntityInterface
Create and persist an entity for the provided path.
createEntity()  : ShortlinksEntityInterface
Create a short link entity.
getShortLinkByHash()  : ShortlinksEntityInterface|null
Look up a short link by hash value.
getShortLinksWithMissingHashes()  : array<string|int, ShortlinksEntityInterface>
Get rows with missing hashes (for legacy upgrading).
persistEntity()  : void
Persist an entity.

Methods

Search results