VuFind API Documentation

Deprecated

Table of Contents

VuFind/src/VuFind/Auth/Manager.php
VuFind/src/VuFind/Config/Locator.php
VuFind/src/VuFind/Controller/MyResearchController.php
VuFind/src/VuFind/Db/Row/User.php
VuFind/src/VuFind/Form/Form.php
VuFind/src/VuFind/Recommend/InjectSearchRunnerFactory.php
VuFind/src/VuFind/RecordDriver/AbstractBase.php
VuFind/src/VuFind/Search/Base/Options.php
VuFind/src/VuFind/View/Helper/Root/Auth.php
VuFind/src/VuFind/View/Helper/Root/CspNonce.php
VuFindSearch/src/VuFindSearch/Backend/EDS/Base.php
VuFindSearch/src/VuFindSearch/Backend/Primo/Connector.php
VuFindSearch/src/VuFindSearch/Response/AbstractRecordCollection.php
VuFindSearch/src/VuFindSearch/Response/RecordCollectionInterface.php
VuFindSearch/src/VuFindSearch/Response/RecordInterface.php
VuFindSearch/src/VuFindSearch/Response/RecordTrait.php

Manager.php

Line Element Reason
589 Manager::isLoggedIn()

Use getIdentity() or getUserObject() instead.

Locator.php

Line Element Reason
59 Locator::getLocalConfigPath()

Use PathResolver instead

79 Locator::getBaseConfigPath()

Use PathResolver instead

95 Locator::getConfigPath()

Use PathResolver instead

MyResearchController.php

Line Element Reason
1353 MyResearchController::holdsAction()

User.php

Line Element Reason
201 User::getCatPassword()

Use ILSAuthenticator::getCatPasswordForUser()

229 User::encryptOrDecrypt()

Use ILSAuthenticator::encrypt() or ILSAuthenticator::decrypt()

Form.php

Line Element Reason
392 Form::formatEmailMessage()

Use mapRequestParamsToFieldValues

InjectSearchRunnerFactory.php

Line Element Reason
48 InjectSearchRunnerFactory

Use AbstractSearchObjectFactory

AbstractBase.php

Line Element Reason
216 AbstractBase::addTags()

Use TagService::addTagsToRecord()

232 AbstractBase::deleteTags()

Use TagService::deleteTagsFromRecord()

Options.php

Line Element Reason
1234 Options::supportsFirstLastNavigation()

Use recordFirstLastNavigationEnabled instead

Auth.php

Line Element Reason
112 Auth::isLoggedIn()

Use getIdentity() or getUserObject() instead.

CspNonce.php

Line Element Reason
69 CspNonce::__invoke()

Use Csp::getNonce() instead

Base.php

Line Element Reason
192 Base::retrieve()

Use retrieveEdsItem

Connector.php

Line Element Reason
61 Connector

Use RestConnector instead

AbstractRecordCollection.php

Line Element Reason
154 AbstractRecordCollection::setSourceIdentifier()

Use setSourceIdentifiers instead

RecordCollectionInterface.php

Line Element Reason
100 RecordCollectionInterface::setSourceIdentifier()

Use setSourceIdentifiers instead

RecordInterface.php

Line Element Reason
54 RecordInterface::setSourceIdentifier()

Use setSourceIdentifiers instead

RecordTrait.php

Line Element Reason
73 RecordTrait::setSourceIdentifier()

Use setSourceIdentifiers instead

Search results