From ec074abfad561c57ff10f11e50112711563463d5 Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Thu, 12 Nov 2020 13:23:54 -0500 Subject: [PATCH] Add missing use statements to factories (#1790) --- .../VuFind/AjaxHandler/AbstractIlsAndUserActionFactory.php | 3 +++ .../src/VuFind/AjaxHandler/AbstractRelaisActionFactory.php | 3 +++ module/VuFind/src/VuFind/AjaxHandler/CommentRecordFactory.php | 3 +++ .../src/VuFind/AjaxHandler/DeleteRecordCommentFactory.php | 3 +++ module/VuFind/src/VuFind/AjaxHandler/DoiLookupFactory.php | 3 +++ .../VuFind/src/VuFind/AjaxHandler/GetACSuggestionsFactory.php | 3 +++ module/VuFind/src/VuFind/AjaxHandler/GetFacetDataFactory.php | 3 +++ module/VuFind/src/VuFind/AjaxHandler/GetIlsStatusFactory.php | 3 +++ .../VuFind/src/VuFind/AjaxHandler/GetItemStatusesFactory.php | 3 +++ .../src/VuFind/AjaxHandler/GetRecordCommentsAsHTMLFactory.php | 3 +++ .../VuFind/src/VuFind/AjaxHandler/GetRecordDetailsFactory.php | 3 +++ module/VuFind/src/VuFind/AjaxHandler/GetRecordTagsFactory.php | 3 +++ .../VuFind/src/VuFind/AjaxHandler/GetResolverLinksFactory.php | 3 +++ .../VuFind/src/VuFind/AjaxHandler/GetSaveStatusesFactory.php | 3 +++ module/VuFind/src/VuFind/AjaxHandler/GetSideFacetsFactory.php | 3 +++ module/VuFind/src/VuFind/AjaxHandler/GetUserFinesFactory.php | 3 +++ module/VuFind/src/VuFind/AjaxHandler/GetVisDataFactory.php | 3 +++ module/VuFind/src/VuFind/AjaxHandler/KeepAliveFactory.php | 3 +++ module/VuFind/src/VuFind/AjaxHandler/RecommendFactory.php | 4 ++++ module/VuFind/src/VuFind/AjaxHandler/SystemStatusFactory.php | 3 +++ module/VuFind/src/VuFind/AjaxHandler/TagRecordFactory.php | 3 +++ module/VuFind/src/VuFind/Auth/ChoiceAuthFactory.php | 3 +++ module/VuFind/src/VuFind/Auth/EmailAuthenticatorFactory.php | 3 +++ module/VuFind/src/VuFind/Auth/EmailFactory.php | 3 +++ module/VuFind/src/VuFind/Auth/FacebookFactory.php | 3 +++ module/VuFind/src/VuFind/Auth/ILSAuthenticatorFactory.php | 3 +++ module/VuFind/src/VuFind/Auth/ILSFactory.php | 3 +++ module/VuFind/src/VuFind/Auth/ManagerFactory.php | 3 +++ module/VuFind/src/VuFind/Auth/MultiAuthFactory.php | 3 +++ module/VuFind/src/VuFind/Auth/ShibbolethFactory.php | 3 +++ module/VuFind/src/VuFind/Autocomplete/EdsFactory.php | 3 +++ module/VuFind/src/VuFind/Autocomplete/SolrFactory.php | 3 +++ module/VuFind/src/VuFind/Autocomplete/SuggesterFactory.php | 3 +++ module/VuFind/src/VuFind/Cache/ManagerFactory.php | 3 +++ module/VuFind/src/VuFind/Captcha/FigletFactory.php | 3 +++ module/VuFind/src/VuFind/Captcha/ImageFactory.php | 3 +++ module/VuFind/src/VuFind/Captcha/ReCaptchaFactory.php | 3 +++ module/VuFind/src/VuFind/CartFactory.php | 3 +++ .../ChannelProvider/AbstractILSChannelProviderFactory.php | 3 +++ .../VuFind/src/VuFind/ChannelProvider/AlphaBrowseFactory.php | 3 +++ .../src/VuFind/ChannelProvider/ChannelLoaderFactory.php | 3 +++ module/VuFind/src/VuFind/ChannelProvider/FacetsFactory.php | 3 +++ module/VuFind/src/VuFind/ChannelProvider/ListItemsFactory.php | 3 +++ module/VuFind/src/VuFind/ChannelProvider/RandomFactory.php | 3 +++ .../VuFind/src/VuFind/ChannelProvider/SimilarItemsFactory.php | 3 +++ .../VuFind/src/VuFind/Config/AccountCapabilitiesFactory.php | 3 +++ module/VuFind/src/VuFind/Config/PluginManagerFactory.php | 3 +++ module/VuFind/src/VuFind/Config/YamlReaderFactory.php | 3 +++ module/VuFind/src/VuFind/Connection/RelaisFactory.php | 3 +++ module/VuFind/src/VuFind/Connection/WorldCatUtilsFactory.php | 3 +++ module/VuFind/src/VuFind/Content/AbstractSyndeticsFactory.php | 3 +++ module/VuFind/src/VuFind/Content/Covers/BooksiteFactory.php | 3 +++ module/VuFind/src/VuFind/Content/Covers/BrowZineFactory.php | 3 +++ module/VuFind/src/VuFind/Content/Covers/BuchhandelFactory.php | 3 +++ .../VuFind/src/VuFind/Content/Covers/ContentCafeFactory.php | 3 +++ module/VuFind/src/VuFind/Content/Covers/SyndeticsFactory.php | 3 +++ module/VuFind/src/VuFind/Content/Factory.php | 3 +++ module/VuFind/src/VuFind/Content/Reviews/BooksiteFactory.php | 3 +++ module/VuFind/src/VuFind/ContentBlock/BlockLoaderFactory.php | 3 +++ module/VuFind/src/VuFind/ContentBlock/ChannelsFactory.php | 3 +++ module/VuFind/src/VuFind/ContentBlock/FacetListFactory.php | 3 +++ module/VuFind/src/VuFind/Controller/AbstractBaseFactory.php | 3 +++ .../src/VuFind/Controller/AbstractBaseWithConfigFactory.php | 3 +++ module/VuFind/src/VuFind/Controller/AjaxControllerFactory.php | 3 +++ module/VuFind/src/VuFind/Controller/CartControllerFactory.php | 3 +++ .../src/VuFind/Controller/ChannelsControllerFactory.php | 3 +++ .../VuFind/src/VuFind/Controller/CoverControllerFactory.php | 3 +++ .../VuFind/src/VuFind/Controller/IndexControllerFactory.php | 3 +++ .../VuFind/Controller/Plugin/AbstractRequestBaseFactory.php | 3 +++ module/VuFind/src/VuFind/Controller/Plugin/CaptchaFactory.php | 3 +++ .../VuFind/src/VuFind/Controller/Plugin/FavoritesFactory.php | 3 +++ .../src/VuFind/Controller/Plugin/FlashMessengerFactory.php | 3 +++ .../VuFind/src/VuFind/Controller/Plugin/FollowupFactory.php | 3 +++ .../VuFind/src/VuFind/Controller/Plugin/NewItemsFactory.php | 3 +++ .../VuFind/src/VuFind/Controller/Plugin/PermissionFactory.php | 3 +++ .../VuFind/src/VuFind/Controller/Plugin/ReservesFactory.php | 3 +++ .../src/VuFind/Controller/Plugin/ResultScrollerFactory.php | 3 +++ .../VuFind/src/VuFind/Controller/QRCodeControllerFactory.php | 3 +++ .../VuFind/src/VuFind/Controller/UpgradeControllerFactory.php | 3 +++ module/VuFind/src/VuFind/Cookie/CookieManagerFactory.php | 3 +++ module/VuFind/src/VuFind/Cover/CachingProxyFactory.php | 3 +++ module/VuFind/src/VuFind/Cover/GeneratorFactory.php | 3 +++ module/VuFind/src/VuFind/Cover/LoaderFactory.php | 3 +++ module/VuFind/src/VuFind/Cover/RouterFactory.php | 3 +++ module/VuFind/src/VuFind/Crypt/HMACFactory.php | 3 +++ module/VuFind/src/VuFind/Db/AdapterFactory.php | 4 ++++ module/VuFind/src/VuFind/Db/Row/RowGatewayFactory.php | 3 +++ module/VuFind/src/VuFind/Db/Row/UserFactory.php | 3 +++ module/VuFind/src/VuFind/Db/Row/UserListFactory.php | 3 +++ .../VuFind/src/VuFind/Db/Table/CaseSensitiveTagsFactory.php | 3 +++ module/VuFind/src/VuFind/Db/Table/GatewayFactory.php | 3 +++ module/VuFind/src/VuFind/Db/Table/ResourceFactory.php | 3 +++ module/VuFind/src/VuFind/Db/Table/UserFactory.php | 3 +++ module/VuFind/src/VuFind/Db/Table/UserListFactory.php | 3 +++ .../src/VuFind/DigitalContent/OverdriveConnectorFactory.php | 3 +++ module/VuFind/src/VuFind/DoiLinker/BrowZineFactory.php | 3 +++ module/VuFind/src/VuFind/DoiLinker/UnpaywallFactory.php | 3 +++ module/VuFind/src/VuFind/ExportFactory.php | 3 +++ module/VuFind/src/VuFind/Form/FormFactory.php | 3 +++ .../VuFind/src/VuFind/GeoFeatures/AbstractConfigFactory.php | 3 +++ .../src/VuFind/Hierarchy/TreeDataSource/SolrFactory.php | 3 +++ .../src/VuFind/Hierarchy/TreeRenderer/JSTreeFactory.php | 3 +++ .../src/VuFind/Http/PhpEnvironment/RemoteAddressFactory.php | 3 +++ .../VuFind/src/VuFind/I18n/Translator/TranslatorFactory.php | 3 +++ module/VuFind/src/VuFind/ILS/ConnectionFactory.php | 3 +++ module/VuFind/src/VuFind/ILS/Driver/AlephFactory.php | 3 +++ module/VuFind/src/VuFind/ILS/Driver/DemoFactory.php | 3 +++ .../src/VuFind/ILS/Driver/DriverWithDateConverterFactory.php | 3 +++ module/VuFind/src/VuFind/ILS/Driver/FolioFactory.php | 3 +++ module/VuFind/src/VuFind/ILS/Driver/KohaRestFactory.php | 3 +++ module/VuFind/src/VuFind/ILS/Driver/MultiBackendFactory.php | 3 +++ module/VuFind/src/VuFind/ILS/Driver/NoILSFactory.php | 3 +++ module/VuFind/src/VuFind/ILS/Driver/PAIAFactory.php | 3 +++ module/VuFind/src/VuFind/ILS/Driver/SierraRestFactory.php | 3 +++ module/VuFind/src/VuFind/ILS/Driver/SymphonyFactory.php | 3 +++ module/VuFind/src/VuFind/ILS/Driver/VoyagerRestfulFactory.php | 3 +++ module/VuFind/src/VuFind/ILS/HoldSettingsFactory.php | 3 +++ module/VuFind/src/VuFind/ILS/Logic/LogicFactory.php | 3 +++ module/VuFind/src/VuFind/Log/LoggerFactory.php | 3 +++ module/VuFind/src/VuFind/Mailer/Factory.php | 3 +++ module/VuFind/src/VuFind/Net/UserIpReaderFactory.php | 3 +++ module/VuFind/src/VuFind/OAI/ServerFactory.php | 3 +++ module/VuFind/src/VuFind/QRCode/LoaderFactory.php | 3 +++ module/VuFind/src/VuFind/Recommend/AuthorInfoFactory.php | 4 ++++ .../src/VuFind/Recommend/CollectionSideFacetsFactory.php | 3 +++ module/VuFind/src/VuFind/Recommend/DPLATermsFactory.php | 3 +++ .../VuFind/src/VuFind/Recommend/EuropeanaResultsFactory.php | 3 +++ module/VuFind/src/VuFind/Recommend/ExpandFacetsFactory.php | 3 +++ module/VuFind/src/VuFind/Recommend/FavoriteFacetsFactory.php | 3 +++ .../src/VuFind/Recommend/InjectConfigManagerFactory.php | 4 ++++ .../src/VuFind/Recommend/InjectResultsManagerFactory.php | 4 ++++ .../VuFind/src/VuFind/Recommend/InjectSearchRunnerFactory.php | 4 ++++ module/VuFind/src/VuFind/Recommend/MapSelectionFactory.php | 3 +++ module/VuFind/src/VuFind/Recommend/RandomRecommendFactory.php | 3 +++ module/VuFind/src/VuFind/Recommend/SideFacetsFactory.php | 3 +++ module/VuFind/src/VuFind/Recommend/SwitchQueryFactory.php | 3 +++ .../VuFind/src/VuFind/Recommend/WorldCatIdentitiesFactory.php | 3 +++ module/VuFind/src/VuFind/Record/CacheFactory.php | 3 +++ .../VuFind/src/VuFind/Record/FallbackLoader/SummonFactory.php | 3 +++ module/VuFind/src/VuFind/Record/LoaderFactory.php | 3 +++ module/VuFind/src/VuFind/RecordDriver/AbstractBaseFactory.php | 3 +++ .../VuFind/src/VuFind/RecordDriver/NameBasedConfigFactory.php | 3 +++ module/VuFind/src/VuFind/RecordDriver/SolrDefaultFactory.php | 3 +++ .../RecordDriver/SolrDefaultWithoutSearchServiceFactory.php | 3 +++ .../VuFind/src/VuFind/RecordDriver/SolrOverdriveFactory.php | 3 +++ module/VuFind/src/VuFind/RecordDriver/SolrWebFactory.php | 3 +++ module/VuFind/src/VuFind/RecordDriver/SummonFactory.php | 3 +++ module/VuFind/src/VuFind/RecordTab/AbstractContentFactory.php | 4 ++++ .../src/VuFind/RecordTab/CollectionHierarchyTreeFactory.php | 3 +++ module/VuFind/src/VuFind/RecordTab/CollectionListFactory.php | 3 +++ module/VuFind/src/VuFind/RecordTab/ComponentPartsFactory.php | 3 +++ module/VuFind/src/VuFind/RecordTab/HierarchyTreeFactory.php | 3 +++ module/VuFind/src/VuFind/RecordTab/HoldingsILSFactory.php | 3 +++ .../VuFind/src/VuFind/RecordTab/HoldingsWorldCatFactory.php | 3 +++ module/VuFind/src/VuFind/RecordTab/MapFactory.php | 3 +++ module/VuFind/src/VuFind/RecordTab/PreviewFactory.php | 3 +++ .../src/VuFind/RecordTab/SimilarItemsCarouselFactory.php | 3 +++ module/VuFind/src/VuFind/RecordTab/TabManagerFactory.php | 3 +++ module/VuFind/src/VuFind/RecordTab/UserCommentsFactory.php | 3 +++ module/VuFind/src/VuFind/Related/SimilarFactory.php | 3 +++ .../VuFind/src/VuFind/Resolver/Driver/AbstractBaseFactory.php | 3 +++ .../VuFind/Resolver/Driver/DriverWithHttpClientFactory.php | 3 +++ module/VuFind/src/VuFind/Resolver/Driver/EzbFactory.php | 3 +++ .../VuFind/src/VuFind/Role/PermissionDeniedManagerFactory.php | 3 +++ module/VuFind/src/VuFind/Role/PermissionManagerFactory.php | 3 +++ .../PermissionProvider/InjectAuthorizationServiceFactory.php | 4 ++++ .../VuFind/Role/PermissionProvider/InjectRequestFactory.php | 3 +++ .../src/VuFind/Role/PermissionProvider/IpRangeFactory.php | 3 +++ .../src/VuFind/Role/PermissionProvider/IpRegExFactory.php | 3 +++ .../src/VuFind/Role/PermissionProvider/ShibbolethFactory.php | 3 +++ module/VuFind/src/VuFind/Search/BackendManagerFactory.php | 3 +++ module/VuFind/src/VuFind/Search/Base/FacetCacheFactory.php | 3 +++ module/VuFind/src/VuFind/Search/EDS/OptionsFactory.php | 3 +++ module/VuFind/src/VuFind/Search/Favorites/ResultsFactory.php | 3 +++ module/VuFind/src/VuFind/Search/HistoryFactory.php | 3 +++ module/VuFind/src/VuFind/Search/MemoryFactory.php | 3 +++ module/VuFind/src/VuFind/Search/Options/OptionsFactory.php | 3 +++ module/VuFind/src/VuFind/Search/Params/ParamsFactory.php | 3 +++ module/VuFind/src/VuFind/Search/Results/ResultsFactory.php | 3 +++ module/VuFind/src/VuFind/Search/Search2/ResultsFactory.php | 3 +++ module/VuFind/src/VuFind/Search/SearchRunnerFactory.php | 3 +++ module/VuFind/src/VuFind/Search/SearchTabsHelperFactory.php | 3 +++ module/VuFind/src/VuFind/Search/Solr/ParamsFactory.php | 3 +++ module/VuFind/src/VuFind/Search/Solr/ResultsFactory.php | 3 +++ module/VuFind/src/VuFind/Search/Tags/ResultsFactory.php | 3 +++ module/VuFind/src/VuFind/Service/DateConverterFactory.php | 3 +++ module/VuFind/src/VuFind/Service/HttpServiceFactory.php | 3 +++ module/VuFind/src/VuFind/Service/ProxyConfigFactory.php | 3 +++ module/VuFind/src/VuFind/Service/ReCaptchaFactory.php | 3 +++ module/VuFind/src/VuFind/Service/SearchServiceFactory.php | 3 +++ .../VuFind/src/VuFind/Service/ServiceWithConfigIniFactory.php | 3 +++ .../VuFind/ServiceManager/AbstractPluginManagerFactory.php | 3 +++ module/VuFind/src/VuFind/Session/AbstractBaseFactory.php | 3 +++ module/VuFind/src/VuFind/Session/ManagerFactory.php | 3 +++ module/VuFind/src/VuFind/Session/RedisFactory.php | 3 +++ module/VuFind/src/VuFind/Sitemap/GeneratorFactory.php | 3 +++ module/VuFind/src/VuFind/Solr/WriterFactory.php | 3 +++ module/VuFind/src/VuFind/TagsFactory.php | 3 +++ module/VuFind/src/VuFind/Validator/CsrfFactory.php | 3 +++ .../src/VuFind/View/Helper/Bootstrap3/LayoutClassFactory.php | 3 +++ .../VuFind/View/Helper/Root/AccountCapabilitiesFactory.php | 3 +++ module/VuFind/src/VuFind/View/Helper/Root/AddThisFactory.php | 3 +++ .../VuFind/src/VuFind/View/Helper/Root/AlphaBrowseFactory.php | 3 +++ module/VuFind/src/VuFind/View/Helper/Root/AuthFactory.php | 3 +++ .../VuFind/src/VuFind/View/Helper/Root/AuthorNotesFactory.php | 3 +++ module/VuFind/src/VuFind/View/Helper/Root/CaptchaFactory.php | 3 +++ module/VuFind/src/VuFind/View/Helper/Root/CartFactory.php | 3 +++ module/VuFind/src/VuFind/View/Helper/Root/CitationFactory.php | 3 +++ module/VuFind/src/VuFind/View/Helper/Root/ConfigFactory.php | 3 +++ .../src/VuFind/View/Helper/Root/ContentLoaderFactory.php | 3 +++ module/VuFind/src/VuFind/View/Helper/Root/DateTimeFactory.php | 3 +++ .../VuFind/View/Helper/Root/DisplayLanguageOptionFactory.php | 3 +++ module/VuFind/src/VuFind/View/Helper/Root/DoiFactory.php | 3 +++ module/VuFind/src/VuFind/View/Helper/Root/ExportFactory.php | 3 +++ module/VuFind/src/VuFind/View/Helper/Root/FeedbackFactory.php | 3 +++ .../src/VuFind/View/Helper/Root/FlashmessagesFactory.php | 3 +++ .../VuFind/src/VuFind/View/Helper/Root/GeoCoordsFactory.php | 3 +++ .../src/VuFind/View/Helper/Root/GoogleAnalyticsFactory.php | 3 +++ module/VuFind/src/VuFind/View/Helper/Root/HelpTextFactory.php | 3 +++ .../src/VuFind/View/Helper/Root/HistoryLabelFactory.php | 3 +++ module/VuFind/src/VuFind/View/Helper/Root/IlsFactory.php | 3 +++ .../src/VuFind/View/Helper/Root/JsTranslationsFactory.php | 3 +++ .../VuFind/src/VuFind/View/Helper/Root/KeepAliveFactory.php | 3 +++ module/VuFind/src/VuFind/View/Helper/Root/OpenUrlFactory.php | 3 +++ .../VuFind/src/VuFind/View/Helper/Root/OverdriveFactory.php | 3 +++ .../VuFind/src/VuFind/View/Helper/Root/PermissionFactory.php | 3 +++ module/VuFind/src/VuFind/View/Helper/Root/PiwikFactory.php | 3 +++ module/VuFind/src/VuFind/View/Helper/Root/ProxyUrlFactory.php | 3 +++ .../VuFind/View/Helper/Root/RecordDataFormatterFactory.php | 3 +++ module/VuFind/src/VuFind/View/Helper/Root/RecordFactory.php | 3 +++ .../VuFind/src/VuFind/View/Helper/Root/RecordLinkFactory.php | 3 +++ module/VuFind/src/VuFind/View/Helper/Root/RelaisFactory.php | 3 +++ module/VuFind/src/VuFind/View/Helper/Root/RelatedFactory.php | 3 +++ .../VuFind/src/VuFind/View/Helper/Root/ResultFeedFactory.php | 3 +++ .../src/VuFind/View/Helper/Root/SafeMoneyFormatFactory.php | 3 +++ .../VuFind/src/VuFind/View/Helper/Root/SearchBoxFactory.php | 3 +++ .../src/VuFind/View/Helper/Root/SearchMemoryFactory.php | 3 +++ .../src/VuFind/View/Helper/Root/SearchOptionsFactory.php | 3 +++ .../src/VuFind/View/Helper/Root/SearchParamsFactory.php | 3 +++ .../VuFind/src/VuFind/View/Helper/Root/SearchTabsFactory.php | 3 +++ .../VuFind/src/VuFind/View/Helper/Root/ServerUrlFactory.php | 3 +++ .../VuFind/src/VuFind/View/Helper/Root/ShortenUrlFactory.php | 3 +++ .../src/VuFind/View/Helper/Root/SyndeticsPlusFactory.php | 3 +++ .../VuFind/src/VuFind/View/Helper/Root/SystemEmailFactory.php | 3 +++ module/VuFind/src/VuFind/View/Helper/Root/UrlFactory.php | 3 +++ module/VuFind/src/VuFind/View/Helper/Root/UserListFactory.php | 3 +++ module/VuFind/src/VuFind/View/Helper/Root/UserTagsFactory.php | 3 +++ .../src/VuFindApi/Controller/ApiControllerFactory.php | 3 +++ .../src/VuFindApi/Controller/Search2ApiControllerFactory.php | 3 +++ .../src/VuFindApi/Controller/SearchApiControllerFactory.php | 3 +++ .../src/VuFindApi/Controller/WebApiControllerFactory.php | 3 +++ .../src/VuFindApi/Formatter/RecordFormatterFactory.php | 3 +++ .../src/VuFindConsole/Command/Compile/ThemeCommandFactory.php | 3 +++ .../VuFindConsole/Command/Generate/AbstractCommandFactory.php | 3 +++ .../Command/Generate/AbstractContainerAwareCommandFactory.php | 3 +++ .../Command/Generate/AbstractRouteCommandFactory.php | 4 ++++ .../Command/Generate/NonTabRecordActionCommandFactory.php | 3 +++ .../VuFindConsole/Command/Generate/ThemeCommandFactory.php | 3 +++ .../Command/Generate/ThemeMixinCommandFactory.php | 3 +++ .../Command/Harvest/HarvestOaiCommandFactory.php | 3 +++ .../VuFindConsole/Command/Import/ImportXslCommandFactory.php | 3 +++ .../VuFindConsole/Command/Import/WebCrawlCommandFactory.php | 3 +++ .../VuFindConsole/Command/Language/AbstractCommandFactory.php | 3 +++ .../Command/ScheduledSearch/NotifyCommandFactory.php | 3 +++ .../Command/Util/AbstractSolrAndIlsCommandFactory.php | 3 +++ .../VuFindConsole/Command/Util/AbstractSolrCommandFactory.php | 3 +++ .../Command/Util/CleanUpRecordCacheCommandFactory.php | 3 +++ .../Command/Util/CreateHierarchyTreesCommandFactory.php | 3 +++ .../VuFindConsole/Command/Util/CssBuilderCommandFactory.php | 3 +++ .../Command/Util/ExpireAuthHashesCommandFactory.php | 3 +++ .../Command/Util/ExpireExternalSessionsCommandFactory.php | 3 +++ .../Command/Util/ExpireSearchesCommandFactory.php | 3 +++ .../Command/Util/ExpireSessionsCommandFactory.php | 3 +++ .../VuFindConsole/Command/Util/ScssBuilderCommandFactory.php | 3 +++ .../src/VuFindConsole/Command/Util/SitemapCommandFactory.php | 3 +++ .../VuFindConsole/Command/Util/SwitchDbHashCommandFactory.php | 3 +++ .../VuFindConsole/src/VuFindConsole/ConsoleRunnerFactory.php | 3 +++ .../src/VuFindConsole/Generator/GeneratorToolsFactory.php | 3 +++ module/VuFindTheme/src/VuFindTheme/ThemeInfoFactory.php | 3 +++ .../VuFindTheme/src/VuFindTheme/ThemeInfoInjectorFactory.php | 3 +++ .../src/VuFindTheme/View/Helper/HeadThemeResourcesFactory.php | 3 +++ .../src/VuFindTheme/View/Helper/ImageLinkFactory.php | 3 +++ .../src/VuFindTheme/View/Helper/ParentTemplateFactory.php | 3 +++ .../src/VuFindTheme/View/Helper/PipelineInjectorFactory.php | 3 +++ .../src/VuFindTheme/View/Helper/TemplatePathFactory.php | 3 +++ 285 files changed, 864 insertions(+) diff --git a/module/VuFind/src/VuFind/AjaxHandler/AbstractIlsAndUserActionFactory.php b/module/VuFind/src/VuFind/AjaxHandler/AbstractIlsAndUserActionFactory.php index 4e4539d4cd8..9813bfa80a1 100644 --- a/module/VuFind/src/VuFind/AjaxHandler/AbstractIlsAndUserActionFactory.php +++ b/module/VuFind/src/VuFind/AjaxHandler/AbstractIlsAndUserActionFactory.php @@ -28,6 +28,9 @@ namespace VuFind\AjaxHandler; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; /** * Factory for AbstractIlsAndUserAction AJAX handlers. diff --git a/module/VuFind/src/VuFind/AjaxHandler/AbstractRelaisActionFactory.php b/module/VuFind/src/VuFind/AjaxHandler/AbstractRelaisActionFactory.php index 176377510a7..478789f84cb 100644 --- a/module/VuFind/src/VuFind/AjaxHandler/AbstractRelaisActionFactory.php +++ b/module/VuFind/src/VuFind/AjaxHandler/AbstractRelaisActionFactory.php @@ -28,6 +28,9 @@ namespace VuFind\AjaxHandler; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; /** * Factory for AbstractRelaisAction AJAX handlers. diff --git a/module/VuFind/src/VuFind/AjaxHandler/CommentRecordFactory.php b/module/VuFind/src/VuFind/AjaxHandler/CommentRecordFactory.php index d26fa36cf86..f1c24ebe089 100644 --- a/module/VuFind/src/VuFind/AjaxHandler/CommentRecordFactory.php +++ b/module/VuFind/src/VuFind/AjaxHandler/CommentRecordFactory.php @@ -28,6 +28,9 @@ namespace VuFind\AjaxHandler; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; /** * Factory for CommentRecord AJAX handler. diff --git a/module/VuFind/src/VuFind/AjaxHandler/DeleteRecordCommentFactory.php b/module/VuFind/src/VuFind/AjaxHandler/DeleteRecordCommentFactory.php index b0c57220e75..279d7880410 100644 --- a/module/VuFind/src/VuFind/AjaxHandler/DeleteRecordCommentFactory.php +++ b/module/VuFind/src/VuFind/AjaxHandler/DeleteRecordCommentFactory.php @@ -28,6 +28,9 @@ namespace VuFind\AjaxHandler; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; /** * Factory for DeleteRecordComment AJAX handler. diff --git a/module/VuFind/src/VuFind/AjaxHandler/DoiLookupFactory.php b/module/VuFind/src/VuFind/AjaxHandler/DoiLookupFactory.php index aecf4ea2090..b1b95dd6d65 100644 --- a/module/VuFind/src/VuFind/AjaxHandler/DoiLookupFactory.php +++ b/module/VuFind/src/VuFind/AjaxHandler/DoiLookupFactory.php @@ -28,6 +28,9 @@ namespace VuFind\AjaxHandler; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; /** * Factory for DoiLookup AJAX handler. diff --git a/module/VuFind/src/VuFind/AjaxHandler/GetACSuggestionsFactory.php b/module/VuFind/src/VuFind/AjaxHandler/GetACSuggestionsFactory.php index 307751d1705..620be81ae94 100644 --- a/module/VuFind/src/VuFind/AjaxHandler/GetACSuggestionsFactory.php +++ b/module/VuFind/src/VuFind/AjaxHandler/GetACSuggestionsFactory.php @@ -28,6 +28,9 @@ namespace VuFind\AjaxHandler; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; /** * Factory for GetACSuggestions AJAX handler. diff --git a/module/VuFind/src/VuFind/AjaxHandler/GetFacetDataFactory.php b/module/VuFind/src/VuFind/AjaxHandler/GetFacetDataFactory.php index 52f04d2d9d6..3d48f155c76 100644 --- a/module/VuFind/src/VuFind/AjaxHandler/GetFacetDataFactory.php +++ b/module/VuFind/src/VuFind/AjaxHandler/GetFacetDataFactory.php @@ -28,6 +28,9 @@ namespace VuFind\AjaxHandler; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; /** * Factory for GetFacetData AJAX handler. diff --git a/module/VuFind/src/VuFind/AjaxHandler/GetIlsStatusFactory.php b/module/VuFind/src/VuFind/AjaxHandler/GetIlsStatusFactory.php index 2c71439062a..1468054476b 100644 --- a/module/VuFind/src/VuFind/AjaxHandler/GetIlsStatusFactory.php +++ b/module/VuFind/src/VuFind/AjaxHandler/GetIlsStatusFactory.php @@ -28,6 +28,9 @@ namespace VuFind\AjaxHandler; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; /** * Factory for GetIlsStatus AJAX handler. diff --git a/module/VuFind/src/VuFind/AjaxHandler/GetItemStatusesFactory.php b/module/VuFind/src/VuFind/AjaxHandler/GetItemStatusesFactory.php index fa19b88b571..a458653cf86 100644 --- a/module/VuFind/src/VuFind/AjaxHandler/GetItemStatusesFactory.php +++ b/module/VuFind/src/VuFind/AjaxHandler/GetItemStatusesFactory.php @@ -28,6 +28,9 @@ namespace VuFind\AjaxHandler; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; /** * Factory for GetItemStatus AJAX handler. diff --git a/module/VuFind/src/VuFind/AjaxHandler/GetRecordCommentsAsHTMLFactory.php b/module/VuFind/src/VuFind/AjaxHandler/GetRecordCommentsAsHTMLFactory.php index e49227b1866..f22abb7c5e6 100644 --- a/module/VuFind/src/VuFind/AjaxHandler/GetRecordCommentsAsHTMLFactory.php +++ b/module/VuFind/src/VuFind/AjaxHandler/GetRecordCommentsAsHTMLFactory.php @@ -28,6 +28,9 @@ namespace VuFind\AjaxHandler; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; /** * Factory for GetRecordCommentsAsHTML AJAX handler. diff --git a/module/VuFind/src/VuFind/AjaxHandler/GetRecordDetailsFactory.php b/module/VuFind/src/VuFind/AjaxHandler/GetRecordDetailsFactory.php index ef623b14165..70e259fb98a 100644 --- a/module/VuFind/src/VuFind/AjaxHandler/GetRecordDetailsFactory.php +++ b/module/VuFind/src/VuFind/AjaxHandler/GetRecordDetailsFactory.php @@ -28,6 +28,9 @@ namespace VuFind\AjaxHandler; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; /** * Factory for GetRecordDetails AJAX handler. diff --git a/module/VuFind/src/VuFind/AjaxHandler/GetRecordTagsFactory.php b/module/VuFind/src/VuFind/AjaxHandler/GetRecordTagsFactory.php index 0347dbdc06e..1211b66becf 100644 --- a/module/VuFind/src/VuFind/AjaxHandler/GetRecordTagsFactory.php +++ b/module/VuFind/src/VuFind/AjaxHandler/GetRecordTagsFactory.php @@ -28,6 +28,9 @@ namespace VuFind\AjaxHandler; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; /** * Factory for GetRecordTags AJAX handler. diff --git a/module/VuFind/src/VuFind/AjaxHandler/GetResolverLinksFactory.php b/module/VuFind/src/VuFind/AjaxHandler/GetResolverLinksFactory.php index 4cc1312970c..b2a657e076e 100644 --- a/module/VuFind/src/VuFind/AjaxHandler/GetResolverLinksFactory.php +++ b/module/VuFind/src/VuFind/AjaxHandler/GetResolverLinksFactory.php @@ -28,6 +28,9 @@ namespace VuFind\AjaxHandler; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; /** * Factory for GetResolverLinks AJAX handler. diff --git a/module/VuFind/src/VuFind/AjaxHandler/GetSaveStatusesFactory.php b/module/VuFind/src/VuFind/AjaxHandler/GetSaveStatusesFactory.php index 13bd2053523..e06e96433b4 100644 --- a/module/VuFind/src/VuFind/AjaxHandler/GetSaveStatusesFactory.php +++ b/module/VuFind/src/VuFind/AjaxHandler/GetSaveStatusesFactory.php @@ -28,6 +28,9 @@ namespace VuFind\AjaxHandler; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; /** * Factory for GetSaveStatuses AJAX handler. diff --git a/module/VuFind/src/VuFind/AjaxHandler/GetSideFacetsFactory.php b/module/VuFind/src/VuFind/AjaxHandler/GetSideFacetsFactory.php index bdaccbacf5f..068128a3e15 100644 --- a/module/VuFind/src/VuFind/AjaxHandler/GetSideFacetsFactory.php +++ b/module/VuFind/src/VuFind/AjaxHandler/GetSideFacetsFactory.php @@ -28,6 +28,9 @@ namespace VuFind\AjaxHandler; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; /** * Factory for GetSideFacets AJAX handler. diff --git a/module/VuFind/src/VuFind/AjaxHandler/GetUserFinesFactory.php b/module/VuFind/src/VuFind/AjaxHandler/GetUserFinesFactory.php index 18b917f6caa..3d60489e4c8 100644 --- a/module/VuFind/src/VuFind/AjaxHandler/GetUserFinesFactory.php +++ b/module/VuFind/src/VuFind/AjaxHandler/GetUserFinesFactory.php @@ -28,6 +28,9 @@ namespace VuFind\AjaxHandler; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; /** * Factory for GetUserFines AJAX handler. diff --git a/module/VuFind/src/VuFind/AjaxHandler/GetVisDataFactory.php b/module/VuFind/src/VuFind/AjaxHandler/GetVisDataFactory.php index 0e7ab803366..74b6fb79a47 100644 --- a/module/VuFind/src/VuFind/AjaxHandler/GetVisDataFactory.php +++ b/module/VuFind/src/VuFind/AjaxHandler/GetVisDataFactory.php @@ -28,6 +28,9 @@ namespace VuFind\AjaxHandler; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; /** * Factory for GetVisData AJAX handler. diff --git a/module/VuFind/src/VuFind/AjaxHandler/KeepAliveFactory.php b/module/VuFind/src/VuFind/AjaxHandler/KeepAliveFactory.php index 81a7d9dcaf3..9b7a98d410d 100644 --- a/module/VuFind/src/VuFind/AjaxHandler/KeepAliveFactory.php +++ b/module/VuFind/src/VuFind/AjaxHandler/KeepAliveFactory.php @@ -28,6 +28,9 @@ namespace VuFind\AjaxHandler; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; /** * Factory for KeepAlive AJAX handler. diff --git a/module/VuFind/src/VuFind/AjaxHandler/RecommendFactory.php b/module/VuFind/src/VuFind/AjaxHandler/RecommendFactory.php index cc4f7eebdd2..2217c4917f2 100644 --- a/module/VuFind/src/VuFind/AjaxHandler/RecommendFactory.php +++ b/module/VuFind/src/VuFind/AjaxHandler/RecommendFactory.php @@ -28,6 +28,10 @@ namespace VuFind\AjaxHandler; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; + use VuFind\Search\Results\PluginManager as ResultsManager; /** diff --git a/module/VuFind/src/VuFind/AjaxHandler/SystemStatusFactory.php b/module/VuFind/src/VuFind/AjaxHandler/SystemStatusFactory.php index 4d0a11dee7e..f07266a8fad 100644 --- a/module/VuFind/src/VuFind/AjaxHandler/SystemStatusFactory.php +++ b/module/VuFind/src/VuFind/AjaxHandler/SystemStatusFactory.php @@ -28,6 +28,9 @@ namespace VuFind\AjaxHandler; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; /** * Factory for SystemStatus AJAX handler. diff --git a/module/VuFind/src/VuFind/AjaxHandler/TagRecordFactory.php b/module/VuFind/src/VuFind/AjaxHandler/TagRecordFactory.php index 2d7e97c1edd..d96cccda80a 100644 --- a/module/VuFind/src/VuFind/AjaxHandler/TagRecordFactory.php +++ b/module/VuFind/src/VuFind/AjaxHandler/TagRecordFactory.php @@ -28,6 +28,9 @@ namespace VuFind\AjaxHandler; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; /** * Factory for TagRecord AJAX handler. diff --git a/module/VuFind/src/VuFind/Auth/ChoiceAuthFactory.php b/module/VuFind/src/VuFind/Auth/ChoiceAuthFactory.php index d9bcd004ccd..b9d3268b46e 100644 --- a/module/VuFind/src/VuFind/Auth/ChoiceAuthFactory.php +++ b/module/VuFind/src/VuFind/Auth/ChoiceAuthFactory.php @@ -28,6 +28,9 @@ namespace VuFind\Auth; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; /** * Factory for ChoiceAuth authentication module. diff --git a/module/VuFind/src/VuFind/Auth/EmailAuthenticatorFactory.php b/module/VuFind/src/VuFind/Auth/EmailAuthenticatorFactory.php index 9ca16a6def3..65ef1a8dffb 100644 --- a/module/VuFind/src/VuFind/Auth/EmailAuthenticatorFactory.php +++ b/module/VuFind/src/VuFind/Auth/EmailAuthenticatorFactory.php @@ -28,6 +28,9 @@ namespace VuFind\Auth; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; /** * Factory for email authenticator module. diff --git a/module/VuFind/src/VuFind/Auth/EmailFactory.php b/module/VuFind/src/VuFind/Auth/EmailFactory.php index 96551a32057..9e6d3e7489e 100644 --- a/module/VuFind/src/VuFind/Auth/EmailFactory.php +++ b/module/VuFind/src/VuFind/Auth/EmailFactory.php @@ -28,6 +28,9 @@ namespace VuFind\Auth; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; /** * Factory for Email authentication module. diff --git a/module/VuFind/src/VuFind/Auth/FacebookFactory.php b/module/VuFind/src/VuFind/Auth/FacebookFactory.php index 6aaec75e733..5d69209c8c5 100644 --- a/module/VuFind/src/VuFind/Auth/FacebookFactory.php +++ b/module/VuFind/src/VuFind/Auth/FacebookFactory.php @@ -28,6 +28,9 @@ namespace VuFind\Auth; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; /** * Factory for Facebook authentication module. diff --git a/module/VuFind/src/VuFind/Auth/ILSAuthenticatorFactory.php b/module/VuFind/src/VuFind/Auth/ILSAuthenticatorFactory.php index 725f363ef4a..6aed89d2bcb 100644 --- a/module/VuFind/src/VuFind/Auth/ILSAuthenticatorFactory.php +++ b/module/VuFind/src/VuFind/Auth/ILSAuthenticatorFactory.php @@ -28,6 +28,9 @@ namespace VuFind\Auth; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/Auth/ILSFactory.php b/module/VuFind/src/VuFind/Auth/ILSFactory.php index 72d1643c7cd..df5666722d8 100644 --- a/module/VuFind/src/VuFind/Auth/ILSFactory.php +++ b/module/VuFind/src/VuFind/Auth/ILSFactory.php @@ -28,6 +28,9 @@ namespace VuFind\Auth; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; /** * Factory for ILS authentication module (and others with equivalent constructors). diff --git a/module/VuFind/src/VuFind/Auth/ManagerFactory.php b/module/VuFind/src/VuFind/Auth/ManagerFactory.php index 50f824e954d..d7329c6c0da 100644 --- a/module/VuFind/src/VuFind/Auth/ManagerFactory.php +++ b/module/VuFind/src/VuFind/Auth/ManagerFactory.php @@ -28,6 +28,9 @@ namespace VuFind\Auth; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/Auth/MultiAuthFactory.php b/module/VuFind/src/VuFind/Auth/MultiAuthFactory.php index d3367b3738a..5e16ab545ba 100644 --- a/module/VuFind/src/VuFind/Auth/MultiAuthFactory.php +++ b/module/VuFind/src/VuFind/Auth/MultiAuthFactory.php @@ -28,6 +28,9 @@ namespace VuFind\Auth; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; /** * Factory for MultiAuth authentication module. diff --git a/module/VuFind/src/VuFind/Auth/ShibbolethFactory.php b/module/VuFind/src/VuFind/Auth/ShibbolethFactory.php index d6aec465c68..8d26bc042b0 100644 --- a/module/VuFind/src/VuFind/Auth/ShibbolethFactory.php +++ b/module/VuFind/src/VuFind/Auth/ShibbolethFactory.php @@ -28,6 +28,9 @@ namespace VuFind\Auth; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; /** * Factory for Shibboleth authentication module. diff --git a/module/VuFind/src/VuFind/Autocomplete/EdsFactory.php b/module/VuFind/src/VuFind/Autocomplete/EdsFactory.php index 3011ecc4b1f..dd802a18e50 100644 --- a/module/VuFind/src/VuFind/Autocomplete/EdsFactory.php +++ b/module/VuFind/src/VuFind/Autocomplete/EdsFactory.php @@ -29,6 +29,9 @@ namespace VuFind\Autocomplete; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; /** * Factory for EDS-driven autocomplete plugins. Works for \VuFind\Autocomplete\Eds diff --git a/module/VuFind/src/VuFind/Autocomplete/SolrFactory.php b/module/VuFind/src/VuFind/Autocomplete/SolrFactory.php index 5c83ec661a7..bee2eed7f33 100644 --- a/module/VuFind/src/VuFind/Autocomplete/SolrFactory.php +++ b/module/VuFind/src/VuFind/Autocomplete/SolrFactory.php @@ -29,6 +29,9 @@ namespace VuFind\Autocomplete; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; /** * Factory for Solr-driven autocomplete plugins. Works for \VuFind\Autocomplete\Solr diff --git a/module/VuFind/src/VuFind/Autocomplete/SuggesterFactory.php b/module/VuFind/src/VuFind/Autocomplete/SuggesterFactory.php index c9a1e37659e..6c241d53ac2 100644 --- a/module/VuFind/src/VuFind/Autocomplete/SuggesterFactory.php +++ b/module/VuFind/src/VuFind/Autocomplete/SuggesterFactory.php @@ -28,6 +28,9 @@ namespace VuFind\Autocomplete; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; /** * Factory for autocomplete suggester. diff --git a/module/VuFind/src/VuFind/Cache/ManagerFactory.php b/module/VuFind/src/VuFind/Cache/ManagerFactory.php index 3869171353b..faf41ff8a65 100644 --- a/module/VuFind/src/VuFind/Cache/ManagerFactory.php +++ b/module/VuFind/src/VuFind/Cache/ManagerFactory.php @@ -28,6 +28,9 @@ namespace VuFind\Cache; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/Captcha/FigletFactory.php b/module/VuFind/src/VuFind/Captcha/FigletFactory.php index 1613cbb35da..99613edcfb0 100644 --- a/module/VuFind/src/VuFind/Captcha/FigletFactory.php +++ b/module/VuFind/src/VuFind/Captcha/FigletFactory.php @@ -28,6 +28,9 @@ namespace VuFind\Captcha; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/Captcha/ImageFactory.php b/module/VuFind/src/VuFind/Captcha/ImageFactory.php index be42054fbf6..6c60a3cb86b 100644 --- a/module/VuFind/src/VuFind/Captcha/ImageFactory.php +++ b/module/VuFind/src/VuFind/Captcha/ImageFactory.php @@ -28,6 +28,9 @@ namespace VuFind\Captcha; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/Captcha/ReCaptchaFactory.php b/module/VuFind/src/VuFind/Captcha/ReCaptchaFactory.php index 140ab8c13a6..6d5f454116e 100644 --- a/module/VuFind/src/VuFind/Captcha/ReCaptchaFactory.php +++ b/module/VuFind/src/VuFind/Captcha/ReCaptchaFactory.php @@ -28,6 +28,9 @@ namespace VuFind\Captcha; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/CartFactory.php b/module/VuFind/src/VuFind/CartFactory.php index 048418433c4..1ab227b7cdd 100644 --- a/module/VuFind/src/VuFind/CartFactory.php +++ b/module/VuFind/src/VuFind/CartFactory.php @@ -28,6 +28,9 @@ namespace VuFind; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/ChannelProvider/AbstractILSChannelProviderFactory.php b/module/VuFind/src/VuFind/ChannelProvider/AbstractILSChannelProviderFactory.php index 8925c9fabf5..5b7d9903fae 100644 --- a/module/VuFind/src/VuFind/ChannelProvider/AbstractILSChannelProviderFactory.php +++ b/module/VuFind/src/VuFind/ChannelProvider/AbstractILSChannelProviderFactory.php @@ -28,6 +28,9 @@ namespace VuFind\ChannelProvider; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/ChannelProvider/AlphaBrowseFactory.php b/module/VuFind/src/VuFind/ChannelProvider/AlphaBrowseFactory.php index a0dc6251c78..d34b4c4470b 100644 --- a/module/VuFind/src/VuFind/ChannelProvider/AlphaBrowseFactory.php +++ b/module/VuFind/src/VuFind/ChannelProvider/AlphaBrowseFactory.php @@ -28,6 +28,9 @@ namespace VuFind\ChannelProvider; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/ChannelProvider/ChannelLoaderFactory.php b/module/VuFind/src/VuFind/ChannelProvider/ChannelLoaderFactory.php index 08b6c68386d..027b7fc33e2 100644 --- a/module/VuFind/src/VuFind/ChannelProvider/ChannelLoaderFactory.php +++ b/module/VuFind/src/VuFind/ChannelProvider/ChannelLoaderFactory.php @@ -28,6 +28,9 @@ namespace VuFind\ChannelProvider; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/ChannelProvider/FacetsFactory.php b/module/VuFind/src/VuFind/ChannelProvider/FacetsFactory.php index d582ad2685d..b6616f4db8e 100644 --- a/module/VuFind/src/VuFind/ChannelProvider/FacetsFactory.php +++ b/module/VuFind/src/VuFind/ChannelProvider/FacetsFactory.php @@ -28,6 +28,9 @@ namespace VuFind\ChannelProvider; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/ChannelProvider/ListItemsFactory.php b/module/VuFind/src/VuFind/ChannelProvider/ListItemsFactory.php index c6924d1efff..bc18df4fb24 100644 --- a/module/VuFind/src/VuFind/ChannelProvider/ListItemsFactory.php +++ b/module/VuFind/src/VuFind/ChannelProvider/ListItemsFactory.php @@ -28,6 +28,9 @@ namespace VuFind\ChannelProvider; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/ChannelProvider/RandomFactory.php b/module/VuFind/src/VuFind/ChannelProvider/RandomFactory.php index 1cd81bbf75a..8a5993f185a 100644 --- a/module/VuFind/src/VuFind/ChannelProvider/RandomFactory.php +++ b/module/VuFind/src/VuFind/ChannelProvider/RandomFactory.php @@ -28,6 +28,9 @@ namespace VuFind\ChannelProvider; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/ChannelProvider/SimilarItemsFactory.php b/module/VuFind/src/VuFind/ChannelProvider/SimilarItemsFactory.php index 823cbb9b49f..c89a06c9a3e 100644 --- a/module/VuFind/src/VuFind/ChannelProvider/SimilarItemsFactory.php +++ b/module/VuFind/src/VuFind/ChannelProvider/SimilarItemsFactory.php @@ -28,6 +28,9 @@ namespace VuFind\ChannelProvider; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/Config/AccountCapabilitiesFactory.php b/module/VuFind/src/VuFind/Config/AccountCapabilitiesFactory.php index 1cfe8e89d54..49690705d03 100644 --- a/module/VuFind/src/VuFind/Config/AccountCapabilitiesFactory.php +++ b/module/VuFind/src/VuFind/Config/AccountCapabilitiesFactory.php @@ -28,6 +28,9 @@ namespace VuFind\Config; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/Config/PluginManagerFactory.php b/module/VuFind/src/VuFind/Config/PluginManagerFactory.php index d16213c3dbe..e27d4022794 100644 --- a/module/VuFind/src/VuFind/Config/PluginManagerFactory.php +++ b/module/VuFind/src/VuFind/Config/PluginManagerFactory.php @@ -28,6 +28,9 @@ namespace VuFind\Config; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/Config/YamlReaderFactory.php b/module/VuFind/src/VuFind/Config/YamlReaderFactory.php index e81032fa7e0..d2a1311d18a 100644 --- a/module/VuFind/src/VuFind/Config/YamlReaderFactory.php +++ b/module/VuFind/src/VuFind/Config/YamlReaderFactory.php @@ -28,6 +28,9 @@ namespace VuFind\Config; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/Connection/RelaisFactory.php b/module/VuFind/src/VuFind/Connection/RelaisFactory.php index d0baa4da6ca..f9bfce84e4c 100644 --- a/module/VuFind/src/VuFind/Connection/RelaisFactory.php +++ b/module/VuFind/src/VuFind/Connection/RelaisFactory.php @@ -28,6 +28,9 @@ namespace VuFind\Connection; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/Connection/WorldCatUtilsFactory.php b/module/VuFind/src/VuFind/Connection/WorldCatUtilsFactory.php index d2e16fef140..201376670c7 100644 --- a/module/VuFind/src/VuFind/Connection/WorldCatUtilsFactory.php +++ b/module/VuFind/src/VuFind/Connection/WorldCatUtilsFactory.php @@ -28,6 +28,9 @@ namespace VuFind\Connection; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/Content/AbstractSyndeticsFactory.php b/module/VuFind/src/VuFind/Content/AbstractSyndeticsFactory.php index 95bb81a5040..108b52e117d 100644 --- a/module/VuFind/src/VuFind/Content/AbstractSyndeticsFactory.php +++ b/module/VuFind/src/VuFind/Content/AbstractSyndeticsFactory.php @@ -28,6 +28,9 @@ namespace VuFind\Content; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/Content/Covers/BooksiteFactory.php b/module/VuFind/src/VuFind/Content/Covers/BooksiteFactory.php index e3db3fbdc76..9dfad1bbd56 100644 --- a/module/VuFind/src/VuFind/Content/Covers/BooksiteFactory.php +++ b/module/VuFind/src/VuFind/Content/Covers/BooksiteFactory.php @@ -28,6 +28,9 @@ namespace VuFind\Content\Covers; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; /** * Booksite cover loader factory diff --git a/module/VuFind/src/VuFind/Content/Covers/BrowZineFactory.php b/module/VuFind/src/VuFind/Content/Covers/BrowZineFactory.php index 9c2646be14b..b9ad14b0dc1 100644 --- a/module/VuFind/src/VuFind/Content/Covers/BrowZineFactory.php +++ b/module/VuFind/src/VuFind/Content/Covers/BrowZineFactory.php @@ -28,6 +28,9 @@ namespace VuFind\Content\Covers; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; /** * BrowZine cover loader factory diff --git a/module/VuFind/src/VuFind/Content/Covers/BuchhandelFactory.php b/module/VuFind/src/VuFind/Content/Covers/BuchhandelFactory.php index 37293aa6b92..4c34b809ddf 100644 --- a/module/VuFind/src/VuFind/Content/Covers/BuchhandelFactory.php +++ b/module/VuFind/src/VuFind/Content/Covers/BuchhandelFactory.php @@ -28,6 +28,9 @@ namespace VuFind\Content\Covers; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; /** * Buchhandel cover loader factory diff --git a/module/VuFind/src/VuFind/Content/Covers/ContentCafeFactory.php b/module/VuFind/src/VuFind/Content/Covers/ContentCafeFactory.php index 7d4221fbe24..507bf50f242 100644 --- a/module/VuFind/src/VuFind/Content/Covers/ContentCafeFactory.php +++ b/module/VuFind/src/VuFind/Content/Covers/ContentCafeFactory.php @@ -28,6 +28,9 @@ namespace VuFind\Content\Covers; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; /** * ContentCafe cover loader factory diff --git a/module/VuFind/src/VuFind/Content/Covers/SyndeticsFactory.php b/module/VuFind/src/VuFind/Content/Covers/SyndeticsFactory.php index bf381b2375e..5ee7391a15f 100644 --- a/module/VuFind/src/VuFind/Content/Covers/SyndeticsFactory.php +++ b/module/VuFind/src/VuFind/Content/Covers/SyndeticsFactory.php @@ -28,6 +28,9 @@ namespace VuFind\Content\Covers; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; /** * Syndetics cover loader factory diff --git a/module/VuFind/src/VuFind/Content/Factory.php b/module/VuFind/src/VuFind/Content/Factory.php index 0095e39e9ad..5dc1948f1c9 100644 --- a/module/VuFind/src/VuFind/Content/Factory.php +++ b/module/VuFind/src/VuFind/Content/Factory.php @@ -28,6 +28,9 @@ namespace VuFind\Content; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; /** * Factory for instantiating content loaders diff --git a/module/VuFind/src/VuFind/Content/Reviews/BooksiteFactory.php b/module/VuFind/src/VuFind/Content/Reviews/BooksiteFactory.php index 77e5876ca33..0035125efa0 100644 --- a/module/VuFind/src/VuFind/Content/Reviews/BooksiteFactory.php +++ b/module/VuFind/src/VuFind/Content/Reviews/BooksiteFactory.php @@ -28,6 +28,9 @@ namespace VuFind\Content\Reviews; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; /** * Booksite review plugin factory. diff --git a/module/VuFind/src/VuFind/ContentBlock/BlockLoaderFactory.php b/module/VuFind/src/VuFind/ContentBlock/BlockLoaderFactory.php index da6077699d1..082d1336868 100644 --- a/module/VuFind/src/VuFind/ContentBlock/BlockLoaderFactory.php +++ b/module/VuFind/src/VuFind/ContentBlock/BlockLoaderFactory.php @@ -28,6 +28,9 @@ namespace VuFind\ContentBlock; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/ContentBlock/ChannelsFactory.php b/module/VuFind/src/VuFind/ContentBlock/ChannelsFactory.php index aa9c2d82285..a2649003617 100644 --- a/module/VuFind/src/VuFind/ContentBlock/ChannelsFactory.php +++ b/module/VuFind/src/VuFind/ContentBlock/ChannelsFactory.php @@ -28,6 +28,9 @@ namespace VuFind\ContentBlock; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/ContentBlock/FacetListFactory.php b/module/VuFind/src/VuFind/ContentBlock/FacetListFactory.php index f02d2f012be..dc0cc1b638e 100644 --- a/module/VuFind/src/VuFind/ContentBlock/FacetListFactory.php +++ b/module/VuFind/src/VuFind/ContentBlock/FacetListFactory.php @@ -28,6 +28,9 @@ namespace VuFind\ContentBlock; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/Controller/AbstractBaseFactory.php b/module/VuFind/src/VuFind/Controller/AbstractBaseFactory.php index fe30fac7f67..66613ccf3d9 100644 --- a/module/VuFind/src/VuFind/Controller/AbstractBaseFactory.php +++ b/module/VuFind/src/VuFind/Controller/AbstractBaseFactory.php @@ -28,6 +28,9 @@ namespace VuFind\Controller; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/Controller/AbstractBaseWithConfigFactory.php b/module/VuFind/src/VuFind/Controller/AbstractBaseWithConfigFactory.php index f9efa5a7e22..d31bbf86e5e 100644 --- a/module/VuFind/src/VuFind/Controller/AbstractBaseWithConfigFactory.php +++ b/module/VuFind/src/VuFind/Controller/AbstractBaseWithConfigFactory.php @@ -28,6 +28,9 @@ namespace VuFind\Controller; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; /** * Generic controller factory (with config injection). diff --git a/module/VuFind/src/VuFind/Controller/AjaxControllerFactory.php b/module/VuFind/src/VuFind/Controller/AjaxControllerFactory.php index a0119ad60a7..ebe8b66942d 100644 --- a/module/VuFind/src/VuFind/Controller/AjaxControllerFactory.php +++ b/module/VuFind/src/VuFind/Controller/AjaxControllerFactory.php @@ -28,6 +28,9 @@ namespace VuFind\Controller; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/Controller/CartControllerFactory.php b/module/VuFind/src/VuFind/Controller/CartControllerFactory.php index 51a0700efc4..1a95c4dd89e 100644 --- a/module/VuFind/src/VuFind/Controller/CartControllerFactory.php +++ b/module/VuFind/src/VuFind/Controller/CartControllerFactory.php @@ -28,6 +28,9 @@ namespace VuFind\Controller; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; /** * Cart controller factory. diff --git a/module/VuFind/src/VuFind/Controller/ChannelsControllerFactory.php b/module/VuFind/src/VuFind/Controller/ChannelsControllerFactory.php index 28e3c921706..0842a67e732 100644 --- a/module/VuFind/src/VuFind/Controller/ChannelsControllerFactory.php +++ b/module/VuFind/src/VuFind/Controller/ChannelsControllerFactory.php @@ -28,6 +28,9 @@ namespace VuFind\Controller; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; /** * Channels controller factory. diff --git a/module/VuFind/src/VuFind/Controller/CoverControllerFactory.php b/module/VuFind/src/VuFind/Controller/CoverControllerFactory.php index cbb1ecb3889..13d7b5c7fb9 100644 --- a/module/VuFind/src/VuFind/Controller/CoverControllerFactory.php +++ b/module/VuFind/src/VuFind/Controller/CoverControllerFactory.php @@ -28,6 +28,9 @@ namespace VuFind\Controller; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/Controller/IndexControllerFactory.php b/module/VuFind/src/VuFind/Controller/IndexControllerFactory.php index b0bea25ae14..3c5e30df80b 100644 --- a/module/VuFind/src/VuFind/Controller/IndexControllerFactory.php +++ b/module/VuFind/src/VuFind/Controller/IndexControllerFactory.php @@ -28,6 +28,9 @@ namespace VuFind\Controller; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/Controller/Plugin/AbstractRequestBaseFactory.php b/module/VuFind/src/VuFind/Controller/Plugin/AbstractRequestBaseFactory.php index a6bccfe71b8..eb3f1bf5360 100644 --- a/module/VuFind/src/VuFind/Controller/Plugin/AbstractRequestBaseFactory.php +++ b/module/VuFind/src/VuFind/Controller/Plugin/AbstractRequestBaseFactory.php @@ -28,6 +28,9 @@ namespace VuFind\Controller\Plugin; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/Controller/Plugin/CaptchaFactory.php b/module/VuFind/src/VuFind/Controller/Plugin/CaptchaFactory.php index 0fbe6777316..9aac64f8f5c 100644 --- a/module/VuFind/src/VuFind/Controller/Plugin/CaptchaFactory.php +++ b/module/VuFind/src/VuFind/Controller/Plugin/CaptchaFactory.php @@ -29,6 +29,9 @@ namespace VuFind\Controller\Plugin; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/Controller/Plugin/FavoritesFactory.php b/module/VuFind/src/VuFind/Controller/Plugin/FavoritesFactory.php index 094998d241c..4dd8bfe50bf 100644 --- a/module/VuFind/src/VuFind/Controller/Plugin/FavoritesFactory.php +++ b/module/VuFind/src/VuFind/Controller/Plugin/FavoritesFactory.php @@ -28,6 +28,9 @@ namespace VuFind\Controller\Plugin; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/Controller/Plugin/FlashMessengerFactory.php b/module/VuFind/src/VuFind/Controller/Plugin/FlashMessengerFactory.php index a4d7a0c5f9b..6065bed4b3f 100644 --- a/module/VuFind/src/VuFind/Controller/Plugin/FlashMessengerFactory.php +++ b/module/VuFind/src/VuFind/Controller/Plugin/FlashMessengerFactory.php @@ -28,6 +28,9 @@ namespace VuFind\Controller\Plugin; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/Controller/Plugin/FollowupFactory.php b/module/VuFind/src/VuFind/Controller/Plugin/FollowupFactory.php index 8bb5079bf9d..7418a1668a4 100644 --- a/module/VuFind/src/VuFind/Controller/Plugin/FollowupFactory.php +++ b/module/VuFind/src/VuFind/Controller/Plugin/FollowupFactory.php @@ -28,6 +28,9 @@ namespace VuFind\Controller\Plugin; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/Controller/Plugin/NewItemsFactory.php b/module/VuFind/src/VuFind/Controller/Plugin/NewItemsFactory.php index 91c50490750..274b2f19b4d 100644 --- a/module/VuFind/src/VuFind/Controller/Plugin/NewItemsFactory.php +++ b/module/VuFind/src/VuFind/Controller/Plugin/NewItemsFactory.php @@ -28,6 +28,9 @@ namespace VuFind\Controller\Plugin; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/Controller/Plugin/PermissionFactory.php b/module/VuFind/src/VuFind/Controller/Plugin/PermissionFactory.php index b873d493a7e..fc1db27db97 100644 --- a/module/VuFind/src/VuFind/Controller/Plugin/PermissionFactory.php +++ b/module/VuFind/src/VuFind/Controller/Plugin/PermissionFactory.php @@ -28,6 +28,9 @@ namespace VuFind\Controller\Plugin; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/Controller/Plugin/ReservesFactory.php b/module/VuFind/src/VuFind/Controller/Plugin/ReservesFactory.php index 5c9fee9bb64..92192a71cd1 100644 --- a/module/VuFind/src/VuFind/Controller/Plugin/ReservesFactory.php +++ b/module/VuFind/src/VuFind/Controller/Plugin/ReservesFactory.php @@ -28,6 +28,9 @@ namespace VuFind\Controller\Plugin; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/Controller/Plugin/ResultScrollerFactory.php b/module/VuFind/src/VuFind/Controller/Plugin/ResultScrollerFactory.php index 2efe4f9f9c1..79c446ecdc0 100644 --- a/module/VuFind/src/VuFind/Controller/Plugin/ResultScrollerFactory.php +++ b/module/VuFind/src/VuFind/Controller/Plugin/ResultScrollerFactory.php @@ -28,6 +28,9 @@ namespace VuFind\Controller\Plugin; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/Controller/QRCodeControllerFactory.php b/module/VuFind/src/VuFind/Controller/QRCodeControllerFactory.php index f65935f05e9..370d4ab0f8d 100644 --- a/module/VuFind/src/VuFind/Controller/QRCodeControllerFactory.php +++ b/module/VuFind/src/VuFind/Controller/QRCodeControllerFactory.php @@ -28,6 +28,9 @@ namespace VuFind\Controller; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/Controller/UpgradeControllerFactory.php b/module/VuFind/src/VuFind/Controller/UpgradeControllerFactory.php index ce1a3bb258e..3feaa4170f3 100644 --- a/module/VuFind/src/VuFind/Controller/UpgradeControllerFactory.php +++ b/module/VuFind/src/VuFind/Controller/UpgradeControllerFactory.php @@ -28,6 +28,9 @@ namespace VuFind\Controller; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; /** * Upgrade controller factory. diff --git a/module/VuFind/src/VuFind/Cookie/CookieManagerFactory.php b/module/VuFind/src/VuFind/Cookie/CookieManagerFactory.php index 4f2ab67b4d6..e5a86bdd594 100644 --- a/module/VuFind/src/VuFind/Cookie/CookieManagerFactory.php +++ b/module/VuFind/src/VuFind/Cookie/CookieManagerFactory.php @@ -30,6 +30,9 @@ namespace VuFind\Cookie; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/Cover/CachingProxyFactory.php b/module/VuFind/src/VuFind/Cover/CachingProxyFactory.php index 33f8fd75705..3b1a45d8dfd 100644 --- a/module/VuFind/src/VuFind/Cover/CachingProxyFactory.php +++ b/module/VuFind/src/VuFind/Cover/CachingProxyFactory.php @@ -28,6 +28,9 @@ namespace VuFind\Cover; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/Cover/GeneratorFactory.php b/module/VuFind/src/VuFind/Cover/GeneratorFactory.php index c89e0764cf5..ef8822acfa8 100644 --- a/module/VuFind/src/VuFind/Cover/GeneratorFactory.php +++ b/module/VuFind/src/VuFind/Cover/GeneratorFactory.php @@ -28,6 +28,9 @@ namespace VuFind\Cover; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/Cover/LoaderFactory.php b/module/VuFind/src/VuFind/Cover/LoaderFactory.php index 902d087a7ca..50c6241eb1b 100644 --- a/module/VuFind/src/VuFind/Cover/LoaderFactory.php +++ b/module/VuFind/src/VuFind/Cover/LoaderFactory.php @@ -28,6 +28,9 @@ namespace VuFind\Cover; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/Cover/RouterFactory.php b/module/VuFind/src/VuFind/Cover/RouterFactory.php index c805924ef10..7887ad228e1 100644 --- a/module/VuFind/src/VuFind/Cover/RouterFactory.php +++ b/module/VuFind/src/VuFind/Cover/RouterFactory.php @@ -28,6 +28,9 @@ namespace VuFind\Cover; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/Crypt/HMACFactory.php b/module/VuFind/src/VuFind/Crypt/HMACFactory.php index 2c5d61a03be..f336cd63864 100644 --- a/module/VuFind/src/VuFind/Crypt/HMACFactory.php +++ b/module/VuFind/src/VuFind/Crypt/HMACFactory.php @@ -28,6 +28,9 @@ namespace VuFind\Crypt; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/Db/AdapterFactory.php b/module/VuFind/src/VuFind/Db/AdapterFactory.php index a90f1981882..ae98972bd2e 100644 --- a/module/VuFind/src/VuFind/Db/AdapterFactory.php +++ b/module/VuFind/src/VuFind/Db/AdapterFactory.php @@ -29,9 +29,13 @@ namespace VuFind\Db; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; use Laminas\Config\Config; use Laminas\Db\Adapter\Adapter; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; + /** * Database utility class. May be used as a service or as a standard * Laminas factory. diff --git a/module/VuFind/src/VuFind/Db/Row/RowGatewayFactory.php b/module/VuFind/src/VuFind/Db/Row/RowGatewayFactory.php index ea7fb2fd075..f253e5318c4 100644 --- a/module/VuFind/src/VuFind/Db/Row/RowGatewayFactory.php +++ b/module/VuFind/src/VuFind/Db/Row/RowGatewayFactory.php @@ -28,6 +28,9 @@ namespace VuFind\Db\Row; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; /** * Generic row gateway factory. diff --git a/module/VuFind/src/VuFind/Db/Row/UserFactory.php b/module/VuFind/src/VuFind/Db/Row/UserFactory.php index 6c9523ec4aa..a60b7f08a37 100644 --- a/module/VuFind/src/VuFind/Db/Row/UserFactory.php +++ b/module/VuFind/src/VuFind/Db/Row/UserFactory.php @@ -28,6 +28,9 @@ namespace VuFind\Db\Row; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; /** * User row gateway factory. diff --git a/module/VuFind/src/VuFind/Db/Row/UserListFactory.php b/module/VuFind/src/VuFind/Db/Row/UserListFactory.php index 31eb9401860..c4c17e8ba8c 100644 --- a/module/VuFind/src/VuFind/Db/Row/UserListFactory.php +++ b/module/VuFind/src/VuFind/Db/Row/UserListFactory.php @@ -28,6 +28,9 @@ namespace VuFind\Db\Row; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; /** * UserList row gateway factory. diff --git a/module/VuFind/src/VuFind/Db/Table/CaseSensitiveTagsFactory.php b/module/VuFind/src/VuFind/Db/Table/CaseSensitiveTagsFactory.php index a83861a3202..cc825b81dd7 100644 --- a/module/VuFind/src/VuFind/Db/Table/CaseSensitiveTagsFactory.php +++ b/module/VuFind/src/VuFind/Db/Table/CaseSensitiveTagsFactory.php @@ -28,6 +28,9 @@ namespace VuFind\Db\Table; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; /** * Shared Tags / ResourceTags table gateway factory. diff --git a/module/VuFind/src/VuFind/Db/Table/GatewayFactory.php b/module/VuFind/src/VuFind/Db/Table/GatewayFactory.php index f49773130e1..ae52dc28b9e 100644 --- a/module/VuFind/src/VuFind/Db/Table/GatewayFactory.php +++ b/module/VuFind/src/VuFind/Db/Table/GatewayFactory.php @@ -28,6 +28,9 @@ namespace VuFind\Db\Table; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; /** * Generic table gateway factory. diff --git a/module/VuFind/src/VuFind/Db/Table/ResourceFactory.php b/module/VuFind/src/VuFind/Db/Table/ResourceFactory.php index fd0d0ce7f81..5a700f9b9a3 100644 --- a/module/VuFind/src/VuFind/Db/Table/ResourceFactory.php +++ b/module/VuFind/src/VuFind/Db/Table/ResourceFactory.php @@ -28,6 +28,9 @@ namespace VuFind\Db\Table; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; /** * Resource table gateway factory. diff --git a/module/VuFind/src/VuFind/Db/Table/UserFactory.php b/module/VuFind/src/VuFind/Db/Table/UserFactory.php index d6784b65ac1..f9d1570099a 100644 --- a/module/VuFind/src/VuFind/Db/Table/UserFactory.php +++ b/module/VuFind/src/VuFind/Db/Table/UserFactory.php @@ -28,6 +28,9 @@ namespace VuFind\Db\Table; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; /** * User table gateway factory. diff --git a/module/VuFind/src/VuFind/Db/Table/UserListFactory.php b/module/VuFind/src/VuFind/Db/Table/UserListFactory.php index a4fbd9b5244..14f9e5469d0 100644 --- a/module/VuFind/src/VuFind/Db/Table/UserListFactory.php +++ b/module/VuFind/src/VuFind/Db/Table/UserListFactory.php @@ -28,6 +28,9 @@ namespace VuFind\Db\Table; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; /** * UserList table gateway factory. diff --git a/module/VuFind/src/VuFind/DigitalContent/OverdriveConnectorFactory.php b/module/VuFind/src/VuFind/DigitalContent/OverdriveConnectorFactory.php index d4dd516f4f1..8462fea3e7e 100644 --- a/module/VuFind/src/VuFind/DigitalContent/OverdriveConnectorFactory.php +++ b/module/VuFind/src/VuFind/DigitalContent/OverdriveConnectorFactory.php @@ -31,6 +31,9 @@ namespace VuFind\DigitalContent; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; /** * Overdrive Connector factory. diff --git a/module/VuFind/src/VuFind/DoiLinker/BrowZineFactory.php b/module/VuFind/src/VuFind/DoiLinker/BrowZineFactory.php index 86ddc76058b..201f1284b05 100644 --- a/module/VuFind/src/VuFind/DoiLinker/BrowZineFactory.php +++ b/module/VuFind/src/VuFind/DoiLinker/BrowZineFactory.php @@ -28,6 +28,9 @@ namespace VuFind\DoiLinker; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; /** * BrowZine DOI linker factory diff --git a/module/VuFind/src/VuFind/DoiLinker/UnpaywallFactory.php b/module/VuFind/src/VuFind/DoiLinker/UnpaywallFactory.php index fe815290ebf..3a3d4594f05 100644 --- a/module/VuFind/src/VuFind/DoiLinker/UnpaywallFactory.php +++ b/module/VuFind/src/VuFind/DoiLinker/UnpaywallFactory.php @@ -28,6 +28,9 @@ namespace VuFind\DoiLinker; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; /** * BrowZine DOI linker factory diff --git a/module/VuFind/src/VuFind/ExportFactory.php b/module/VuFind/src/VuFind/ExportFactory.php index 4c1332b3a8e..5b635e02bfb 100644 --- a/module/VuFind/src/VuFind/ExportFactory.php +++ b/module/VuFind/src/VuFind/ExportFactory.php @@ -28,6 +28,9 @@ namespace VuFind; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/Form/FormFactory.php b/module/VuFind/src/VuFind/Form/FormFactory.php index 69a3eae9e2e..40a2d8fca07 100644 --- a/module/VuFind/src/VuFind/Form/FormFactory.php +++ b/module/VuFind/src/VuFind/Form/FormFactory.php @@ -28,6 +28,9 @@ namespace VuFind\Form; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/GeoFeatures/AbstractConfigFactory.php b/module/VuFind/src/VuFind/GeoFeatures/AbstractConfigFactory.php index 0317407fff1..131b52f2fbe 100644 --- a/module/VuFind/src/VuFind/GeoFeatures/AbstractConfigFactory.php +++ b/module/VuFind/src/VuFind/GeoFeatures/AbstractConfigFactory.php @@ -29,6 +29,9 @@ namespace VuFind\GeoFeatures; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/Hierarchy/TreeDataSource/SolrFactory.php b/module/VuFind/src/VuFind/Hierarchy/TreeDataSource/SolrFactory.php index caf975d71c8..564fcec7cd1 100644 --- a/module/VuFind/src/VuFind/Hierarchy/TreeDataSource/SolrFactory.php +++ b/module/VuFind/src/VuFind/Hierarchy/TreeDataSource/SolrFactory.php @@ -28,6 +28,9 @@ namespace VuFind\Hierarchy\TreeDataSource; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; /** * Solr Hierarchy tree data source plugin factory. diff --git a/module/VuFind/src/VuFind/Hierarchy/TreeRenderer/JSTreeFactory.php b/module/VuFind/src/VuFind/Hierarchy/TreeRenderer/JSTreeFactory.php index d7dee60c21d..e71def22376 100644 --- a/module/VuFind/src/VuFind/Hierarchy/TreeRenderer/JSTreeFactory.php +++ b/module/VuFind/src/VuFind/Hierarchy/TreeRenderer/JSTreeFactory.php @@ -28,6 +28,9 @@ namespace VuFind\Hierarchy\TreeRenderer; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; /** * JSTree hierarchy tree renderer plugin factory. diff --git a/module/VuFind/src/VuFind/Http/PhpEnvironment/RemoteAddressFactory.php b/module/VuFind/src/VuFind/Http/PhpEnvironment/RemoteAddressFactory.php index bf69e84cd86..34ef1ec9994 100644 --- a/module/VuFind/src/VuFind/Http/PhpEnvironment/RemoteAddressFactory.php +++ b/module/VuFind/src/VuFind/Http/PhpEnvironment/RemoteAddressFactory.php @@ -29,6 +29,9 @@ namespace VuFind\Http\PhpEnvironment; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/I18n/Translator/TranslatorFactory.php b/module/VuFind/src/VuFind/I18n/Translator/TranslatorFactory.php index a6a7ac1ff56..b4d269b4fcb 100644 --- a/module/VuFind/src/VuFind/I18n/Translator/TranslatorFactory.php +++ b/module/VuFind/src/VuFind/I18n/Translator/TranslatorFactory.php @@ -28,6 +28,9 @@ namespace VuFind\I18n\Translator; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; /** * Translator factory. diff --git a/module/VuFind/src/VuFind/ILS/ConnectionFactory.php b/module/VuFind/src/VuFind/ILS/ConnectionFactory.php index 5a57abd5051..2a93d761364 100644 --- a/module/VuFind/src/VuFind/ILS/ConnectionFactory.php +++ b/module/VuFind/src/VuFind/ILS/ConnectionFactory.php @@ -28,6 +28,9 @@ namespace VuFind\ILS; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/ILS/Driver/AlephFactory.php b/module/VuFind/src/VuFind/ILS/Driver/AlephFactory.php index 7d40d503b5b..3a81bd05aa3 100644 --- a/module/VuFind/src/VuFind/ILS/Driver/AlephFactory.php +++ b/module/VuFind/src/VuFind/ILS/Driver/AlephFactory.php @@ -28,6 +28,9 @@ namespace VuFind\ILS\Driver; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; /** * Factory for Aleph ILS driver. diff --git a/module/VuFind/src/VuFind/ILS/Driver/DemoFactory.php b/module/VuFind/src/VuFind/ILS/Driver/DemoFactory.php index 95f3e24fa97..ca5a3c6980d 100644 --- a/module/VuFind/src/VuFind/ILS/Driver/DemoFactory.php +++ b/module/VuFind/src/VuFind/ILS/Driver/DemoFactory.php @@ -28,6 +28,9 @@ namespace VuFind\ILS\Driver; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; /** * Factory for Demo ILS driver. diff --git a/module/VuFind/src/VuFind/ILS/Driver/DriverWithDateConverterFactory.php b/module/VuFind/src/VuFind/ILS/Driver/DriverWithDateConverterFactory.php index 9b023a762b2..1fe1555e680 100644 --- a/module/VuFind/src/VuFind/ILS/Driver/DriverWithDateConverterFactory.php +++ b/module/VuFind/src/VuFind/ILS/Driver/DriverWithDateConverterFactory.php @@ -28,6 +28,9 @@ namespace VuFind\ILS\Driver; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/ILS/Driver/FolioFactory.php b/module/VuFind/src/VuFind/ILS/Driver/FolioFactory.php index 5e7508bf021..83a2e1c7b75 100644 --- a/module/VuFind/src/VuFind/ILS/Driver/FolioFactory.php +++ b/module/VuFind/src/VuFind/ILS/Driver/FolioFactory.php @@ -28,6 +28,9 @@ namespace VuFind\ILS\Driver; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; /** * Factory for Folio ILS driver. diff --git a/module/VuFind/src/VuFind/ILS/Driver/KohaRestFactory.php b/module/VuFind/src/VuFind/ILS/Driver/KohaRestFactory.php index 6dab0258842..5875cad6551 100644 --- a/module/VuFind/src/VuFind/ILS/Driver/KohaRestFactory.php +++ b/module/VuFind/src/VuFind/ILS/Driver/KohaRestFactory.php @@ -28,6 +28,9 @@ namespace VuFind\ILS\Driver; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; /** * Factory for KohaRest ILS driver. diff --git a/module/VuFind/src/VuFind/ILS/Driver/MultiBackendFactory.php b/module/VuFind/src/VuFind/ILS/Driver/MultiBackendFactory.php index b287c775f6a..5283b6306dc 100644 --- a/module/VuFind/src/VuFind/ILS/Driver/MultiBackendFactory.php +++ b/module/VuFind/src/VuFind/ILS/Driver/MultiBackendFactory.php @@ -28,6 +28,9 @@ namespace VuFind\ILS\Driver; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/ILS/Driver/NoILSFactory.php b/module/VuFind/src/VuFind/ILS/Driver/NoILSFactory.php index 2c4929c7954..dcdc6c76cce 100644 --- a/module/VuFind/src/VuFind/ILS/Driver/NoILSFactory.php +++ b/module/VuFind/src/VuFind/ILS/Driver/NoILSFactory.php @@ -28,6 +28,9 @@ namespace VuFind\ILS\Driver; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/ILS/Driver/PAIAFactory.php b/module/VuFind/src/VuFind/ILS/Driver/PAIAFactory.php index e9e3aa0118f..556ed4e3954 100644 --- a/module/VuFind/src/VuFind/ILS/Driver/PAIAFactory.php +++ b/module/VuFind/src/VuFind/ILS/Driver/PAIAFactory.php @@ -28,6 +28,9 @@ namespace VuFind\ILS\Driver; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; /** * Factory for PAIA ILS driver. diff --git a/module/VuFind/src/VuFind/ILS/Driver/SierraRestFactory.php b/module/VuFind/src/VuFind/ILS/Driver/SierraRestFactory.php index 02547f52178..59f6f84d691 100644 --- a/module/VuFind/src/VuFind/ILS/Driver/SierraRestFactory.php +++ b/module/VuFind/src/VuFind/ILS/Driver/SierraRestFactory.php @@ -28,6 +28,9 @@ namespace VuFind\ILS\Driver; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; /** * Factory for SierraRest ILS driver. diff --git a/module/VuFind/src/VuFind/ILS/Driver/SymphonyFactory.php b/module/VuFind/src/VuFind/ILS/Driver/SymphonyFactory.php index 853cec27919..fd52bd1d10d 100644 --- a/module/VuFind/src/VuFind/ILS/Driver/SymphonyFactory.php +++ b/module/VuFind/src/VuFind/ILS/Driver/SymphonyFactory.php @@ -28,6 +28,9 @@ namespace VuFind\ILS\Driver; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/ILS/Driver/VoyagerRestfulFactory.php b/module/VuFind/src/VuFind/ILS/Driver/VoyagerRestfulFactory.php index 34f2c66d08d..5578992c546 100644 --- a/module/VuFind/src/VuFind/ILS/Driver/VoyagerRestfulFactory.php +++ b/module/VuFind/src/VuFind/ILS/Driver/VoyagerRestfulFactory.php @@ -28,6 +28,9 @@ namespace VuFind\ILS\Driver; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; /** * Factory for VoyagerRestful ILS driver. diff --git a/module/VuFind/src/VuFind/ILS/HoldSettingsFactory.php b/module/VuFind/src/VuFind/ILS/HoldSettingsFactory.php index 2ac220849f4..e10c855f08a 100644 --- a/module/VuFind/src/VuFind/ILS/HoldSettingsFactory.php +++ b/module/VuFind/src/VuFind/ILS/HoldSettingsFactory.php @@ -28,6 +28,9 @@ namespace VuFind\ILS; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/ILS/Logic/LogicFactory.php b/module/VuFind/src/VuFind/ILS/Logic/LogicFactory.php index e0782b1559c..ef7c115dfb4 100644 --- a/module/VuFind/src/VuFind/ILS/Logic/LogicFactory.php +++ b/module/VuFind/src/VuFind/ILS/Logic/LogicFactory.php @@ -28,6 +28,9 @@ namespace VuFind\ILS\Logic; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/Log/LoggerFactory.php b/module/VuFind/src/VuFind/Log/LoggerFactory.php index 34234ea48ea..705fa3b52a8 100644 --- a/module/VuFind/src/VuFind/Log/LoggerFactory.php +++ b/module/VuFind/src/VuFind/Log/LoggerFactory.php @@ -28,8 +28,11 @@ namespace VuFind\Log; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; use Laminas\Config\Config; use Laminas\Log\Writer\WriterInterface; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/Mailer/Factory.php b/module/VuFind/src/VuFind/Mailer/Factory.php index 026365f0146..15767a3f21b 100644 --- a/module/VuFind/src/VuFind/Mailer/Factory.php +++ b/module/VuFind/src/VuFind/Mailer/Factory.php @@ -28,9 +28,12 @@ namespace VuFind\Mailer; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; use Laminas\Mail\Transport\InMemory; use Laminas\Mail\Transport\Smtp; use Laminas\Mail\Transport\SmtpOptions; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/Net/UserIpReaderFactory.php b/module/VuFind/src/VuFind/Net/UserIpReaderFactory.php index 46725593ede..034b35f20bd 100644 --- a/module/VuFind/src/VuFind/Net/UserIpReaderFactory.php +++ b/module/VuFind/src/VuFind/Net/UserIpReaderFactory.php @@ -28,6 +28,9 @@ namespace VuFind\Net; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; /** * Factory for instantiating UserIpReader. diff --git a/module/VuFind/src/VuFind/OAI/ServerFactory.php b/module/VuFind/src/VuFind/OAI/ServerFactory.php index 459495bec06..070ee09641c 100644 --- a/module/VuFind/src/VuFind/OAI/ServerFactory.php +++ b/module/VuFind/src/VuFind/OAI/ServerFactory.php @@ -28,6 +28,9 @@ namespace VuFind\OAI; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/QRCode/LoaderFactory.php b/module/VuFind/src/VuFind/QRCode/LoaderFactory.php index 680862c3a28..85284552469 100644 --- a/module/VuFind/src/VuFind/QRCode/LoaderFactory.php +++ b/module/VuFind/src/VuFind/QRCode/LoaderFactory.php @@ -28,6 +28,9 @@ namespace VuFind\QRCode; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/Recommend/AuthorInfoFactory.php b/module/VuFind/src/VuFind/Recommend/AuthorInfoFactory.php index 2e1c9a75541..d2743eef404 100644 --- a/module/VuFind/src/VuFind/Recommend/AuthorInfoFactory.php +++ b/module/VuFind/src/VuFind/Recommend/AuthorInfoFactory.php @@ -28,6 +28,10 @@ namespace VuFind\Recommend; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; + use VuFind\Config\PluginManager as ConfigManager; /** diff --git a/module/VuFind/src/VuFind/Recommend/CollectionSideFacetsFactory.php b/module/VuFind/src/VuFind/Recommend/CollectionSideFacetsFactory.php index 0ac22a0c8ed..f1e82a5af5f 100644 --- a/module/VuFind/src/VuFind/Recommend/CollectionSideFacetsFactory.php +++ b/module/VuFind/src/VuFind/Recommend/CollectionSideFacetsFactory.php @@ -28,6 +28,9 @@ namespace VuFind\Recommend; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; /** * CollectionSideFacets recommendation module factory. diff --git a/module/VuFind/src/VuFind/Recommend/DPLATermsFactory.php b/module/VuFind/src/VuFind/Recommend/DPLATermsFactory.php index d8adbed6349..b50b9fbf793 100644 --- a/module/VuFind/src/VuFind/Recommend/DPLATermsFactory.php +++ b/module/VuFind/src/VuFind/Recommend/DPLATermsFactory.php @@ -28,6 +28,9 @@ namespace VuFind\Recommend; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; /** * DPLATerms recommendation module factory. diff --git a/module/VuFind/src/VuFind/Recommend/EuropeanaResultsFactory.php b/module/VuFind/src/VuFind/Recommend/EuropeanaResultsFactory.php index 0c4a94f126e..bb2fdee1f7c 100644 --- a/module/VuFind/src/VuFind/Recommend/EuropeanaResultsFactory.php +++ b/module/VuFind/src/VuFind/Recommend/EuropeanaResultsFactory.php @@ -28,6 +28,9 @@ namespace VuFind\Recommend; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; /** * EuropeanaResults recommendation module factory. diff --git a/module/VuFind/src/VuFind/Recommend/ExpandFacetsFactory.php b/module/VuFind/src/VuFind/Recommend/ExpandFacetsFactory.php index ccf3289528f..176073f9d29 100644 --- a/module/VuFind/src/VuFind/Recommend/ExpandFacetsFactory.php +++ b/module/VuFind/src/VuFind/Recommend/ExpandFacetsFactory.php @@ -28,6 +28,9 @@ namespace VuFind\Recommend; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; /** * ExpandFacets recommendation module factory. diff --git a/module/VuFind/src/VuFind/Recommend/FavoriteFacetsFactory.php b/module/VuFind/src/VuFind/Recommend/FavoriteFacetsFactory.php index 4b581e4ca46..ba8636faf81 100644 --- a/module/VuFind/src/VuFind/Recommend/FavoriteFacetsFactory.php +++ b/module/VuFind/src/VuFind/Recommend/FavoriteFacetsFactory.php @@ -28,6 +28,9 @@ namespace VuFind\Recommend; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; /** * FavoriteFacets recommendation module factory. diff --git a/module/VuFind/src/VuFind/Recommend/InjectConfigManagerFactory.php b/module/VuFind/src/VuFind/Recommend/InjectConfigManagerFactory.php index 028dff0d917..fc96b3c4520 100644 --- a/module/VuFind/src/VuFind/Recommend/InjectConfigManagerFactory.php +++ b/module/VuFind/src/VuFind/Recommend/InjectConfigManagerFactory.php @@ -28,6 +28,10 @@ namespace VuFind\Recommend; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; + use VuFind\Config\PluginManager as ConfigManager; /** diff --git a/module/VuFind/src/VuFind/Recommend/InjectResultsManagerFactory.php b/module/VuFind/src/VuFind/Recommend/InjectResultsManagerFactory.php index 233dc44e5d8..8f71f86a60d 100644 --- a/module/VuFind/src/VuFind/Recommend/InjectResultsManagerFactory.php +++ b/module/VuFind/src/VuFind/Recommend/InjectResultsManagerFactory.php @@ -28,6 +28,10 @@ namespace VuFind\Recommend; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; + use VuFind\Search\Results\PluginManager as ResultsManager; /** diff --git a/module/VuFind/src/VuFind/Recommend/InjectSearchRunnerFactory.php b/module/VuFind/src/VuFind/Recommend/InjectSearchRunnerFactory.php index fcca81eba1c..f70d511e414 100644 --- a/module/VuFind/src/VuFind/Recommend/InjectSearchRunnerFactory.php +++ b/module/VuFind/src/VuFind/Recommend/InjectSearchRunnerFactory.php @@ -28,6 +28,10 @@ namespace VuFind\Recommend; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; + use VuFind\Search\SearchRunner; /** diff --git a/module/VuFind/src/VuFind/Recommend/MapSelectionFactory.php b/module/VuFind/src/VuFind/Recommend/MapSelectionFactory.php index 4d5b304fb87..97532722d90 100644 --- a/module/VuFind/src/VuFind/Recommend/MapSelectionFactory.php +++ b/module/VuFind/src/VuFind/Recommend/MapSelectionFactory.php @@ -28,6 +28,9 @@ namespace VuFind\Recommend; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; /** * MapSelection recommendation module factory. diff --git a/module/VuFind/src/VuFind/Recommend/RandomRecommendFactory.php b/module/VuFind/src/VuFind/Recommend/RandomRecommendFactory.php index b14865ddac3..475531c0bae 100644 --- a/module/VuFind/src/VuFind/Recommend/RandomRecommendFactory.php +++ b/module/VuFind/src/VuFind/Recommend/RandomRecommendFactory.php @@ -28,6 +28,9 @@ namespace VuFind\Recommend; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; /** * RandomRecommend recommendation module factory. diff --git a/module/VuFind/src/VuFind/Recommend/SideFacetsFactory.php b/module/VuFind/src/VuFind/Recommend/SideFacetsFactory.php index e1dd41e7c65..031464c728e 100644 --- a/module/VuFind/src/VuFind/Recommend/SideFacetsFactory.php +++ b/module/VuFind/src/VuFind/Recommend/SideFacetsFactory.php @@ -28,6 +28,9 @@ namespace VuFind\Recommend; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; /** * SideFacets recommendation module factory. diff --git a/module/VuFind/src/VuFind/Recommend/SwitchQueryFactory.php b/module/VuFind/src/VuFind/Recommend/SwitchQueryFactory.php index 154e7e860f3..7d39f4c8e41 100644 --- a/module/VuFind/src/VuFind/Recommend/SwitchQueryFactory.php +++ b/module/VuFind/src/VuFind/Recommend/SwitchQueryFactory.php @@ -28,6 +28,9 @@ namespace VuFind\Recommend; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; /** * SwitchQuery recommendation module factory. diff --git a/module/VuFind/src/VuFind/Recommend/WorldCatIdentitiesFactory.php b/module/VuFind/src/VuFind/Recommend/WorldCatIdentitiesFactory.php index 56465c64995..70472d77b7a 100644 --- a/module/VuFind/src/VuFind/Recommend/WorldCatIdentitiesFactory.php +++ b/module/VuFind/src/VuFind/Recommend/WorldCatIdentitiesFactory.php @@ -28,6 +28,9 @@ namespace VuFind\Recommend; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; /** * WorldCatIdentities recommendation module factory. diff --git a/module/VuFind/src/VuFind/Record/CacheFactory.php b/module/VuFind/src/VuFind/Record/CacheFactory.php index e5a99c37f65..9b29e6b0354 100644 --- a/module/VuFind/src/VuFind/Record/CacheFactory.php +++ b/module/VuFind/src/VuFind/Record/CacheFactory.php @@ -28,6 +28,9 @@ namespace VuFind\Record; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/Record/FallbackLoader/SummonFactory.php b/module/VuFind/src/VuFind/Record/FallbackLoader/SummonFactory.php index e23c87baacf..1573dfda640 100644 --- a/module/VuFind/src/VuFind/Record/FallbackLoader/SummonFactory.php +++ b/module/VuFind/src/VuFind/Record/FallbackLoader/SummonFactory.php @@ -28,6 +28,9 @@ namespace VuFind\Record\FallbackLoader; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/Record/LoaderFactory.php b/module/VuFind/src/VuFind/Record/LoaderFactory.php index 141f7d72e75..ad39d7baada 100644 --- a/module/VuFind/src/VuFind/Record/LoaderFactory.php +++ b/module/VuFind/src/VuFind/Record/LoaderFactory.php @@ -28,6 +28,9 @@ namespace VuFind\Record; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/RecordDriver/AbstractBaseFactory.php b/module/VuFind/src/VuFind/RecordDriver/AbstractBaseFactory.php index a4be0dc346f..850b43ffa17 100644 --- a/module/VuFind/src/VuFind/RecordDriver/AbstractBaseFactory.php +++ b/module/VuFind/src/VuFind/RecordDriver/AbstractBaseFactory.php @@ -28,6 +28,9 @@ namespace VuFind\RecordDriver; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/RecordDriver/NameBasedConfigFactory.php b/module/VuFind/src/VuFind/RecordDriver/NameBasedConfigFactory.php index f69c90d98c2..8c9abaa50ff 100644 --- a/module/VuFind/src/VuFind/RecordDriver/NameBasedConfigFactory.php +++ b/module/VuFind/src/VuFind/RecordDriver/NameBasedConfigFactory.php @@ -28,6 +28,9 @@ namespace VuFind\RecordDriver; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; /** * Factory for record drivers that uses the class name to look up config files. diff --git a/module/VuFind/src/VuFind/RecordDriver/SolrDefaultFactory.php b/module/VuFind/src/VuFind/RecordDriver/SolrDefaultFactory.php index ddb58cb3a22..d033ed82e8b 100644 --- a/module/VuFind/src/VuFind/RecordDriver/SolrDefaultFactory.php +++ b/module/VuFind/src/VuFind/RecordDriver/SolrDefaultFactory.php @@ -28,6 +28,9 @@ namespace VuFind\RecordDriver; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; /** * Factory for SolrDefault record drivers. diff --git a/module/VuFind/src/VuFind/RecordDriver/SolrDefaultWithoutSearchServiceFactory.php b/module/VuFind/src/VuFind/RecordDriver/SolrDefaultWithoutSearchServiceFactory.php index efa45299551..845d9a23788 100644 --- a/module/VuFind/src/VuFind/RecordDriver/SolrDefaultWithoutSearchServiceFactory.php +++ b/module/VuFind/src/VuFind/RecordDriver/SolrDefaultWithoutSearchServiceFactory.php @@ -28,6 +28,9 @@ namespace VuFind\RecordDriver; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; /** * Factory for SolrDefault-based record drivers that do not need a search service. diff --git a/module/VuFind/src/VuFind/RecordDriver/SolrOverdriveFactory.php b/module/VuFind/src/VuFind/RecordDriver/SolrOverdriveFactory.php index 57b974f2a72..09fdac05487 100644 --- a/module/VuFind/src/VuFind/RecordDriver/SolrOverdriveFactory.php +++ b/module/VuFind/src/VuFind/RecordDriver/SolrOverdriveFactory.php @@ -29,6 +29,9 @@ namespace VuFind\RecordDriver; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; /** * Factory for Overdrive record drivers. diff --git a/module/VuFind/src/VuFind/RecordDriver/SolrWebFactory.php b/module/VuFind/src/VuFind/RecordDriver/SolrWebFactory.php index 517e0dfd725..bf85f6ed56f 100644 --- a/module/VuFind/src/VuFind/RecordDriver/SolrWebFactory.php +++ b/module/VuFind/src/VuFind/RecordDriver/SolrWebFactory.php @@ -28,6 +28,9 @@ namespace VuFind\RecordDriver; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; /** * Factory for SolrWeb record drivers. diff --git a/module/VuFind/src/VuFind/RecordDriver/SummonFactory.php b/module/VuFind/src/VuFind/RecordDriver/SummonFactory.php index 33fcc8f6362..8ac812c97a3 100644 --- a/module/VuFind/src/VuFind/RecordDriver/SummonFactory.php +++ b/module/VuFind/src/VuFind/RecordDriver/SummonFactory.php @@ -28,6 +28,9 @@ namespace VuFind\RecordDriver; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; /** * Factory for Summon record drivers. diff --git a/module/VuFind/src/VuFind/RecordTab/AbstractContentFactory.php b/module/VuFind/src/VuFind/RecordTab/AbstractContentFactory.php index 1139d453d60..8216989f32e 100644 --- a/module/VuFind/src/VuFind/RecordTab/AbstractContentFactory.php +++ b/module/VuFind/src/VuFind/RecordTab/AbstractContentFactory.php @@ -28,6 +28,10 @@ namespace VuFind\RecordTab; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; + use VuFind\Config\PluginManager as ConfigManager; use VuFind\Content\PluginManager as ContentManager; diff --git a/module/VuFind/src/VuFind/RecordTab/CollectionHierarchyTreeFactory.php b/module/VuFind/src/VuFind/RecordTab/CollectionHierarchyTreeFactory.php index 05c438650ff..eefe2df9941 100644 --- a/module/VuFind/src/VuFind/RecordTab/CollectionHierarchyTreeFactory.php +++ b/module/VuFind/src/VuFind/RecordTab/CollectionHierarchyTreeFactory.php @@ -28,6 +28,9 @@ namespace VuFind\RecordTab; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; /** * Factory for building the CollectionHierarchyTree tab. diff --git a/module/VuFind/src/VuFind/RecordTab/CollectionListFactory.php b/module/VuFind/src/VuFind/RecordTab/CollectionListFactory.php index 6f6db8e1f6b..a025b8089d8 100644 --- a/module/VuFind/src/VuFind/RecordTab/CollectionListFactory.php +++ b/module/VuFind/src/VuFind/RecordTab/CollectionListFactory.php @@ -28,6 +28,9 @@ namespace VuFind\RecordTab; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; /** * Factory for building the CollectionList tab. diff --git a/module/VuFind/src/VuFind/RecordTab/ComponentPartsFactory.php b/module/VuFind/src/VuFind/RecordTab/ComponentPartsFactory.php index fda721503da..31c0830623b 100644 --- a/module/VuFind/src/VuFind/RecordTab/ComponentPartsFactory.php +++ b/module/VuFind/src/VuFind/RecordTab/ComponentPartsFactory.php @@ -28,6 +28,9 @@ namespace VuFind\RecordTab; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; /** * Factory for building the ComponentParts tab. diff --git a/module/VuFind/src/VuFind/RecordTab/HierarchyTreeFactory.php b/module/VuFind/src/VuFind/RecordTab/HierarchyTreeFactory.php index 31934de1743..94aab03c481 100644 --- a/module/VuFind/src/VuFind/RecordTab/HierarchyTreeFactory.php +++ b/module/VuFind/src/VuFind/RecordTab/HierarchyTreeFactory.php @@ -28,6 +28,9 @@ namespace VuFind\RecordTab; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; /** * Factory for building the HierarchyTree tab. diff --git a/module/VuFind/src/VuFind/RecordTab/HoldingsILSFactory.php b/module/VuFind/src/VuFind/RecordTab/HoldingsILSFactory.php index 7727fd76546..e40e28627aa 100644 --- a/module/VuFind/src/VuFind/RecordTab/HoldingsILSFactory.php +++ b/module/VuFind/src/VuFind/RecordTab/HoldingsILSFactory.php @@ -28,6 +28,9 @@ namespace VuFind\RecordTab; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; /** * Factory for building the HoldingsILS tab. diff --git a/module/VuFind/src/VuFind/RecordTab/HoldingsWorldCatFactory.php b/module/VuFind/src/VuFind/RecordTab/HoldingsWorldCatFactory.php index cc17adfcf20..0948b0e3597 100644 --- a/module/VuFind/src/VuFind/RecordTab/HoldingsWorldCatFactory.php +++ b/module/VuFind/src/VuFind/RecordTab/HoldingsWorldCatFactory.php @@ -28,6 +28,9 @@ namespace VuFind\RecordTab; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; /** * Factory for building the HoldingsWorldCat tab. diff --git a/module/VuFind/src/VuFind/RecordTab/MapFactory.php b/module/VuFind/src/VuFind/RecordTab/MapFactory.php index ec2b12b62a6..a64659d9251 100644 --- a/module/VuFind/src/VuFind/RecordTab/MapFactory.php +++ b/module/VuFind/src/VuFind/RecordTab/MapFactory.php @@ -28,6 +28,9 @@ namespace VuFind\RecordTab; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; /** * Factory for building the Map tab. diff --git a/module/VuFind/src/VuFind/RecordTab/PreviewFactory.php b/module/VuFind/src/VuFind/RecordTab/PreviewFactory.php index 9d3d5b19cf2..a3c321dd2b4 100644 --- a/module/VuFind/src/VuFind/RecordTab/PreviewFactory.php +++ b/module/VuFind/src/VuFind/RecordTab/PreviewFactory.php @@ -28,6 +28,9 @@ namespace VuFind\RecordTab; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; /** * Factory for building the Preview tab. diff --git a/module/VuFind/src/VuFind/RecordTab/SimilarItemsCarouselFactory.php b/module/VuFind/src/VuFind/RecordTab/SimilarItemsCarouselFactory.php index f7ff5d03181..27104dab9fc 100644 --- a/module/VuFind/src/VuFind/RecordTab/SimilarItemsCarouselFactory.php +++ b/module/VuFind/src/VuFind/RecordTab/SimilarItemsCarouselFactory.php @@ -28,6 +28,9 @@ namespace VuFind\RecordTab; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; /** * Factory for building the SimilarItemsCarousel tab. diff --git a/module/VuFind/src/VuFind/RecordTab/TabManagerFactory.php b/module/VuFind/src/VuFind/RecordTab/TabManagerFactory.php index 79711a7b0e4..9fa33d05269 100644 --- a/module/VuFind/src/VuFind/RecordTab/TabManagerFactory.php +++ b/module/VuFind/src/VuFind/RecordTab/TabManagerFactory.php @@ -28,6 +28,9 @@ namespace VuFind\RecordTab; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; /** * Factory for building the TabManager. diff --git a/module/VuFind/src/VuFind/RecordTab/UserCommentsFactory.php b/module/VuFind/src/VuFind/RecordTab/UserCommentsFactory.php index 89e2b946cb8..268cc290c3b 100644 --- a/module/VuFind/src/VuFind/RecordTab/UserCommentsFactory.php +++ b/module/VuFind/src/VuFind/RecordTab/UserCommentsFactory.php @@ -28,6 +28,9 @@ namespace VuFind\RecordTab; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; /** * Factory for building the UserComments tab. diff --git a/module/VuFind/src/VuFind/Related/SimilarFactory.php b/module/VuFind/src/VuFind/Related/SimilarFactory.php index a3bc32c3692..98f5b46fd33 100644 --- a/module/VuFind/src/VuFind/Related/SimilarFactory.php +++ b/module/VuFind/src/VuFind/Related/SimilarFactory.php @@ -28,6 +28,9 @@ namespace VuFind\Related; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/Resolver/Driver/AbstractBaseFactory.php b/module/VuFind/src/VuFind/Resolver/Driver/AbstractBaseFactory.php index db7b62cdcc7..400062d183a 100644 --- a/module/VuFind/src/VuFind/Resolver/Driver/AbstractBaseFactory.php +++ b/module/VuFind/src/VuFind/Resolver/Driver/AbstractBaseFactory.php @@ -28,6 +28,9 @@ namespace VuFind\Resolver\Driver; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/Resolver/Driver/DriverWithHttpClientFactory.php b/module/VuFind/src/VuFind/Resolver/Driver/DriverWithHttpClientFactory.php index fc115b94e9a..d5f9208729f 100644 --- a/module/VuFind/src/VuFind/Resolver/Driver/DriverWithHttpClientFactory.php +++ b/module/VuFind/src/VuFind/Resolver/Driver/DriverWithHttpClientFactory.php @@ -28,6 +28,9 @@ namespace VuFind\Resolver\Driver; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; /** * Generic factory suitable for most resolver drivers. diff --git a/module/VuFind/src/VuFind/Resolver/Driver/EzbFactory.php b/module/VuFind/src/VuFind/Resolver/Driver/EzbFactory.php index 4c34431c82e..d64b70e0758 100644 --- a/module/VuFind/src/VuFind/Resolver/Driver/EzbFactory.php +++ b/module/VuFind/src/VuFind/Resolver/Driver/EzbFactory.php @@ -28,6 +28,9 @@ namespace VuFind\Resolver\Driver; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; /** * Factory for EZB resolver driver. diff --git a/module/VuFind/src/VuFind/Role/PermissionDeniedManagerFactory.php b/module/VuFind/src/VuFind/Role/PermissionDeniedManagerFactory.php index a4433d147f1..c010bd87753 100644 --- a/module/VuFind/src/VuFind/Role/PermissionDeniedManagerFactory.php +++ b/module/VuFind/src/VuFind/Role/PermissionDeniedManagerFactory.php @@ -28,6 +28,9 @@ namespace VuFind\Role; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/Role/PermissionManagerFactory.php b/module/VuFind/src/VuFind/Role/PermissionManagerFactory.php index 35b4f357aad..4490d031f7b 100644 --- a/module/VuFind/src/VuFind/Role/PermissionManagerFactory.php +++ b/module/VuFind/src/VuFind/Role/PermissionManagerFactory.php @@ -28,6 +28,9 @@ namespace VuFind\Role; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/Role/PermissionProvider/InjectAuthorizationServiceFactory.php b/module/VuFind/src/VuFind/Role/PermissionProvider/InjectAuthorizationServiceFactory.php index c2f76c4dea5..2b5ad4869d3 100644 --- a/module/VuFind/src/VuFind/Role/PermissionProvider/InjectAuthorizationServiceFactory.php +++ b/module/VuFind/src/VuFind/Role/PermissionProvider/InjectAuthorizationServiceFactory.php @@ -28,6 +28,10 @@ namespace VuFind\Role\PermissionProvider; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; + use LmcRbacMvc\Service\AuthorizationService; /** diff --git a/module/VuFind/src/VuFind/Role/PermissionProvider/InjectRequestFactory.php b/module/VuFind/src/VuFind/Role/PermissionProvider/InjectRequestFactory.php index 353511e13a4..6faa7f59085 100644 --- a/module/VuFind/src/VuFind/Role/PermissionProvider/InjectRequestFactory.php +++ b/module/VuFind/src/VuFind/Role/PermissionProvider/InjectRequestFactory.php @@ -28,6 +28,9 @@ namespace VuFind\Role\PermissionProvider; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; /** * Factory for instantiating permission providers with request object. diff --git a/module/VuFind/src/VuFind/Role/PermissionProvider/IpRangeFactory.php b/module/VuFind/src/VuFind/Role/PermissionProvider/IpRangeFactory.php index 5f697fbb8dd..a6262388927 100644 --- a/module/VuFind/src/VuFind/Role/PermissionProvider/IpRangeFactory.php +++ b/module/VuFind/src/VuFind/Role/PermissionProvider/IpRangeFactory.php @@ -28,6 +28,9 @@ namespace VuFind\Role\PermissionProvider; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; /** * Factory for instantiating IpRange permission provider. diff --git a/module/VuFind/src/VuFind/Role/PermissionProvider/IpRegExFactory.php b/module/VuFind/src/VuFind/Role/PermissionProvider/IpRegExFactory.php index 545d6b91d3c..9b84289eda2 100644 --- a/module/VuFind/src/VuFind/Role/PermissionProvider/IpRegExFactory.php +++ b/module/VuFind/src/VuFind/Role/PermissionProvider/IpRegExFactory.php @@ -28,6 +28,9 @@ namespace VuFind\Role\PermissionProvider; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; /** * Factory for instantiating IpRegEx permission provider. diff --git a/module/VuFind/src/VuFind/Role/PermissionProvider/ShibbolethFactory.php b/module/VuFind/src/VuFind/Role/PermissionProvider/ShibbolethFactory.php index 8961386fa5a..cdb9e736f41 100644 --- a/module/VuFind/src/VuFind/Role/PermissionProvider/ShibbolethFactory.php +++ b/module/VuFind/src/VuFind/Role/PermissionProvider/ShibbolethFactory.php @@ -28,6 +28,9 @@ namespace VuFind\Role\PermissionProvider; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; /** * Factory for instantiating Shibboleth permission provider. diff --git a/module/VuFind/src/VuFind/Search/BackendManagerFactory.php b/module/VuFind/src/VuFind/Search/BackendManagerFactory.php index f05f56ea632..38d140a7bc9 100644 --- a/module/VuFind/src/VuFind/Search/BackendManagerFactory.php +++ b/module/VuFind/src/VuFind/Search/BackendManagerFactory.php @@ -28,6 +28,9 @@ namespace VuFind\Search; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/Search/Base/FacetCacheFactory.php b/module/VuFind/src/VuFind/Search/Base/FacetCacheFactory.php index 2f28a19d206..d7f7512bbf7 100644 --- a/module/VuFind/src/VuFind/Search/Base/FacetCacheFactory.php +++ b/module/VuFind/src/VuFind/Search/Base/FacetCacheFactory.php @@ -28,6 +28,9 @@ namespace VuFind\Search\Base; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/Search/EDS/OptionsFactory.php b/module/VuFind/src/VuFind/Search/EDS/OptionsFactory.php index 4bb53659341..8ca9d83693d 100644 --- a/module/VuFind/src/VuFind/Search/EDS/OptionsFactory.php +++ b/module/VuFind/src/VuFind/Search/EDS/OptionsFactory.php @@ -28,6 +28,9 @@ namespace VuFind\Search\EDS; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; /** * Factory for EDS search options objects. diff --git a/module/VuFind/src/VuFind/Search/Favorites/ResultsFactory.php b/module/VuFind/src/VuFind/Search/Favorites/ResultsFactory.php index 7d14955ec71..11d882cffd7 100644 --- a/module/VuFind/src/VuFind/Search/Favorites/ResultsFactory.php +++ b/module/VuFind/src/VuFind/Search/Favorites/ResultsFactory.php @@ -28,6 +28,9 @@ namespace VuFind\Search\Favorites; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; /** * Factory for Favorites search results objects. diff --git a/module/VuFind/src/VuFind/Search/HistoryFactory.php b/module/VuFind/src/VuFind/Search/HistoryFactory.php index 0141f4a9179..ac2a859582d 100644 --- a/module/VuFind/src/VuFind/Search/HistoryFactory.php +++ b/module/VuFind/src/VuFind/Search/HistoryFactory.php @@ -28,6 +28,9 @@ namespace VuFind\Search; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/Search/MemoryFactory.php b/module/VuFind/src/VuFind/Search/MemoryFactory.php index b88852d1543..a45f2189fad 100644 --- a/module/VuFind/src/VuFind/Search/MemoryFactory.php +++ b/module/VuFind/src/VuFind/Search/MemoryFactory.php @@ -28,6 +28,9 @@ namespace VuFind\Search; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; use Laminas\Session\Container; diff --git a/module/VuFind/src/VuFind/Search/Options/OptionsFactory.php b/module/VuFind/src/VuFind/Search/Options/OptionsFactory.php index cc0cb5ec32f..354f07353bd 100644 --- a/module/VuFind/src/VuFind/Search/Options/OptionsFactory.php +++ b/module/VuFind/src/VuFind/Search/Options/OptionsFactory.php @@ -28,6 +28,9 @@ namespace VuFind\Search\Options; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/Search/Params/ParamsFactory.php b/module/VuFind/src/VuFind/Search/Params/ParamsFactory.php index 3cf142c819b..e055e41ce07 100644 --- a/module/VuFind/src/VuFind/Search/Params/ParamsFactory.php +++ b/module/VuFind/src/VuFind/Search/Params/ParamsFactory.php @@ -28,6 +28,9 @@ namespace VuFind\Search\Params; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/Search/Results/ResultsFactory.php b/module/VuFind/src/VuFind/Search/Results/ResultsFactory.php index f7e9073978a..eee0cadf8ad 100644 --- a/module/VuFind/src/VuFind/Search/Results/ResultsFactory.php +++ b/module/VuFind/src/VuFind/Search/Results/ResultsFactory.php @@ -28,6 +28,9 @@ namespace VuFind\Search\Results; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; use VuFind\Search\Factory\UrlQueryHelperFactory; diff --git a/module/VuFind/src/VuFind/Search/Search2/ResultsFactory.php b/module/VuFind/src/VuFind/Search/Search2/ResultsFactory.php index 68437e6c587..35372a80c2c 100644 --- a/module/VuFind/src/VuFind/Search/Search2/ResultsFactory.php +++ b/module/VuFind/src/VuFind/Search/Search2/ResultsFactory.php @@ -28,6 +28,9 @@ namespace VuFind\Search\Search2; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; /** * Factory for Search2 results objects. diff --git a/module/VuFind/src/VuFind/Search/SearchRunnerFactory.php b/module/VuFind/src/VuFind/Search/SearchRunnerFactory.php index 4dd683e0692..9376bbb1ffe 100644 --- a/module/VuFind/src/VuFind/Search/SearchRunnerFactory.php +++ b/module/VuFind/src/VuFind/Search/SearchRunnerFactory.php @@ -28,7 +28,10 @@ namespace VuFind\Search; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; use Laminas\EventManager\EventManager; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/Search/SearchTabsHelperFactory.php b/module/VuFind/src/VuFind/Search/SearchTabsHelperFactory.php index d96accd3106..5694bbac2b8 100644 --- a/module/VuFind/src/VuFind/Search/SearchTabsHelperFactory.php +++ b/module/VuFind/src/VuFind/Search/SearchTabsHelperFactory.php @@ -28,6 +28,9 @@ namespace VuFind\Search; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/Search/Solr/ParamsFactory.php b/module/VuFind/src/VuFind/Search/Solr/ParamsFactory.php index a8acce3f6f8..d7686135acb 100644 --- a/module/VuFind/src/VuFind/Search/Solr/ParamsFactory.php +++ b/module/VuFind/src/VuFind/Search/Solr/ParamsFactory.php @@ -28,6 +28,9 @@ namespace VuFind\Search\Solr; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; /** * Factory for Solr search params objects. diff --git a/module/VuFind/src/VuFind/Search/Solr/ResultsFactory.php b/module/VuFind/src/VuFind/Search/Solr/ResultsFactory.php index 320069b50bd..8a561d6d668 100644 --- a/module/VuFind/src/VuFind/Search/Solr/ResultsFactory.php +++ b/module/VuFind/src/VuFind/Search/Solr/ResultsFactory.php @@ -28,6 +28,9 @@ namespace VuFind\Search\Solr; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; /** * Factory for Solr search results objects. diff --git a/module/VuFind/src/VuFind/Search/Tags/ResultsFactory.php b/module/VuFind/src/VuFind/Search/Tags/ResultsFactory.php index f2da46495be..1f8d88f98fa 100644 --- a/module/VuFind/src/VuFind/Search/Tags/ResultsFactory.php +++ b/module/VuFind/src/VuFind/Search/Tags/ResultsFactory.php @@ -28,6 +28,9 @@ namespace VuFind\Search\Tags; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; /** * Factory for Tags search results objects. diff --git a/module/VuFind/src/VuFind/Service/DateConverterFactory.php b/module/VuFind/src/VuFind/Service/DateConverterFactory.php index dd99013ed38..7e76f610183 100644 --- a/module/VuFind/src/VuFind/Service/DateConverterFactory.php +++ b/module/VuFind/src/VuFind/Service/DateConverterFactory.php @@ -28,6 +28,9 @@ namespace VuFind\Service; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/Service/HttpServiceFactory.php b/module/VuFind/src/VuFind/Service/HttpServiceFactory.php index 30cc58d5d02..a244e8f076d 100644 --- a/module/VuFind/src/VuFind/Service/HttpServiceFactory.php +++ b/module/VuFind/src/VuFind/Service/HttpServiceFactory.php @@ -28,6 +28,9 @@ namespace VuFind\Service; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/Service/ProxyConfigFactory.php b/module/VuFind/src/VuFind/Service/ProxyConfigFactory.php index 3261e3d2bfb..f9eb1cb7393 100644 --- a/module/VuFind/src/VuFind/Service/ProxyConfigFactory.php +++ b/module/VuFind/src/VuFind/Service/ProxyConfigFactory.php @@ -28,6 +28,9 @@ namespace VuFind\Service; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/Service/ReCaptchaFactory.php b/module/VuFind/src/VuFind/Service/ReCaptchaFactory.php index d1d4defe22c..d3d48a32ff4 100644 --- a/module/VuFind/src/VuFind/Service/ReCaptchaFactory.php +++ b/module/VuFind/src/VuFind/Service/ReCaptchaFactory.php @@ -28,6 +28,9 @@ namespace VuFind\Service; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/Service/SearchServiceFactory.php b/module/VuFind/src/VuFind/Service/SearchServiceFactory.php index 456e6bfeb6a..0fc9304c143 100644 --- a/module/VuFind/src/VuFind/Service/SearchServiceFactory.php +++ b/module/VuFind/src/VuFind/Service/SearchServiceFactory.php @@ -28,7 +28,10 @@ namespace VuFind\Service; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; use Laminas\EventManager\EventManager; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/Service/ServiceWithConfigIniFactory.php b/module/VuFind/src/VuFind/Service/ServiceWithConfigIniFactory.php index 27f69a6844f..3945b055ad3 100644 --- a/module/VuFind/src/VuFind/Service/ServiceWithConfigIniFactory.php +++ b/module/VuFind/src/VuFind/Service/ServiceWithConfigIniFactory.php @@ -28,6 +28,9 @@ namespace VuFind\Service; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/ServiceManager/AbstractPluginManagerFactory.php b/module/VuFind/src/VuFind/ServiceManager/AbstractPluginManagerFactory.php index a6fa742cbbd..1ae70d88939 100644 --- a/module/VuFind/src/VuFind/ServiceManager/AbstractPluginManagerFactory.php +++ b/module/VuFind/src/VuFind/ServiceManager/AbstractPluginManagerFactory.php @@ -28,6 +28,9 @@ namespace VuFind\ServiceManager; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/Session/AbstractBaseFactory.php b/module/VuFind/src/VuFind/Session/AbstractBaseFactory.php index 40c95e22d44..76bc831ca33 100644 --- a/module/VuFind/src/VuFind/Session/AbstractBaseFactory.php +++ b/module/VuFind/src/VuFind/Session/AbstractBaseFactory.php @@ -28,6 +28,9 @@ namespace VuFind\Session; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/Session/ManagerFactory.php b/module/VuFind/src/VuFind/Session/ManagerFactory.php index 0e5462f647e..56557dbc258 100644 --- a/module/VuFind/src/VuFind/Session/ManagerFactory.php +++ b/module/VuFind/src/VuFind/Session/ManagerFactory.php @@ -28,6 +28,9 @@ namespace VuFind\Session; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; use Laminas\Session\SessionManager; diff --git a/module/VuFind/src/VuFind/Session/RedisFactory.php b/module/VuFind/src/VuFind/Session/RedisFactory.php index 25acc5b7ada..2d7a1d4b86f 100644 --- a/module/VuFind/src/VuFind/Session/RedisFactory.php +++ b/module/VuFind/src/VuFind/Session/RedisFactory.php @@ -28,6 +28,9 @@ namespace VuFind\Session; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/Sitemap/GeneratorFactory.php b/module/VuFind/src/VuFind/Sitemap/GeneratorFactory.php index 5c2d2622198..b20f43fe8bf 100644 --- a/module/VuFind/src/VuFind/Sitemap/GeneratorFactory.php +++ b/module/VuFind/src/VuFind/Sitemap/GeneratorFactory.php @@ -28,6 +28,9 @@ namespace VuFind\Sitemap; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/Solr/WriterFactory.php b/module/VuFind/src/VuFind/Solr/WriterFactory.php index 95ba89e5256..4da249603a8 100644 --- a/module/VuFind/src/VuFind/Solr/WriterFactory.php +++ b/module/VuFind/src/VuFind/Solr/WriterFactory.php @@ -28,6 +28,9 @@ namespace VuFind\Solr; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/TagsFactory.php b/module/VuFind/src/VuFind/TagsFactory.php index 12be9acf198..d59484363c7 100644 --- a/module/VuFind/src/VuFind/TagsFactory.php +++ b/module/VuFind/src/VuFind/TagsFactory.php @@ -28,6 +28,9 @@ namespace VuFind; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/Validator/CsrfFactory.php b/module/VuFind/src/VuFind/Validator/CsrfFactory.php index 90707248c51..fdc8256c465 100644 --- a/module/VuFind/src/VuFind/Validator/CsrfFactory.php +++ b/module/VuFind/src/VuFind/Validator/CsrfFactory.php @@ -30,6 +30,9 @@ namespace VuFind\Validator; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/View/Helper/Bootstrap3/LayoutClassFactory.php b/module/VuFind/src/VuFind/View/Helper/Bootstrap3/LayoutClassFactory.php index bdf39491cb4..5c1a3ce98ad 100644 --- a/module/VuFind/src/VuFind/View/Helper/Bootstrap3/LayoutClassFactory.php +++ b/module/VuFind/src/VuFind/View/Helper/Bootstrap3/LayoutClassFactory.php @@ -28,6 +28,9 @@ namespace VuFind\View\Helper\Bootstrap3; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/View/Helper/Root/AccountCapabilitiesFactory.php b/module/VuFind/src/VuFind/View/Helper/Root/AccountCapabilitiesFactory.php index b97acd35c08..b06813e9513 100644 --- a/module/VuFind/src/VuFind/View/Helper/Root/AccountCapabilitiesFactory.php +++ b/module/VuFind/src/VuFind/View/Helper/Root/AccountCapabilitiesFactory.php @@ -28,6 +28,9 @@ namespace VuFind\View\Helper\Root; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/View/Helper/Root/AddThisFactory.php b/module/VuFind/src/VuFind/View/Helper/Root/AddThisFactory.php index 522dd54ee95..9543018bd93 100644 --- a/module/VuFind/src/VuFind/View/Helper/Root/AddThisFactory.php +++ b/module/VuFind/src/VuFind/View/Helper/Root/AddThisFactory.php @@ -28,6 +28,9 @@ namespace VuFind\View\Helper\Root; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/View/Helper/Root/AlphaBrowseFactory.php b/module/VuFind/src/VuFind/View/Helper/Root/AlphaBrowseFactory.php index 9e48f7e1655..c1cbf5bbadf 100644 --- a/module/VuFind/src/VuFind/View/Helper/Root/AlphaBrowseFactory.php +++ b/module/VuFind/src/VuFind/View/Helper/Root/AlphaBrowseFactory.php @@ -28,6 +28,9 @@ namespace VuFind\View\Helper\Root; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/View/Helper/Root/AuthFactory.php b/module/VuFind/src/VuFind/View/Helper/Root/AuthFactory.php index 01ab7bfa917..5c03a71b952 100644 --- a/module/VuFind/src/VuFind/View/Helper/Root/AuthFactory.php +++ b/module/VuFind/src/VuFind/View/Helper/Root/AuthFactory.php @@ -28,6 +28,9 @@ namespace VuFind\View\Helper\Root; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/View/Helper/Root/AuthorNotesFactory.php b/module/VuFind/src/VuFind/View/Helper/Root/AuthorNotesFactory.php index 01ab7bfa917..5c03a71b952 100644 --- a/module/VuFind/src/VuFind/View/Helper/Root/AuthorNotesFactory.php +++ b/module/VuFind/src/VuFind/View/Helper/Root/AuthorNotesFactory.php @@ -28,6 +28,9 @@ namespace VuFind\View\Helper\Root; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/View/Helper/Root/CaptchaFactory.php b/module/VuFind/src/VuFind/View/Helper/Root/CaptchaFactory.php index 04d6f971cef..d87f7392dac 100644 --- a/module/VuFind/src/VuFind/View/Helper/Root/CaptchaFactory.php +++ b/module/VuFind/src/VuFind/View/Helper/Root/CaptchaFactory.php @@ -29,6 +29,9 @@ namespace VuFind\View\Helper\Root; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/View/Helper/Root/CartFactory.php b/module/VuFind/src/VuFind/View/Helper/Root/CartFactory.php index 756c32e3a44..6fa480a3685 100644 --- a/module/VuFind/src/VuFind/View/Helper/Root/CartFactory.php +++ b/module/VuFind/src/VuFind/View/Helper/Root/CartFactory.php @@ -28,6 +28,9 @@ namespace VuFind\View\Helper\Root; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/View/Helper/Root/CitationFactory.php b/module/VuFind/src/VuFind/View/Helper/Root/CitationFactory.php index 0f4260ca366..055ca6873af 100644 --- a/module/VuFind/src/VuFind/View/Helper/Root/CitationFactory.php +++ b/module/VuFind/src/VuFind/View/Helper/Root/CitationFactory.php @@ -28,6 +28,9 @@ namespace VuFind\View\Helper\Root; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/View/Helper/Root/ConfigFactory.php b/module/VuFind/src/VuFind/View/Helper/Root/ConfigFactory.php index 8282d81cb0c..5ad7bfffa6a 100644 --- a/module/VuFind/src/VuFind/View/Helper/Root/ConfigFactory.php +++ b/module/VuFind/src/VuFind/View/Helper/Root/ConfigFactory.php @@ -28,6 +28,9 @@ namespace VuFind\View\Helper\Root; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/View/Helper/Root/ContentLoaderFactory.php b/module/VuFind/src/VuFind/View/Helper/Root/ContentLoaderFactory.php index eca8d142422..651248fd0fc 100644 --- a/module/VuFind/src/VuFind/View/Helper/Root/ContentLoaderFactory.php +++ b/module/VuFind/src/VuFind/View/Helper/Root/ContentLoaderFactory.php @@ -28,6 +28,9 @@ namespace VuFind\View\Helper\Root; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/View/Helper/Root/DateTimeFactory.php b/module/VuFind/src/VuFind/View/Helper/Root/DateTimeFactory.php index caecb261ffe..c8920862a00 100644 --- a/module/VuFind/src/VuFind/View/Helper/Root/DateTimeFactory.php +++ b/module/VuFind/src/VuFind/View/Helper/Root/DateTimeFactory.php @@ -28,6 +28,9 @@ namespace VuFind\View\Helper\Root; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/View/Helper/Root/DisplayLanguageOptionFactory.php b/module/VuFind/src/VuFind/View/Helper/Root/DisplayLanguageOptionFactory.php index b8a05239cd4..27be59e258c 100644 --- a/module/VuFind/src/VuFind/View/Helper/Root/DisplayLanguageOptionFactory.php +++ b/module/VuFind/src/VuFind/View/Helper/Root/DisplayLanguageOptionFactory.php @@ -28,7 +28,10 @@ namespace VuFind\View\Helper\Root; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; use Laminas\Mvc\I18n\Translator; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/View/Helper/Root/DoiFactory.php b/module/VuFind/src/VuFind/View/Helper/Root/DoiFactory.php index 4369d692444..aaea5b700e1 100644 --- a/module/VuFind/src/VuFind/View/Helper/Root/DoiFactory.php +++ b/module/VuFind/src/VuFind/View/Helper/Root/DoiFactory.php @@ -28,6 +28,9 @@ namespace VuFind\View\Helper\Root; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/View/Helper/Root/ExportFactory.php b/module/VuFind/src/VuFind/View/Helper/Root/ExportFactory.php index 45f3d0d4cd8..98bd9460e8f 100644 --- a/module/VuFind/src/VuFind/View/Helper/Root/ExportFactory.php +++ b/module/VuFind/src/VuFind/View/Helper/Root/ExportFactory.php @@ -28,6 +28,9 @@ namespace VuFind\View\Helper\Root; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/View/Helper/Root/FeedbackFactory.php b/module/VuFind/src/VuFind/View/Helper/Root/FeedbackFactory.php index 0601cfa229e..07047c1c125 100644 --- a/module/VuFind/src/VuFind/View/Helper/Root/FeedbackFactory.php +++ b/module/VuFind/src/VuFind/View/Helper/Root/FeedbackFactory.php @@ -28,6 +28,9 @@ namespace VuFind\View\Helper\Root; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/View/Helper/Root/FlashmessagesFactory.php b/module/VuFind/src/VuFind/View/Helper/Root/FlashmessagesFactory.php index 47cc310d09d..46d00650a13 100644 --- a/module/VuFind/src/VuFind/View/Helper/Root/FlashmessagesFactory.php +++ b/module/VuFind/src/VuFind/View/Helper/Root/FlashmessagesFactory.php @@ -28,6 +28,9 @@ namespace VuFind\View\Helper\Root; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/View/Helper/Root/GeoCoordsFactory.php b/module/VuFind/src/VuFind/View/Helper/Root/GeoCoordsFactory.php index 15b2294e232..50731d4b478 100644 --- a/module/VuFind/src/VuFind/View/Helper/Root/GeoCoordsFactory.php +++ b/module/VuFind/src/VuFind/View/Helper/Root/GeoCoordsFactory.php @@ -28,6 +28,9 @@ namespace VuFind\View\Helper\Root; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/View/Helper/Root/GoogleAnalyticsFactory.php b/module/VuFind/src/VuFind/View/Helper/Root/GoogleAnalyticsFactory.php index 0ccabdffdf2..965c01a113a 100644 --- a/module/VuFind/src/VuFind/View/Helper/Root/GoogleAnalyticsFactory.php +++ b/module/VuFind/src/VuFind/View/Helper/Root/GoogleAnalyticsFactory.php @@ -28,6 +28,9 @@ namespace VuFind\View\Helper\Root; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/View/Helper/Root/HelpTextFactory.php b/module/VuFind/src/VuFind/View/Helper/Root/HelpTextFactory.php index c698e29973c..e1c5bc68b76 100644 --- a/module/VuFind/src/VuFind/View/Helper/Root/HelpTextFactory.php +++ b/module/VuFind/src/VuFind/View/Helper/Root/HelpTextFactory.php @@ -28,6 +28,9 @@ namespace VuFind\View\Helper\Root; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/View/Helper/Root/HistoryLabelFactory.php b/module/VuFind/src/VuFind/View/Helper/Root/HistoryLabelFactory.php index 8ec670f8a60..65628c4cfd9 100644 --- a/module/VuFind/src/VuFind/View/Helper/Root/HistoryLabelFactory.php +++ b/module/VuFind/src/VuFind/View/Helper/Root/HistoryLabelFactory.php @@ -28,6 +28,9 @@ namespace VuFind\View\Helper\Root; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/View/Helper/Root/IlsFactory.php b/module/VuFind/src/VuFind/View/Helper/Root/IlsFactory.php index 16e2e676243..02b513f4d6e 100644 --- a/module/VuFind/src/VuFind/View/Helper/Root/IlsFactory.php +++ b/module/VuFind/src/VuFind/View/Helper/Root/IlsFactory.php @@ -28,6 +28,9 @@ namespace VuFind\View\Helper\Root; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/View/Helper/Root/JsTranslationsFactory.php b/module/VuFind/src/VuFind/View/Helper/Root/JsTranslationsFactory.php index 9f55e47b110..266b88a605f 100644 --- a/module/VuFind/src/VuFind/View/Helper/Root/JsTranslationsFactory.php +++ b/module/VuFind/src/VuFind/View/Helper/Root/JsTranslationsFactory.php @@ -28,6 +28,9 @@ namespace VuFind\View\Helper\Root; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/View/Helper/Root/KeepAliveFactory.php b/module/VuFind/src/VuFind/View/Helper/Root/KeepAliveFactory.php index 842f2b571fa..40756ae375b 100644 --- a/module/VuFind/src/VuFind/View/Helper/Root/KeepAliveFactory.php +++ b/module/VuFind/src/VuFind/View/Helper/Root/KeepAliveFactory.php @@ -28,6 +28,9 @@ namespace VuFind\View\Helper\Root; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/View/Helper/Root/OpenUrlFactory.php b/module/VuFind/src/VuFind/View/Helper/Root/OpenUrlFactory.php index 67f87108c88..bc16d5de70c 100644 --- a/module/VuFind/src/VuFind/View/Helper/Root/OpenUrlFactory.php +++ b/module/VuFind/src/VuFind/View/Helper/Root/OpenUrlFactory.php @@ -28,6 +28,9 @@ namespace VuFind\View\Helper\Root; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/View/Helper/Root/OverdriveFactory.php b/module/VuFind/src/VuFind/View/Helper/Root/OverdriveFactory.php index 2f93dc79bca..1bee32ac391 100644 --- a/module/VuFind/src/VuFind/View/Helper/Root/OverdriveFactory.php +++ b/module/VuFind/src/VuFind/View/Helper/Root/OverdriveFactory.php @@ -30,6 +30,9 @@ namespace VuFind\View\Helper\Root; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/View/Helper/Root/PermissionFactory.php b/module/VuFind/src/VuFind/View/Helper/Root/PermissionFactory.php index 263c4d1d05f..28a6e7010db 100644 --- a/module/VuFind/src/VuFind/View/Helper/Root/PermissionFactory.php +++ b/module/VuFind/src/VuFind/View/Helper/Root/PermissionFactory.php @@ -28,6 +28,9 @@ namespace VuFind\View\Helper\Root; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/View/Helper/Root/PiwikFactory.php b/module/VuFind/src/VuFind/View/Helper/Root/PiwikFactory.php index e1991ca002f..8e1e4daf5a4 100644 --- a/module/VuFind/src/VuFind/View/Helper/Root/PiwikFactory.php +++ b/module/VuFind/src/VuFind/View/Helper/Root/PiwikFactory.php @@ -28,6 +28,9 @@ namespace VuFind\View\Helper\Root; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/View/Helper/Root/ProxyUrlFactory.php b/module/VuFind/src/VuFind/View/Helper/Root/ProxyUrlFactory.php index 9eb0629edc5..4640a2c9488 100644 --- a/module/VuFind/src/VuFind/View/Helper/Root/ProxyUrlFactory.php +++ b/module/VuFind/src/VuFind/View/Helper/Root/ProxyUrlFactory.php @@ -28,6 +28,9 @@ namespace VuFind\View\Helper\Root; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/View/Helper/Root/RecordDataFormatterFactory.php b/module/VuFind/src/VuFind/View/Helper/Root/RecordDataFormatterFactory.php index 5107b4681e0..c7910ff6443 100644 --- a/module/VuFind/src/VuFind/View/Helper/Root/RecordDataFormatterFactory.php +++ b/module/VuFind/src/VuFind/View/Helper/Root/RecordDataFormatterFactory.php @@ -29,6 +29,9 @@ namespace VuFind\View\Helper\Root; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/View/Helper/Root/RecordFactory.php b/module/VuFind/src/VuFind/View/Helper/Root/RecordFactory.php index 0f3201444aa..b05759cd7f8 100644 --- a/module/VuFind/src/VuFind/View/Helper/Root/RecordFactory.php +++ b/module/VuFind/src/VuFind/View/Helper/Root/RecordFactory.php @@ -28,6 +28,9 @@ namespace VuFind\View\Helper\Root; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/View/Helper/Root/RecordLinkFactory.php b/module/VuFind/src/VuFind/View/Helper/Root/RecordLinkFactory.php index f162c474760..089ad249280 100644 --- a/module/VuFind/src/VuFind/View/Helper/Root/RecordLinkFactory.php +++ b/module/VuFind/src/VuFind/View/Helper/Root/RecordLinkFactory.php @@ -28,6 +28,9 @@ namespace VuFind\View\Helper\Root; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/View/Helper/Root/RelaisFactory.php b/module/VuFind/src/VuFind/View/Helper/Root/RelaisFactory.php index 2305753fd73..2686531cde3 100644 --- a/module/VuFind/src/VuFind/View/Helper/Root/RelaisFactory.php +++ b/module/VuFind/src/VuFind/View/Helper/Root/RelaisFactory.php @@ -28,6 +28,9 @@ namespace VuFind\View\Helper\Root; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/View/Helper/Root/RelatedFactory.php b/module/VuFind/src/VuFind/View/Helper/Root/RelatedFactory.php index 7a06bb3610c..8227cdc8d5a 100644 --- a/module/VuFind/src/VuFind/View/Helper/Root/RelatedFactory.php +++ b/module/VuFind/src/VuFind/View/Helper/Root/RelatedFactory.php @@ -28,6 +28,9 @@ namespace VuFind\View\Helper\Root; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/View/Helper/Root/ResultFeedFactory.php b/module/VuFind/src/VuFind/View/Helper/Root/ResultFeedFactory.php index c6086719224..4ae1a9204e4 100644 --- a/module/VuFind/src/VuFind/View/Helper/Root/ResultFeedFactory.php +++ b/module/VuFind/src/VuFind/View/Helper/Root/ResultFeedFactory.php @@ -28,6 +28,9 @@ namespace VuFind\View\Helper\Root; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/View/Helper/Root/SafeMoneyFormatFactory.php b/module/VuFind/src/VuFind/View/Helper/Root/SafeMoneyFormatFactory.php index 4d3b2e3bd77..8f68da77891 100644 --- a/module/VuFind/src/VuFind/View/Helper/Root/SafeMoneyFormatFactory.php +++ b/module/VuFind/src/VuFind/View/Helper/Root/SafeMoneyFormatFactory.php @@ -28,6 +28,9 @@ namespace VuFind\View\Helper\Root; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/View/Helper/Root/SearchBoxFactory.php b/module/VuFind/src/VuFind/View/Helper/Root/SearchBoxFactory.php index 9593fd1b9c2..99233f89a8b 100644 --- a/module/VuFind/src/VuFind/View/Helper/Root/SearchBoxFactory.php +++ b/module/VuFind/src/VuFind/View/Helper/Root/SearchBoxFactory.php @@ -28,6 +28,9 @@ namespace VuFind\View\Helper\Root; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/View/Helper/Root/SearchMemoryFactory.php b/module/VuFind/src/VuFind/View/Helper/Root/SearchMemoryFactory.php index d7a85c103d3..fef3786fcbb 100644 --- a/module/VuFind/src/VuFind/View/Helper/Root/SearchMemoryFactory.php +++ b/module/VuFind/src/VuFind/View/Helper/Root/SearchMemoryFactory.php @@ -28,6 +28,9 @@ namespace VuFind\View\Helper\Root; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/View/Helper/Root/SearchOptionsFactory.php b/module/VuFind/src/VuFind/View/Helper/Root/SearchOptionsFactory.php index e7a283f0339..5658c9ee8f6 100644 --- a/module/VuFind/src/VuFind/View/Helper/Root/SearchOptionsFactory.php +++ b/module/VuFind/src/VuFind/View/Helper/Root/SearchOptionsFactory.php @@ -28,6 +28,9 @@ namespace VuFind\View\Helper\Root; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/View/Helper/Root/SearchParamsFactory.php b/module/VuFind/src/VuFind/View/Helper/Root/SearchParamsFactory.php index 4b6cea75780..434d135ea4c 100644 --- a/module/VuFind/src/VuFind/View/Helper/Root/SearchParamsFactory.php +++ b/module/VuFind/src/VuFind/View/Helper/Root/SearchParamsFactory.php @@ -28,6 +28,9 @@ namespace VuFind\View\Helper\Root; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/View/Helper/Root/SearchTabsFactory.php b/module/VuFind/src/VuFind/View/Helper/Root/SearchTabsFactory.php index 6181f057f92..aa89f4dadf1 100644 --- a/module/VuFind/src/VuFind/View/Helper/Root/SearchTabsFactory.php +++ b/module/VuFind/src/VuFind/View/Helper/Root/SearchTabsFactory.php @@ -28,6 +28,9 @@ namespace VuFind\View\Helper\Root; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/View/Helper/Root/ServerUrlFactory.php b/module/VuFind/src/VuFind/View/Helper/Root/ServerUrlFactory.php index a7ddf6e8f88..aef7693c58a 100644 --- a/module/VuFind/src/VuFind/View/Helper/Root/ServerUrlFactory.php +++ b/module/VuFind/src/VuFind/View/Helper/Root/ServerUrlFactory.php @@ -29,6 +29,9 @@ namespace VuFind\View\Helper\Root; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/View/Helper/Root/ShortenUrlFactory.php b/module/VuFind/src/VuFind/View/Helper/Root/ShortenUrlFactory.php index 1ee35655810..da4ace78b26 100644 --- a/module/VuFind/src/VuFind/View/Helper/Root/ShortenUrlFactory.php +++ b/module/VuFind/src/VuFind/View/Helper/Root/ShortenUrlFactory.php @@ -28,6 +28,9 @@ namespace VuFind\View\Helper\Root; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/View/Helper/Root/SyndeticsPlusFactory.php b/module/VuFind/src/VuFind/View/Helper/Root/SyndeticsPlusFactory.php index 55b27813ee7..7d1aa0b85d9 100644 --- a/module/VuFind/src/VuFind/View/Helper/Root/SyndeticsPlusFactory.php +++ b/module/VuFind/src/VuFind/View/Helper/Root/SyndeticsPlusFactory.php @@ -28,6 +28,9 @@ namespace VuFind\View\Helper\Root; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/View/Helper/Root/SystemEmailFactory.php b/module/VuFind/src/VuFind/View/Helper/Root/SystemEmailFactory.php index 5a4a70337e3..1e3599687aa 100644 --- a/module/VuFind/src/VuFind/View/Helper/Root/SystemEmailFactory.php +++ b/module/VuFind/src/VuFind/View/Helper/Root/SystemEmailFactory.php @@ -28,6 +28,9 @@ namespace VuFind\View\Helper\Root; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/View/Helper/Root/UrlFactory.php b/module/VuFind/src/VuFind/View/Helper/Root/UrlFactory.php index da5c19e14ee..688db37eec9 100644 --- a/module/VuFind/src/VuFind/View/Helper/Root/UrlFactory.php +++ b/module/VuFind/src/VuFind/View/Helper/Root/UrlFactory.php @@ -28,7 +28,10 @@ namespace VuFind\View\Helper\Root; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; use Laminas\Router\RouteMatch; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/View/Helper/Root/UserListFactory.php b/module/VuFind/src/VuFind/View/Helper/Root/UserListFactory.php index 887ec82982c..0b19db72747 100644 --- a/module/VuFind/src/VuFind/View/Helper/Root/UserListFactory.php +++ b/module/VuFind/src/VuFind/View/Helper/Root/UserListFactory.php @@ -28,6 +28,9 @@ namespace VuFind\View\Helper\Root; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFind/src/VuFind/View/Helper/Root/UserTagsFactory.php b/module/VuFind/src/VuFind/View/Helper/Root/UserTagsFactory.php index 835fd939a30..d609e26b08d 100644 --- a/module/VuFind/src/VuFind/View/Helper/Root/UserTagsFactory.php +++ b/module/VuFind/src/VuFind/View/Helper/Root/UserTagsFactory.php @@ -28,6 +28,9 @@ namespace VuFind\View\Helper\Root; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFindApi/src/VuFindApi/Controller/ApiControllerFactory.php b/module/VuFindApi/src/VuFindApi/Controller/ApiControllerFactory.php index a4e1bb5d42c..6edec631efd 100644 --- a/module/VuFindApi/src/VuFindApi/Controller/ApiControllerFactory.php +++ b/module/VuFindApi/src/VuFindApi/Controller/ApiControllerFactory.php @@ -28,6 +28,9 @@ namespace VuFindApi\Controller; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFindApi/src/VuFindApi/Controller/Search2ApiControllerFactory.php b/module/VuFindApi/src/VuFindApi/Controller/Search2ApiControllerFactory.php index 049c14382be..f99f3607608 100644 --- a/module/VuFindApi/src/VuFindApi/Controller/Search2ApiControllerFactory.php +++ b/module/VuFindApi/src/VuFindApi/Controller/Search2ApiControllerFactory.php @@ -28,6 +28,9 @@ namespace VuFindApi\Controller; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFindApi/src/VuFindApi/Controller/SearchApiControllerFactory.php b/module/VuFindApi/src/VuFindApi/Controller/SearchApiControllerFactory.php index d51ce4ecab6..20ff4cbda8b 100644 --- a/module/VuFindApi/src/VuFindApi/Controller/SearchApiControllerFactory.php +++ b/module/VuFindApi/src/VuFindApi/Controller/SearchApiControllerFactory.php @@ -28,6 +28,9 @@ namespace VuFindApi\Controller; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFindApi/src/VuFindApi/Controller/WebApiControllerFactory.php b/module/VuFindApi/src/VuFindApi/Controller/WebApiControllerFactory.php index 09804ec356b..a514f4cecd3 100644 --- a/module/VuFindApi/src/VuFindApi/Controller/WebApiControllerFactory.php +++ b/module/VuFindApi/src/VuFindApi/Controller/WebApiControllerFactory.php @@ -28,6 +28,9 @@ namespace VuFindApi\Controller; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFindApi/src/VuFindApi/Formatter/RecordFormatterFactory.php b/module/VuFindApi/src/VuFindApi/Formatter/RecordFormatterFactory.php index 281289f5f9f..758470adefe 100644 --- a/module/VuFindApi/src/VuFindApi/Formatter/RecordFormatterFactory.php +++ b/module/VuFindApi/src/VuFindApi/Formatter/RecordFormatterFactory.php @@ -28,6 +28,9 @@ namespace VuFindApi\Formatter; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFindConsole/src/VuFindConsole/Command/Compile/ThemeCommandFactory.php b/module/VuFindConsole/src/VuFindConsole/Command/Compile/ThemeCommandFactory.php index acb3b673b2a..f83e6744ab4 100644 --- a/module/VuFindConsole/src/VuFindConsole/Command/Compile/ThemeCommandFactory.php +++ b/module/VuFindConsole/src/VuFindConsole/Command/Compile/ThemeCommandFactory.php @@ -28,6 +28,9 @@ namespace VuFindConsole\Command\Compile; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFindConsole/src/VuFindConsole/Command/Generate/AbstractCommandFactory.php b/module/VuFindConsole/src/VuFindConsole/Command/Generate/AbstractCommandFactory.php index 8b177c0c74a..fe03c90d40f 100644 --- a/module/VuFindConsole/src/VuFindConsole/Command/Generate/AbstractCommandFactory.php +++ b/module/VuFindConsole/src/VuFindConsole/Command/Generate/AbstractCommandFactory.php @@ -28,6 +28,9 @@ namespace VuFindConsole\Command\Generate; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFindConsole/src/VuFindConsole/Command/Generate/AbstractContainerAwareCommandFactory.php b/module/VuFindConsole/src/VuFindConsole/Command/Generate/AbstractContainerAwareCommandFactory.php index 241901fc09d..20c9d5745e9 100644 --- a/module/VuFindConsole/src/VuFindConsole/Command/Generate/AbstractContainerAwareCommandFactory.php +++ b/module/VuFindConsole/src/VuFindConsole/Command/Generate/AbstractContainerAwareCommandFactory.php @@ -28,6 +28,9 @@ namespace VuFindConsole\Command\Generate; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; /** * Factory for console generator commands that rely on a service container. diff --git a/module/VuFindConsole/src/VuFindConsole/Command/Generate/AbstractRouteCommandFactory.php b/module/VuFindConsole/src/VuFindConsole/Command/Generate/AbstractRouteCommandFactory.php index 40ddaaf7a62..7cf9e51de17 100644 --- a/module/VuFindConsole/src/VuFindConsole/Command/Generate/AbstractRouteCommandFactory.php +++ b/module/VuFindConsole/src/VuFindConsole/Command/Generate/AbstractRouteCommandFactory.php @@ -28,6 +28,10 @@ namespace VuFindConsole\Command\Generate; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; + use VuFind\Route\RouteGenerator; /** diff --git a/module/VuFindConsole/src/VuFindConsole/Command/Generate/NonTabRecordActionCommandFactory.php b/module/VuFindConsole/src/VuFindConsole/Command/Generate/NonTabRecordActionCommandFactory.php index 1fe99c09fc8..f13191c9aed 100644 --- a/module/VuFindConsole/src/VuFindConsole/Command/Generate/NonTabRecordActionCommandFactory.php +++ b/module/VuFindConsole/src/VuFindConsole/Command/Generate/NonTabRecordActionCommandFactory.php @@ -28,6 +28,9 @@ namespace VuFindConsole\Command\Generate; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; /** * Factory for non-tab record action route generator command. diff --git a/module/VuFindConsole/src/VuFindConsole/Command/Generate/ThemeCommandFactory.php b/module/VuFindConsole/src/VuFindConsole/Command/Generate/ThemeCommandFactory.php index 190e40cca9d..abd27e734a5 100644 --- a/module/VuFindConsole/src/VuFindConsole/Command/Generate/ThemeCommandFactory.php +++ b/module/VuFindConsole/src/VuFindConsole/Command/Generate/ThemeCommandFactory.php @@ -28,6 +28,9 @@ namespace VuFindConsole\Command\Generate; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; /** * Factory for theme generator command. diff --git a/module/VuFindConsole/src/VuFindConsole/Command/Generate/ThemeMixinCommandFactory.php b/module/VuFindConsole/src/VuFindConsole/Command/Generate/ThemeMixinCommandFactory.php index 9c447764816..3b391ccb8e2 100644 --- a/module/VuFindConsole/src/VuFindConsole/Command/Generate/ThemeMixinCommandFactory.php +++ b/module/VuFindConsole/src/VuFindConsole/Command/Generate/ThemeMixinCommandFactory.php @@ -28,6 +28,9 @@ namespace VuFindConsole\Command\Generate; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; /** * Factory for theme mixin generator command. diff --git a/module/VuFindConsole/src/VuFindConsole/Command/Harvest/HarvestOaiCommandFactory.php b/module/VuFindConsole/src/VuFindConsole/Command/Harvest/HarvestOaiCommandFactory.php index c7c35e1bc2a..e11afecd0cc 100644 --- a/module/VuFindConsole/src/VuFindConsole/Command/Harvest/HarvestOaiCommandFactory.php +++ b/module/VuFindConsole/src/VuFindConsole/Command/Harvest/HarvestOaiCommandFactory.php @@ -28,6 +28,9 @@ namespace VuFindConsole\Command\Harvest; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFindConsole/src/VuFindConsole/Command/Import/ImportXslCommandFactory.php b/module/VuFindConsole/src/VuFindConsole/Command/Import/ImportXslCommandFactory.php index 5be0a27041d..1215df017fd 100644 --- a/module/VuFindConsole/src/VuFindConsole/Command/Import/ImportXslCommandFactory.php +++ b/module/VuFindConsole/src/VuFindConsole/Command/Import/ImportXslCommandFactory.php @@ -28,6 +28,9 @@ namespace VuFindConsole\Command\Import; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFindConsole/src/VuFindConsole/Command/Import/WebCrawlCommandFactory.php b/module/VuFindConsole/src/VuFindConsole/Command/Import/WebCrawlCommandFactory.php index 6c9dda49774..0137b2bd9d8 100644 --- a/module/VuFindConsole/src/VuFindConsole/Command/Import/WebCrawlCommandFactory.php +++ b/module/VuFindConsole/src/VuFindConsole/Command/Import/WebCrawlCommandFactory.php @@ -28,6 +28,9 @@ namespace VuFindConsole\Command\Import; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFindConsole/src/VuFindConsole/Command/Language/AbstractCommandFactory.php b/module/VuFindConsole/src/VuFindConsole/Command/Language/AbstractCommandFactory.php index 20c2383b60f..2c11e8926be 100644 --- a/module/VuFindConsole/src/VuFindConsole/Command/Language/AbstractCommandFactory.php +++ b/module/VuFindConsole/src/VuFindConsole/Command/Language/AbstractCommandFactory.php @@ -28,6 +28,9 @@ namespace VuFindConsole\Command\Language; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; use VuFind\I18n\ExtendedIniNormalizer; use VuFind\I18n\Translator\Loader\ExtendedIniReader; diff --git a/module/VuFindConsole/src/VuFindConsole/Command/ScheduledSearch/NotifyCommandFactory.php b/module/VuFindConsole/src/VuFindConsole/Command/ScheduledSearch/NotifyCommandFactory.php index 69dcbf5a17d..6755a862171 100644 --- a/module/VuFindConsole/src/VuFindConsole/Command/ScheduledSearch/NotifyCommandFactory.php +++ b/module/VuFindConsole/src/VuFindConsole/Command/ScheduledSearch/NotifyCommandFactory.php @@ -28,6 +28,9 @@ namespace VuFindConsole\Command\ScheduledSearch; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFindConsole/src/VuFindConsole/Command/Util/AbstractSolrAndIlsCommandFactory.php b/module/VuFindConsole/src/VuFindConsole/Command/Util/AbstractSolrAndIlsCommandFactory.php index fe0f10102d1..6be93d56246 100644 --- a/module/VuFindConsole/src/VuFindConsole/Command/Util/AbstractSolrAndIlsCommandFactory.php +++ b/module/VuFindConsole/src/VuFindConsole/Command/Util/AbstractSolrAndIlsCommandFactory.php @@ -28,6 +28,9 @@ namespace VuFindConsole\Command\Util; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFindConsole/src/VuFindConsole/Command/Util/AbstractSolrCommandFactory.php b/module/VuFindConsole/src/VuFindConsole/Command/Util/AbstractSolrCommandFactory.php index e1eb134e13a..1ac70461fb5 100644 --- a/module/VuFindConsole/src/VuFindConsole/Command/Util/AbstractSolrCommandFactory.php +++ b/module/VuFindConsole/src/VuFindConsole/Command/Util/AbstractSolrCommandFactory.php @@ -28,6 +28,9 @@ namespace VuFindConsole\Command\Util; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFindConsole/src/VuFindConsole/Command/Util/CleanUpRecordCacheCommandFactory.php b/module/VuFindConsole/src/VuFindConsole/Command/Util/CleanUpRecordCacheCommandFactory.php index 7037524741f..98fa49273e5 100644 --- a/module/VuFindConsole/src/VuFindConsole/Command/Util/CleanUpRecordCacheCommandFactory.php +++ b/module/VuFindConsole/src/VuFindConsole/Command/Util/CleanUpRecordCacheCommandFactory.php @@ -28,6 +28,9 @@ namespace VuFindConsole\Command\Util; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFindConsole/src/VuFindConsole/Command/Util/CreateHierarchyTreesCommandFactory.php b/module/VuFindConsole/src/VuFindConsole/Command/Util/CreateHierarchyTreesCommandFactory.php index 91f1c8d03c6..0d626091116 100644 --- a/module/VuFindConsole/src/VuFindConsole/Command/Util/CreateHierarchyTreesCommandFactory.php +++ b/module/VuFindConsole/src/VuFindConsole/Command/Util/CreateHierarchyTreesCommandFactory.php @@ -28,6 +28,9 @@ namespace VuFindConsole\Command\Util; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFindConsole/src/VuFindConsole/Command/Util/CssBuilderCommandFactory.php b/module/VuFindConsole/src/VuFindConsole/Command/Util/CssBuilderCommandFactory.php index f8664ed2ca4..628f19de585 100644 --- a/module/VuFindConsole/src/VuFindConsole/Command/Util/CssBuilderCommandFactory.php +++ b/module/VuFindConsole/src/VuFindConsole/Command/Util/CssBuilderCommandFactory.php @@ -28,6 +28,9 @@ namespace VuFindConsole\Command\Util; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFindConsole/src/VuFindConsole/Command/Util/ExpireAuthHashesCommandFactory.php b/module/VuFindConsole/src/VuFindConsole/Command/Util/ExpireAuthHashesCommandFactory.php index 70151fe7895..3d1f6b513af 100644 --- a/module/VuFindConsole/src/VuFindConsole/Command/Util/ExpireAuthHashesCommandFactory.php +++ b/module/VuFindConsole/src/VuFindConsole/Command/Util/ExpireAuthHashesCommandFactory.php @@ -28,6 +28,9 @@ namespace VuFindConsole\Command\Util; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFindConsole/src/VuFindConsole/Command/Util/ExpireExternalSessionsCommandFactory.php b/module/VuFindConsole/src/VuFindConsole/Command/Util/ExpireExternalSessionsCommandFactory.php index adf0d3c708b..a9f142a7ddb 100644 --- a/module/VuFindConsole/src/VuFindConsole/Command/Util/ExpireExternalSessionsCommandFactory.php +++ b/module/VuFindConsole/src/VuFindConsole/Command/Util/ExpireExternalSessionsCommandFactory.php @@ -28,6 +28,9 @@ namespace VuFindConsole\Command\Util; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFindConsole/src/VuFindConsole/Command/Util/ExpireSearchesCommandFactory.php b/module/VuFindConsole/src/VuFindConsole/Command/Util/ExpireSearchesCommandFactory.php index 732752aa34b..98c3f089009 100644 --- a/module/VuFindConsole/src/VuFindConsole/Command/Util/ExpireSearchesCommandFactory.php +++ b/module/VuFindConsole/src/VuFindConsole/Command/Util/ExpireSearchesCommandFactory.php @@ -28,6 +28,9 @@ namespace VuFindConsole\Command\Util; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFindConsole/src/VuFindConsole/Command/Util/ExpireSessionsCommandFactory.php b/module/VuFindConsole/src/VuFindConsole/Command/Util/ExpireSessionsCommandFactory.php index 314e1009045..62c74b65630 100644 --- a/module/VuFindConsole/src/VuFindConsole/Command/Util/ExpireSessionsCommandFactory.php +++ b/module/VuFindConsole/src/VuFindConsole/Command/Util/ExpireSessionsCommandFactory.php @@ -28,6 +28,9 @@ namespace VuFindConsole\Command\Util; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFindConsole/src/VuFindConsole/Command/Util/ScssBuilderCommandFactory.php b/module/VuFindConsole/src/VuFindConsole/Command/Util/ScssBuilderCommandFactory.php index 238f4024b0d..fe25e284e45 100644 --- a/module/VuFindConsole/src/VuFindConsole/Command/Util/ScssBuilderCommandFactory.php +++ b/module/VuFindConsole/src/VuFindConsole/Command/Util/ScssBuilderCommandFactory.php @@ -28,6 +28,9 @@ namespace VuFindConsole\Command\Util; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFindConsole/src/VuFindConsole/Command/Util/SitemapCommandFactory.php b/module/VuFindConsole/src/VuFindConsole/Command/Util/SitemapCommandFactory.php index 23dece2d9d1..a050e4b6f36 100644 --- a/module/VuFindConsole/src/VuFindConsole/Command/Util/SitemapCommandFactory.php +++ b/module/VuFindConsole/src/VuFindConsole/Command/Util/SitemapCommandFactory.php @@ -28,6 +28,9 @@ namespace VuFindConsole\Command\Util; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFindConsole/src/VuFindConsole/Command/Util/SwitchDbHashCommandFactory.php b/module/VuFindConsole/src/VuFindConsole/Command/Util/SwitchDbHashCommandFactory.php index 5d3eca6ee0f..76ae502a25b 100644 --- a/module/VuFindConsole/src/VuFindConsole/Command/Util/SwitchDbHashCommandFactory.php +++ b/module/VuFindConsole/src/VuFindConsole/Command/Util/SwitchDbHashCommandFactory.php @@ -28,6 +28,9 @@ namespace VuFindConsole\Command\Util; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFindConsole/src/VuFindConsole/ConsoleRunnerFactory.php b/module/VuFindConsole/src/VuFindConsole/ConsoleRunnerFactory.php index 3020bf05fdb..4501eaf4d0b 100644 --- a/module/VuFindConsole/src/VuFindConsole/ConsoleRunnerFactory.php +++ b/module/VuFindConsole/src/VuFindConsole/ConsoleRunnerFactory.php @@ -28,6 +28,9 @@ namespace VuFindConsole; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFindConsole/src/VuFindConsole/Generator/GeneratorToolsFactory.php b/module/VuFindConsole/src/VuFindConsole/Generator/GeneratorToolsFactory.php index 237d04d90a4..6064bce4a0a 100644 --- a/module/VuFindConsole/src/VuFindConsole/Generator/GeneratorToolsFactory.php +++ b/module/VuFindConsole/src/VuFindConsole/Generator/GeneratorToolsFactory.php @@ -28,6 +28,9 @@ namespace VuFindConsole\Generator; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFindTheme/src/VuFindTheme/ThemeInfoFactory.php b/module/VuFindTheme/src/VuFindTheme/ThemeInfoFactory.php index 906ab3c07bf..67b55cc750f 100644 --- a/module/VuFindTheme/src/VuFindTheme/ThemeInfoFactory.php +++ b/module/VuFindTheme/src/VuFindTheme/ThemeInfoFactory.php @@ -28,6 +28,9 @@ namespace VuFindTheme; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFindTheme/src/VuFindTheme/ThemeInfoInjectorFactory.php b/module/VuFindTheme/src/VuFindTheme/ThemeInfoInjectorFactory.php index 79d2a671331..17de7e47150 100644 --- a/module/VuFindTheme/src/VuFindTheme/ThemeInfoInjectorFactory.php +++ b/module/VuFindTheme/src/VuFindTheme/ThemeInfoInjectorFactory.php @@ -28,6 +28,9 @@ namespace VuFindTheme; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFindTheme/src/VuFindTheme/View/Helper/HeadThemeResourcesFactory.php b/module/VuFindTheme/src/VuFindTheme/View/Helper/HeadThemeResourcesFactory.php index 7dfef68873f..4574659be31 100644 --- a/module/VuFindTheme/src/VuFindTheme/View/Helper/HeadThemeResourcesFactory.php +++ b/module/VuFindTheme/src/VuFindTheme/View/Helper/HeadThemeResourcesFactory.php @@ -28,6 +28,9 @@ namespace VuFindTheme\View\Helper; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFindTheme/src/VuFindTheme/View/Helper/ImageLinkFactory.php b/module/VuFindTheme/src/VuFindTheme/View/Helper/ImageLinkFactory.php index eeb97f4bc57..e8c3edfb176 100644 --- a/module/VuFindTheme/src/VuFindTheme/View/Helper/ImageLinkFactory.php +++ b/module/VuFindTheme/src/VuFindTheme/View/Helper/ImageLinkFactory.php @@ -28,6 +28,9 @@ namespace VuFindTheme\View\Helper; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFindTheme/src/VuFindTheme/View/Helper/ParentTemplateFactory.php b/module/VuFindTheme/src/VuFindTheme/View/Helper/ParentTemplateFactory.php index aa038be98b1..f214fa60d81 100644 --- a/module/VuFindTheme/src/VuFindTheme/View/Helper/ParentTemplateFactory.php +++ b/module/VuFindTheme/src/VuFindTheme/View/Helper/ParentTemplateFactory.php @@ -28,6 +28,9 @@ namespace VuFindTheme\View\Helper; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFindTheme/src/VuFindTheme/View/Helper/PipelineInjectorFactory.php b/module/VuFindTheme/src/VuFindTheme/View/Helper/PipelineInjectorFactory.php index c475da1a093..6a3f3802559 100644 --- a/module/VuFindTheme/src/VuFindTheme/View/Helper/PipelineInjectorFactory.php +++ b/module/VuFindTheme/src/VuFindTheme/View/Helper/PipelineInjectorFactory.php @@ -28,7 +28,10 @@ namespace VuFindTheme\View\Helper; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; use Laminas\Config\Config; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** diff --git a/module/VuFindTheme/src/VuFindTheme/View/Helper/TemplatePathFactory.php b/module/VuFindTheme/src/VuFindTheme/View/Helper/TemplatePathFactory.php index c1860545356..ea1503f0940 100644 --- a/module/VuFindTheme/src/VuFindTheme/View/Helper/TemplatePathFactory.php +++ b/module/VuFindTheme/src/VuFindTheme/View/Helper/TemplatePathFactory.php @@ -28,6 +28,9 @@ namespace VuFindTheme\View\Helper; use Interop\Container\ContainerInterface; +use Interop\Container\Exception\ContainerException; +use Laminas\ServiceManager\Exception\ServiceNotCreatedException; +use Laminas\ServiceManager\Exception\ServiceNotFoundException; use Laminas\ServiceManager\Factory\FactoryInterface; /** -- GitLab