From 1f51713134f2d1479fda7c0992043a590e8ba005 Mon Sep 17 00:00:00 2001 From: joomla-translation-bot <87496051+joomla-translation-bot@users.noreply.github.com> Date: Thu, 30 Oct 2025 12:09:23 +0100 Subject: [PATCH 1/6] [6.0] Translation Update (#46382) --- installation/language/it-IT/joomla.cli.ini | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/installation/language/it-IT/joomla.cli.ini b/installation/language/it-IT/joomla.cli.ini index fe4f09e14e0a8..1ec372fb204ca 100644 --- a/installation/language/it-IT/joomla.cli.ini +++ b/installation/language/it-IT/joomla.cli.ini @@ -7,8 +7,32 @@ INSTL_ADMIN_USERNAME_DESC_SHORT="Nome utente del tuo account Super Utente" INSTL_ADMIN_USER_DESC="Inserisci il vero nome del tuo Super Utente" INSTL_ADMIN_USER_DESC_SHORT="Nome reale dell'account Super Utente" INSTL_DATABASE_COULD_NOT_CONNECT="%s" +INSTL_DATABASE_ENCRYPTION_CA_LABEL="Percorso al file CA in base al quale verificare la cifratura" +INSTL_DATABASE_ENCRYPTION_CA_LABEL_SHORT="Percorso al file CA in base al quale verificare la cifratura" +INSTL_DATABASE_ENCRYPTION_CERT_LABEL="Percorso al certificato SSL per la connessione al database. Richiede la cifratura per essere impostata a 2" +INSTL_DATABASE_ENCRYPTION_CERT_LABEL_SHORT="Percorso al certificato SSL per la connessione al database. Richiede la cifratura per essere impostata a 2" INSTL_DATABASE_ENCRYPTION_CIPHER_LABEL="Suite Cifrature supportate (opzionale)" INSTL_DATABASE_ENCRYPTION_CIPHER_LABEL_SHORT="Suite Cifrature supportate (opzionale)" +INSTL_DATABASE_ENCRYPTION_KEY_LABEL="Percorso al certificato SSL per la connessione al database. Richiede la cifratura per essere impostata a 2" +INSTL_DATABASE_ENCRYPTION_KEY_LABEL_SHORT="Percorso al certificato SSL per la connessione al database. Richiede la cifratura per essere impostata a 2" +INSTL_DATABASE_ENCRYPTION_MODE_LABEL="Cifratura per la connessione al database. Valori: 0=Nessuna, 1=One way, 2=Two way" +INSTL_DATABASE_ENCRYPTION_MODE_LABEL_SHORT="Cifratura per la connessione al database. Valori: 0=Nessuna, 1=One way, 2=Two way" +INSTL_DATABASE_ENCRYPTION_VERIFY_SERVER_CERT_LABEL="Verifica il certificato SSL per la connessione al database. Valori: 0=No, 1=Sì. Richiede la crittografia per essere impostata a 1 o 2" +INSTL_DATABASE_ENCRYPTION_VERIFY_SERVER_CERT_LABEL_SHORT="Verifica il certificato SSL per la connessione al database. Valori: 0=No, 1=Sì. Richiede la crittografia per essere impostata a 1 o 2" +INSTL_DATABASE_HOST_DESC="Host del database" +INSTL_DATABASE_HOST_DESC_SHORT="Host del database" +INSTL_DATABASE_NAME_DESC="Nome del database" +INSTL_DATABASE_NAME_DESC_SHORT="Nome del database" +INSTL_DATABASE_PASSWORD_DESC="Password del Database" +INSTL_DATABASE_PASSWORD_DESC_SHORT="Password del Database" +INSTL_DATABASE_PREFIX_DESC="Prefisso per le tabelle del database" +INSTL_DATABASE_PREFIX_DESC_SHORT="Prefisso per le tabelle del database" +INSTL_DATABASE_TYPE_DESC="Tipo di database. Supportato: mysql, mysqli, pgsql" +INSTL_DATABASE_TYPE_DESC_SHORT="Tipo di database. Supportato da Joomla: mysql (=MySQL (PDO)), mysqli (=MySQLi), pgsql (=PostgreSQL (PDO))" +INSTL_DATABASE_USER_DESC="Nome utente database" +INSTL_DATABASE_USER_DESC_SHORT="Nome utente database" INSTL_PUBLIC_FOLDER_DESC="Percorso relativo o assoluto della cartella pubblica" INSTL_PUBLIC_FOLDER_DESC_SHORT="Percorso relativo o assoluto della cartella pubblica" +INSTL_SITE_NAME_DESC="Inserisci il nome del tuo sito Joomla" +INSTL_SITE_NAME_DESC_SHORT="Nome del sito web" From c5acc74d66680502d2e36e5eefce9385649f3bcf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Heiko=20L=C3=BCbbe?= Date: Fri, 31 Oct 2025 22:09:49 +0100 Subject: [PATCH 2/6] [6.0] README.md delete heavy development note (#46222) * [6.0] README.md delete heavy development note * Also clean heavy development note in README.txt --- README.md | 3 --- README.txt | 3 --- 2 files changed, 6 deletions(-) diff --git a/README.md b/README.md index 69c10113c1f93..1c7f29ca22ea6 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,6 @@ Joomla! CMS™ ==================== -The Joomla! 6.0 branch is under heavy development and not all links in this document are available yet ------------------------------------------------------------------------------------------------------- - Build Status ------------ diff --git a/README.txt b/README.txt index fd4764abee23a..e77811fbc31b2 100644 --- a/README.txt +++ b/README.txt @@ -1,8 +1,5 @@ Joomla! CMS™ -The Joomla! 6.0 branch is under heavy development and not all links in this document are available yet ------------------------------------------------------------------------------------------------------- - 1- Overview * This is a Joomla! 6.x installation/upgrade package. * Joomla! Official site: https://www.joomla.org From 7bcf4a307937245d2cafd2307f2b5a0a7482b51f Mon Sep 17 00:00:00 2001 From: Allon Moritz Date: Fri, 31 Oct 2025 22:52:20 +0100 Subject: [PATCH 3/6] [6.0] Change major version to 7.0 for deprecation removals (#46367) * Change major version to 7.0 for deprecation removals * Add target version of editor buttons * Revert 8 deprecations * Update PHPStan baseline file --- .../com_banners/helpers/banners.php | 2 +- .../com_categories/helpers/categories.php | 2 +- .../com_contact/helpers/contact.php | 2 +- .../com_content/helpers/content.php | 2 +- .../helpers/contenthistory.php | 2 +- .../components/com_fields/helpers/fields.php | 2 +- .../com_finder/helpers/language.php | 2 +- .../com_installer/helpers/installer.php | 2 +- .../src/Model/UpdateModel.php | 2 +- .../components/com_menus/helpers/menus.php | 2 +- .../com_modules/helpers/modules.php | 2 +- .../com_modules/src/Service/HTML/Modules.php | 2 +- .../com_newsfeeds/helpers/newsfeeds.php | 2 +- .../com_plugins/helpers/plugins.php | 2 +- .../com_privacy/src/Plugin/PrivacyPlugin.php | 2 +- .../com_redirect/helpers/redirect.php | 2 +- .../com_templates/helpers/template.php | 2 +- .../com_templates/helpers/templates.php | 2 +- .../src/Service/HTML/Templates.php | 8 +- .../components/com_users/helpers/debug.php | 2 +- .../components/com_users/helpers/users.php | 2 +- .../com_users/src/Helper/UsersHelper.php | 6 +- .../com_users/src/Model/UserModel.php | 14 +- build/media_source/legacy/js/toolbar.es5.js | 2 +- build/media_source/system/js/core.es6.js | 2 +- .../system/js/fields/calendar.es5.js | 4 +- components/com_contact/helpers/route.php | 2 +- components/com_content/helpers/icon.php | 12 +- components/com_finder/helpers/route.php | 2 +- components/com_newsfeeds/helpers/route.php | 2 +- components/com_tags/helpers/route.php | 2 +- .../com_tags/src/Helper/RouteHelper.php | 4 +- components/com_tags/src/Service/Router.php | 2 +- .../com_users/src/Model/ProfileModel.php | 4 +- layouts/joomla/content/icons/create.php | 2 +- layouts/joomla/form/field/url.php | 2 +- libraries/loader.php | 8 +- .../Application/AdministratorApplication.php | 4 +- libraries/src/Application/ApiApplication.php | 2 +- libraries/src/Application/CMSApplication.php | 12 +- .../Application/CMSApplicationInterface.php | 2 +- .../CMSWebApplicationInterface.php | 2 +- .../src/Application/ConsoleApplication.php | 4 +- libraries/src/Application/SiteApplication.php | 2 +- libraries/src/Application/WebApplication.php | 4 +- .../Authentication/Password/MD5Handler.php | 2 +- .../Authentication/Password/PHPassHandler.php | 2 +- libraries/src/Cache/Cache.php | 2 +- libraries/src/Cache/CacheController.php | 4 +- libraries/src/Categories/Categories.php | 2 +- libraries/src/Component/ComponentHelper.php | 6 +- libraries/src/Component/ComponentRecord.php | 4 +- .../src/Component/Router/Rules/MenuRules.php | 2 +- .../src/Console/CheckJoomlaUpdatesCommand.php | 2 +- libraries/src/Crypt/Cipher/CryptoCipher.php | 2 +- libraries/src/Document/Document.php | 2 +- libraries/src/Document/HtmlDocument.php | 4 +- libraries/src/Encrypt/AES/Mcrypt.php | 2 +- libraries/src/Encrypt/Aes.php | 2 +- libraries/src/Factory.php | 36 +- libraries/src/Form/Field/UserField.php | 4 +- libraries/src/Form/Form.php | 2 +- libraries/src/Form/FormField.php | 2 +- libraries/src/HTML/HTMLHelper.php | 12 +- libraries/src/HTML/Helpers/Behavior.php | 12 +- libraries/src/HTML/Helpers/Bootstrap.php | 2 +- libraries/src/HTML/Helpers/FormBehavior.php | 2 +- libraries/src/HTML/Helpers/Jquery.php | 2 +- libraries/src/HTML/Helpers/SortableList.php | 4 +- libraries/src/HTML/Helpers/Tag.php | 2 +- libraries/src/Helper/AuthenticationHelper.php | 2 +- libraries/src/Input/Cli.php | 14 +- libraries/src/Installer/InstallerAdapter.php | 2 +- libraries/src/Language/Language.php | 34 +- .../src/MVC/Controller/BaseController.php | 6 +- .../src/MVC/Controller/FormController.php | 2 +- libraries/src/MVC/Model/AdminModel.php | 2 +- libraries/src/MVC/Model/BaseDatabaseModel.php | 8 +- libraries/src/MVC/Model/BaseModel.php | 2 +- .../src/MVC/Model/LegacyModelLoaderTrait.php | 10 +- libraries/src/MVC/View/AbstractView.php | 2 +- libraries/src/Mail/Mail.php | 4 +- libraries/src/Menu/AbstractMenu.php | 4 +- .../src/Object/LegacyErrorHandlingTrait.php | 2 +- libraries/src/Pathway/Pathway.php | 2 +- libraries/src/Plugin/CMSPlugin.php | 2 +- libraries/src/Router/Route.php | 6 +- libraries/src/Router/Router.php | 2 +- libraries/src/Session/Session.php | 2 +- libraries/src/Table/Category.php | 2 +- libraries/src/Table/Table.php | 4 +- libraries/src/Toolbar/Button/BasicButton.php | 2 +- .../src/Toolbar/Button/ConfirmButton.php | 2 +- libraries/src/Toolbar/Button/CustomButton.php | 2 +- libraries/src/Toolbar/Button/HelpButton.php | 2 +- .../src/Toolbar/Button/InlinehelpButton.php | 2 +- libraries/src/Toolbar/Button/LinkButton.php | 2 +- .../src/Toolbar/Button/SeparatorButton.php | 2 +- .../src/Toolbar/Button/StandardButton.php | 2 +- .../Toolbar/ContainerAwareToolbarFactory.php | 2 +- libraries/src/Toolbar/Toolbar.php | 6 +- libraries/src/Toolbar/ToolbarButton.php | 2 +- libraries/src/Toolbar/ToolbarHelper.php | 2 +- libraries/src/User/User.php | 2 +- libraries/src/User/UserHelper.php | 10 +- libraries/src/WebAuthn/Server.php | 2 +- .../src/Helper/ArticlesArchiveHelper.php | 2 +- .../src/Helper/ArticlesCategoriesHelper.php | 2 +- .../src/Helper/ArticlesCategoryHelper.php | 2 +- .../src/Helper/ArticlesLatestHelper.php | 2 +- .../src/Helper/ArticlesNewsHelper.php | 2 +- .../src/Helper/ArticlesPopularHelper.php | 2 +- .../src/Helper/BreadcrumbsHelper.php | 4 +- .../src/Helper/RelatedItemsHelper.php | 2 +- .../src/Helper/UsersLatestHelper.php | 2 +- phpstan-baseline.neon | 902 +++++++++--------- .../article/src/Extension/Article.php | 2 +- .../contact/src/Extension/Contact.php | 2 +- .../editors-xtd/menu/src/Extension/Menu.php | 2 +- .../module/src/Extension/Module.php | 2 +- .../pagebreak/src/Extension/PageBreak.php | 2 +- .../readmore/src/Extension/ReadMore.php | 2 +- .../email/src/Extension/Email.php | 2 +- .../fixed/src/Extension/Fixed.php | 2 +- .../totp/src/Extension/Totp.php | 2 +- .../yubikey/src/Extension/Yubikey.php | 2 +- plugins/system/debug/src/Extension/Debug.php | 2 +- .../webauthn/src/Extension/Webauthn.php | 2 +- 128 files changed, 685 insertions(+), 685 deletions(-) diff --git a/administrator/components/com_banners/helpers/banners.php b/administrator/components/com_banners/helpers/banners.php index ab6c17e19c362..fec09b76df383 100644 --- a/administrator/components/com_banners/helpers/banners.php +++ b/administrator/components/com_banners/helpers/banners.php @@ -19,7 +19,7 @@ * * @since 1.6 * - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * Use \Joomla\Component\Banners\Administrator\Helper\BannersHelper instead */ class BannersHelper extends \Joomla\Component\Banners\Administrator\Helper\BannersHelper diff --git a/administrator/components/com_categories/helpers/categories.php b/administrator/components/com_categories/helpers/categories.php index 30cde81ad9571..68bb4fa507d09 100644 --- a/administrator/components/com_categories/helpers/categories.php +++ b/administrator/components/com_categories/helpers/categories.php @@ -19,7 +19,7 @@ * * @since 1.6 * - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * Use \Joomla\Component\Categories\Administrator\Helper\CategoriesHelper instead */ class CategoriesHelper extends \Joomla\Component\Categories\Administrator\Helper\CategoriesHelper diff --git a/administrator/components/com_contact/helpers/contact.php b/administrator/components/com_contact/helpers/contact.php index e9af534cf1693..1a2b9e5d6e137 100644 --- a/administrator/components/com_contact/helpers/contact.php +++ b/administrator/components/com_contact/helpers/contact.php @@ -19,7 +19,7 @@ * * @since 1.6 * - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * Use \Joomla\Component\Contact\Administrator\Helper\ContactHelper instead */ class ContactHelper extends \Joomla\Component\Contact\Administrator\Helper\ContactHelper diff --git a/administrator/components/com_content/helpers/content.php b/administrator/components/com_content/helpers/content.php index 1ae6756d2b044..9fb7ffcdf3682 100644 --- a/administrator/components/com_content/helpers/content.php +++ b/administrator/components/com_content/helpers/content.php @@ -19,7 +19,7 @@ * * @since 1.6 * - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * Use \Joomla\Component\Content\Administrator\Helper\ContentHelper instead */ class ContentHelper extends \Joomla\Component\Content\Administrator\Helper\ContentHelper diff --git a/administrator/components/com_contenthistory/helpers/contenthistory.php b/administrator/components/com_contenthistory/helpers/contenthistory.php index 2c6e09c5244a4..4bc9ab99a1c78 100644 --- a/administrator/components/com_contenthistory/helpers/contenthistory.php +++ b/administrator/components/com_contenthistory/helpers/contenthistory.php @@ -19,7 +19,7 @@ * * @since 3.2 * - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * Use \Joomla\Component\Contenthistory\Administrator\Helper\ContenthistoryHelper instead */ class ContenthistoryHelper extends \Joomla\Component\Contenthistory\Administrator\Helper\ContenthistoryHelper diff --git a/administrator/components/com_fields/helpers/fields.php b/administrator/components/com_fields/helpers/fields.php index 2553d401495d8..ac7be20986c8f 100644 --- a/administrator/components/com_fields/helpers/fields.php +++ b/administrator/components/com_fields/helpers/fields.php @@ -19,7 +19,7 @@ * * @since 3.7.0 * - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * Use \Joomla\Component\Fields\Administrator\Helper\FieldsHelper instead */ class FieldsHelper extends \Joomla\Component\Fields\Administrator\Helper\FieldsHelper diff --git a/administrator/components/com_finder/helpers/language.php b/administrator/components/com_finder/helpers/language.php index e66f1caa9f7ac..07f8342eb2334 100644 --- a/administrator/components/com_finder/helpers/language.php +++ b/administrator/components/com_finder/helpers/language.php @@ -21,7 +21,7 @@ * * @since 2.5 * - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * Use \Joomla\Component\Finder\Administrator\Helper\LanguageHelper instead */ class FinderHelperLanguage extends LanguageHelper diff --git a/administrator/components/com_installer/helpers/installer.php b/administrator/components/com_installer/helpers/installer.php index 6a3f34aa789bc..27a4f56414085 100644 --- a/administrator/components/com_installer/helpers/installer.php +++ b/administrator/components/com_installer/helpers/installer.php @@ -19,7 +19,7 @@ * * @since 1.6 * - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * Use \Joomla\Component\Installer\Administrator\Helper\InstallerHelper instead */ class InstallerHelper extends \Joomla\Component\Installer\Administrator\Helper\InstallerHelper diff --git a/administrator/components/com_joomlaupdate/src/Model/UpdateModel.php b/administrator/components/com_joomlaupdate/src/Model/UpdateModel.php index 6c41bec1b4cf2..fb721e55d838f 100644 --- a/administrator/components/com_joomlaupdate/src/Model/UpdateModel.php +++ b/administrator/components/com_joomlaupdate/src/Model/UpdateModel.php @@ -809,7 +809,7 @@ protected function downloadPackage($url, $target) * @return boolean * @since 2.5.1 * - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * Use "createUpdateFile" instead * Example: $updateModel->createUpdateFile($basename); */ diff --git a/administrator/components/com_menus/helpers/menus.php b/administrator/components/com_menus/helpers/menus.php index d800209188449..53023c25fc53c 100644 --- a/administrator/components/com_menus/helpers/menus.php +++ b/administrator/components/com_menus/helpers/menus.php @@ -19,7 +19,7 @@ * * @since 1.6 * - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * Use \Joomla\Component\Menus\Administrator\Helper\MenusHelper instead */ class MenusHelper extends \Joomla\Component\Menus\Administrator\Helper\MenusHelper diff --git a/administrator/components/com_modules/helpers/modules.php b/administrator/components/com_modules/helpers/modules.php index 247c03b59a1bc..e17a8b6cd8dbb 100644 --- a/administrator/components/com_modules/helpers/modules.php +++ b/administrator/components/com_modules/helpers/modules.php @@ -19,7 +19,7 @@ * * @since 1.6 * - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * Use \Joomla\Component\Modules\Administrator\Helper\ModulesHelper instead */ abstract class ModulesHelper extends \Joomla\Component\Modules\Administrator\Helper\ModulesHelper diff --git a/administrator/components/com_modules/src/Service/HTML/Modules.php b/administrator/components/com_modules/src/Service/HTML/Modules.php index 51aac634362fe..d91ade2de13ac 100644 --- a/administrator/components/com_modules/src/Service/HTML/Modules.php +++ b/administrator/components/com_modules/src/Service/HTML/Modules.php @@ -223,7 +223,7 @@ public function batchOptions() * * @since 2.5 * - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * Will be removed with no replacement */ public function positionList($clientId = 0) diff --git a/administrator/components/com_newsfeeds/helpers/newsfeeds.php b/administrator/components/com_newsfeeds/helpers/newsfeeds.php index b474e08ee4a03..378de40b6eff7 100644 --- a/administrator/components/com_newsfeeds/helpers/newsfeeds.php +++ b/administrator/components/com_newsfeeds/helpers/newsfeeds.php @@ -19,7 +19,7 @@ * * @since 1.6 * - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * Use \Joomla\Component\Newsfeeds\Administrator\Helper\NewsfeedsHelper instead */ class NewsfeedsHelper extends \Joomla\Component\Newsfeeds\Administrator\Helper\NewsfeedsHelper diff --git a/administrator/components/com_plugins/helpers/plugins.php b/administrator/components/com_plugins/helpers/plugins.php index 35325f4f180e3..a50009e6339d1 100644 --- a/administrator/components/com_plugins/helpers/plugins.php +++ b/administrator/components/com_plugins/helpers/plugins.php @@ -19,7 +19,7 @@ * * @since 1.6 * - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * Use \Joomla\Component\Plugins\Administrator\Helper\PluginsHelper instead */ class PluginsHelper extends \Joomla\Component\Plugins\Administrator\Helper\PluginsHelper diff --git a/administrator/components/com_privacy/src/Plugin/PrivacyPlugin.php b/administrator/components/com_privacy/src/Plugin/PrivacyPlugin.php index 1317ef650b634..f37560ee0446e 100644 --- a/administrator/components/com_privacy/src/Plugin/PrivacyPlugin.php +++ b/administrator/components/com_privacy/src/Plugin/PrivacyPlugin.php @@ -36,7 +36,7 @@ abstract class PrivacyPlugin extends CMSPlugin * * @var \Joomla\Database\DatabaseDriver * @since 3.9.0 - * @deprecated 4.4.0 will be removed in 6.0 use $this->getDatabase() instead + * @deprecated 4.4.0 will be removed in 7.0 use $this->getDatabase() instead */ protected $db; diff --git a/administrator/components/com_redirect/helpers/redirect.php b/administrator/components/com_redirect/helpers/redirect.php index 5013c15cac79b..4fac1bc0efd24 100644 --- a/administrator/components/com_redirect/helpers/redirect.php +++ b/administrator/components/com_redirect/helpers/redirect.php @@ -18,7 +18,7 @@ * Redirect component helper. * * @since 1.6 - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * Use \Joomla\Component\Redirect\Administrator\Helper\RedirectHelp instead */ class RedirectHelper extends \Joomla\Component\Redirect\Administrator\Helper\RedirectHelper diff --git a/administrator/components/com_templates/helpers/template.php b/administrator/components/com_templates/helpers/template.php index 466fd798258af..eb822df1920e5 100644 --- a/administrator/components/com_templates/helpers/template.php +++ b/administrator/components/com_templates/helpers/template.php @@ -19,7 +19,7 @@ * * @since 3.2 * - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * Use \Joomla\Component\Templates\Administrator\Helper\TemplateHelper instead */ abstract class TemplateHelper extends \Joomla\Component\Templates\Administrator\Helper\TemplateHelper diff --git a/administrator/components/com_templates/helpers/templates.php b/administrator/components/com_templates/helpers/templates.php index 9b583f2cd99b8..8819852e56f7b 100644 --- a/administrator/components/com_templates/helpers/templates.php +++ b/administrator/components/com_templates/helpers/templates.php @@ -19,7 +19,7 @@ * * @since 1.6 * - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * Use \Joomla\Component\Templates\Administrator\Helper\TemplatesHelper instead */ class TemplatesHelper extends \Joomla\Component\Templates\Administrator\Helper\TemplatesHelper diff --git a/administrator/components/com_templates/src/Service/HTML/Templates.php b/administrator/components/com_templates/src/Service/HTML/Templates.php index a72d198689565..1d74a9b424e5c 100644 --- a/administrator/components/com_templates/src/Service/HTML/Templates.php +++ b/administrator/components/com_templates/src/Service/HTML/Templates.php @@ -31,10 +31,10 @@ class Templates * Display the thumb for the template. * * @param string|object $template The name of the template or the template object. - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * The argument $template must be an object only * @param integer $clientId No longer used, will be removed without replacement - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * * @return string The html string * @@ -89,10 +89,10 @@ public function thumb($template, $clientId = 0) * Renders the html for the modal linked to thumb. * * @param string|object $template The name of the template or the template object. - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * The argument $template must be an object only * @param integer $clientId No longer used, will be removed without replacement - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * * @return string The html string * diff --git a/administrator/components/com_users/helpers/debug.php b/administrator/components/com_users/helpers/debug.php index b9a25cd50064c..88857a20cdc38 100644 --- a/administrator/components/com_users/helpers/debug.php +++ b/administrator/components/com_users/helpers/debug.php @@ -21,7 +21,7 @@ * * @since 1.6 * - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * Use \Joomla\Component\Users\Administrator\Helper\DebugHelper instead */ class UsersHelperDebug extends DebugHelper diff --git a/administrator/components/com_users/helpers/users.php b/administrator/components/com_users/helpers/users.php index 8e15208d23858..521dc31a39ee8 100644 --- a/administrator/components/com_users/helpers/users.php +++ b/administrator/components/com_users/helpers/users.php @@ -19,7 +19,7 @@ * * @since 1.6 * - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * Use \Joomla\Component\Users\Administrator\Helper\UsersHelper instead */ class UsersHelper extends \Joomla\Component\Users\Administrator\Helper\UsersHelper diff --git a/administrator/components/com_users/src/Helper/UsersHelper.php b/administrator/components/com_users/src/Helper/UsersHelper.php index c3ff6a965621b..d961af51653bb 100644 --- a/administrator/components/com_users/src/Helper/UsersHelper.php +++ b/administrator/components/com_users/src/Helper/UsersHelper.php @@ -125,7 +125,7 @@ public static function getRangeOptions() * @since 3.2.0 * @throws \Exception * - * @deprecated 4.2 will be removed in 6.0 + * @deprecated 4.2 will be removed in 7.0 * No longer used, will be removed without replacement */ public static function getTwoFactorMethods() @@ -174,7 +174,7 @@ public static function getVisibleByGroups($rules) * @since 3.7.0 * @throws \Exception * - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * Use \Joomla\Component\Users\Administrator\Extension\UsersComponent::validateSection() instead. */ public static function validateSection($section) @@ -189,7 +189,7 @@ public static function validateSection($section) * * @since 3.7.0 * - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * Use \Joomla\Component\Users\Administrator\Extension\UsersComponent::getContexts() instead. */ public static function getContexts() diff --git a/administrator/components/com_users/src/Model/UserModel.php b/administrator/components/com_users/src/Model/UserModel.php index cb911ab61a7b5..b6124ed0ac1a7 100644 --- a/administrator/components/com_users/src/Model/UserModel.php +++ b/administrator/components/com_users/src/Model/UserModel.php @@ -968,7 +968,7 @@ public function getAssignedGroups($userId = null) * * @since 3.2 * - * @deprecated 4.2 will be removed in 6.0. + * @deprecated 4.2 will be removed in 7.0. * Will be removed without replacement */ public function getOtpConfig($userId = null) @@ -999,7 +999,7 @@ public function getOtpConfig($userId = null) * * @since 3.2 * - * @deprecated 4.2 will be removed in 5.0. + * @deprecated 4.2 will be removed in 7.0. * Will be removed without replacement */ public function setOtpConfig($userId, $otpConfig) @@ -1022,7 +1022,7 @@ public function setOtpConfig($userId, $otpConfig) * * @since 3.2 * - * @deprecated 4.2 will be removed in 6.0. + * @deprecated 4.2 will be removed in 7.0. * Use \Joomla\CMS\Factory::getApplication()->get('secret') instead' */ public function getOtpConfigEncryptionKey() @@ -1048,7 +1048,7 @@ public function getOtpConfigEncryptionKey() * @since 3.2 * @throws \Exception * - * @deprecated 4.2 will be removed in 5.0. + * @deprecated 4.2 will be removed in 7.0. * Will be removed without replacement */ public function getTwofactorform($userId = null) @@ -1074,7 +1074,7 @@ public function getTwofactorform($userId = null) * * @since 3.2 * - * @deprecated 4.2 will be removed in 5.0 + * @deprecated 4.2 will be removed in 7.0 * Will be removed without replacement */ public function generateOteps($userId, $count = 10) @@ -1102,7 +1102,7 @@ public function generateOteps($userId, $count = 10) * @since 3.2 * @throws \Exception * - * @deprecated 4.2 will be removed in 5.0 + * @deprecated 4.2 will be removed in 7.0 * Will be removed without replacement */ public function isValidSecretKey($userId, $secretKey, $options = []) @@ -1129,7 +1129,7 @@ public function isValidSecretKey($userId, $secretKey, $options = []) * * @since 3.2 * - * @deprecated 4.2 will be removed in 5.0 + * @deprecated 4.2 will be removed in 7.0 * Will be removed without replacement */ public function isValidOtep($userId, $otep, $otpConfig = null) diff --git a/build/media_source/legacy/js/toolbar.es5.js b/build/media_source/legacy/js/toolbar.es5.js index 9ab5b2e00aeb7..45591cfb44643 100644 --- a/build/media_source/legacy/js/toolbar.es5.js +++ b/build/media_source/legacy/js/toolbar.es5.js @@ -21,7 +21,7 @@ Joomla = window.Joomla || {}; * * @since 4.0.0 * - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * Will be removed without replacement. Use browser native call instead */ Joomla.popupWindow = function (mypage, myname, w, h, scroll) { diff --git a/build/media_source/system/js/core.es6.js b/build/media_source/system/js/core.es6.js index 19d308cf0c101..989003333af40 100644 --- a/build/media_source/system/js/core.es6.js +++ b/build/media_source/system/js/core.es6.js @@ -299,7 +299,7 @@ Joomla.Text = { * * @type {{}} * - * @deprecated 4.0 will be removed in 6.0 + * @deprecated 4.0 will be removed in 7.0 * Example: Joomla.Text._('...'); * Joomla.Text.load(...); */ diff --git a/build/media_source/system/js/fields/calendar.es5.js b/build/media_source/system/js/fields/calendar.es5.js index a7479ab79332d..ca78392249447 100644 --- a/build/media_source/system/js/fields/calendar.es5.js +++ b/build/media_source/system/js/fields/calendar.es5.js @@ -1161,14 +1161,14 @@ /** B/C related code * - * @deprecated 4.0 will be removed in 6.0 + * @deprecated 4.0 will be removed in 7.0 * Use JoomlaCalendar.init instead */ window.Calendar = {}; /** B/C related code * - * @deprecated 4.0 will be removed in 6.0 + * @deprecated 4.0 will be removed in 7.0 * Use JoomlaCalendar.init instead */ Calendar.setup = function(obj) { diff --git a/components/com_contact/helpers/route.php b/components/com_contact/helpers/route.php index 6d08b7da9774c..19c6cf7e562a7 100644 --- a/components/com_contact/helpers/route.php +++ b/components/com_contact/helpers/route.php @@ -24,7 +24,7 @@ * @subpackage com_contact * @since 1.5 * - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * Use \Joomla\Component\Contact\Site\Helper\RouteHelper instead * Example: RouteHelper::method(); */ diff --git a/components/com_content/helpers/icon.php b/components/com_content/helpers/icon.php index 9906ef941646a..fef4d332e90a8 100644 --- a/components/com_content/helpers/icon.php +++ b/components/com_content/helpers/icon.php @@ -22,7 +22,7 @@ * * @since 1.5 * - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * Use the class \Joomla\Component\Content\Administrator\Service\HTML\Icon instead */ abstract class JHtmlIcon @@ -37,7 +37,7 @@ abstract class JHtmlIcon * * @return string The HTML markup for the create item link * - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * Use \Joomla\Component\Content\Administrator\Service\HTML\Icon::create instead * Example: * use Joomla\Component\Content\Administrator\Service\HTML\Icon; @@ -64,7 +64,7 @@ public static function create($category, $params, $attribs = [], $legacy = false * * @since 1.6 * - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * Use \Joomla\Component\Content\Administrator\Service\HTML\Icon::edit instead * Example: * use Joomla\Component\Content\Administrator\Service\HTML\Icon; @@ -86,7 +86,7 @@ public static function edit($article, $params, $attribs = [], $legacy = false) * * @return string The HTML markup for the popup link * - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * No longer used, will be removed without replacement */ public static function print_popup($article, $params, $attribs = [], $legacy = false) @@ -104,7 +104,7 @@ public static function print_popup($article, $params, $attribs = [], $legacy = f * * @return string The HTML markup for the popup link * - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * Use \Joomla\Component\Content\Administrator\Service\HTML\Icon::print_screen instead * Example: * use Joomla\Component\Content\Administrator\Service\HTML\Icon; @@ -121,7 +121,7 @@ public static function print_screen($article, $params, $attribs = [], $legacy = * * @return \Joomla\Component\Content\Administrator\Service\HTML\Icon * - * @deprecated 4.3 will be removed in 6.0 without replacement + * @deprecated 4.3 will be removed in 7.0 without replacement */ private static function getIcon() { diff --git a/components/com_finder/helpers/route.php b/components/com_finder/helpers/route.php index f024fe098f51a..80110198b3cfe 100644 --- a/components/com_finder/helpers/route.php +++ b/components/com_finder/helpers/route.php @@ -21,7 +21,7 @@ * * @since 2.5 * - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * Use \Joomla\Component\Finder\Site\Helper\RouteHelper instead */ class FinderHelperRoute extends RouteHelper diff --git a/components/com_newsfeeds/helpers/route.php b/components/com_newsfeeds/helpers/route.php index d550ba9032ffc..27870d1c959ea 100644 --- a/components/com_newsfeeds/helpers/route.php +++ b/components/com_newsfeeds/helpers/route.php @@ -21,7 +21,7 @@ * * @since 1.5 * - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * Use Joomla\Component\Newsfeeds\Site\Helper\RouteHelper instead */ abstract class NewsfeedsHelperRoute extends RouteHelper diff --git a/components/com_tags/helpers/route.php b/components/com_tags/helpers/route.php index add993490d0f9..26ce8cffa5d12 100644 --- a/components/com_tags/helpers/route.php +++ b/components/com_tags/helpers/route.php @@ -21,7 +21,7 @@ * * @since 3.1 * - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * Use \Joomla\Component\Tags\Site\Helper\RouteHelper instead */ class TagsHelperRoute extends RouteHelper diff --git a/components/com_tags/src/Helper/RouteHelper.php b/components/com_tags/src/Helper/RouteHelper.php index 395f6765f76e8..224b2ec080003 100644 --- a/components/com_tags/src/Helper/RouteHelper.php +++ b/components/com_tags/src/Helper/RouteHelper.php @@ -86,7 +86,7 @@ public static function getItemRoute($contentItemId, $contentItemAlias, $contentC * @since 3.1 * @throws \Exception * - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * Use RouteHelper::getComponentTagRoute() instead */ public static function getTagRoute($id) @@ -141,7 +141,7 @@ public static function getComponentTagRoute(string $id, string $language = '*'): * @since 3.7 * @throws \Exception * - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * Use RouteHelper::getComponentTagsRoute() instead * */ diff --git a/components/com_tags/src/Service/Router.php b/components/com_tags/src/Service/Router.php index 458ad65507c46..5243771cb39e8 100644 --- a/components/com_tags/src/Service/Router.php +++ b/components/com_tags/src/Service/Router.php @@ -55,7 +55,7 @@ class Router extends RouterBase * * @var Registry * @since 5.2.0 - * @deprecated 5.2.0 will be removed in 6.0 + * @deprecated 5.2.0 will be removed in 7.0 * without replacement */ private $sefparams; diff --git a/components/com_users/src/Model/ProfileModel.php b/components/com_users/src/Model/ProfileModel.php index 99831c892194a..81f3d1bd44ad7 100644 --- a/components/com_users/src/Model/ProfileModel.php +++ b/components/com_users/src/Model/ProfileModel.php @@ -298,7 +298,7 @@ public function save($data) * * @since 3.2 * - * @deprecated 4.2 will be removed in 6.0. + * @deprecated 4.2 will be removed in 7.0. * Will be removed without replacement */ public function getTwofactorform($userId = null) @@ -315,7 +315,7 @@ public function getTwofactorform($userId = null) * * @since 3.2 * - * @deprecated 4.2 will be removed in 6.0. + * @deprecated 4.2 will be removed in 7.0. * Will be removed without replacement */ public function getOtpConfig($userId = null) diff --git a/layouts/joomla/content/icons/create.php b/layouts/joomla/content/icons/create.php index c4d77e67f54e1..da412d91b0a6c 100644 --- a/layouts/joomla/content/icons/create.php +++ b/layouts/joomla/content/icons/create.php @@ -6,7 +6,7 @@ * * @copyright (C) 2016 Open Source Matters, Inc. * @license GNU General Public License version 2 or later; see LICENSE.txt - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 */ defined('_JEXEC') or die; diff --git a/layouts/joomla/form/field/url.php b/layouts/joomla/form/field/url.php index 9afa782bce7e0..21d4797b92d00 100644 --- a/layouts/joomla/form/field/url.php +++ b/layouts/joomla/form/field/url.php @@ -65,7 +65,7 @@ ]; /** - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * The unicode conversion of the URL will be moved to \Joomla\CMS\Form\Field\UrlField::getLayoutData */ if ($value !== null) { diff --git a/libraries/loader.php b/libraries/loader.php index 5883847634300..a0f6f0d8ff8bd 100644 --- a/libraries/loader.php +++ b/libraries/loader.php @@ -94,7 +94,7 @@ abstract class JLoader * * @since 1.7.0 * - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * Classes should be autoloaded. Use JLoader::registerPrefix() or JLoader::registerNamespace() to * register an autoloader for your files. */ @@ -176,7 +176,7 @@ public static function getNamespaces() * * @since 1.7.0 * - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * Classes should be autoloaded. Use JLoader::registerPrefix() or JLoader::registerNamespace() to * register an autoloader for your files. */ @@ -466,7 +466,7 @@ public static function setup($enablePsr = true, $enablePrefixes = true, $enableC * * @since 3.7.0 * - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * Use JLoader::loadByPsr instead */ public static function loadByPsr4($class) @@ -720,7 +720,7 @@ function jexit($message = 0): never * * @since 1.7.0 * - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * Classes should be autoloaded. Use JLoader::registerPrefix() or JLoader::registerNamespace() to * register an autoloader for your files. */ diff --git a/libraries/src/Application/AdministratorApplication.php b/libraries/src/Application/AdministratorApplication.php index ba168e78201f2..d10aaec1c76ee 100644 --- a/libraries/src/Application/AdministratorApplication.php +++ b/libraries/src/Application/AdministratorApplication.php @@ -218,7 +218,7 @@ protected function doExecute() * * @since 3.2 * - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * Inject the router or load it from the dependency injection container * Example: * Factory::getContainer()->get(AdministratorRouter::class); @@ -396,7 +396,7 @@ public function login($credentials, $options = []) * * @since 3.2 * - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * Purge the messages through the messages model * Example: * Factory::getApplication()->bootComponent('messages')->getMVCFactory() diff --git a/libraries/src/Application/ApiApplication.php b/libraries/src/Application/ApiApplication.php index 188f8509dfb26..530df4ec19ea6 100644 --- a/libraries/src/Application/ApiApplication.php +++ b/libraries/src/Application/ApiApplication.php @@ -390,7 +390,7 @@ function ($carry, $route) { * * @since 4.0.0 * - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * Inject the router or load it from the dependency injection container * Example: * Factory::getContainer()->get(ApiRouter::class); diff --git a/libraries/src/Application/CMSApplication.php b/libraries/src/Application/CMSApplication.php index f2efa8c5de7cf..bc32961278ca8 100644 --- a/libraries/src/Application/CMSApplication.php +++ b/libraries/src/Application/CMSApplication.php @@ -500,7 +500,7 @@ protected function checkUserRequiresReset($option, $view, $layout, $urls = []) * * @since 3.2 * - * @deprecated 3.2 will be removed in 6.0 + * @deprecated 3.2 will be removed in 7.0 * Use get() instead * Example: Factory::getApplication()->get($varname, $default); */ @@ -544,7 +544,7 @@ public function getClientId() * * @since 3.2 * @throws \RuntimeException - * @deprecated 4.0 will be removed in 6.0 + * @deprecated 4.0 will be removed in 7.0 * Use the application service from the DI container instead * Example: Factory::getContainer()->get($name); */ @@ -688,7 +688,7 @@ public function getPathway() * * @since 3.2 * - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * Inject the router or load it from the dependency injection container * Example: Factory::getContainer()->get($name); */ @@ -1156,7 +1156,7 @@ protected function render() * * @since 3.2 * - * @deprecated 4.0 will be removed in 6.0 + * @deprecated 4.0 will be removed in 7.0 * Implement the route functionality in the extending class, this here will be removed without replacement */ protected function route() @@ -1307,7 +1307,7 @@ public function checkToken($method = 'post') * * @throws \Exception * - * @deprecated 4.2 will be removed in 6.0 + * @deprecated 4.2 will be removed in 7.0 * Will be removed without replacements */ protected function isTwoFactorAuthenticationRequired(): bool @@ -1324,7 +1324,7 @@ protected function isTwoFactorAuthenticationRequired(): bool * * @throws \Exception * - * @deprecated 4.2 will be removed in 6.0 + * @deprecated 4.2 will be removed in 7.0 * Will be removed without replacements */ private function hasUserConfiguredTwoFactorAuthentication(): bool diff --git a/libraries/src/Application/CMSApplicationInterface.php b/libraries/src/Application/CMSApplicationInterface.php index 7dea53d9d3d8e..2f75e31e26abd 100644 --- a/libraries/src/Application/CMSApplicationInterface.php +++ b/libraries/src/Application/CMSApplicationInterface.php @@ -24,7 +24,7 @@ * * @since 4.0.0 * @note In Joomla 6 this interface will no longer extend EventAwareInterface - * @property-read Input $input {@deprecated 4.0 will be removed in 6.0} The Joomla Input property. Deprecated in favour of getInput() + * @property-read Input $input {@deprecated 4.0 will be removed in 7.0} The Joomla Input property. Deprecated in favour of getInput() */ interface CMSApplicationInterface extends ExtensionManagerInterface, ConfigurationAwareApplicationInterface, EventAwareInterface { diff --git a/libraries/src/Application/CMSWebApplicationInterface.php b/libraries/src/Application/CMSWebApplicationInterface.php index 73a728fdb3312..cc702434eaeb2 100644 --- a/libraries/src/Application/CMSWebApplicationInterface.php +++ b/libraries/src/Application/CMSWebApplicationInterface.php @@ -56,7 +56,7 @@ public function getMenu($name = null, $options = []); * * @since 4.0.0 * - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * Inject the router or load it from the dependency injection container * Example: Factory::getContainer()->get($name); */ diff --git a/libraries/src/Application/ConsoleApplication.php b/libraries/src/Application/ConsoleApplication.php index fb13e4299f10b..c19f5ae41a226 100644 --- a/libraries/src/Application/ConsoleApplication.php +++ b/libraries/src/Application/ConsoleApplication.php @@ -158,7 +158,7 @@ public function __construct( * * @since 4.0.0 * - * @deprecated 4.0 will be removed in 6.0 + * @deprecated 4.0 will be removed in 7.0 * This is a B/C proxy for deprecated read accesses, use getInput() method instead * Example: * $app->getInput(); @@ -459,7 +459,7 @@ public function setName(string $name): void * * @throws \InvalidArgumentException * - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * Inject the router or load it from the dependency injection container * Example: Factory::getContainer()->get(ApiRouter::class); */ diff --git a/libraries/src/Application/SiteApplication.php b/libraries/src/Application/SiteApplication.php index ab2369178fa5d..938eb994f6b39 100644 --- a/libraries/src/Application/SiteApplication.php +++ b/libraries/src/Application/SiteApplication.php @@ -382,7 +382,7 @@ public function getParams($option = null) * * @since 3.2 * - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * Inject the router or load it from the dependency injection container * Example: Factory::getContainer()->get(SiteRouter::class); */ diff --git a/libraries/src/Application/WebApplication.php b/libraries/src/Application/WebApplication.php index c8f9ee71a50a5..8347fd4d0d7c0 100644 --- a/libraries/src/Application/WebApplication.php +++ b/libraries/src/Application/WebApplication.php @@ -126,7 +126,7 @@ public function __construct(?Input $input = null, ?Registry $config = null, ?Web * @since 1.7.3 * @throws \RuntimeException * - * @deprecated 4.0 will be removed in 6.0 + * @deprecated 4.0 will be removed in 7.0 * Use the application service in the DI container instead * Example: \Joomla\CMS\Factory::getContainer()->get($name) */ @@ -333,7 +333,7 @@ public function loadLanguage(?Language $language = null) * * @since 1.7.3 * - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * The session should be injected as a service. */ public function loadSession(?Session $session = null) diff --git a/libraries/src/Authentication/Password/MD5Handler.php b/libraries/src/Authentication/Password/MD5Handler.php index 8719b5a719675..7d4e39dad2857 100644 --- a/libraries/src/Authentication/Password/MD5Handler.php +++ b/libraries/src/Authentication/Password/MD5Handler.php @@ -22,7 +22,7 @@ * * @since 4.0.0 * - * @deprecated 4.0 will be removed in 6.0 + * @deprecated 4.0 will be removed in 7.0 * Support for MD5 hashed passwords will be removed without replacement */ class MD5Handler implements HandlerInterface, CheckIfRehashNeededHandlerInterface diff --git a/libraries/src/Authentication/Password/PHPassHandler.php b/libraries/src/Authentication/Password/PHPassHandler.php index 823123e5bb178..0e42e97f00c59 100644 --- a/libraries/src/Authentication/Password/PHPassHandler.php +++ b/libraries/src/Authentication/Password/PHPassHandler.php @@ -20,7 +20,7 @@ * * @since 4.0.0 * - * @deprecated 4.0 will be removed in 6.0 + * @deprecated 4.0 will be removed in 7.0 * Support for PHPass hashed passwords will be removed without replacement */ class PHPassHandler implements HandlerInterface, CheckIfRehashNeededHandlerInterface diff --git a/libraries/src/Cache/Cache.php b/libraries/src/Cache/Cache.php index cef3fa92bfe8b..0850b9d84bd04 100644 --- a/libraries/src/Cache/Cache.php +++ b/libraries/src/Cache/Cache.php @@ -87,7 +87,7 @@ public function __construct($options) * * @since 1.7.0 * - * @deprecated 4.2 will be removed in 6.0 + * @deprecated 4.2 will be removed in 7.0 * Use the cache controller factory instead * Example: Factory::getContainer()->get(CacheControllerFactoryInterface::class)->createCacheController($type, $options); */ diff --git a/libraries/src/Cache/CacheController.php b/libraries/src/Cache/CacheController.php index 038d1e321d602..038743cba0eaa 100644 --- a/libraries/src/Cache/CacheController.php +++ b/libraries/src/Cache/CacheController.php @@ -87,7 +87,7 @@ public function __call($name, $arguments) * @since 1.7.0 * @throws \RuntimeException * - * @deprecated 4.2 will be removed in 6.0 + * @deprecated 4.2 will be removed in 7.0 * Use the cache controller factory instead * Example: Factory::getContainer()->get(CacheControllerFactoryInterface::class)->createCacheController($type, $options); */ @@ -141,7 +141,7 @@ public static function getInstance($type = 'output', $options = []) * * @since 1.7.0 * - * @deprecated 4.2 will be removed in 6.0 + * @deprecated 4.2 will be removed in 7.0 * Use the cache controller factory instead * Example: Factory::getContainer()->get(CacheControllerFactoryInterface::class)->createCacheController($type, $options); */ diff --git a/libraries/src/Categories/Categories.php b/libraries/src/Categories/Categories.php index 416601fb0babd..777e91fce1af9 100644 --- a/libraries/src/Categories/Categories.php +++ b/libraries/src/Categories/Categories.php @@ -135,7 +135,7 @@ public function __construct($options) * * @since 1.6 * - * @deprecated 4.0 will be removed in 6.0 + * @deprecated 4.0 will be removed in 7.0 * Use the ComponentInterface to get the categories * Example: Factory::getApplication()->bootComponent($component)->getCategory($options, $section); */ diff --git a/libraries/src/Component/ComponentHelper.php b/libraries/src/Component/ComponentHelper.php index 5a82570e40be7..08fd1c176ec1c 100644 --- a/libraries/src/Component/ComponentHelper.php +++ b/libraries/src/Component/ComponentHelper.php @@ -320,7 +320,7 @@ public static function renderComponent($option, $params = []) * @var string * @since 1.5 * - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * Will be removed without replacement */ \define('JPATH_COMPONENT', JPATH_BASE . '/components/' . $option); @@ -333,7 +333,7 @@ public static function renderComponent($option, $params = []) * @var string * @since 1.5 * - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * Will be removed without replacement */ \define('JPATH_COMPONENT_SITE', JPATH_SITE . '/components/' . $option); @@ -346,7 +346,7 @@ public static function renderComponent($option, $params = []) * @var string * @since 1.5 * - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * Will be removed without replacement */ \define('JPATH_COMPONENT_ADMINISTRATOR', JPATH_ADMINISTRATOR . '/components/' . $option); diff --git a/libraries/src/Component/ComponentRecord.php b/libraries/src/Component/ComponentRecord.php index abb32312191de..84a9f437b7fb7 100644 --- a/libraries/src/Component/ComponentRecord.php +++ b/libraries/src/Component/ComponentRecord.php @@ -88,7 +88,7 @@ public function __construct($data = []) * * @since 3.7.0 * - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * Access the item parameters through the `getParams()` method * Example: * $componentRecord->getParams(); @@ -112,7 +112,7 @@ public function __get($name) * * @since 3.7.0 * - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * Set the item parameters through the `setParams()` method * Example: * $componentRecord->setParams($value); diff --git a/libraries/src/Component/Router/Rules/MenuRules.php b/libraries/src/Component/Router/Rules/MenuRules.php index 4deac6ec64a1a..a8ad42cc0069f 100644 --- a/libraries/src/Component/Router/Rules/MenuRules.php +++ b/libraries/src/Component/Router/Rules/MenuRules.php @@ -47,7 +47,7 @@ class MenuRules implements RulesInterface * * @var Registry * @since 5.2.0 - * @deprecated 5.2.0 will be removed in 6.0 + * @deprecated 5.2.0 will be removed in 7.0 * without replacement */ private $sefparams; diff --git a/libraries/src/Console/CheckJoomlaUpdatesCommand.php b/libraries/src/Console/CheckJoomlaUpdatesCommand.php index 7f31704b74245..ec59345350693 100644 --- a/libraries/src/Console/CheckJoomlaUpdatesCommand.php +++ b/libraries/src/Console/CheckJoomlaUpdatesCommand.php @@ -51,7 +51,7 @@ class CheckJoomlaUpdatesCommand extends AbstractCommand * @param string|null $name The name of the command; if the name is empty and no default is set, a name must be set in the configure() method * * @since 5.1.0 - * @deprecated 5.1.0 will be removed in 6.0 + * @deprecated 5.1.0 will be removed in 7.0 * Use core:update:check instead of core:check-updates * */ diff --git a/libraries/src/Crypt/Cipher/CryptoCipher.php b/libraries/src/Crypt/Cipher/CryptoCipher.php index 8a353f9bf3493..79f84a875d02b 100644 --- a/libraries/src/Crypt/Cipher/CryptoCipher.php +++ b/libraries/src/Crypt/Cipher/CryptoCipher.php @@ -21,7 +21,7 @@ * * @since 3.5 * - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * Will be removed without replacement use SodiumCipher instead */ class CryptoCipher implements CipherInterface diff --git a/libraries/src/Document/Document.php b/libraries/src/Document/Document.php index b2090cff6577d..2c9ce2bdcbaa8 100644 --- a/libraries/src/Document/Document.php +++ b/libraries/src/Document/Document.php @@ -342,7 +342,7 @@ public function __construct($options = []) * * @since 1.7.0 * - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * Use the \Joomla\CMS\Document\FactoryInterface instead * Example: Factory::getApplication()->getDocument(); */ diff --git a/libraries/src/Document/HtmlDocument.php b/libraries/src/Document/HtmlDocument.php index ed018d81a18bc..c2d4b28fed5e6 100644 --- a/libraries/src/Document/HtmlDocument.php +++ b/libraries/src/Document/HtmlDocument.php @@ -171,7 +171,7 @@ public function getHeadData() $data['custom'] = $this->_custom; /** - * @deprecated 4.0 will be removed in 6.0 + * @deprecated 4.0 will be removed in 7.0 * This property is for backwards compatibility. Pass text through script options in the future */ $data['scriptText'] = Text::getScriptStrings(); @@ -699,7 +699,7 @@ public function countModules(string $positionName, bool $withContentOnly = false * * @since 1.7.0 * - * @deprecated 4.4 will be removed in 6.0 + * @deprecated 4.4 will be removed in 7.0 * Load the active menu item directly and count the children with the php count function * `$children = count($app->getMenu()->getActive()->getChildren())` beware getActive could be `null` */ diff --git a/libraries/src/Encrypt/AES/Mcrypt.php b/libraries/src/Encrypt/AES/Mcrypt.php index 207b70e46b375..663ab58606ff6 100644 --- a/libraries/src/Encrypt/AES/Mcrypt.php +++ b/libraries/src/Encrypt/AES/Mcrypt.php @@ -20,7 +20,7 @@ * * @since 4.0.0 * - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * Will be removed without replacement */ class Mcrypt extends AbstractAES implements AesInterface diff --git a/libraries/src/Encrypt/Aes.php b/libraries/src/Encrypt/Aes.php index c86af4472704e..836c6216b2b9c 100644 --- a/libraries/src/Encrypt/Aes.php +++ b/libraries/src/Encrypt/Aes.php @@ -51,7 +51,7 @@ class Aes * @param string $mode Encryption mode. Can be ebc or cbc. We recommend using cbc. * @param string $priority Priority which adapter we should try first * - * @deprecated 4.3 $strength will be removed in 6.0 + * @deprecated 4.3 $strength will be removed in 7.0 */ public function __construct($key, $strength = 128, $mode = 'cbc', $priority = 'openssl') { diff --git a/libraries/src/Factory.php b/libraries/src/Factory.php index 76a6ff1fc1084..5d7be574eda98 100644 --- a/libraries/src/Factory.php +++ b/libraries/src/Factory.php @@ -61,7 +61,7 @@ abstract class Factory * @var \JConfig * @since 1.7.0 * - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * Use the configuration object within the application * Example: * Factory::getApplication()->getConfig(); @@ -90,7 +90,7 @@ abstract class Factory * @var Session * @since 1.7.0 * - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * Use the session service in the DI container or get from the application object * Example: * Factory::getApplication()->getSession(); @@ -103,7 +103,7 @@ abstract class Factory * @var Language * @since 1.7.0 * - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * Use the language service in the DI container or get from the application object * Example: * Factory::getApplication()->getLanguage(); @@ -116,7 +116,7 @@ abstract class Factory * @var Document * @since 1.7.0 * - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * Use the document service in the DI container or get from the application object * Example: * Factory::getApplication()->getDocument(); @@ -129,7 +129,7 @@ abstract class Factory * @var DatabaseDriver * @since 1.7.0 * - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * Use the database service in the DI container * Example: * Factory::getContainer()->get(DatabaseInterface::class); @@ -175,7 +175,7 @@ public static function getApplication() * @see Registry * @since 1.7.0 * - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * Use the configuration object within the application * Example: * Factory::getApplication()->getConfig(); @@ -256,7 +256,7 @@ public static function getContainer(): Container * @see Session * @since 1.7.0 * - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * Use the session service in the DI container or get from the application object * Example: * Factory::getApplication()->getSession(); @@ -285,7 +285,7 @@ public static function getSession(array $options = []) * @see Language * @since 1.7.0 * - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * Use the language service in the DI container or get from the application object * Example: * Factory::getApplication()->getLanguage(); @@ -318,7 +318,7 @@ public static function getLanguage() * @see Document * @since 1.7.0 * - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * Use the document service in the DI container or get from the application object * Example: * Factory::getApplication()->getDocument(); @@ -353,7 +353,7 @@ public static function getDocument() * @see User * @since 1.7.0 * - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * Load the user service from the dependency injection container or get from the application object * Example: * Factory::getApplication()->getIdentity(); @@ -397,7 +397,7 @@ public static function getUser($id = null) * @see Cache * @since 1.7.0 * - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * Use the cache controller factory instead * Example: * Factory::getContainer()->get(CacheControllerFactoryInterface::class)->createCacheController($handler, $options); @@ -443,7 +443,7 @@ public static function getCache($group = '', $handler = 'callback', $storage = n * @see DatabaseDriver * @since 1.7.0 * - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * Use the database service in the DI container * Example: * Factory::getContainer()->get(DatabaseInterface::class); @@ -479,7 +479,7 @@ public static function getDbo() * @see Mail * @since 1.7.0 * - * @deprecated 4.4.0 will be removed in 6.0 + * @deprecated 4.4.0 will be removed in 7.0 * Use the mailer service in the DI container and create a mailer from there * Example: * Factory::getContainer()->get(MailerFactoryInterface::class)->createMailer(); @@ -554,7 +554,7 @@ public static function getDate($time = 'now', $tzOffset = null) * @see Registry * @since 1.7.0 * - * @deprecated 4.0 will be removed in 6.0 + * @deprecated 4.0 will be removed in 7.0 * Use the configuration object within the application. * Example: Factory::getApplication()->getConfig(); */ @@ -638,7 +638,7 @@ protected static function createContainer(): Container * @see DatabaseDriver * @since 1.7.0 * - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * Use the database service in the DI container * Example: * Factory::getContainer()->get(DatabaseInterface::class); @@ -701,7 +701,7 @@ protected static function createDbo() * @see Mail * @since 1.7.0 * - * @deprecated 4.4.0 will be removed in 6.0 + * @deprecated 4.4.0 will be removed in 7.0 * Use the mailer service in the DI container and create a mailer from there * Example: * Factory::getContainer()->get(MailerFactoryInterface::class)->createMailer(); @@ -724,7 +724,7 @@ protected static function createMailer() * @see Language * @since 1.7.0 * - * @deprecated 4.0 will be removed in 6.0 + * @deprecated 4.0 will be removed in 7.0 * Load the language service from the dependency injection container or via $app->getLanguage() * Example: Factory::getContainer()->get(LanguageFactoryInterface::class)->createLanguage($locale, $debug) */ @@ -755,7 +755,7 @@ protected static function createLanguage() * @see Document * @since 1.7.0 * - * @deprecated 4.0 will be removed in 6.0 + * @deprecated 4.0 will be removed in 7.0 * Load the document service from the dependency injection container or via $app->getDocument() * Example: Factory::getContainer()->get(FactoryInterface::class)->createDocument($type, $attributes); */ diff --git a/libraries/src/Form/Field/UserField.php b/libraries/src/Form/Field/UserField.php index 24b187e89867a..91f6530fe98ef 100644 --- a/libraries/src/Form/Field/UserField.php +++ b/libraries/src/Form/Field/UserField.php @@ -37,7 +37,7 @@ class UserField extends FormField * * @var array * @since 3.5 - * @deprecated 4.4 will be removed in 6.0 without replacement + * @deprecated 4.4 will be removed in 7.0 without replacement */ protected $groups = null; @@ -46,7 +46,7 @@ class UserField extends FormField * * @var array * @since 3.5 - * @deprecated 4.4 will be removed in 6.0 without replacement + * @deprecated 4.4 will be removed in 7.0 without replacement */ protected $excluded = null; diff --git a/libraries/src/Form/Form.php b/libraries/src/Form/Form.php index b7929cb25c1fc..b57e009668de0 100644 --- a/libraries/src/Form/Form.php +++ b/libraries/src/Form/Form.php @@ -1681,7 +1681,7 @@ public static function addFilterPath($new = null) * * @since 1.7.0 * - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * Use the FormFactory service from the container * Example: Factory::getContainer()->get(FormFactoryInterface::class)->createForm($name, $options); * diff --git a/libraries/src/Form/FormField.php b/libraries/src/Form/FormField.php index f26808ec9062b..9867a91a47785 100644 --- a/libraries/src/Form/FormField.php +++ b/libraries/src/Form/FormField.php @@ -1119,7 +1119,7 @@ public function filter($value, $group = null, ?Registry $input = null) return \call_user_func(explode('::', $filter), $value); } - /** @deprecated Can be removed with Joomla 6.0 since the class alias is deprecated since Joomla 4.0*/ + /** @deprecated Can be removed with Joomla 6.0 since the class alias is deprecated since Joomla 7.0*/ [$class, $method] = explode('::', $filter); if ($class === 'JComponentHelper') { throw new \UnexpectedValueException( diff --git a/libraries/src/HTML/HTMLHelper.php b/libraries/src/HTML/HTMLHelper.php index dbcf82efbec7d..0e141ce6cdcd4 100644 --- a/libraries/src/HTML/HTMLHelper.php +++ b/libraries/src/HTML/HTMLHelper.php @@ -47,7 +47,7 @@ abstract class HTMLHelper * * @var string[] * @since 1.5 - * @deprecated 4.0 will be removed in 6.0 + * @deprecated 4.0 will be removed in 7.0 */ protected static $includePaths = []; @@ -56,7 +56,7 @@ abstract class HTMLHelper * * @var callable[] * @since 1.6 - * @deprecated 4.0 will be removed in 6.0 + * @deprecated 4.0 will be removed in 7.0 */ protected static $registry = []; @@ -77,7 +77,7 @@ abstract class HTMLHelper * @return array Contains lowercase key, prefix, file, function. * * @since 1.6 - * @deprecated 4.0 will be removed in 6.0 + * @deprecated 4.0 will be removed in 7.0 * Use the service registry instead * HTMLHelper::getServiceRegistry()->getService($file); */ @@ -204,7 +204,7 @@ final public static function _(string $key, ...$methodArgs) * @return boolean True if the function is callable * * @since 1.6 - * @deprecated 4.0 will be removed in 6.0 + * @deprecated 4.0 will be removed in 7.0 * Use the service registry instead * HTMLHelper::getServiceRegistry()->register($key, $function); */ @@ -230,7 +230,7 @@ public static function register($key, callable $function) * @return boolean True if a set key is unset * * @since 1.6 - * @deprecated 4.0 will be removed in 6.0 + * @deprecated 4.0 will be removed in 7.0 * Use the service registry instead */ public static function unregister($key) @@ -1196,7 +1196,7 @@ public static function calendar($value, $name, $id, $format = '%Y-%m-%d', $attri * @return array An array with directory elements * * @since 1.5 - * @deprecated 4.0 will be removed in 6.0 + * @deprecated 4.0 will be removed in 7.0 * Use the service registry instead */ public static function addIncludePath($path = '') diff --git a/libraries/src/HTML/Helpers/Behavior.php b/libraries/src/HTML/Helpers/Behavior.php index 3799531a1551d..62f33d3de4a51 100644 --- a/libraries/src/HTML/Helpers/Behavior.php +++ b/libraries/src/HTML/Helpers/Behavior.php @@ -40,7 +40,7 @@ abstract class Behavior * * @since 3.3 * - * @deprecated 4.0 will be removed in 6.0 + * @deprecated 4.0 will be removed in 7.0 * Use the webasset manager instead * Example: Factory::getApplication()->getDocument()->getWebAssetManager()->useScript('core'); */ @@ -61,7 +61,7 @@ public static function core() * * @since 3.4 * - * @deprecated 4.0 will be removed in 6.0 + * @deprecated 4.0 will be removed in 7.0 * Use the webasset manager instead * Example: Factory::getApplication()->getDocument()->getWebAssetManager()->useScript('form.validate'); */ @@ -87,7 +87,7 @@ public static function formvalidator() * * @since 1.5 * - * @deprecated 4.0 will be removed in 6.0 + * @deprecated 4.0 will be removed in 7.0 * Use the webasset manager instead * Example: Factory::getApplication()->getDocument()->getWebAssetManager()->useScript('awesomeplete'); */ @@ -105,7 +105,7 @@ public static function combobox() * * @since 1.7 * - * @deprecated 4.0 will be removed in 6.0 + * @deprecated 4.0 will be removed in 7.0 * Use the webasset manager instead * Example: * Factory::getApplication()->getDocument()->getWebAssetManager()->useScript('multiselect'); @@ -134,7 +134,7 @@ public static function multiselect($id = 'adminForm') * * @since 1.5 * - * @deprecated 4.0 will be removed in 6.0 + * @deprecated 4.0 will be removed in 7.0 * Use the webasset manager instead * Example: Factory::getApplication()->getDocument()->getWebAssetManager()->useScript('keepalive'); */ @@ -158,7 +158,7 @@ public static function keepalive() * * @since 2.5 * - * @deprecated 4.0 will be removed in 6.0 + * @deprecated 4.0 will be removed in 7.0 * Use the script directly */ public static function highlighter(array $terms, $start = 'highlighter-start', $end = 'highlighter-end', $className = 'highlight', $tag = 'span') diff --git a/libraries/src/HTML/Helpers/Bootstrap.php b/libraries/src/HTML/Helpers/Bootstrap.php index 436ce382ae103..ad32625acfe82 100644 --- a/libraries/src/HTML/Helpers/Bootstrap.php +++ b/libraries/src/HTML/Helpers/Bootstrap.php @@ -627,7 +627,7 @@ public static function toast($selector = '', $options = []): void * * @since 3.0 * - * @deprecated 4.0 will be removed in 6.0 + * @deprecated 4.0 will be removed in 7.0 * Will be removed without replacement * Load the different scripts with their individual method calls */ diff --git a/libraries/src/HTML/Helpers/FormBehavior.php b/libraries/src/HTML/Helpers/FormBehavior.php index dca083606fdf7..c9022d9f0b240 100644 --- a/libraries/src/HTML/Helpers/FormBehavior.php +++ b/libraries/src/HTML/Helpers/FormBehavior.php @@ -23,7 +23,7 @@ * * @since 3.0 * - * @deprecated 4.0 will be removed in 6.0 + * @deprecated 4.0 will be removed in 7.0 * Will be removed without replacement * Use choice.js instead * Example: diff --git a/libraries/src/HTML/Helpers/Jquery.php b/libraries/src/HTML/Helpers/Jquery.php index 73e5abd1d7a05..673bfb01a4e0c 100644 --- a/libraries/src/HTML/Helpers/Jquery.php +++ b/libraries/src/HTML/Helpers/Jquery.php @@ -44,7 +44,7 @@ abstract class Jquery * * @since 3.0 * - * @deprecated 4.0 will be removed in 6.0 + * @deprecated 4.0 will be removed in 7.0 * Use webasset manager instead * Example: * $wa = Factory::getApplication()->getDocument()->getWebAssetManager(); diff --git a/libraries/src/HTML/Helpers/SortableList.php b/libraries/src/HTML/Helpers/SortableList.php index 61728dc7b25f8..df32c34508a1b 100644 --- a/libraries/src/HTML/Helpers/SortableList.php +++ b/libraries/src/HTML/Helpers/SortableList.php @@ -20,7 +20,7 @@ * * @since 3.0 * - * @deprecated 4.0 will be removed in 6.0 + * @deprecated 4.0 will be removed in 7.0 * Sortable List will be deprecated in favour of a new dragula script in 4.0 */ abstract class SortableList @@ -39,7 +39,7 @@ abstract class SortableList * * @since 3.0 * - * @deprecated 4.0 will be removed in 6.0 + * @deprecated 4.0 will be removed in 7.0 * Use the new dragula script * Example: JHtml::_('draggablelist.draggable') and add a class of js-draggable to the tbody element of the table */ diff --git a/libraries/src/HTML/Helpers/Tag.php b/libraries/src/HTML/Helpers/Tag.php index cfc94903e8dc1..932dd49bf2afd 100644 --- a/libraries/src/HTML/Helpers/Tag.php +++ b/libraries/src/HTML/Helpers/Tag.php @@ -167,7 +167,7 @@ public static function tags($config = ['filter.published' => [0, 1]]) * * @since 3.1 * - * @deprecated 4.0 will be removed in 6.0 + * @deprecated 4.0 will be removed in 7.0 * Will be removed without replacement */ public static function ajaxfield($selector = '#jform_tags', $allowCustom = true) diff --git a/libraries/src/Helper/AuthenticationHelper.php b/libraries/src/Helper/AuthenticationHelper.php index 5d82bf3aa47ca..b1e3c64b6870f 100644 --- a/libraries/src/Helper/AuthenticationHelper.php +++ b/libraries/src/Helper/AuthenticationHelper.php @@ -31,7 +31,7 @@ abstract class AuthenticationHelper * * @since 3.6.3 * - * @deprecated 4.2 will be removed in 6.0 + * @deprecated 4.2 will be removed in 7.0 * Will be removed without replacement */ public static function getTwoFactorMethods() diff --git a/libraries/src/Input/Cli.php b/libraries/src/Input/Cli.php index d202627a00497..b236e025325bb 100644 --- a/libraries/src/Input/Cli.php +++ b/libraries/src/Input/Cli.php @@ -21,7 +21,7 @@ * * @since 1.7.0 * - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * Use the `joomla/console` package instead */ class Cli extends Input @@ -32,7 +32,7 @@ class Cli extends Input * @var string * @since 1.7.0 * - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * Use the `joomla/console` package instead */ public $executable; @@ -44,7 +44,7 @@ class Cli extends Input * @var array * @since 1.7.0 * - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * Use the `joomla/console` package instead */ public $args = []; @@ -57,7 +57,7 @@ class Cli extends Input * * @since 1.7.0 * - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * Use the `joomla/console` package instead */ public function __construct(?array $source = null, array $options = []) @@ -82,7 +82,7 @@ public function __construct(?array $source = null, array $options = []) * * @since 3.0.0 * - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * Use the `joomla/console` package instead */ public function serialize() @@ -107,7 +107,7 @@ public function serialize() * * @since 3.0.0 * - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * Use the `joomla/console` package instead */ public function unserialize($input) @@ -132,7 +132,7 @@ public function unserialize($input) * * @since 1.7.0 * - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * Use the `joomla/console` package instead */ protected function parseArguments() diff --git a/libraries/src/Installer/InstallerAdapter.php b/libraries/src/Installer/InstallerAdapter.php index 43547433cf56e..790589c2b72b4 100644 --- a/libraries/src/Installer/InstallerAdapter.php +++ b/libraries/src/Installer/InstallerAdapter.php @@ -1276,7 +1276,7 @@ public function update() * * @since 4.2.0 * - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * Use getDatabase() instead of directly accessing _db */ public function __get($name) diff --git a/libraries/src/Language/Language.php b/libraries/src/Language/Language.php index 7c2089f7a5867..633b8d7fb98e3 100644 --- a/libraries/src/Language/Language.php +++ b/libraries/src/Language/Language.php @@ -62,7 +62,7 @@ class Language extends BaseLanguage * @var callable * @since 1.7.0 * - * @deprecated 4.4 will be removed in 6.0 without replacement + * @deprecated 4.4 will be removed in 7.0 without replacement */ protected $ignoredSearchWordsCallback = null; @@ -72,7 +72,7 @@ class Language extends BaseLanguage * @var callable * @since 1.7.0 * - * @deprecated 4.4 will be removed in 6.0 without replacement + * @deprecated 4.4 will be removed in 7.0 without replacement */ protected $lowerLimitSearchWordCallback = null; @@ -82,7 +82,7 @@ class Language extends BaseLanguage * @var callable * @since 1.7.0 * - * @deprecated 4.4 will be removed in 6.0 without replacement + * @deprecated 4.4 will be removed in 7.0 without replacement */ protected $upperLimitSearchWordCallback = null; @@ -92,7 +92,7 @@ class Language extends BaseLanguage * @var callable * @since 1.7.0 * - * @deprecated 4.4 will be removed in 6.0 without replacement + * @deprecated 4.4 will be removed in 7.0 without replacement */ protected $searchDisplayedCharactersNumberCallback = null; @@ -204,7 +204,7 @@ public function __construct($lang = null, $debug = false) * * @since 1.7.0 * - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * Use the language factory instead * Example: Factory::getContainer()->get(LanguageFactoryInterface::class)->createLanguage($lang, $debug); */ @@ -406,7 +406,7 @@ public function setPluralSuffixesCallback(callable $function) * * @since 1.7.0 * - * @deprecated 4.4 will be removed in 6.0 without replacement + * @deprecated 4.4 will be removed in 7.0 without replacement */ public function getIgnoredSearchWords() { @@ -424,7 +424,7 @@ public function getIgnoredSearchWords() * * @since 1.7.0 * - * @deprecated 4.4 will be removed in 6.0 without replacement + * @deprecated 4.4 will be removed in 7.0 without replacement */ public function getIgnoredSearchWordsCallback() { @@ -440,7 +440,7 @@ public function getIgnoredSearchWordsCallback() * * @since 1.7.0 * - * @deprecated 4.4 will be removed in 6.0 without replacement + * @deprecated 4.4 will be removed in 7.0 without replacement */ public function setIgnoredSearchWordsCallback(callable $function) { @@ -457,7 +457,7 @@ public function setIgnoredSearchWordsCallback(callable $function) * * @since 1.7.0 * - * @deprecated 4.4 will be removed in 6.0 without replacement + * @deprecated 4.4 will be removed in 7.0 without replacement */ public function getLowerLimitSearchWord() { @@ -475,7 +475,7 @@ public function getLowerLimitSearchWord() * * @since 1.7.0 * - * @deprecated 4.4 will be removed in 6.0 without replacement + * @deprecated 4.4 will be removed in 7.0 without replacement */ public function getLowerLimitSearchWordCallback() { @@ -491,7 +491,7 @@ public function getLowerLimitSearchWordCallback() * * @since 1.7.0 * - * @deprecated 4.4 will be removed in 6.0 without replacement + * @deprecated 4.4 will be removed in 7.0 without replacement */ public function setLowerLimitSearchWordCallback(callable $function) { @@ -508,7 +508,7 @@ public function setLowerLimitSearchWordCallback(callable $function) * * @since 1.7.0 * - * @deprecated 4.4 will be removed in 6.0 without replacement + * @deprecated 4.4 will be removed in 7.0 without replacement */ public function getUpperLimitSearchWord() { @@ -526,7 +526,7 @@ public function getUpperLimitSearchWord() * * @since 1.7.0 * - * @deprecated 4.4 will be removed in 6.0 without replacement + * @deprecated 4.4 will be removed in 7.0 without replacement */ public function getUpperLimitSearchWordCallback() { @@ -542,7 +542,7 @@ public function getUpperLimitSearchWordCallback() * * @since 1.7.0 * - * @deprecated 4.4 will be removed in 6.0 without replacement + * @deprecated 4.4 will be removed in 7.0 without replacement */ public function setUpperLimitSearchWordCallback(callable $function) { @@ -559,7 +559,7 @@ public function setUpperLimitSearchWordCallback(callable $function) * * @since 1.7.0 * - * @deprecated 4.4 will be removed in 6.0 without replacement + * @deprecated 4.4 will be removed in 7.0 without replacement */ public function getSearchDisplayedCharactersNumber() { @@ -577,7 +577,7 @@ public function getSearchDisplayedCharactersNumber() * * @since 1.7.0 * - * @deprecated 4.4 will be removed in 6.0 without replacement + * @deprecated 4.4 will be removed in 7.0 without replacement */ public function getSearchDisplayedCharactersNumberCallback() { @@ -593,7 +593,7 @@ public function getSearchDisplayedCharactersNumberCallback() * * @since 1.7.0 * - * @deprecated 4.4 will be removed in 6.0 without replacement + * @deprecated 4.4 will be removed in 7.0 without replacement */ public function setSearchDisplayedCharactersNumberCallback(callable $function) { diff --git a/libraries/src/MVC/Controller/BaseController.php b/libraries/src/MVC/Controller/BaseController.php index 2ad02cc2eb192..2e31bf0f81233 100644 --- a/libraries/src/MVC/Controller/BaseController.php +++ b/libraries/src/MVC/Controller/BaseController.php @@ -200,7 +200,7 @@ class BaseController implements ControllerInterface, DispatcherAwareInterface, L * * @since 3.0 * - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * Will be removed without replacement. Get the model through the MVCFactory instead */ public static function addModelPath($path, $prefix = '') @@ -261,7 +261,7 @@ public static function createFileName($type, $parts = []) * * @since 3.0 * - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * Get the controller through the MVCFactory instead * Example: Factory::getApplication()->bootComponent($option)->getMVCFactory()->createController(...); * @@ -378,7 +378,7 @@ public function __construct($config = [], ?MVCFactoryInterface $factory = null, $this->input = $input ?: $this->app->getInput(); /** - * @deprecated This is to maintain b/c with the J4.0 implementation of BaseController. In Joomla 6.0 this will be + * @deprecated This is to maintain b/c with the J4.0 implementation of BaseController. In Joomla 7.0 this will be * removed and instead the logger should be injected by the MVCFactory using * BaseController::setLogger() */ diff --git a/libraries/src/MVC/Controller/FormController.php b/libraries/src/MVC/Controller/FormController.php index 2da2087177f46..e6f252316054b 100644 --- a/libraries/src/MVC/Controller/FormController.php +++ b/libraries/src/MVC/Controller/FormController.php @@ -880,7 +880,7 @@ public function reload($key = null, $urlVar = null) * * @since 3.9.0 * - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * It is handled by regular save method now. */ public function editAssociations() diff --git a/libraries/src/MVC/Model/AdminModel.php b/libraries/src/MVC/Model/AdminModel.php index c31542c800047..7bac42e9e18a0 100644 --- a/libraries/src/MVC/Model/AdminModel.php +++ b/libraries/src/MVC/Model/AdminModel.php @@ -1662,7 +1662,7 @@ public function initBatch() * * @since 3.9.0 * - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * It is handled by regular save method now. */ public function editAssociations($data) diff --git a/libraries/src/MVC/Model/BaseDatabaseModel.php b/libraries/src/MVC/Model/BaseDatabaseModel.php index 4f42be0d7bef0..4de18685ce29e 100644 --- a/libraries/src/MVC/Model/BaseDatabaseModel.php +++ b/libraries/src/MVC/Model/BaseDatabaseModel.php @@ -98,7 +98,7 @@ public function __construct($config = [], ?MVCFactoryInterface $factory = null) } /** - * @deprecated 4.3 will be Removed in 6.0 + * @deprecated 4.3 will be Removed in 7.0 * Database instance is injected through the setter function, * subclasses should not use the db instance in constructor anymore */ @@ -394,7 +394,7 @@ protected function dispatchEvent(EventInterface $event) * @since 4.2.0 * @throws \UnexpectedValueException * - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * Use getDatabase() instead * Example: $model->getDatabase(); */ @@ -416,7 +416,7 @@ public function getDbo() * * @since 4.2.0 * - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * Use setDatabase() instead * Example: $model->setDatabase($db); */ @@ -438,7 +438,7 @@ public function setDbo(?DatabaseInterface $db = null) * * @since 4.2.0 * - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * Use getDatabase() instead of directly accessing _db */ public function __get($name) diff --git a/libraries/src/MVC/Model/BaseModel.php b/libraries/src/MVC/Model/BaseModel.php index 28bd72cb8d11e..0bdd552760543 100644 --- a/libraries/src/MVC/Model/BaseModel.php +++ b/libraries/src/MVC/Model/BaseModel.php @@ -89,7 +89,7 @@ public function __construct($config = []) * * @since 3.0 * - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * Will be removed without replacement. Get the model through the MVCFactory + namespace instead * * @see LegacyModelLoaderTrait::getInstance() diff --git a/libraries/src/MVC/Model/LegacyModelLoaderTrait.php b/libraries/src/MVC/Model/LegacyModelLoaderTrait.php index 61a73f15dee41..86e3db687ac2e 100644 --- a/libraries/src/MVC/Model/LegacyModelLoaderTrait.php +++ b/libraries/src/MVC/Model/LegacyModelLoaderTrait.php @@ -26,7 +26,7 @@ * * @since 4.0.0 * - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * Will be removed without replacement */ trait LegacyModelLoaderTrait @@ -41,7 +41,7 @@ trait LegacyModelLoaderTrait * * @since 3.0 * - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * Will be removed without replacement */ protected static function _createFileName($type, $parts = []) @@ -60,7 +60,7 @@ protected static function _createFileName($type, $parts = []) * * @since 3.0 * - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * Will be removed without replacement. Get the model through the MVCFactory instead * Example: Factory::getApplication()->bootComponent('com_xxx')->getMVCFactory()->createModel($type, $prefix, $config); */ @@ -114,7 +114,7 @@ public static function getInstance($type, $prefix = '', $config = []) * * @since 3.0 * - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * Will be removed without replacement. Get the model through the MVCFactory instead */ public static function addTablePath($path) @@ -133,7 +133,7 @@ public static function addTablePath($path) * * @since 4.0.0 * - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * Will be removed without replacement */ private static function createModelFromComponent($type, $prefix = '', $config = []): ?ModelInterface diff --git a/libraries/src/MVC/View/AbstractView.php b/libraries/src/MVC/View/AbstractView.php index cb036dddb1d3b..05d7615c07b33 100644 --- a/libraries/src/MVC/View/AbstractView.php +++ b/libraries/src/MVC/View/AbstractView.php @@ -50,7 +50,7 @@ abstract class AbstractView implements ViewInterface, DispatcherAwareInterface, * @var Document * @since 3.0 * - * @deprecated 4.4.0 will be removed in 6.0 + * @deprecated 4.4.0 will be removed in 7.0 * Use $this->getDocument() instead */ public $document; diff --git a/libraries/src/Mail/Mail.php b/libraries/src/Mail/Mail.php index 91a52379f3bc1..0b5d037654449 100644 --- a/libraries/src/Mail/Mail.php +++ b/libraries/src/Mail/Mail.php @@ -33,7 +33,7 @@ class Mail extends PHPMailer implements MailerInterface * @var Mail[] * @since 1.7.3 * - * @deprecated 4.4.0 will be removed in 6.0 + * @deprecated 4.4.0 will be removed in 7.0 * See getInstance() for more details */ public static $instances = []; @@ -105,7 +105,7 @@ public function __construct($exceptions = true) * * @since 4.4.0 * - * @deprecated 4.4.0 will be removed in 6.0 + * @deprecated 4.4.0 will be removed in 7.0 * Use the mailer service in the DI container and create a mailer from there * Example: * Factory::getContainer()->get(MailerFactoryInterface::class)->createMailer(); diff --git a/libraries/src/Menu/AbstractMenu.php b/libraries/src/Menu/AbstractMenu.php index eabff47616c84..d98d85b6c5488 100644 --- a/libraries/src/Menu/AbstractMenu.php +++ b/libraries/src/Menu/AbstractMenu.php @@ -59,7 +59,7 @@ abstract class AbstractMenu * * @since 1.7 * - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * Use the MenuFactoryInterface from the container instead * Example: Factory::getContainer()->get(MenuFactoryInterface::class)->createMenu($client, $options) */ @@ -117,7 +117,7 @@ public function __construct($options = []) * * @throws \Exception * - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * Use the MenuFactoryInterface from the container instead * Example: Factory::getContainer()->get(MenuFactoryInterface::class)->createMenu($client, $options) */ diff --git a/libraries/src/Object/LegacyErrorHandlingTrait.php b/libraries/src/Object/LegacyErrorHandlingTrait.php index 47686baaab9fb..44fba9af46134 100644 --- a/libraries/src/Object/LegacyErrorHandlingTrait.php +++ b/libraries/src/Object/LegacyErrorHandlingTrait.php @@ -30,7 +30,7 @@ trait LegacyErrorHandlingTrait * * @var array * @since 1.7.0 - * @deprecated 3.1.4 JError has been deprecated + * @deprecated 3.7.0 JError has been deprecated */ // phpcs:disable PSR2.Classes.PropertyDeclaration protected $_errors = []; diff --git a/libraries/src/Pathway/Pathway.php b/libraries/src/Pathway/Pathway.php index d4529618fec4c..ab15cc61c0602 100644 --- a/libraries/src/Pathway/Pathway.php +++ b/libraries/src/Pathway/Pathway.php @@ -59,7 +59,7 @@ class Pathway * @since 1.5 * @throws \RuntimeException * - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * Get the instance from the application * Example: * $app->getPathway() diff --git a/libraries/src/Plugin/CMSPlugin.php b/libraries/src/Plugin/CMSPlugin.php index e489948acd55a..2668f1b82176b 100644 --- a/libraries/src/Plugin/CMSPlugin.php +++ b/libraries/src/Plugin/CMSPlugin.php @@ -101,7 +101,7 @@ abstract class CMSPlugin implements DispatcherAwareInterface, PluginInterface, L * @var boolean * @since 4.0.0 * - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * Implement your plugin methods accepting an AbstractEvent object * Example: * onEventTriggerName(AbstractEvent $event) { diff --git a/libraries/src/Router/Route.php b/libraries/src/Router/Route.php index 8be615061a628..865c1a4249273 100644 --- a/libraries/src/Router/Route.php +++ b/libraries/src/Router/Route.php @@ -73,7 +73,7 @@ public static function _($url, $xhtml = true, $tls = self::TLS_IGNORE, $absolute { try { /** - * @deprecated 3.9 int conversion will be removed in 6.0 + * @deprecated 3.9 int conversion will be removed in 7.0 * Before 3.9.7 this method silently converted $tls to integer */ if (!\is_int($tls)) { @@ -86,7 +86,7 @@ public static function _($url, $xhtml = true, $tls = self::TLS_IGNORE, $absolute } /** - * @deprecated 3.9 -1 as valid value will be removed in 6.0 + * @deprecated 3.9 -1 as valid value will be removed in 7.0 * Before 3.9.7 this method accepted -1. */ if ($tls === -1) { @@ -99,7 +99,7 @@ public static function _($url, $xhtml = true, $tls = self::TLS_IGNORE, $absolute return static::link($client, $url, $xhtml, $tls, $absolute); } catch (\RuntimeException) { /** - * @deprecated 3.9 this method will not fail silently from 6.0 + * @deprecated 3.9 this method will not fail silently from 7.0 * Before 3.9.0 this method failed silently on router error. This B/C will be removed in Joomla 6.0 */ return null; diff --git a/libraries/src/Router/Router.php b/libraries/src/Router/Router.php index ff60e790c33dc..06d3a024f8db6 100644 --- a/libraries/src/Router/Router.php +++ b/libraries/src/Router/Router.php @@ -111,7 +111,7 @@ class Router * * @throws \RuntimeException * - * @deprecated 4.0 will be removed in 6.0 + * @deprecated 4.0 will be removed in 7.0 * Inject the router or load it from the dependency injection container * Example: Factory::getContainer()->get(SiteRouter::class); */ diff --git a/libraries/src/Session/Session.php b/libraries/src/Session/Session.php index 626f9675b63e9..d4714bba87676 100644 --- a/libraries/src/Session/Session.php +++ b/libraries/src/Session/Session.php @@ -150,7 +150,7 @@ public static function getHandlers(): array * * @since 1.5 * - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * Load the session service from the dependency injection container or via $app->getSession() * Example: Factory::getApplication()->getSession(); */ diff --git a/libraries/src/Table/Category.php b/libraries/src/Table/Category.php index 111f302167280..21cd86ec80480 100644 --- a/libraries/src/Table/Category.php +++ b/libraries/src/Table/Category.php @@ -55,7 +55,7 @@ class Category extends Nested implements TaggableTableInterface, CurrentUserInte public function __construct(DatabaseInterface $db, ?DispatcherInterface $dispatcher = null) { /** - * @deprecated 4.0 will be removed in 6.0 + * @deprecated 4.0 will be removed in 7.0 * This format was used by tags and versioning before 4.0 before * the introduction of the getTypeAlias function. */ diff --git a/libraries/src/Table/Table.php b/libraries/src/Table/Table.php index e1e8d0abacedf..4ad3b8e0287a7 100644 --- a/libraries/src/Table/Table.php +++ b/libraries/src/Table/Table.php @@ -281,7 +281,7 @@ public function getFields($reload = false) * * @since 1.7.0 * - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * Use the MvcFactory instead or instantiate the table class directly. * Example: Factory::getApplication()->bootComponent('...')->getMVCFactory()->createTable($name, $prefix, $config); * $table = new \Joomla\CMS\Table\Content($db); @@ -361,7 +361,7 @@ public static function getInstance($type, $prefix = 'JTable', $config = []) * * @since 1.7.0 * - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * Should not be used anymore as tables are loaded through the MvcFactory */ public static function addIncludePath($path = null) diff --git a/libraries/src/Toolbar/Button/BasicButton.php b/libraries/src/Toolbar/Button/BasicButton.php index cb04fe3583170..cc590220d28b5 100644 --- a/libraries/src/Toolbar/Button/BasicButton.php +++ b/libraries/src/Toolbar/Button/BasicButton.php @@ -40,7 +40,7 @@ class BasicButton extends ToolbarButton * * @since 3.0 * - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * Use render() instead. * * @throws \LogicException diff --git a/libraries/src/Toolbar/Button/ConfirmButton.php b/libraries/src/Toolbar/Button/ConfirmButton.php index 122a6c24d3bb4..f6cd81de1223a 100644 --- a/libraries/src/Toolbar/Button/ConfirmButton.php +++ b/libraries/src/Toolbar/Button/ConfirmButton.php @@ -56,7 +56,7 @@ protected function prepareOptions(array &$options) * * @since 3.0 * - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * Use render() instead. */ public function fetchButton($type = 'Confirm', $msg = '', $name = '', $text = '', $task = '', $list = true, $hideMenu = false) diff --git a/libraries/src/Toolbar/Button/CustomButton.php b/libraries/src/Toolbar/Button/CustomButton.php index daee67d557bd2..eea294ce5a32d 100644 --- a/libraries/src/Toolbar/Button/CustomButton.php +++ b/libraries/src/Toolbar/Button/CustomButton.php @@ -50,7 +50,7 @@ protected function renderButton(array &$options): string * * @since 3.0 * - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * Use render() instead. */ public function fetchButton($type = 'Custom', $html = '', $id = 'custom') diff --git a/libraries/src/Toolbar/Button/HelpButton.php b/libraries/src/Toolbar/Button/HelpButton.php index 61f0026f831d2..ca874c17d2956 100644 --- a/libraries/src/Toolbar/Button/HelpButton.php +++ b/libraries/src/Toolbar/Button/HelpButton.php @@ -68,7 +68,7 @@ protected function prepareOptions(array &$options) * * @since 3.0 * - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * Use render() instead. */ public function fetchButton($type = 'Help', $ref = '', $com = false, $override = null, $component = null) diff --git a/libraries/src/Toolbar/Button/InlinehelpButton.php b/libraries/src/Toolbar/Button/InlinehelpButton.php index 9177b2bd21509..13bca5c6680a0 100644 --- a/libraries/src/Toolbar/Button/InlinehelpButton.php +++ b/libraries/src/Toolbar/Button/InlinehelpButton.php @@ -69,7 +69,7 @@ protected function prepareOptions(array &$options) * * @since 4.1.0 * - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * Use render() instead. */ public function fetchButton( diff --git a/libraries/src/Toolbar/Button/LinkButton.php b/libraries/src/Toolbar/Button/LinkButton.php index 3ee3a87f89578..ae93a5c2b0fd3 100644 --- a/libraries/src/Toolbar/Button/LinkButton.php +++ b/libraries/src/Toolbar/Button/LinkButton.php @@ -64,7 +64,7 @@ protected function prepareOptions(array &$options) * * @since 3.0 * - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * Use render() instead. */ public function fetchButton($type = 'Link', $name = 'back', $text = '', $url = null) diff --git a/libraries/src/Toolbar/Button/SeparatorButton.php b/libraries/src/Toolbar/Button/SeparatorButton.php index 4857812fcae21..7e1fd8b39672a 100644 --- a/libraries/src/Toolbar/Button/SeparatorButton.php +++ b/libraries/src/Toolbar/Button/SeparatorButton.php @@ -38,7 +38,7 @@ class SeparatorButton extends ToolbarButton * * @since 3.0 * - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * Use render() instead. */ public function fetchButton() diff --git a/libraries/src/Toolbar/Button/StandardButton.php b/libraries/src/Toolbar/Button/StandardButton.php index 373dc9982803d..cb884b9567b17 100644 --- a/libraries/src/Toolbar/Button/StandardButton.php +++ b/libraries/src/Toolbar/Button/StandardButton.php @@ -67,7 +67,7 @@ protected function prepareOptions(array &$options) * * @since 3.0 * - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * Use render() instead. */ public function fetchButton($type = 'Standard', $name = '', $text = '', $task = '', $list = true, $formId = null) diff --git a/libraries/src/Toolbar/ContainerAwareToolbarFactory.php b/libraries/src/Toolbar/ContainerAwareToolbarFactory.php index 99ff06e3ac6c7..5933cd518ebfa 100644 --- a/libraries/src/Toolbar/ContainerAwareToolbarFactory.php +++ b/libraries/src/Toolbar/ContainerAwareToolbarFactory.php @@ -102,7 +102,7 @@ private function loadButtonClass(string $type) $buttonClasses = [ 'Joomla\\CMS\\Toolbar\\Button\\' . $type . 'Button', /** - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 */ 'JToolbarButton' . $type, ]; diff --git a/libraries/src/Toolbar/Toolbar.php b/libraries/src/Toolbar/Toolbar.php index 6e761db08e4ba..d1bddb8f60fc6 100644 --- a/libraries/src/Toolbar/Toolbar.php +++ b/libraries/src/Toolbar/Toolbar.php @@ -134,7 +134,7 @@ public function __construct($name = 'toolbar', ?ToolbarFactoryInterface $factory * * @since 1.5 * - * @deprecated 4.0 will be removed in 6.0 + * @deprecated 4.0 will be removed in 7.0 * Use the ToolbarFactoryInterface instead * Example: * Factory::getContainer()->get(ToolbarFactoryInterface::class)->createToolbar($name) @@ -402,7 +402,7 @@ public function loadButtonType($type, $new = false) * * @since 1.5 * - * @deprecated 4.0 will be removed in 6.0 + * @deprecated 4.0 will be removed in 7.0 * ToolbarButton classes should be autoloaded via namespaces */ public function addButtonPath($path) @@ -439,7 +439,7 @@ public function addButtonPath($path) * @return array * * @since 4.0.0 - * @deprecated 4.0 will be removed in 6.0 + * @deprecated 4.0 will be removed in 7.0 * ToolbarButton buttons should be autoloaded via namespaces */ public function getButtonPath(): array diff --git a/libraries/src/Toolbar/ToolbarButton.php b/libraries/src/Toolbar/ToolbarButton.php index 7c98b47f4a235..046e3e1d01cc2 100644 --- a/libraries/src/Toolbar/ToolbarButton.php +++ b/libraries/src/Toolbar/ToolbarButton.php @@ -249,7 +249,7 @@ public function fetchIconClass($identifier) * * @since 3.0 * - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * Use render() instead. */ abstract public function fetchButton(); diff --git a/libraries/src/Toolbar/ToolbarHelper.php b/libraries/src/Toolbar/ToolbarHelper.php index 636141a860617..013457cfaaad1 100644 --- a/libraries/src/Toolbar/ToolbarHelper.php +++ b/libraries/src/Toolbar/ToolbarHelper.php @@ -93,7 +93,7 @@ public static function divider() * * @param string $task The task to perform (picked up by the switch($task) blocks). * @param string $icon The image to display. - * @param string $iconOver @deprecated 4.3 will be removed in 6.0 + * @param string $iconOver @deprecated 4.3 will be removed in 7.0 * @param string $alt The alt text for the icon image. * @param bool $listSelect True if required to check that a standard list item is checked. * @param string $formId The id of action form. diff --git a/libraries/src/User/User.php b/libraries/src/User/User.php index bb54fc1833390..cef076750124b 100644 --- a/libraries/src/User/User.php +++ b/libraries/src/User/User.php @@ -292,7 +292,7 @@ public function __construct($identifier = 0) * @return User The User object. * * @since 1.7.0 - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * Load the user service from the dependency injection container or via $app->getIdentity() * Example: Factory::getContainer()->get(UserFactoryInterface::class)->loadUserById($id) */ diff --git a/libraries/src/User/UserHelper.php b/libraries/src/User/UserHelper.php index 0c5886a7509cd..7988502e1abdb 100644 --- a/libraries/src/User/UserHelper.php +++ b/libraries/src/User/UserHelper.php @@ -60,7 +60,7 @@ abstract class UserHelper * @var integer * @since 4.0.0 * - * @deprecated 4.0 will be removed in 6.0 + * @deprecated 4.0 will be removed in 7.0 * Use UserHelper::HASH_ARGON2I instead */ public const HASH_ARGON2I_BC = 2; @@ -83,7 +83,7 @@ abstract class UserHelper * @var integer * @since 4.0.0 * - * @deprecated 4.0 will be removed in 6.0 + * @deprecated 4.0 will be removed in 7.0 * Use UserHelper::HASH_ARGON2ID instead */ public const HASH_ARGON2ID_BC = 3; @@ -102,7 +102,7 @@ abstract class UserHelper * @var integer * @since 4.0.0 * - * @deprecated 4.0 will be removed in 6.0 + * @deprecated 4.0 will be removed in 7.0 * Use UserHelper::HASH_BCRYPT instead */ public const HASH_BCRYPT_BC = 1; @@ -113,7 +113,7 @@ abstract class UserHelper * @var string * @since 4.0.0 * - * @deprecated 4.0 will be removed in 6.0 + * @deprecated 4.0 will be removed in 7.0 * Support for MD5 hashed passwords will be removed use any of the other hashing methods */ public const HASH_MD5 = 'md5'; @@ -124,7 +124,7 @@ abstract class UserHelper * @var string * @since 4.0.0 * - * @deprecated 4.0 will be removed in 6.0 + * @deprecated 4.0 will be removed in 7.0 * Support for PHPass hashed passwords will be removed use any of the other hashing methods */ public const HASH_PHPASS = 'phpass'; diff --git a/libraries/src/WebAuthn/Server.php b/libraries/src/WebAuthn/Server.php index 195faa4be33d2..1fd59b881a898 100644 --- a/libraries/src/WebAuthn/Server.php +++ b/libraries/src/WebAuthn/Server.php @@ -103,7 +103,7 @@ final class Server * * @var TokenBindingHandler * @since 5.0.0 - * @deprecated 6.0 Will be removed when we upgrade to WebAuthn library 5.0 or later + * @deprecated 6.0 Will be removed when we upgrade to WebAuthn library 7.0 or later */ private TokenBindingHandler $tokenBindingHandler; diff --git a/modules/mod_articles_archive/src/Helper/ArticlesArchiveHelper.php b/modules/mod_articles_archive/src/Helper/ArticlesArchiveHelper.php index 0d67db8d3d068..7fab3711c7afd 100644 --- a/modules/mod_articles_archive/src/Helper/ArticlesArchiveHelper.php +++ b/modules/mod_articles_archive/src/Helper/ArticlesArchiveHelper.php @@ -109,7 +109,7 @@ public function getArticlesByMonths(Registry $moduleParams, SiteApplication $app * * @since 1.5 * - * @deprecated 4.4.0 will be removed in 6.0 + * @deprecated 4.4.0 will be removed in 7.0 * Use the non-static method getArticlesByMonths * Example: Factory::getApplication()->bootModule('mod_articles_archive', 'site') * ->getHelper('ArticlesArchiveHelper') diff --git a/modules/mod_articles_categories/src/Helper/ArticlesCategoriesHelper.php b/modules/mod_articles_categories/src/Helper/ArticlesCategoriesHelper.php index 86db1928bb9cb..744d5e878c691 100644 --- a/modules/mod_articles_categories/src/Helper/ArticlesCategoriesHelper.php +++ b/modules/mod_articles_categories/src/Helper/ArticlesCategoriesHelper.php @@ -80,7 +80,7 @@ public function getChildrenCategories(Registry $moduleParams, SiteApplication $a * * @since 1.6 * - * @deprecated 4.4.0 will be removed in 6.0 + * @deprecated 4.4.0 will be removed in 7.0 * Use the non-static method getChildrenCategories * Example: Factory::getApplication()->bootModule('mod_articles_categories', 'site') * ->getHelper('ArticlesCategoriesHelper') diff --git a/modules/mod_articles_category/src/Helper/ArticlesCategoryHelper.php b/modules/mod_articles_category/src/Helper/ArticlesCategoryHelper.php index adb90bab5008e..58857680f1988 100644 --- a/modules/mod_articles_category/src/Helper/ArticlesCategoryHelper.php +++ b/modules/mod_articles_category/src/Helper/ArticlesCategoryHelper.php @@ -325,7 +325,7 @@ public function getArticles(Registry $params, SiteApplication $app) * * @since 1.6 * - * @deprecated 4.4.0 will be removed in 6.0 + * @deprecated 4.4.0 will be removed in 7.0 * Use the non-static method getArticles * Example: Factory::getApplication()->bootModule('mod_articles_category', 'site') * ->getHelper('ArticlesCategoryHelper') diff --git a/modules/mod_articles_latest/src/Helper/ArticlesLatestHelper.php b/modules/mod_articles_latest/src/Helper/ArticlesLatestHelper.php index d30f52edbae16..75cb8f6c9c0bd 100644 --- a/modules/mod_articles_latest/src/Helper/ArticlesLatestHelper.php +++ b/modules/mod_articles_latest/src/Helper/ArticlesLatestHelper.php @@ -156,7 +156,7 @@ public function getArticles(Registry $params, SiteApplication $app) * * @since 1.6 * - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * Use the non-static method getArticles * Example: Factory::getApplication()->bootModule('mod_articles_latest', 'site') * ->getHelper('ArticlesLatestHelper') diff --git a/modules/mod_articles_news/src/Helper/ArticlesNewsHelper.php b/modules/mod_articles_news/src/Helper/ArticlesNewsHelper.php index 1de32f176902f..6a3e61ad6993d 100644 --- a/modules/mod_articles_news/src/Helper/ArticlesNewsHelper.php +++ b/modules/mod_articles_news/src/Helper/ArticlesNewsHelper.php @@ -197,7 +197,7 @@ public function getArticles(Registry $params, SiteApplication $app) * * @since 1.6 * - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * Use the non-static method getArticles * Example: Factory::getApplication()->bootModule('mod_articles_news', 'site') * ->getHelper('ArticlesNewsHelper') diff --git a/modules/mod_articles_popular/src/Helper/ArticlesPopularHelper.php b/modules/mod_articles_popular/src/Helper/ArticlesPopularHelper.php index cb353a7cdc9f6..b49a832e9f2e8 100644 --- a/modules/mod_articles_popular/src/Helper/ArticlesPopularHelper.php +++ b/modules/mod_articles_popular/src/Helper/ArticlesPopularHelper.php @@ -171,7 +171,7 @@ private function prepareItem($item, $params): object * * @since 4.3.0 * - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * Use the non-static method getArticles * Example: Factory::getApplication()->bootModule('mod_articles_popular', 'site') * ->getHelper('ArticlesPopularHelper') diff --git a/modules/mod_breadcrumbs/src/Helper/BreadcrumbsHelper.php b/modules/mod_breadcrumbs/src/Helper/BreadcrumbsHelper.php index 791fec472f8e8..16c650df6ea20 100644 --- a/modules/mod_breadcrumbs/src/Helper/BreadcrumbsHelper.php +++ b/modules/mod_breadcrumbs/src/Helper/BreadcrumbsHelper.php @@ -97,7 +97,7 @@ public function getHomeItem(Registry $params, SiteApplication $app): object * * @since 1.5 * - * @deprecated 4.4.0 will be removed in 6.0 + * @deprecated 4.4.0 will be removed in 7.0 * Use the non-static method getBreadcrumbs * Example: Factory::getApplication()->bootModule('mod_breadcrumbs', 'site') * ->getHelper('BreadcrumbsHelper') @@ -118,7 +118,7 @@ public static function getList(Registry $params, CMSApplication $app) * * @since 4.2.0 * - * @deprecated 4.4.0 will be removed in 6.0 + * @deprecated 4.4.0 will be removed in 7.0 * Use the non-static method getHomeItem * Example: Factory::getApplication()->bootModule('mod_breadcrumbs', 'site') * ->getHelper('BreadcrumbsHelper') diff --git a/modules/mod_related_items/src/Helper/RelatedItemsHelper.php b/modules/mod_related_items/src/Helper/RelatedItemsHelper.php index c748f59895089..eee9140db6300 100644 --- a/modules/mod_related_items/src/Helper/RelatedItemsHelper.php +++ b/modules/mod_related_items/src/Helper/RelatedItemsHelper.php @@ -186,7 +186,7 @@ public function getRelatedArticles(Registry $params, SiteApplication $app): arra * * @since 1.6 * - * @deprecated 4.4.0 will be removed in 6.0 + * @deprecated 4.4.0 will be removed in 7.0 * Use the non-static method getRelatedArticles * Example: Factory::getApplication()->bootModule('mod_related_items', 'site') * ->getHelper('RelatedItemsHelper') diff --git a/modules/mod_users_latest/src/Helper/UsersLatestHelper.php b/modules/mod_users_latest/src/Helper/UsersLatestHelper.php index 0960182caa804..81120ba3ebb4c 100644 --- a/modules/mod_users_latest/src/Helper/UsersLatestHelper.php +++ b/modules/mod_users_latest/src/Helper/UsersLatestHelper.php @@ -85,7 +85,7 @@ public function getLatestUsers(Registry $params, SiteApplication $app): array * * @since 1.6 * - * @deprecated 4.4.0 will be removed in 6.0 + * @deprecated 4.4.0 will be removed in 7.0 * Use the non-static method getLatestUsers * Example: Factory::getApplication()->bootModule('mod_users_latest', 'site') * ->getHelper('UsersLatestHelper') diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index 85f36c8bda2e4..64a406ebf4b41 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -3,7 +3,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -15,7 +15,7 @@ parameters: - message: ''' #^Call to deprecated method getDbo\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the database service in the DI container Example\: Factory\:\:getContainer\(\)\-\>get\(DatabaseInterface\:\:class\);$# @@ -27,7 +27,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -50,7 +50,7 @@ parameters: - message: ''' #^Call to deprecated method getUser\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Load the user service from the dependency injection container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getIdentity\(\);$# @@ -88,7 +88,7 @@ parameters: - message: ''' #^Call to deprecated method getDbo\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the database service in the DI container Example\: Factory\:\:getContainer\(\)\-\>get\(DatabaseInterface\:\:class\);$# @@ -100,7 +100,7 @@ parameters: - message: ''' #^Call to deprecated method getDbo\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the database service in the DI container Example\: Factory\:\:getContainer\(\)\-\>get\(DatabaseInterface\:\:class\);$# @@ -123,7 +123,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -141,7 +141,7 @@ parameters: - message: ''' #^Call to deprecated method getUser\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Load the user service from the dependency injection container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getIdentity\(\);$# @@ -153,7 +153,7 @@ parameters: - message: ''' #^Call to deprecated method getUser\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Load the user service from the dependency injection container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getIdentity\(\);$# @@ -165,7 +165,7 @@ parameters: - message: ''' #^Call to deprecated method getDbo\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the database service in the DI container Example\: Factory\:\:getContainer\(\)\-\>get\(DatabaseInterface\:\:class\);$# @@ -177,7 +177,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -189,7 +189,7 @@ parameters: - message: ''' #^Call to deprecated method getUser\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Load the user service from the dependency injection container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getIdentity\(\);$# @@ -275,7 +275,7 @@ parameters: - message: ''' #^Call to deprecated method getDbo\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the database service in the DI container Example\: Factory\:\:getContainer\(\)\-\>get\(DatabaseInterface\:\:class\);$# @@ -446,7 +446,7 @@ parameters: - message: ''' #^Call to deprecated method getCache\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the cache controller factory instead Example\: Factory\:\:getContainer\(\)\-\>get\(CacheControllerFactoryInterface\:\:class\)\-\>createCacheController\(\$handler, \$options\);$# @@ -458,7 +458,7 @@ parameters: - message: ''' #^Call to deprecated method getInstance\(\) of class Joomla\\CMS\\Cache\\Cache\: - 4\.2 will be removed in 6\.0 + 4\.2 will be removed in 7\.0 Use the cache controller factory instead Example\: Factory\:\:getContainer\(\)\-\>get\(CacheControllerFactoryInterface\:\:class\)\-\>createCacheController\(\$type, \$options\);$# ''' @@ -489,7 +489,7 @@ parameters: - message: ''' #^Call to deprecated method getDocument\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the document service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getDocument\(\);$# @@ -501,7 +501,7 @@ parameters: - message: ''' #^Call to deprecated method getDbo\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the database service in the DI container Example\: Factory\:\:getContainer\(\)\-\>get\(DatabaseInterface\:\:class\);$# @@ -524,7 +524,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -536,7 +536,7 @@ parameters: - message: ''' #^Call to deprecated method getDbo\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the database service in the DI container Example\: Factory\:\:getContainer\(\)\-\>get\(DatabaseInterface\:\:class\);$# @@ -548,7 +548,7 @@ parameters: - message: ''' #^Call to deprecated method getUser\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Load the user service from the dependency injection container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getIdentity\(\);$# @@ -582,7 +582,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -653,7 +653,7 @@ parameters: - message: ''' #^Call to deprecated method getDbo\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the database service in the DI container Example\: Factory\:\:getContainer\(\)\-\>get\(DatabaseInterface\:\:class\);$# @@ -722,7 +722,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -734,7 +734,7 @@ parameters: - message: ''' #^Call to deprecated method getDocument\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the document service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getDocument\(\);$# @@ -746,7 +746,7 @@ parameters: - message: ''' #^Call to deprecated method getDbo\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the database service in the DI container Example\: Factory\:\:getContainer\(\)\-\>get\(DatabaseInterface\:\:class\);$# @@ -758,7 +758,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -770,7 +770,7 @@ parameters: - message: ''' #^Call to deprecated method getCache\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the cache controller factory instead Example\: Factory\:\:getContainer\(\)\-\>get\(CacheControllerFactoryInterface\:\:class\)\-\>createCacheController\(\$handler, \$options\);$# @@ -819,7 +819,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -947,7 +947,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -968,7 +968,7 @@ parameters: - message: ''' #^Call to deprecated method getDbo\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the database service in the DI container Example\: Factory\:\:getContainer\(\)\-\>get\(DatabaseInterface\:\:class\);$# @@ -1013,7 +1013,7 @@ parameters: - message: ''' #^Call to deprecated method getDbo\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the database service in the DI container Example\: Factory\:\:getContainer\(\)\-\>get\(DatabaseInterface\:\:class\);$# @@ -1025,7 +1025,7 @@ parameters: - message: ''' #^Call to deprecated method getDocument\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the document service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getDocument\(\);$# @@ -1037,7 +1037,7 @@ parameters: - message: ''' #^Call to deprecated method getUser\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Load the user service from the dependency injection container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getIdentity\(\);$# @@ -1066,7 +1066,7 @@ parameters: - message: ''' #^Call to deprecated method getDbo\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the database service in the DI container Example\: Factory\:\:getContainer\(\)\-\>get\(DatabaseInterface\:\:class\);$# @@ -1100,7 +1100,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -1131,7 +1131,7 @@ parameters: - message: ''' #^Call to deprecated method getDbo\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the database service in the DI container Example\: Factory\:\:getContainer\(\)\-\>get\(DatabaseInterface\:\:class\);$# @@ -1143,7 +1143,7 @@ parameters: - message: ''' #^Call to deprecated method getDbo\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the database service in the DI container Example\: Factory\:\:getContainer\(\)\-\>get\(DatabaseInterface\:\:class\);$# @@ -1155,7 +1155,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -1247,7 +1247,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -1270,7 +1270,7 @@ parameters: - message: ''' #^Call to deprecated method getDbo\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the database service in the DI container Example\: Factory\:\:getContainer\(\)\-\>get\(DatabaseInterface\:\:class\);$# @@ -1282,7 +1282,7 @@ parameters: - message: ''' #^Call to deprecated method getUser\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Load the user service from the dependency injection container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getIdentity\(\);$# @@ -1332,7 +1332,7 @@ parameters: - message: ''' #^Call to deprecated method getDbo\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the database service in the DI container Example\: Factory\:\:getContainer\(\)\-\>get\(DatabaseInterface\:\:class\);$# @@ -1344,7 +1344,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -1356,7 +1356,7 @@ parameters: - message: ''' #^Call to deprecated method getInstance\(\) of class Joomla\\CMS\\Table\\Table\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the MvcFactory instead or instantiate the table class directly\. Example\: Factory\:\:getApplication\(\)\-\>bootComponent\('\.\.\.'\)\-\>getMVCFactory\(\)\-\>createTable\(\$name, \$prefix, \$config\); \$table \= new \\Joomla\\CMS\\Table\\Content\(\$db\);$# @@ -1379,7 +1379,7 @@ parameters: - message: ''' #^Call to deprecated method addIncludePath\(\) of class Joomla\\CMS\\Table\\Table\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Should not be used anymore as tables are loaded through the MvcFactory$# ''' identifier: staticMethod.deprecated @@ -1411,7 +1411,7 @@ parameters: - message: ''' #^Call to deprecated method getInstance\(\) of class Joomla\\CMS\\Table\\Table\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the MvcFactory instead or instantiate the table class directly\. Example\: Factory\:\:getApplication\(\)\-\>bootComponent\('\.\.\.'\)\-\>getMVCFactory\(\)\-\>createTable\(\$name, \$prefix, \$config\); \$table \= new \\Joomla\\CMS\\Table\\Content\(\$db\);$# @@ -1434,7 +1434,7 @@ parameters: - message: ''' #^Call to deprecated method getInstance\(\) of class Joomla\\CMS\\Table\\Table\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the MvcFactory instead or instantiate the table class directly\. Example\: Factory\:\:getApplication\(\)\-\>bootComponent\('\.\.\.'\)\-\>getMVCFactory\(\)\-\>createTable\(\$name, \$prefix, \$config\); \$table \= new \\Joomla\\CMS\\Table\\Content\(\$db\);$# @@ -1473,7 +1473,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -1485,7 +1485,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -1497,7 +1497,7 @@ parameters: - message: ''' #^Call to deprecated method getDbo\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the database service in the DI container Example\: Factory\:\:getContainer\(\)\-\>get\(DatabaseInterface\:\:class\);$# @@ -1509,7 +1509,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -1521,7 +1521,7 @@ parameters: - message: ''' #^Call to deprecated method getUser\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Load the user service from the dependency injection container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getIdentity\(\);$# @@ -1544,7 +1544,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -1576,7 +1576,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -1597,7 +1597,7 @@ parameters: - message: ''' #^Call to deprecated method getUser\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Load the user service from the dependency injection container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getIdentity\(\);$# @@ -1620,7 +1620,7 @@ parameters: - message: ''' #^Call to deprecated method getUser\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Load the user service from the dependency injection container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getIdentity\(\);$# @@ -1711,7 +1711,7 @@ parameters: - message: ''' #^Call to deprecated method getInstance\(\) of class Joomla\\CMS\\Categories\\Categories\: - 4\.0 will be removed in 6\.0 + 4\.0 will be removed in 7\.0 Use the ComponentInterface to get the categories Example\: Factory\:\:getApplication\(\)\-\>bootComponent\(\$component\)\-\>getCategory\(\$options, \$section\);$# ''' @@ -1784,7 +1784,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -1796,7 +1796,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -1808,7 +1808,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -1820,7 +1820,7 @@ parameters: - message: ''' #^Call to deprecated method getUser\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Load the user service from the dependency injection container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getIdentity\(\);$# @@ -1842,7 +1842,7 @@ parameters: - message: ''' #^Call to deprecated method getDbo\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the database service in the DI container Example\: Factory\:\:getContainer\(\)\-\>get\(DatabaseInterface\:\:class\);$# @@ -1874,7 +1874,7 @@ parameters: - message: ''' #^Call to deprecated method getSession\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the session service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getSession\(\);$# @@ -1896,7 +1896,7 @@ parameters: - message: ''' #^Call to deprecated method getUser\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Load the user service from the dependency injection container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getIdentity\(\);$# @@ -1908,7 +1908,7 @@ parameters: - message: ''' #^Call to deprecated method getDbo\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the database service in the DI container Example\: Factory\:\:getContainer\(\)\-\>get\(DatabaseInterface\:\:class\);$# @@ -1941,7 +1941,7 @@ parameters: - message: ''' #^Call to deprecated method getUser\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Load the user service from the dependency injection container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getIdentity\(\);$# @@ -2072,7 +2072,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -2084,7 +2084,7 @@ parameters: - message: ''' #^Call to deprecated method getCache\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the cache controller factory instead Example\: Factory\:\:getContainer\(\)\-\>get\(CacheControllerFactoryInterface\:\:class\)\-\>createCacheController\(\$handler, \$options\);$# @@ -2096,7 +2096,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -2108,7 +2108,7 @@ parameters: - message: ''' #^Call to deprecated method getUser\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Load the user service from the dependency injection container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getIdentity\(\);$# @@ -2120,7 +2120,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -2132,7 +2132,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -2144,7 +2144,7 @@ parameters: - message: ''' #^Call to deprecated method getUser\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Load the user service from the dependency injection container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getIdentity\(\);$# @@ -2250,7 +2250,7 @@ parameters: - message: ''' #^Call to deprecated method getSession\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the session service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getSession\(\);$# @@ -2262,7 +2262,7 @@ parameters: - message: ''' #^Call to deprecated method getSession\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the session service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getSession\(\);$# @@ -2274,7 +2274,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -2296,7 +2296,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -2361,7 +2361,7 @@ parameters: - message: ''' #^Call to deprecated method getUser\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Load the user service from the dependency injection container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getIdentity\(\);$# @@ -2373,7 +2373,7 @@ parameters: - message: ''' #^Call to deprecated method getUser\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Load the user service from the dependency injection container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getIdentity\(\);$# @@ -2467,7 +2467,7 @@ parameters: - message: ''' #^Call to deprecated method getDbo\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the database service in the DI container Example\: Factory\:\:getContainer\(\)\-\>get\(DatabaseInterface\:\:class\);$# @@ -2520,7 +2520,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -2764,7 +2764,7 @@ parameters: - message: ''' #^Access to deprecated static property \$language of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -2786,7 +2786,7 @@ parameters: - message: ''' #^Call to deprecated method getDbo\(\) of class Joomla\\CMS\\MVC\\Model\\BaseDatabaseModel\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use getDatabase\(\) instead Example\: \$model\-\>getDatabase\(\);$# ''' @@ -2808,7 +2808,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -2900,7 +2900,7 @@ parameters: - message: ''' #^Call to deprecated method getSession\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the session service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getSession\(\);$# @@ -2912,7 +2912,7 @@ parameters: - message: ''' #^Access to deprecated static property \$language of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -2935,7 +2935,7 @@ parameters: - message: ''' #^Call to deprecated method getInstance\(\) of class Joomla\\CMS\\Language\\Language\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language factory instead Example\: Factory\:\:getContainer\(\)\-\>get\(LanguageFactoryInterface\:\:class\)\-\>createLanguage\(\$lang, \$debug\);$# ''' @@ -2946,7 +2946,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -2991,7 +2991,7 @@ parameters: - message: ''' #^Call to deprecated method getDbo\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the database service in the DI container Example\: Factory\:\:getContainer\(\)\-\>get\(DatabaseInterface\:\:class\);$# @@ -3020,7 +3020,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -3107,7 +3107,7 @@ parameters: - message: ''' #^Call to deprecated method getInstance\(\) of class Joomla\\CMS\\Language\\Language\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language factory instead Example\: Factory\:\:getContainer\(\)\-\>get\(LanguageFactoryInterface\:\:class\)\-\>createLanguage\(\$lang, \$debug\);$# ''' @@ -3305,7 +3305,7 @@ parameters: - message: ''' #^Call to deprecated method getCache\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the cache controller factory instead Example\: Factory\:\:getContainer\(\)\-\>get\(CacheControllerFactoryInterface\:\:class\)\-\>createCacheController\(\$handler, \$options\);$# @@ -3317,7 +3317,7 @@ parameters: - message: ''' #^Call to deprecated method getDbo\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the database service in the DI container Example\: Factory\:\:getContainer\(\)\-\>get\(DatabaseInterface\:\:class\);$# @@ -3329,7 +3329,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -3439,7 +3439,7 @@ parameters: - message: ''' #^Call to deprecated method getDocument\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the document service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getDocument\(\);$# @@ -3451,7 +3451,7 @@ parameters: - message: ''' #^Call to deprecated method getDocument\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the document service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getDocument\(\);$# @@ -3463,7 +3463,7 @@ parameters: - message: ''' #^Call to deprecated method getDocument\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the document service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getDocument\(\);$# @@ -3551,7 +3551,7 @@ parameters: - message: ''' #^Call to deprecated method addIncludePath\(\) of class Joomla\\CMS\\Table\\Table\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Should not be used anymore as tables are loaded through the MvcFactory$# ''' identifier: staticMethod.deprecated @@ -3561,7 +3561,7 @@ parameters: - message: ''' #^Call to deprecated method getDbo\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the database service in the DI container Example\: Factory\:\:getContainer\(\)\-\>get\(DatabaseInterface\:\:class\);$# @@ -3650,7 +3650,7 @@ parameters: - message: ''' #^Call to deprecated method getDbo\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the database service in the DI container Example\: Factory\:\:getContainer\(\)\-\>get\(DatabaseInterface\:\:class\);$# @@ -3662,7 +3662,7 @@ parameters: - message: ''' #^Call to deprecated method getDbo\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the database service in the DI container Example\: Factory\:\:getContainer\(\)\-\>get\(DatabaseInterface\:\:class\);$# @@ -3706,7 +3706,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -3749,7 +3749,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -3772,7 +3772,7 @@ parameters: - message: ''' #^Call to deprecated method getInstance\(\) of class Joomla\\CMS\\Table\\Table\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the MvcFactory instead or instantiate the table class directly\. Example\: Factory\:\:getApplication\(\)\-\>bootComponent\('\.\.\.'\)\-\>getMVCFactory\(\)\-\>createTable\(\$name, \$prefix, \$config\); \$table \= new \\Joomla\\CMS\\Table\\Content\(\$db\);$# @@ -3826,7 +3826,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -3838,7 +3838,7 @@ parameters: - message: ''' #^Call to deprecated method getDbo\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the database service in the DI container Example\: Factory\:\:getContainer\(\)\-\>get\(DatabaseInterface\:\:class\);$# @@ -3973,7 +3973,7 @@ parameters: - message: ''' #^Call to deprecated method getInstance\(\) of class Joomla\\CMS\\Language\\Language\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language factory instead Example\: Factory\:\:getContainer\(\)\-\>get\(LanguageFactoryInterface\:\:class\)\-\>createLanguage\(\$lang, \$debug\);$# ''' @@ -3995,7 +3995,7 @@ parameters: - message: ''' #^Call to deprecated method getDocument\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the document service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getDocument\(\);$# @@ -4045,7 +4045,7 @@ parameters: - message: ''' #^Call to deprecated method getDocument\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the document service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getDocument\(\);$# @@ -4057,7 +4057,7 @@ parameters: - message: ''' #^Call to deprecated method getDbo\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the database service in the DI container Example\: Factory\:\:getContainer\(\)\-\>get\(DatabaseInterface\:\:class\);$# @@ -4069,7 +4069,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -4092,7 +4092,7 @@ parameters: - message: ''' #^Call to deprecated method getInstance\(\) of class Joomla\\CMS\\Table\\Table\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the MvcFactory instead or instantiate the table class directly\. Example\: Factory\:\:getApplication\(\)\-\>bootComponent\('\.\.\.'\)\-\>getMVCFactory\(\)\-\>createTable\(\$name, \$prefix, \$config\); \$table \= new \\Joomla\\CMS\\Table\\Content\(\$db\);$# @@ -4104,7 +4104,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -4147,7 +4147,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -4159,7 +4159,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -4182,7 +4182,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -4265,7 +4265,7 @@ parameters: - message: ''' #^Call to deprecated method getDbo\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the database service in the DI container Example\: Factory\:\:getContainer\(\)\-\>get\(DatabaseInterface\:\:class\);$# @@ -4277,7 +4277,7 @@ parameters: - message: ''' #^Call to deprecated method getDbo\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the database service in the DI container Example\: Factory\:\:getContainer\(\)\-\>get\(DatabaseInterface\:\:class\);$# @@ -4311,7 +4311,7 @@ parameters: - message: ''' #^Call to deprecated method getDbo\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the database service in the DI container Example\: Factory\:\:getContainer\(\)\-\>get\(DatabaseInterface\:\:class\);$# @@ -4323,7 +4323,7 @@ parameters: - message: ''' #^Call to deprecated method getUser\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Load the user service from the dependency injection container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getIdentity\(\);$# @@ -4376,7 +4376,7 @@ parameters: - message: ''' #^Call to deprecated method getDbo\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the database service in the DI container Example\: Factory\:\:getContainer\(\)\-\>get\(DatabaseInterface\:\:class\);$# @@ -4388,7 +4388,7 @@ parameters: - message: ''' #^Call to deprecated method getInstance\(\) of class Joomla\\CMS\\Table\\Table\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the MvcFactory instead or instantiate the table class directly\. Example\: Factory\:\:getApplication\(\)\-\>bootComponent\('\.\.\.'\)\-\>getMVCFactory\(\)\-\>createTable\(\$name, \$prefix, \$config\); \$table \= new \\Joomla\\CMS\\Table\\Content\(\$db\);$# @@ -4400,7 +4400,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -4422,7 +4422,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -4476,7 +4476,7 @@ parameters: - message: ''' #^Call to deprecated method getCache\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the cache controller factory instead Example\: Factory\:\:getContainer\(\)\-\>get\(CacheControllerFactoryInterface\:\:class\)\-\>createCacheController\(\$handler, \$options\);$# @@ -4512,7 +4512,7 @@ parameters: - message: ''' #^Call to deprecated method getSession\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the session service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getSession\(\);$# @@ -4582,7 +4582,7 @@ parameters: - message: ''' #^Call to deprecated method getDbo\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the database service in the DI container Example\: Factory\:\:getContainer\(\)\-\>get\(DatabaseInterface\:\:class\);$# @@ -4626,7 +4626,7 @@ parameters: - message: ''' #^Call to deprecated method getInstance\(\) of class Joomla\\CMS\\Language\\Language\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language factory instead Example\: Factory\:\:getContainer\(\)\-\>get\(LanguageFactoryInterface\:\:class\)\-\>createLanguage\(\$lang, \$debug\);$# ''' @@ -4637,7 +4637,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -4704,7 +4704,7 @@ parameters: - message: ''' #^Call to deprecated method getInstance\(\) of class Joomla\\CMS\\Language\\Language\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language factory instead Example\: Factory\:\:getContainer\(\)\-\>get\(LanguageFactoryInterface\:\:class\)\-\>createLanguage\(\$lang, \$debug\);$# ''' @@ -4715,7 +4715,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -4785,7 +4785,7 @@ parameters: - message: ''' #^Call to deprecated method getSession\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the session service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getSession\(\);$# @@ -4808,7 +4808,7 @@ parameters: - message: ''' #^Call to deprecated method getDbo\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the database service in the DI container Example\: Factory\:\:getContainer\(\)\-\>get\(DatabaseInterface\:\:class\);$# @@ -4831,7 +4831,7 @@ parameters: - message: ''' #^Call to deprecated method getDocument\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the document service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getDocument\(\);$# @@ -4917,7 +4917,7 @@ parameters: - message: ''' #^Call to deprecated method getUser\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Load the user service from the dependency injection container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getIdentity\(\);$# @@ -4940,7 +4940,7 @@ parameters: - message: ''' #^Call to deprecated method getInstance\(\) of class Joomla\\CMS\\Toolbar\\Toolbar\: - 4\.0 will be removed in 6\.0 + 4\.0 will be removed in 7\.0 Use the ToolbarFactoryInterface instead Example\: Factory\:\:getContainer\(\)\-\>get\(ToolbarFactoryInterface\:\:class\)\-\>createToolbar\(\$name\)$# @@ -5037,7 +5037,7 @@ parameters: - message: ''' #^Call to deprecated method getUser\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Load the user service from the dependency injection container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getIdentity\(\);$# @@ -5134,7 +5134,7 @@ parameters: - message: ''' #^Call to deprecated method getDbo\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the database service in the DI container Example\: Factory\:\:getContainer\(\)\-\>get\(DatabaseInterface\:\:class\);$# @@ -5178,7 +5178,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -5326,7 +5326,7 @@ parameters: - message: ''' #^Call to deprecated method getDocument\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the document service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getDocument\(\);$# @@ -5455,7 +5455,7 @@ parameters: - message: ''' #^Call to deprecated method getDbo\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the database service in the DI container Example\: Factory\:\:getContainer\(\)\-\>get\(DatabaseInterface\:\:class\);$# @@ -5467,7 +5467,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -5479,7 +5479,7 @@ parameters: - message: ''' #^Call to deprecated method getUser\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Load the user service from the dependency injection container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getIdentity\(\);$# @@ -5501,7 +5501,7 @@ parameters: - message: ''' #^Call to deprecated method getDbo\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the database service in the DI container Example\: Factory\:\:getContainer\(\)\-\>get\(DatabaseInterface\:\:class\);$# @@ -5556,7 +5556,7 @@ parameters: - message: ''' #^Call to deprecated method getInstance\(\) of class Joomla\\CMS\\Table\\Table\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the MvcFactory instead or instantiate the table class directly\. Example\: Factory\:\:getApplication\(\)\-\>bootComponent\('\.\.\.'\)\-\>getMVCFactory\(\)\-\>createTable\(\$name, \$prefix, \$config\); \$table \= new \\Joomla\\CMS\\Table\\Content\(\$db\);$# @@ -5600,7 +5600,7 @@ parameters: - message: ''' #^Call to deprecated method getInstance\(\) of class Joomla\\CMS\\Table\\Table\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the MvcFactory instead or instantiate the table class directly\. Example\: Factory\:\:getApplication\(\)\-\>bootComponent\('\.\.\.'\)\-\>getMVCFactory\(\)\-\>createTable\(\$name, \$prefix, \$config\); \$table \= new \\Joomla\\CMS\\Table\\Content\(\$db\);$# @@ -5645,7 +5645,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -5721,7 +5721,7 @@ parameters: - message: ''' #^Call to deprecated method getInstance\(\) of class Joomla\\CMS\\Table\\Table\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the MvcFactory instead or instantiate the table class directly\. Example\: Factory\:\:getApplication\(\)\-\>bootComponent\('\.\.\.'\)\-\>getMVCFactory\(\)\-\>createTable\(\$name, \$prefix, \$config\); \$table \= new \\Joomla\\CMS\\Table\\Content\(\$db\);$# @@ -5775,7 +5775,7 @@ parameters: - message: ''' #^Call to deprecated method getDbo\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the database service in the DI container Example\: Factory\:\:getContainer\(\)\-\>get\(DatabaseInterface\:\:class\);$# @@ -5787,7 +5787,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -5799,7 +5799,7 @@ parameters: - message: ''' #^Call to deprecated method getUser\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Load the user service from the dependency injection container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getIdentity\(\);$# @@ -5822,7 +5822,7 @@ parameters: - message: ''' #^Call to deprecated method getUser\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Load the user service from the dependency injection container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getIdentity\(\);$# @@ -5984,7 +5984,7 @@ parameters: - message: ''' #^Call to deprecated method getDbo\(\) of class Joomla\\CMS\\MVC\\Model\\BaseDatabaseModel\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use getDatabase\(\) instead Example\: \$model\-\>getDatabase\(\);$# ''' @@ -6006,7 +6006,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -6081,7 +6081,7 @@ parameters: - message: ''' #^Call to deprecated method getUser\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Load the user service from the dependency injection container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getIdentity\(\);$# @@ -6273,7 +6273,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -6285,7 +6285,7 @@ parameters: - message: ''' #^Call to deprecated method getUser\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Load the user service from the dependency injection container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getIdentity\(\);$# @@ -6297,7 +6297,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -6309,7 +6309,7 @@ parameters: - message: ''' #^Call to deprecated method getUser\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Load the user service from the dependency injection container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getIdentity\(\);$# @@ -6321,7 +6321,7 @@ parameters: - message: ''' #^Call to deprecated method getDocument\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the document service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getDocument\(\);$# @@ -6339,7 +6339,7 @@ parameters: - message: ''' #^Call to deprecated method getDbo\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the database service in the DI container Example\: Factory\:\:getContainer\(\)\-\>get\(DatabaseInterface\:\:class\);$# @@ -6351,7 +6351,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -6374,7 +6374,7 @@ parameters: - message: ''' #^Call to deprecated method getCache\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the cache controller factory instead Example\: Factory\:\:getContainer\(\)\-\>get\(CacheControllerFactoryInterface\:\:class\)\-\>createCacheController\(\$handler, \$options\);$# @@ -6386,7 +6386,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -6409,7 +6409,7 @@ parameters: - message: ''' #^Call to deprecated method getInstance\(\) of class Joomla\\CMS\\Form\\Form\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the FormFactory service from the container Example\: Factory\:\:getContainer\(\)\-\>get\(FormFactoryInterface\:\:class\)\-\>createForm\(\$name, \$options\);$# ''' @@ -6430,7 +6430,7 @@ parameters: - message: ''' #^Call to deprecated method getDbo\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the database service in the DI container Example\: Factory\:\:getContainer\(\)\-\>get\(DatabaseInterface\:\:class\);$# @@ -6442,7 +6442,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -6454,7 +6454,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -6478,7 +6478,7 @@ parameters: - message: ''' #^Access to deprecated property \$document of class Joomla\\CMS\\MVC\\View\\AbstractView\: - 4\.4\.0 will be removed in 6\.0 + 4\.4\.0 will be removed in 7\.0 Use \$this\-\>getDocument\(\) instead$# ''' identifier: property.deprecated @@ -6510,7 +6510,7 @@ parameters: - message: ''' #^Call to deprecated method getSession\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the session service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getSession\(\);$# @@ -6522,7 +6522,7 @@ parameters: - message: ''' #^Call to deprecated method getInstance\(\) of class Joomla\\CMS\\Categories\\Categories\: - 4\.0 will be removed in 6\.0 + 4\.0 will be removed in 7\.0 Use the ComponentInterface to get the categories Example\: Factory\:\:getApplication\(\)\-\>bootComponent\(\$component\)\-\>getCategory\(\$options, \$section\);$# ''' @@ -6533,7 +6533,7 @@ parameters: - message: ''' #^Call to deprecated method getInstance\(\) of class Joomla\\CMS\\Categories\\Categories\: - 4\.0 will be removed in 6\.0 + 4\.0 will be removed in 7\.0 Use the ComponentInterface to get the categories Example\: Factory\:\:getApplication\(\)\-\>bootComponent\(\$component\)\-\>getCategory\(\$options, \$section\);$# ''' @@ -6544,7 +6544,7 @@ parameters: - message: ''' #^Call to deprecated method getInstance\(\) of class Joomla\\CMS\\Form\\Form\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the FormFactory service from the container Example\: Factory\:\:getContainer\(\)\-\>get\(FormFactoryInterface\:\:class\)\-\>createForm\(\$name, \$options\);$# ''' @@ -6555,7 +6555,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -6588,7 +6588,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -6600,7 +6600,7 @@ parameters: - message: ''' #^Call to deprecated method getRouter\(\) of class Joomla\\CMS\\Application\\CMSApplication\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Inject the router or load it from the dependency injection container Example\: Factory\:\:getContainer\(\)\-\>get\(\$name\);$# ''' @@ -6640,7 +6640,7 @@ parameters: - message: ''' #^Call to deprecated method getInstance\(\) of class Joomla\\CMS\\Categories\\Categories\: - 4\.0 will be removed in 6\.0 + 4\.0 will be removed in 7\.0 Use the ComponentInterface to get the categories Example\: Factory\:\:getApplication\(\)\-\>bootComponent\(\$component\)\-\>getCategory\(\$options, \$section\);$# ''' @@ -6794,7 +6794,7 @@ parameters: - message: ''' #^Call to deprecated method getDbo\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the database service in the DI container Example\: Factory\:\:getContainer\(\)\-\>get\(DatabaseInterface\:\:class\);$# @@ -6806,7 +6806,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -6818,7 +6818,7 @@ parameters: - message: ''' #^Call to deprecated method getUser\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Load the user service from the dependency injection container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getIdentity\(\);$# @@ -6830,7 +6830,7 @@ parameters: - message: ''' #^Call to deprecated method getDbo\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the database service in the DI container Example\: Factory\:\:getContainer\(\)\-\>get\(DatabaseInterface\:\:class\);$# @@ -6842,7 +6842,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -6865,7 +6865,7 @@ parameters: - message: ''' #^Call to deprecated method getInstance\(\) of class Joomla\\CMS\\Categories\\Categories\: - 4\.0 will be removed in 6\.0 + 4\.0 will be removed in 7\.0 Use the ComponentInterface to get the categories Example\: Factory\:\:getApplication\(\)\-\>bootComponent\(\$component\)\-\>getCategory\(\$options, \$section\);$# ''' @@ -6876,7 +6876,7 @@ parameters: - message: ''' #^Call to deprecated method getInstance\(\) of class Joomla\\CMS\\Categories\\Categories\: - 4\.0 will be removed in 6\.0 + 4\.0 will be removed in 7\.0 Use the ComponentInterface to get the categories Example\: Factory\:\:getApplication\(\)\-\>bootComponent\(\$component\)\-\>getCategory\(\$options, \$section\);$# ''' @@ -6930,7 +6930,7 @@ parameters: - message: ''' #^Call to deprecated method getRouter\(\) of class Joomla\\CMS\\Application\\CMSApplication\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Inject the router or load it from the dependency injection container Example\: Factory\:\:getContainer\(\)\-\>get\(\$name\);$# ''' @@ -6973,7 +6973,7 @@ parameters: - message: ''' #^Call to deprecated method getInstance\(\) of class Joomla\\CMS\\Categories\\Categories\: - 4\.0 will be removed in 6\.0 + 4\.0 will be removed in 7\.0 Use the ComponentInterface to get the categories Example\: Factory\:\:getApplication\(\)\-\>bootComponent\(\$component\)\-\>getCategory\(\$options, \$section\);$# ''' @@ -7012,7 +7012,7 @@ parameters: - message: ''' #^Call to deprecated method getInstance\(\) of class Joomla\\CMS\\Categories\\Categories\: - 4\.0 will be removed in 6\.0 + 4\.0 will be removed in 7\.0 Use the ComponentInterface to get the categories Example\: Factory\:\:getApplication\(\)\-\>bootComponent\(\$component\)\-\>getCategory\(\$options, \$section\);$# ''' @@ -7149,7 +7149,7 @@ parameters: - message: ''' #^Call to deprecated method getDbo\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the database service in the DI container Example\: Factory\:\:getContainer\(\)\-\>get\(DatabaseInterface\:\:class\);$# @@ -7161,7 +7161,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -7183,7 +7183,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -7254,7 +7254,7 @@ parameters: - message: ''' #^Call to deprecated method getInstance\(\) of class Joomla\\CMS\\Categories\\Categories\: - 4\.0 will be removed in 6\.0 + 4\.0 will be removed in 7\.0 Use the ComponentInterface to get the categories Example\: Factory\:\:getApplication\(\)\-\>bootComponent\(\$component\)\-\>getCategory\(\$options, \$section\);$# ''' @@ -7265,7 +7265,7 @@ parameters: - message: ''' #^Call to deprecated method getInstance\(\) of class Joomla\\CMS\\Categories\\Categories\: - 4\.0 will be removed in 6\.0 + 4\.0 will be removed in 7\.0 Use the ComponentInterface to get the categories Example\: Factory\:\:getApplication\(\)\-\>bootComponent\(\$component\)\-\>getCategory\(\$options, \$section\);$# ''' @@ -7287,7 +7287,7 @@ parameters: - message: ''' #^Call to deprecated method getRouter\(\) of class Joomla\\CMS\\Application\\CMSApplication\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Inject the router or load it from the dependency injection container Example\: Factory\:\:getContainer\(\)\-\>get\(\$name\);$# ''' @@ -7333,7 +7333,7 @@ parameters: - message: ''' #^Call to deprecated method getInstance\(\) of class Joomla\\CMS\\Categories\\Categories\: - 4\.0 will be removed in 6\.0 + 4\.0 will be removed in 7\.0 Use the ComponentInterface to get the categories Example\: Factory\:\:getApplication\(\)\-\>bootComponent\(\$component\)\-\>getCategory\(\$options, \$section\);$# ''' @@ -7456,7 +7456,7 @@ parameters: - message: ''' #^Call to deprecated method getInstance\(\) of class Joomla\\CMS\\Menu\\AbstractMenu\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the MenuFactoryInterface from the container instead Example\: Factory\:\:getContainer\(\)\-\>get\(MenuFactoryInterface\:\:class\)\-\>createMenu\(\$client, \$options\)$# ''' @@ -7499,7 +7499,7 @@ parameters: - message: ''' #^Access to deprecated property \$sefparams of class Joomla\\Component\\Tags\\Site\\Service\\Router\: - 5\.2\.0 will be removed in 6\.0 + 5\.2\.0 will be removed in 7\.0 without replacement$# ''' identifier: property.deprecated @@ -7662,7 +7662,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -7803,7 +7803,7 @@ parameters: - message: ''' #^Access to deprecated static property \$config of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the configuration object within the application Example\: Factory\:\:getApplication\(\)\-\>getConfig\(\);$# @@ -7815,7 +7815,7 @@ parameters: - message: ''' #^Access to deprecated static property \$language of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -7838,7 +7838,7 @@ parameters: - message: ''' #^Access to deprecated static property \$config of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the configuration object within the application Example\: Factory\:\:getApplication\(\)\-\>getConfig\(\);$# @@ -7850,7 +7850,7 @@ parameters: - message: ''' #^Access to deprecated static property \$document of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the document service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getDocument\(\);$# @@ -7862,7 +7862,7 @@ parameters: - message: ''' #^Access to deprecated static property \$language of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -7874,7 +7874,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -7897,7 +7897,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -7909,7 +7909,7 @@ parameters: - message: ''' #^Access to deprecated static property \$language of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -7921,7 +7921,7 @@ parameters: - message: ''' #^Call to deprecated method getInstance\(\) of class Joomla\\CMS\\Language\\Language\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language factory instead Example\: Factory\:\:getContainer\(\)\-\>get\(LanguageFactoryInterface\:\:class\)\-\>createLanguage\(\$lang, \$debug\);$# ''' @@ -7932,7 +7932,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -7944,7 +7944,7 @@ parameters: - message: ''' #^Call to deprecated method getSession\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the session service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getSession\(\);$# @@ -7965,7 +7965,7 @@ parameters: - message: ''' #^Call to deprecated method getSession\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the session service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getSession\(\);$# @@ -7977,7 +7977,7 @@ parameters: - message: ''' #^Call to deprecated method getSession\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the session service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getSession\(\);$# @@ -7989,7 +7989,7 @@ parameters: - message: ''' #^Call to deprecated method getInstance\(\) of class Joomla\\CMS\\Form\\Form\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the FormFactory service from the container Example\: Factory\:\:getContainer\(\)\-\>get\(FormFactoryInterface\:\:class\)\-\>createForm\(\$name, \$options\);$# ''' @@ -8000,7 +8000,7 @@ parameters: - message: ''' #^Call to deprecated method getSession\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the session service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getSession\(\);$# @@ -8021,7 +8021,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -8033,7 +8033,7 @@ parameters: - message: ''' #^Call to deprecated method getSession\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the session service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getSession\(\);$# @@ -8056,7 +8056,7 @@ parameters: - message: ''' #^Call to deprecated method getInstance\(\) of class Joomla\\CMS\\Form\\Form\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the FormFactory service from the container Example\: Factory\:\:getContainer\(\)\-\>get\(FormFactoryInterface\:\:class\)\-\>createForm\(\$name, \$options\);$# ''' @@ -8073,7 +8073,7 @@ parameters: - message: ''' #^Call to deprecated method getInstance\(\) of class Joomla\\CMS\\Form\\Form\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the FormFactory service from the container Example\: Factory\:\:getContainer\(\)\-\>get\(FormFactoryInterface\:\:class\)\-\>createForm\(\$name, \$options\);$# ''' @@ -8084,7 +8084,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -8096,7 +8096,7 @@ parameters: - message: ''' #^Call to deprecated method getSession\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the session service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getSession\(\);$# @@ -8108,7 +8108,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -8156,7 +8156,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -8174,7 +8174,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -8192,7 +8192,7 @@ parameters: - message: ''' #^Call to deprecated method getDbo\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the database service in the DI container Example\: Factory\:\:getContainer\(\)\-\>get\(DatabaseInterface\:\:class\);$# @@ -8204,7 +8204,7 @@ parameters: - message: ''' #^Call to deprecated method getInstance\(\) of class Joomla\\CMS\\User\\User\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Load the user service from the dependency injection container or via \$app\-\>getIdentity\(\) Example\: Factory\:\:getContainer\(\)\-\>get\(UserFactoryInterface\:\:class\)\-\>loadUserById\(\$id\)$# ''' @@ -8215,7 +8215,7 @@ parameters: - message: ''' #^Call to deprecated method __construct\(\) of class Joomla\\CMS\\Encrypt\\Aes\: - 4\.3 \$strength will be removed in 6\.0$# + 4\.3 \$strength will be removed in 7\.0$# ''' identifier: method.deprecated count: 1 @@ -8224,7 +8224,7 @@ parameters: - message: ''' #^Call to deprecated method getDocument\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the document service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getDocument\(\);$# @@ -8236,7 +8236,7 @@ parameters: - message: ''' #^Call to deprecated method getUser\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Load the user service from the dependency injection container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getIdentity\(\);$# @@ -8248,7 +8248,7 @@ parameters: - message: ''' #^Call to deprecated method route\(\) of class Joomla\\CMS\\Application\\AdministratorApplication\: - 4\.0 will be removed in 6\.0 + 4\.0 will be removed in 7\.0 Implement the route functionality in the extending class, this here will be removed without replacement$# ''' identifier: method.deprecated @@ -8258,7 +8258,7 @@ parameters: - message: ''' #^Call to deprecated method getDocument\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the document service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getDocument\(\);$# @@ -8270,7 +8270,7 @@ parameters: - message: ''' #^Call to deprecated method route\(\) of class Joomla\\CMS\\Application\\ApiApplication\: - 4\.0 will be removed in 6\.0 + 4\.0 will be removed in 7\.0 Implement the route functionality in the extending class, this here will be removed without replacement$# ''' identifier: method.deprecated @@ -8280,7 +8280,7 @@ parameters: - message: ''' #^Access to deprecated static property \$instances of class Joomla\\CMS\\Menu\\AbstractMenu\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the MenuFactoryInterface from the container instead Example\: Factory\:\:getContainer\(\)\-\>get\(MenuFactoryInterface\:\:class\)\-\>createMenu\(\$client, \$options\)$# ''' @@ -8291,7 +8291,7 @@ parameters: - message: ''' #^Access to deprecated static property \$language of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -8303,7 +8303,7 @@ parameters: - message: ''' #^Call to deprecated method getUser\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Load the user service from the dependency injection container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getIdentity\(\);$# @@ -8342,7 +8342,7 @@ parameters: - message: ''' #^Call to deprecated method __construct\(\) of class Joomla\\CMS\\Console\\CheckJoomlaUpdatesCommand\: - 5\.1\.0 will be removed in 6\.0 + 5\.1\.0 will be removed in 7\.0 Use core\:update\:check instead of core\:check\-updates$# ''' identifier: method.deprecated @@ -8363,7 +8363,7 @@ parameters: - message: ''' #^Call to method __construct\(\) of deprecated class Joomla\\CMS\\Input\\Cli\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the `joomla/console` package instead$# ''' identifier: method.deprecatedClass @@ -8373,7 +8373,7 @@ parameters: - message: ''' #^Instantiation of deprecated class Joomla\\CMS\\Input\\Cli\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the `joomla/console` package instead$# ''' identifier: new.deprecatedClass @@ -8433,7 +8433,7 @@ parameters: - message: ''' #^Parameter \$input of method Joomla\\CMS\\Application\\DaemonApplication\:\:__construct\(\) has typehint with deprecated class Joomla\\CMS\\Input\\Cli\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the `joomla/console` package instead$# ''' identifier: parameter.deprecatedClass @@ -8449,7 +8449,7 @@ parameters: - message: ''' #^Access to deprecated static property \$document of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the document service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getDocument\(\);$# @@ -8461,7 +8461,7 @@ parameters: - message: ''' #^Call to deprecated method __construct\(\) of class Joomla\\CMS\\Encrypt\\Aes\: - 4\.3 \$strength will be removed in 6\.0$# + 4\.3 \$strength will be removed in 7\.0$# ''' identifier: method.deprecated count: 1 @@ -8470,7 +8470,7 @@ parameters: - message: ''' #^Call to deprecated method getUser\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Load the user service from the dependency injection container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getIdentity\(\);$# @@ -8482,7 +8482,7 @@ parameters: - message: ''' #^Call to deprecated method route\(\) of class Joomla\\CMS\\Application\\SiteApplication\: - 4\.0 will be removed in 6\.0 + 4\.0 will be removed in 7\.0 Implement the route functionality in the extending class, this here will be removed without replacement$# ''' identifier: method.deprecated @@ -8492,7 +8492,7 @@ parameters: - message: ''' #^Call to deprecated method getDocument\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the document service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getDocument\(\);$# @@ -8504,7 +8504,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -8534,7 +8534,7 @@ parameters: - message: ''' #^Call to deprecated method getUser\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Load the user service from the dependency injection container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getIdentity\(\);$# @@ -8546,7 +8546,7 @@ parameters: - message: ''' #^Call to deprecated method getDbo\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the database service in the DI container Example\: Factory\:\:getContainer\(\)\-\>get\(DatabaseInterface\:\:class\);$# @@ -8558,7 +8558,7 @@ parameters: - message: ''' #^Call to deprecated method getUser\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Load the user service from the dependency injection container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getIdentity\(\);$# @@ -8570,7 +8570,7 @@ parameters: - message: ''' #^Call to deprecated method getDocument\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the document service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getDocument\(\);$# @@ -8593,7 +8593,7 @@ parameters: - message: ''' #^Call to deprecated method getDocument\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the document service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getDocument\(\);$# @@ -8624,7 +8624,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -8636,7 +8636,7 @@ parameters: - message: ''' #^Call to deprecated method getUser\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Load the user service from the dependency injection container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getIdentity\(\);$# @@ -8648,7 +8648,7 @@ parameters: - message: ''' #^Call to deprecated method getInstance\(\) of class Joomla\\CMS\\Categories\\Categories\: - 4\.0 will be removed in 6\.0 + 4\.0 will be removed in 7\.0 Use the ComponentInterface to get the categories Example\: Factory\:\:getApplication\(\)\-\>bootComponent\(\$component\)\-\>getCategory\(\$options, \$section\);$# ''' @@ -8659,7 +8659,7 @@ parameters: - message: ''' #^Call to deprecated method getUser\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Load the user service from the dependency injection container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getIdentity\(\);$# @@ -8693,7 +8693,7 @@ parameters: - message: ''' #^Call to deprecated method getSession\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the session service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getSession\(\);$# @@ -8711,7 +8711,7 @@ parameters: - message: ''' #^Call to deprecated method getDbo\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the database service in the DI container Example\: Factory\:\:getContainer\(\)\-\>get\(DatabaseInterface\:\:class\);$# @@ -8723,7 +8723,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -8735,7 +8735,7 @@ parameters: - message: ''' #^Call to deprecated method getUser\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Load the user service from the dependency injection container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getIdentity\(\);$# @@ -8747,7 +8747,7 @@ parameters: - message: ''' #^Access to deprecated property \$sefparams of class Joomla\\CMS\\Component\\Router\\Rules\\MenuRules\: - 5\.2\.0 will be removed in 6\.0 + 5\.2\.0 will be removed in 7\.0 without replacement$# ''' identifier: property.deprecated @@ -8768,7 +8768,7 @@ parameters: - message: ''' #^Call to deprecated method getInstance\(\) of class Joomla\\CMS\\User\\User\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Load the user service from the dependency injection container or via \$app\-\>getIdentity\(\) Example\: Factory\:\:getContainer\(\)\-\>get\(UserFactoryInterface\:\:class\)\-\>loadUserById\(\$id\)$# ''' @@ -8779,7 +8779,7 @@ parameters: - message: ''' #^Call to deprecated method getInstance\(\) of class Joomla\\CMS\\User\\User\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Load the user service from the dependency injection container or via \$app\-\>getIdentity\(\) Example\: Factory\:\:getContainer\(\)\-\>get\(UserFactoryInterface\:\:class\)\-\>loadUserById\(\$id\)$# ''' @@ -8801,7 +8801,7 @@ parameters: - message: ''' #^Call to deprecated method getInstance\(\) of class Joomla\\CMS\\User\\User\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Load the user service from the dependency injection container or via \$app\-\>getIdentity\(\) Example\: Factory\:\:getContainer\(\)\-\>get\(UserFactoryInterface\:\:class\)\-\>loadUserById\(\$id\)$# ''' @@ -8812,7 +8812,7 @@ parameters: - message: ''' #^Call to deprecated method getInstance\(\) of class Joomla\\CMS\\User\\User\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Load the user service from the dependency injection container or via \$app\-\>getIdentity\(\) Example\: Factory\:\:getContainer\(\)\-\>get\(UserFactoryInterface\:\:class\)\-\>loadUserById\(\$id\)$# ''' @@ -8823,7 +8823,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -8835,7 +8835,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -8868,7 +8868,7 @@ parameters: - message: ''' #^Call to deprecated method getInstance\(\) of class Joomla\\CMS\\User\\User\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Load the user service from the dependency injection container or via \$app\-\>getIdentity\(\) Example\: Factory\:\:getContainer\(\)\-\>get\(UserFactoryInterface\:\:class\)\-\>loadUserById\(\$id\)$# ''' @@ -8888,7 +8888,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -8906,7 +8906,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -8918,7 +8918,7 @@ parameters: - message: ''' #^Call to deprecated method getDbo\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the database service in the DI container Example\: Factory\:\:getContainer\(\)\-\>get\(DatabaseInterface\:\:class\);$# @@ -9028,7 +9028,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -9040,7 +9040,7 @@ parameters: - message: ''' #^Call to deprecated method getUser\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Load the user service from the dependency injection container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getIdentity\(\);$# @@ -9137,7 +9137,7 @@ parameters: - message: ''' #^Call to method isSupported\(\) of deprecated class Joomla\\CMS\\Encrypt\\AES\\Mcrypt\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Will be removed without replacement$# ''' identifier: method.deprecatedClass @@ -9147,7 +9147,7 @@ parameters: - message: ''' #^Instantiation of deprecated class Joomla\\CMS\\Encrypt\\AES\\Mcrypt\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Will be removed without replacement$# ''' identifier: new.deprecatedClass @@ -9163,7 +9163,7 @@ parameters: - message: ''' #^Access to deprecated static property \$language of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -9175,7 +9175,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -10505,7 +10505,7 @@ parameters: - message: ''' #^Access to deprecated static property \$document of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the document service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getDocument\(\);$# @@ -10527,7 +10527,7 @@ parameters: - message: ''' #^Call to deprecated method getDbo\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the database service in the DI container Example\: Factory\:\:getContainer\(\)\-\>get\(DatabaseInterface\:\:class\);$# @@ -10581,7 +10581,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -10619,7 +10619,7 @@ parameters: - message: ''' #^Call to deprecated method getInstance\(\) of class Joomla\\CMS\\Language\\Language\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language factory instead Example\: Factory\:\:getContainer\(\)\-\>get\(LanguageFactoryInterface\:\:class\)\-\>createLanguage\(\$lang, \$debug\);$# ''' @@ -10630,7 +10630,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -10642,7 +10642,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -10654,7 +10654,7 @@ parameters: - message: ''' #^Call to deprecated method getDocument\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the document service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getDocument\(\);$# @@ -10666,7 +10666,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -10678,7 +10678,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -10690,7 +10690,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -10702,7 +10702,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -10714,7 +10714,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -10726,7 +10726,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -10738,7 +10738,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -10761,7 +10761,7 @@ parameters: - message: ''' #^Call to deprecated method getDocument\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the document service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getDocument\(\);$# @@ -10773,7 +10773,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -10785,7 +10785,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -10797,7 +10797,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -10809,7 +10809,7 @@ parameters: - message: ''' #^Call to deprecated method getInstance\(\) of class Joomla\\CMS\\Form\\Form\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the FormFactory service from the container Example\: Factory\:\:getContainer\(\)\-\>get\(FormFactoryInterface\:\:class\)\-\>createForm\(\$name, \$options\);$# ''' @@ -10820,7 +10820,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -10832,7 +10832,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -10844,7 +10844,7 @@ parameters: - message: ''' #^Call to deprecated method getInstance\(\) of class Joomla\\CMS\\User\\User\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Load the user service from the dependency injection container or via \$app\-\>getIdentity\(\) Example\: Factory\:\:getContainer\(\)\-\>get\(UserFactoryInterface\:\:class\)\-\>loadUserById\(\$id\)$# ''' @@ -10855,7 +10855,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -10867,7 +10867,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -10879,7 +10879,7 @@ parameters: - message: ''' #^Call to deprecated method getUser\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Load the user service from the dependency injection container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getIdentity\(\);$# @@ -10902,7 +10902,7 @@ parameters: - message: ''' #^Call to deprecated method getUser\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Load the user service from the dependency injection container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getIdentity\(\);$# @@ -10914,7 +10914,7 @@ parameters: - message: ''' #^Access to deprecated static property \$includePaths of class Joomla\\CMS\\HTML\\HTMLHelper\: - 4\.0 will be removed in 6\.0$# + 4\.0 will be removed in 7\.0$# ''' identifier: staticProperty.deprecated count: 1 @@ -10923,7 +10923,7 @@ parameters: - message: ''' #^Access to deprecated static property \$registry of class Joomla\\CMS\\HTML\\HTMLHelper\: - 4\.0 will be removed in 6\.0$# + 4\.0 will be removed in 7\.0$# ''' identifier: staticProperty.deprecated count: 3 @@ -10938,7 +10938,7 @@ parameters: - message: ''' #^Call to deprecated method extract\(\) of class Joomla\\CMS\\HTML\\HTMLHelper\: - 4\.0 will be removed in 6\.0 + 4\.0 will be removed in 7\.0 Use the service registry instead HTMLHelper\:\:getServiceRegistry\(\)\-\>getService\(\$file\);$# ''' @@ -10949,7 +10949,7 @@ parameters: - message: ''' #^Call to deprecated method getDbo\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the database service in the DI container Example\: Factory\:\:getContainer\(\)\-\>get\(DatabaseInterface\:\:class\);$# @@ -10961,7 +10961,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -10984,7 +10984,7 @@ parameters: - message: ''' #^Call to deprecated method register\(\) of class Joomla\\CMS\\HTML\\HTMLHelper\: - 4\.0 will be removed in 6\.0 + 4\.0 will be removed in 7\.0 Use the service registry instead HTMLHelper\:\:getServiceRegistry\(\)\-\>register\(\$key, \$function\);$# ''' @@ -10995,7 +10995,7 @@ parameters: - message: ''' #^Call to deprecated method getDbo\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the database service in the DI container Example\: Factory\:\:getContainer\(\)\-\>get\(DatabaseInterface\:\:class\);$# @@ -11007,7 +11007,7 @@ parameters: - message: ''' #^Call to deprecated method getUser\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Load the user service from the dependency injection container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getIdentity\(\);$# @@ -11019,7 +11019,7 @@ parameters: - message: ''' #^Call to deprecated method getDocument\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the document service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getDocument\(\);$# @@ -11031,7 +11031,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -11043,7 +11043,7 @@ parameters: - message: ''' #^Call to deprecated method getDocument\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the document service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getDocument\(\);$# @@ -11055,7 +11055,7 @@ parameters: - message: ''' #^Call to deprecated method getDbo\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the database service in the DI container Example\: Factory\:\:getContainer\(\)\-\>get\(DatabaseInterface\:\:class\);$# @@ -11067,7 +11067,7 @@ parameters: - message: ''' #^Call to deprecated method getUser\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Load the user service from the dependency injection container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getIdentity\(\);$# @@ -11079,7 +11079,7 @@ parameters: - message: ''' #^Call to deprecated method getDbo\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the database service in the DI container Example\: Factory\:\:getContainer\(\)\-\>get\(DatabaseInterface\:\:class\);$# @@ -11091,7 +11091,7 @@ parameters: - message: ''' #^Call to deprecated method getDocument\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the document service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getDocument\(\);$# @@ -11114,7 +11114,7 @@ parameters: - message: ''' #^Call to deprecated method getDocument\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the document service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getDocument\(\);$# @@ -11126,7 +11126,7 @@ parameters: - message: ''' #^Call to deprecated method getDocument\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the document service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getDocument\(\);$# @@ -11138,7 +11138,7 @@ parameters: - message: ''' #^Call to deprecated method getDocument\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the document service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getDocument\(\);$# @@ -11150,7 +11150,7 @@ parameters: - message: ''' #^Call to deprecated method getUser\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Load the user service from the dependency injection container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getIdentity\(\);$# @@ -11162,7 +11162,7 @@ parameters: - message: ''' #^Call to deprecated method getUser\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Load the user service from the dependency injection container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getIdentity\(\);$# @@ -11174,7 +11174,7 @@ parameters: - message: ''' #^Call to deprecated method getDbo\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the database service in the DI container Example\: Factory\:\:getContainer\(\)\-\>get\(DatabaseInterface\:\:class\);$# @@ -11186,7 +11186,7 @@ parameters: - message: ''' #^Call to deprecated method getDocument\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the document service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getDocument\(\);$# @@ -11198,7 +11198,7 @@ parameters: - message: ''' #^Call to deprecated method getUser\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Load the user service from the dependency injection container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getIdentity\(\);$# @@ -11221,7 +11221,7 @@ parameters: - message: ''' #^Call to deprecated method framework\(\) of class Joomla\\CMS\\HTML\\Helpers\\Jquery\: - 4\.0 will be removed in 6\.0 + 4\.0 will be removed in 7\.0 Use webasset manager instead Example\: \$wa \= Factory\:\:getApplication\(\)\-\>getDocument\(\)\-\>getWebAssetManager\(\); @@ -11236,7 +11236,7 @@ parameters: - message: ''' #^Call to deprecated method getDocument\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the document service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getDocument\(\);$# @@ -11248,7 +11248,7 @@ parameters: - message: ''' #^Call to deprecated method getUser\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Load the user service from the dependency injection container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getIdentity\(\);$# @@ -11260,7 +11260,7 @@ parameters: - message: ''' #^Call to deprecated method getDbo\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the database service in the DI container Example\: Factory\:\:getContainer\(\)\-\>get\(DatabaseInterface\:\:class\);$# @@ -11272,7 +11272,7 @@ parameters: - message: ''' #^Call to deprecated method getDbo\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the database service in the DI container Example\: Factory\:\:getContainer\(\)\-\>get\(DatabaseInterface\:\:class\);$# @@ -11284,7 +11284,7 @@ parameters: - message: ''' #^Call to deprecated method getUser\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Load the user service from the dependency injection container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getIdentity\(\);$# @@ -11296,7 +11296,7 @@ parameters: - message: ''' #^Call to deprecated method getDocument\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the document service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getDocument\(\);$# @@ -11308,7 +11308,7 @@ parameters: - message: ''' #^Call to deprecated method getDocument\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the document service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getDocument\(\);$# @@ -11320,7 +11320,7 @@ parameters: - message: ''' #^Call to deprecated method getDbo\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the database service in the DI container Example\: Factory\:\:getContainer\(\)\-\>get\(DatabaseInterface\:\:class\);$# @@ -11332,7 +11332,7 @@ parameters: - message: ''' #^Call to deprecated method getDocument\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the document service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getDocument\(\);$# @@ -11344,7 +11344,7 @@ parameters: - message: ''' #^Call to deprecated method getDbo\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the database service in the DI container Example\: Factory\:\:getContainer\(\)\-\>get\(DatabaseInterface\:\:class\);$# @@ -11356,7 +11356,7 @@ parameters: - message: ''' #^Call to deprecated method getDbo\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the database service in the DI container Example\: Factory\:\:getContainer\(\)\-\>get\(DatabaseInterface\:\:class\);$# @@ -11368,7 +11368,7 @@ parameters: - message: ''' #^Access to constant on deprecated class Joomla\\CMS\\HTML\\Helpers\\FormBehavior\: - 4\.0 will be removed in 6\.0 + 4\.0 will be removed in 7\.0 Will be removed without replacement Use choice\.js instead Example\: @@ -11382,7 +11382,7 @@ parameters: - message: ''' #^Access to constant on deprecated class Joomla\\CMS\\HTML\\Helpers\\SortableList\: - 4\.0 will be removed in 6\.0 + 4\.0 will be removed in 7\.0 Sortable List will be deprecated in favour of a new dragula script in 4\.0$# ''' identifier: classConstant.deprecatedClass @@ -11392,7 +11392,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -11414,7 +11414,7 @@ parameters: - message: ''' #^Call to deprecated method getDbo\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the database service in the DI container Example\: Factory\:\:getContainer\(\)\-\>get\(DatabaseInterface\:\:class\);$# @@ -11426,7 +11426,7 @@ parameters: - message: ''' #^Call to deprecated method getDbo\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the database service in the DI container Example\: Factory\:\:getContainer\(\)\-\>get\(DatabaseInterface\:\:class\);$# @@ -11438,7 +11438,7 @@ parameters: - message: ''' #^Call to deprecated method getUser\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Load the user service from the dependency injection container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getIdentity\(\);$# @@ -11468,7 +11468,7 @@ parameters: - message: ''' #^Call to deprecated method getUser\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Load the user service from the dependency injection container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getIdentity\(\);$# @@ -11480,7 +11480,7 @@ parameters: - message: ''' #^Call to deprecated method getDbo\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the database service in the DI container Example\: Factory\:\:getContainer\(\)\-\>get\(DatabaseInterface\:\:class\);$# @@ -11492,7 +11492,7 @@ parameters: - message: ''' #^Call to deprecated method getUser\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Load the user service from the dependency injection container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getIdentity\(\);$# @@ -11514,7 +11514,7 @@ parameters: - message: ''' #^Call to deprecated method getInstance\(\) of class Joomla\\CMS\\Categories\\Categories\: - 4\.0 will be removed in 6\.0 + 4\.0 will be removed in 7\.0 Use the ComponentInterface to get the categories Example\: Factory\:\:getApplication\(\)\-\>bootComponent\(\$component\)\-\>getCategory\(\$options, \$section\);$# ''' @@ -11531,7 +11531,7 @@ parameters: - message: ''' #^Call to deprecated method getDbo\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the database service in the DI container Example\: Factory\:\:getContainer\(\)\-\>get\(DatabaseInterface\:\:class\);$# @@ -11543,7 +11543,7 @@ parameters: - message: ''' #^Call to deprecated method getUser\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Load the user service from the dependency injection container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getIdentity\(\);$# @@ -11561,7 +11561,7 @@ parameters: - message: ''' #^Call to deprecated method getDbo\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the database service in the DI container Example\: Factory\:\:getContainer\(\)\-\>get\(DatabaseInterface\:\:class\);$# @@ -11601,7 +11601,7 @@ parameters: - message: ''' #^Call to deprecated method getCache\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the cache controller factory instead Example\: Factory\:\:getContainer\(\)\-\>get\(CacheControllerFactoryInterface\:\:class\)\-\>createCacheController\(\$handler, \$options\);$# @@ -11709,7 +11709,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -11721,7 +11721,7 @@ parameters: - message: ''' #^Call to deprecated method getInstance\(\) of class Joomla\\CMS\\Table\\Table\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the MvcFactory instead or instantiate the table class directly\. Example\: Factory\:\:getApplication\(\)\-\>bootComponent\('\.\.\.'\)\-\>getMVCFactory\(\)\-\>createTable\(\$name, \$prefix, \$config\); \$table \= new \\Joomla\\CMS\\Table\\Content\(\$db\);$# @@ -11782,7 +11782,7 @@ parameters: - message: ''' #^Call to deprecated method getDbo\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the database service in the DI container Example\: Factory\:\:getContainer\(\)\-\>get\(DatabaseInterface\:\:class\);$# @@ -11794,7 +11794,7 @@ parameters: - message: ''' #^Call to deprecated method getInstance\(\) of class Joomla\\CMS\\Table\\Table\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the MvcFactory instead or instantiate the table class directly\. Example\: Factory\:\:getApplication\(\)\-\>bootComponent\('\.\.\.'\)\-\>getMVCFactory\(\)\-\>createTable\(\$name, \$prefix, \$config\); \$table \= new \\Joomla\\CMS\\Table\\Content\(\$db\);$# @@ -11806,7 +11806,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -11881,7 +11881,7 @@ parameters: - message: ''' #^Call to deprecated method getDbo\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the database service in the DI container Example\: Factory\:\:getContainer\(\)\-\>get\(DatabaseInterface\:\:class\);$# @@ -11904,7 +11904,7 @@ parameters: - message: ''' #^Call to deprecated method getDbo\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the database service in the DI container Example\: Factory\:\:getContainer\(\)\-\>get\(DatabaseInterface\:\:class\);$# @@ -11916,7 +11916,7 @@ parameters: - message: ''' #^Access to deprecated property \$ignoredSearchWordsCallback of class Joomla\\CMS\\Language\\Language\: - 4\.4 will be removed in 6\.0 without replacement$# + 4\.4 will be removed in 7\.0 without replacement$# ''' identifier: property.deprecated count: 1 @@ -11925,7 +11925,7 @@ parameters: - message: ''' #^Access to deprecated property \$lowerLimitSearchWordCallback of class Joomla\\CMS\\Language\\Language\: - 4\.4 will be removed in 6\.0 without replacement$# + 4\.4 will be removed in 7\.0 without replacement$# ''' identifier: property.deprecated count: 1 @@ -11934,7 +11934,7 @@ parameters: - message: ''' #^Access to deprecated property \$searchDisplayedCharactersNumberCallback of class Joomla\\CMS\\Language\\Language\: - 4\.4 will be removed in 6\.0 without replacement$# + 4\.4 will be removed in 7\.0 without replacement$# ''' identifier: property.deprecated count: 1 @@ -11943,7 +11943,7 @@ parameters: - message: ''' #^Access to deprecated property \$upperLimitSearchWordCallback of class Joomla\\CMS\\Language\\Language\: - 4\.4 will be removed in 6\.0 without replacement$# + 4\.4 will be removed in 7\.0 without replacement$# ''' identifier: property.deprecated count: 1 @@ -11952,7 +11952,7 @@ parameters: - message: ''' #^Call to deprecated method getDbo\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the database service in the DI container Example\: Factory\:\:getContainer\(\)\-\>get\(DatabaseInterface\:\:class\);$# @@ -11964,7 +11964,7 @@ parameters: - message: ''' #^Call to deprecated method getDbo\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the database service in the DI container Example\: Factory\:\:getContainer\(\)\-\>get\(DatabaseInterface\:\:class\);$# @@ -11976,7 +11976,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -11988,7 +11988,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -12012,7 +12012,7 @@ parameters: - message: ''' #^Call to deprecated method getDbo\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the database service in the DI container Example\: Factory\:\:getContainer\(\)\-\>get\(DatabaseInterface\:\:class\);$# @@ -12055,7 +12055,7 @@ parameters: - message: ''' #^Call to deprecated method addModelPath\(\) of class Joomla\\CMS\\MVC\\Controller\\BaseController\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Will be removed without replacement\. Get the model through the MVCFactory instead$# ''' identifier: staticMethod.deprecated @@ -12065,7 +12065,7 @@ parameters: - message: ''' #^Call to deprecated method getCache\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the cache controller factory instead Example\: Factory\:\:getContainer\(\)\-\>get\(CacheControllerFactoryInterface\:\:class\)\-\>createCacheController\(\$handler, \$options\);$# @@ -12109,7 +12109,7 @@ parameters: - message: ''' #^Call to deprecated method getInstance\(\) of class Joomla\\CMS\\MVC\\Model\\BaseModel\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Will be removed without replacement\. Get the model through the MVCFactory instead Example\: Factory\:\:getApplication\(\)\-\>bootComponent\('com_xxx'\)\-\>getMVCFactory\(\)\-\>createModel\(\$type, \$prefix, \$config\);$# ''' @@ -12120,7 +12120,7 @@ parameters: - message: ''' #^Call to deprecated method getInstance\(\) of class Joomla\\CMS\\Table\\Table\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the MvcFactory instead or instantiate the table class directly\. Example\: Factory\:\:getApplication\(\)\-\>bootComponent\('\.\.\.'\)\-\>getMVCFactory\(\)\-\>createTable\(\$name, \$prefix, \$config\); \$table \= new \\Joomla\\CMS\\Table\\Content\(\$db\);$# @@ -12212,7 +12212,7 @@ parameters: - message: ''' #^Call to deprecated method addTablePath\(\) of class Joomla\\CMS\\MVC\\Model\\BaseModel\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Will be removed without replacement\. Get the model through the MVCFactory instead$# ''' identifier: staticMethod.deprecated @@ -12222,7 +12222,7 @@ parameters: - message: ''' #^Call to deprecated method getDbo\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the database service in the DI container Example\: Factory\:\:getContainer\(\)\-\>get\(DatabaseInterface\:\:class\);$# @@ -12234,7 +12234,7 @@ parameters: - message: ''' #^Call to deprecated method getUser\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Load the user service from the dependency injection container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getIdentity\(\);$# @@ -12246,7 +12246,7 @@ parameters: - message: ''' #^Call to deprecated method setDbo\(\) of class Joomla\\CMS\\MVC\\Model\\BaseDatabaseModel\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use setDatabase\(\) instead Example\: \$model\-\>setDatabase\(\$db\);$# ''' @@ -12284,7 +12284,7 @@ parameters: - message: ''' #^Usage of deprecated trait Joomla\\CMS\\MVC\\Model\\LegacyModelLoaderTrait in class Joomla\\CMS\\MVC\\Model\\BaseModel\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Will be removed without replacement$# ''' identifier: traitUse.deprecatedTrait @@ -12349,7 +12349,7 @@ parameters: - message: ''' #^Access to deprecated property \$document of class Joomla\\CMS\\MVC\\View\\AbstractView\: - 4\.4\.0 will be removed in 6\.0 + 4\.4\.0 will be removed in 7\.0 Use \$this\-\>getDocument\(\) instead$# ''' identifier: property.deprecated @@ -12421,7 +12421,7 @@ parameters: - message: ''' #^Call to deprecated method getDbo\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the database service in the DI container Example\: Factory\:\:getContainer\(\)\-\>get\(DatabaseInterface\:\:class\);$# @@ -12540,7 +12540,7 @@ parameters: - message: ''' #^Call to deprecated method getUser\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Load the user service from the dependency injection container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getIdentity\(\);$# @@ -12621,7 +12621,7 @@ parameters: - message: ''' #^Call to deprecated method getDbo\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the database service in the DI container Example\: Factory\:\:getContainer\(\)\-\>get\(DatabaseInterface\:\:class\);$# @@ -12633,7 +12633,7 @@ parameters: - message: ''' #^Call to deprecated method getMailer\(\) of class Joomla\\CMS\\Factory\: - 4\.4\.0 will be removed in 6\.0 + 4\.4\.0 will be removed in 7\.0 Use the mailer service in the DI container and create a mailer from there Example\: Factory\:\:getContainer\(\)\-\>get\(MailerFactoryInterface\:\:class\)\-\>createMailer\(\);$# @@ -12655,7 +12655,7 @@ parameters: - message: ''' #^Call to deprecated method getUser\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Load the user service from the dependency injection container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getIdentity\(\);$# @@ -12667,7 +12667,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -12679,7 +12679,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -12691,7 +12691,7 @@ parameters: - message: ''' #^Call to deprecated method getDbo\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the database service in the DI container Example\: Factory\:\:getContainer\(\)\-\>get\(DatabaseInterface\:\:class\);$# @@ -12733,7 +12733,7 @@ parameters: - message: ''' #^Call to deprecated method getCache\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the cache controller factory instead Example\: Factory\:\:getContainer\(\)\-\>get\(CacheControllerFactoryInterface\:\:class\)\-\>createCacheController\(\$handler, \$options\);$# @@ -12745,7 +12745,7 @@ parameters: - message: ''' #^Call to deprecated method getDbo\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the database service in the DI container Example\: Factory\:\:getContainer\(\)\-\>get\(DatabaseInterface\:\:class\);$# @@ -12757,7 +12757,7 @@ parameters: - message: ''' #^Call to deprecated method getUser\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Load the user service from the dependency injection container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getIdentity\(\);$# @@ -12857,7 +12857,7 @@ parameters: - message: ''' #^Access to constant on deprecated class Joomla\\CMS\\Authentication\\Password\\MD5Handler\: - 4\.0 will be removed in 6\.0 + 4\.0 will be removed in 7\.0 Support for MD5 hashed passwords will be removed without replacement$# ''' identifier: classConstant.deprecatedClass @@ -12867,7 +12867,7 @@ parameters: - message: ''' #^Access to constant on deprecated class Joomla\\CMS\\Authentication\\Password\\PHPassHandler\: - 4\.0 will be removed in 6\.0 + 4\.0 will be removed in 7\.0 Support for PHPass hashed passwords will be removed without replacement$# ''' identifier: classConstant.deprecatedClass @@ -12877,7 +12877,7 @@ parameters: - message: ''' #^Instantiation of deprecated class Joomla\\CMS\\Authentication\\Password\\MD5Handler\: - 4\.0 will be removed in 6\.0 + 4\.0 will be removed in 7\.0 Support for MD5 hashed passwords will be removed without replacement$# ''' identifier: new.deprecatedClass @@ -12887,7 +12887,7 @@ parameters: - message: ''' #^Instantiation of deprecated class Joomla\\CMS\\Authentication\\Password\\PHPassHandler\: - 4\.0 will be removed in 6\.0 + 4\.0 will be removed in 7\.0 Support for PHPass hashed passwords will be removed without replacement$# ''' identifier: new.deprecatedClass @@ -12908,7 +12908,7 @@ parameters: - message: ''' #^Call to deprecated method __construct\(\) of class Joomla\\CMS\\Console\\CheckJoomlaUpdatesCommand\: - 5\.1\.0 will be removed in 6\.0 + 5\.1\.0 will be removed in 7\.0 Use core\:update\:check instead of core\:check\-updates$# ''' identifier: method.deprecated @@ -12927,7 +12927,7 @@ parameters: - message: ''' #^Call to deprecated method getUser\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Load the user service from the dependency injection container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getIdentity\(\);$# @@ -12950,7 +12950,7 @@ parameters: - message: ''' #^Call to deprecated method getUser\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Load the user service from the dependency injection container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getIdentity\(\);$# @@ -12973,7 +12973,7 @@ parameters: - message: ''' #^Call to deprecated method getUser\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Load the user service from the dependency injection container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getIdentity\(\);$# @@ -12996,7 +12996,7 @@ parameters: - message: ''' #^Call to deprecated method getUser\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Load the user service from the dependency injection container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getIdentity\(\);$# @@ -13030,7 +13030,7 @@ parameters: - message: ''' #^Call to deprecated method getUser\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Load the user service from the dependency injection container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getIdentity\(\);$# @@ -13097,7 +13097,7 @@ parameters: - message: ''' #^Call to deprecated method getUser\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Load the user service from the dependency injection container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getIdentity\(\);$# @@ -13170,7 +13170,7 @@ parameters: - message: ''' #^Access to deprecated property \$_errors of class Joomla\\CMS\\Table\\Table\: - 3\.1\.4 JError has been deprecated$# + 3\.7\.0 JError has been deprecated$# ''' identifier: property.deprecated count: 1 @@ -13179,7 +13179,7 @@ parameters: - message: ''' #^Call to deprecated method getDbo\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the database service in the DI container Example\: Factory\:\:getContainer\(\)\-\>get\(DatabaseInterface\:\:class\);$# @@ -13332,7 +13332,7 @@ parameters: - message: ''' #^Call to deprecated method getDocument\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the document service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getDocument\(\);$# @@ -13344,7 +13344,7 @@ parameters: - message: ''' #^Call to deprecated method getButtonPath\(\) of class Joomla\\CMS\\Toolbar\\Toolbar\: - 4\.0 will be removed in 6\.0 + 4\.0 will be removed in 7\.0 ToolbarButton buttons should be autoloaded via namespaces$# ''' identifier: method.deprecated @@ -13354,7 +13354,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -13372,7 +13372,7 @@ parameters: - message: ''' #^Call to deprecated method fetchButton\(\) of class Joomla\\CMS\\Toolbar\\ToolbarButton\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use render\(\) instead\.$# ''' identifier: method.deprecated @@ -13382,7 +13382,7 @@ parameters: - message: ''' #^Call to deprecated method getDbo\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the database service in the DI container Example\: Factory\:\:getContainer\(\)\-\>get\(DatabaseInterface\:\:class\);$# @@ -13394,7 +13394,7 @@ parameters: - message: ''' #^Call to deprecated method getInstance\(\) of class Joomla\\CMS\\Toolbar\\Toolbar\: - 4\.0 will be removed in 6\.0 + 4\.0 will be removed in 7\.0 Use the ToolbarFactoryInterface instead Example\: Factory\:\:getContainer\(\)\-\>get\(ToolbarFactoryInterface\:\:class\)\-\>createToolbar\(\$name\)$# @@ -13406,7 +13406,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -13418,7 +13418,7 @@ parameters: - message: ''' #^Call to deprecated method getDbo\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the database service in the DI container Example\: Factory\:\:getContainer\(\)\-\>get\(DatabaseInterface\:\:class\);$# @@ -13430,7 +13430,7 @@ parameters: - message: ''' #^Call to deprecated method getDbo\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the database service in the DI container Example\: Factory\:\:getContainer\(\)\-\>get\(DatabaseInterface\:\:class\);$# @@ -13464,7 +13464,7 @@ parameters: - message: ''' #^Call to deprecated method getDbo\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the database service in the DI container Example\: Factory\:\:getContainer\(\)\-\>get\(DatabaseInterface\:\:class\);$# @@ -13497,7 +13497,7 @@ parameters: - message: ''' #^Call to deprecated method getDbo\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the database service in the DI container Example\: Factory\:\:getContainer\(\)\-\>get\(DatabaseInterface\:\:class\);$# @@ -13543,7 +13543,7 @@ parameters: - message: ''' #^Call to deprecated method getDbo\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the database service in the DI container Example\: Factory\:\:getContainer\(\)\-\>get\(DatabaseInterface\:\:class\);$# @@ -13587,7 +13587,7 @@ parameters: - message: ''' #^Call to deprecated method getUser\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Load the user service from the dependency injection container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getIdentity\(\);$# @@ -13642,7 +13642,7 @@ parameters: - message: ''' #^Access to constant on deprecated class Joomla\\CMS\\Authentication\\Password\\MD5Handler\: - 4\.0 will be removed in 6\.0 + 4\.0 will be removed in 7\.0 Support for MD5 hashed passwords will be removed without replacement$# ''' identifier: classConstant.deprecatedClass @@ -13652,7 +13652,7 @@ parameters: - message: ''' #^Access to constant on deprecated class Joomla\\CMS\\Authentication\\Password\\PHPassHandler\: - 4\.0 will be removed in 6\.0 + 4\.0 will be removed in 7\.0 Support for PHPass hashed passwords will be removed without replacement$# ''' identifier: classConstant.deprecatedClass @@ -13662,7 +13662,7 @@ parameters: - message: ''' #^Call to deprecated method getDbo\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the database service in the DI container Example\: Factory\:\:getContainer\(\)\-\>get\(DatabaseInterface\:\:class\);$# @@ -13685,7 +13685,7 @@ parameters: - message: ''' #^Call to deprecated method getInstance\(\) of class Joomla\\CMS\\User\\User\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Load the user service from the dependency injection container or via \$app\-\>getIdentity\(\) Example\: Factory\:\:getContainer\(\)\-\>get\(UserFactoryInterface\:\:class\)\-\>loadUserById\(\$id\)$# ''' @@ -13696,7 +13696,7 @@ parameters: - message: ''' #^Call to deprecated method getSession\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the session service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getSession\(\);$# @@ -13708,7 +13708,7 @@ parameters: - message: ''' #^Call to deprecated method getUser\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Load the user service from the dependency injection container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getIdentity\(\);$# @@ -13720,7 +13720,7 @@ parameters: - message: ''' #^Call to method checkIfRehashNeeded\(\) of deprecated class Joomla\\CMS\\Authentication\\Password\\PHPassHandler\: - 4\.0 will be removed in 6\.0 + 4\.0 will be removed in 7\.0 Support for PHPass hashed passwords will be removed without replacement$# ''' identifier: method.deprecatedClass @@ -13740,7 +13740,7 @@ parameters: - message: ''' #^Call to method validatePassword\(\) of deprecated class Joomla\\CMS\\Authentication\\Password\\PHPassHandler\: - 4\.0 will be removed in 6\.0 + 4\.0 will be removed in 7\.0 Support for PHPass hashed passwords will be removed without replacement$# ''' identifier: method.deprecatedClass @@ -13750,7 +13750,7 @@ parameters: - message: ''' #^Fetching deprecated class constant HASH_ARGON2ID_BC of class Joomla\\CMS\\User\\UserHelper\: - 4\.0 will be removed in 6\.0 + 4\.0 will be removed in 7\.0 Use UserHelper\:\:HASH_ARGON2ID instead$# ''' identifier: classConstant.deprecated @@ -13760,7 +13760,7 @@ parameters: - message: ''' #^Fetching deprecated class constant HASH_ARGON2I_BC of class Joomla\\CMS\\User\\UserHelper\: - 4\.0 will be removed in 6\.0 + 4\.0 will be removed in 7\.0 Use UserHelper\:\:HASH_ARGON2I instead$# ''' identifier: classConstant.deprecated @@ -13770,7 +13770,7 @@ parameters: - message: ''' #^Fetching deprecated class constant HASH_BCRYPT_BC of class Joomla\\CMS\\User\\UserHelper\: - 4\.0 will be removed in 6\.0 + 4\.0 will be removed in 7\.0 Use UserHelper\:\:HASH_BCRYPT instead$# ''' identifier: classConstant.deprecated @@ -13780,7 +13780,7 @@ parameters: - message: ''' #^Fetching deprecated class constant HASH_MD5 of class Joomla\\CMS\\User\\UserHelper\: - 4\.0 will be removed in 6\.0 + 4\.0 will be removed in 7\.0 Support for MD5 hashed passwords will be removed use any of the other hashing methods$# ''' identifier: classConstant.deprecated @@ -13790,7 +13790,7 @@ parameters: - message: ''' #^Fetching deprecated class constant HASH_PHPASS of class Joomla\\CMS\\User\\UserHelper\: - 4\.0 will be removed in 6\.0 + 4\.0 will be removed in 7\.0 Support for PHPass hashed passwords will be removed use any of the other hashing methods$# ''' identifier: classConstant.deprecated @@ -13800,7 +13800,7 @@ parameters: - message: ''' #^Call to deprecated method getUser\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Load the user service from the dependency injection container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getIdentity\(\);$# @@ -13812,7 +13812,7 @@ parameters: - message: ''' #^Access to deprecated property \$tokenBindingHandler of class Joomla\\CMS\\WebAuthn\\Server\: - 6\.0 Will be removed when we upgrade to WebAuthn library 5\.0 or later$# + 6\.0 Will be removed when we upgrade to WebAuthn library 7\.0 or later$# ''' identifier: property.deprecated count: 2 @@ -13888,7 +13888,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -13946,7 +13946,7 @@ parameters: - message: ''' #^Call to deprecated method onDisplay\(\) of class Joomla\\Plugin\\EditorsXtd\\Article\\Extension\\Article\: - 5\.0 Use onEditorButtonsSetup event$# + 5\.0 Use onEditorButtonsSetup event instead, will be removed in 7\.0$# ''' identifier: method.deprecated count: 1 @@ -13955,7 +13955,7 @@ parameters: - message: ''' #^Call to deprecated method onDisplay\(\) of class Joomla\\Plugin\\EditorsXtd\\Contact\\Extension\\Contact\: - 5\.0 Use onEditorButtonsSetup event$# + 5\.0 Use onEditorButtonsSetup event instead, will be removed in 7\.0$# ''' identifier: method.deprecated count: 1 @@ -13964,7 +13964,7 @@ parameters: - message: ''' #^Call to deprecated method onDisplay\(\) of class Joomla\\Plugin\\EditorsXtd\\Menu\\Extension\\Menu\: - 5\.0 Use onEditorButtonsSetup event$# + 5\.0 Use onEditorButtonsSetup event instead, will be removed in 7\.0$# ''' identifier: method.deprecated count: 1 @@ -13973,7 +13973,7 @@ parameters: - message: ''' #^Call to deprecated method onDisplay\(\) of class Joomla\\Plugin\\EditorsXtd\\Module\\Extension\\Module\: - 5\.0 Use onEditorButtonsSetup event$# + 5\.0 Use onEditorButtonsSetup event instead, will be removed in 7\.0$# ''' identifier: method.deprecated count: 1 @@ -13982,7 +13982,7 @@ parameters: - message: ''' #^Call to deprecated method onDisplay\(\) of class Joomla\\Plugin\\EditorsXtd\\PageBreak\\Extension\\PageBreak\: - 5\.0 Use onEditorButtonsSetup event$# + 5\.0 Use onEditorButtonsSetup event instead, will be removed in 7\.0$# ''' identifier: method.deprecated count: 1 @@ -13991,7 +13991,7 @@ parameters: - message: ''' #^Call to deprecated method onDisplay\(\) of class Joomla\\Plugin\\EditorsXtd\\ReadMore\\Extension\\ReadMore\: - 5\.0 Use onEditorButtonsSetup event$# + 5\.0 Use onEditorButtonsSetup event instead, will be removed in 7\.0$# ''' identifier: method.deprecated count: 1 @@ -14060,7 +14060,7 @@ parameters: - message: ''' #^Call to deprecated method getInstance\(\) of class Joomla\\CMS\\Form\\Form\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the FormFactory service from the container Example\: Factory\:\:getContainer\(\)\-\>get\(FormFactoryInterface\:\:class\)\-\>createForm\(\$name, \$options\);$# ''' @@ -14071,7 +14071,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -14099,7 +14099,7 @@ parameters: - message: ''' #^Call to deprecated method getDbo\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the database service in the DI container Example\: Factory\:\:getContainer\(\)\-\>get\(DatabaseInterface\:\:class\);$# @@ -14117,7 +14117,7 @@ parameters: - message: ''' #^Call to deprecated method getUser\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Load the user service from the dependency injection container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getIdentity\(\);$# @@ -14156,7 +14156,7 @@ parameters: - message: ''' #^Call to deprecated method getMailer\(\) of class Joomla\\CMS\\Factory\: - 4\.4\.0 will be removed in 6\.0 + 4\.4\.0 will be removed in 7\.0 Use the mailer service in the DI container and create a mailer from there Example\: Factory\:\:getContainer\(\)\-\>get\(MailerFactoryInterface\:\:class\)\-\>createMailer\(\);$# @@ -14223,7 +14223,7 @@ parameters: - message: ''' #^Call to deprecated method register\(\) of class Joomla\\CMS\\HTML\\HTMLHelper\: - 4\.0 will be removed in 6\.0 + 4\.0 will be removed in 7\.0 Use the service registry instead HTMLHelper\:\:getServiceRegistry\(\)\-\>register\(\$key, \$function\);$# ''' @@ -14254,7 +14254,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -14266,7 +14266,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -14278,7 +14278,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -14290,7 +14290,7 @@ parameters: - message: ''' #^Call to deprecated method getDbo\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the database service in the DI container Example\: Factory\:\:getContainer\(\)\-\>get\(DatabaseInterface\:\:class\);$# @@ -14324,7 +14324,7 @@ parameters: - message: ''' #^Access to deprecated static property \$language of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -14387,7 +14387,7 @@ parameters: - message: ''' #^Call to deprecated method getInstance\(\) of class Joomla\\CMS\\Cache\\Cache\: - 4\.2 will be removed in 6\.0 + 4\.2 will be removed in 7\.0 Use the cache controller factory instead Example\: Factory\:\:getContainer\(\)\-\>get\(CacheControllerFactoryInterface\:\:class\)\-\>createCacheController\(\$type, \$options\);$# ''' @@ -14414,7 +14414,7 @@ parameters: - message: ''' #^Call to deprecated method __construct\(\) of class Joomla\\CMS\\Encrypt\\Aes\: - 4\.3 \$strength will be removed in 6\.0$# + 4\.3 \$strength will be removed in 7\.0$# ''' identifier: method.deprecated count: 2 @@ -14423,7 +14423,7 @@ parameters: - message: ''' #^Call to deprecated method register\(\) of class Joomla\\CMS\\HTML\\HTMLHelper\: - 4\.0 will be removed in 6\.0 + 4\.0 will be removed in 7\.0 Use the service registry instead HTMLHelper\:\:getServiceRegistry\(\)\-\>register\(\$key, \$function\);$# ''' @@ -14497,7 +14497,7 @@ parameters: - message: ''' #^Access to deprecated static property \$language of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -14509,7 +14509,7 @@ parameters: - message: ''' #^Call to deprecated method getSession\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the session service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getSession\(\);$# @@ -14521,7 +14521,7 @@ parameters: - message: ''' #^Call to deprecated method register\(\) of class Joomla\\CMS\\HTML\\HTMLHelper\: - 4\.0 will be removed in 6\.0 + 4\.0 will be removed in 7\.0 Use the service registry instead HTMLHelper\:\:getServiceRegistry\(\)\-\>register\(\$key, \$function\);$# ''' @@ -14532,7 +14532,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# @@ -14544,7 +14544,7 @@ parameters: - message: ''' #^Call to deprecated method getLanguage\(\) of class Joomla\\CMS\\Factory\: - 4\.3 will be removed in 6\.0 + 4\.3 will be removed in 7\.0 Use the language service in the DI container or get from the application object Example\: Factory\:\:getApplication\(\)\-\>getLanguage\(\);$# diff --git a/plugins/editors-xtd/article/src/Extension/Article.php b/plugins/editors-xtd/article/src/Extension/Article.php index 49b341a002300..fc2283bdb722e 100644 --- a/plugins/editors-xtd/article/src/Extension/Article.php +++ b/plugins/editors-xtd/article/src/Extension/Article.php @@ -73,7 +73,7 @@ public function onEditorButtonsSetup(EditorButtonsSetupEvent $event): void * * @since 1.5 * - * @deprecated 5.0 Use onEditorButtonsSetup event + * @deprecated 5.0 Use onEditorButtonsSetup event instead, will be removed in 7.0 */ public function onDisplay($name) { diff --git a/plugins/editors-xtd/contact/src/Extension/Contact.php b/plugins/editors-xtd/contact/src/Extension/Contact.php index f1bba6fc8449b..5650eda8b3e7b 100644 --- a/plugins/editors-xtd/contact/src/Extension/Contact.php +++ b/plugins/editors-xtd/contact/src/Extension/Contact.php @@ -71,7 +71,7 @@ public function onEditorButtonsSetup(EditorButtonsSetupEvent $event): void * * @since 3.7.0 * - * @deprecated 5.0 Use onEditorButtonsSetup event + * @deprecated 5.0 Use onEditorButtonsSetup event instead, will be removed in 7.0 */ public function onDisplay($name) { diff --git a/plugins/editors-xtd/menu/src/Extension/Menu.php b/plugins/editors-xtd/menu/src/Extension/Menu.php index ec45c60affb85..f5c0c72e815d9 100644 --- a/plugins/editors-xtd/menu/src/Extension/Menu.php +++ b/plugins/editors-xtd/menu/src/Extension/Menu.php @@ -71,7 +71,7 @@ public function onEditorButtonsSetup(EditorButtonsSetupEvent $event): void * * @since 3.7.0 * - * @deprecated 5.0 Use onEditorButtonsSetup event + * @deprecated 5.0 Use onEditorButtonsSetup event instead, will be removed in 7.0 */ public function onDisplay($name) { diff --git a/plugins/editors-xtd/module/src/Extension/Module.php b/plugins/editors-xtd/module/src/Extension/Module.php index 394bfe42fab0b..251e2a3802617 100644 --- a/plugins/editors-xtd/module/src/Extension/Module.php +++ b/plugins/editors-xtd/module/src/Extension/Module.php @@ -71,7 +71,7 @@ public function onEditorButtonsSetup(EditorButtonsSetupEvent $event): void * * @since 3.5 * - * @deprecated 5.0 Use onEditorButtonsSetup event + * @deprecated 5.0 Use onEditorButtonsSetup event instead, will be removed in 7.0 */ public function onDisplay($name) { diff --git a/plugins/editors-xtd/pagebreak/src/Extension/PageBreak.php b/plugins/editors-xtd/pagebreak/src/Extension/PageBreak.php index ca0f2297556a6..ee9dd1bf96995 100644 --- a/plugins/editors-xtd/pagebreak/src/Extension/PageBreak.php +++ b/plugins/editors-xtd/pagebreak/src/Extension/PageBreak.php @@ -79,7 +79,7 @@ public function onEditorButtonsSetup(EditorButtonsSetupEvent $event): void * * @since 1.5 * - * @deprecated 5.0 Use onEditorButtonsSetup event + * @deprecated 5.0 Use onEditorButtonsSetup event instead, will be removed in 7.0 */ public function onDisplay($name) { diff --git a/plugins/editors-xtd/readmore/src/Extension/ReadMore.php b/plugins/editors-xtd/readmore/src/Extension/ReadMore.php index b65a337d8465a..3f596fe1572b8 100644 --- a/plugins/editors-xtd/readmore/src/Extension/ReadMore.php +++ b/plugins/editors-xtd/readmore/src/Extension/ReadMore.php @@ -67,7 +67,7 @@ public function onEditorButtonsSetup(EditorButtonsSetupEvent $event): void * * @since 1.5 * - * @deprecated 5.0 Use onEditorButtonsSetup event + * @deprecated 5.0 Use onEditorButtonsSetup event instead, will be removed in 7.0 */ public function onDisplay($name) { diff --git a/plugins/multifactorauth/email/src/Extension/Email.php b/plugins/multifactorauth/email/src/Extension/Email.php index 1d4a6a6e9f637..049b3b30f1978 100644 --- a/plugins/multifactorauth/email/src/Extension/Email.php +++ b/plugins/multifactorauth/email/src/Extension/Email.php @@ -77,7 +77,7 @@ class Email extends CMSPlugin implements SubscriberInterface * @var boolean * @since 4.2.0 * - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * Implement your plugin methods accepting an AbstractEvent object * Example: * onEventTriggerName(AbstractEvent $event) { diff --git a/plugins/multifactorauth/fixed/src/Extension/Fixed.php b/plugins/multifactorauth/fixed/src/Extension/Fixed.php index cebdc1814b8e3..c7d0796dec6f1 100644 --- a/plugins/multifactorauth/fixed/src/Extension/Fixed.php +++ b/plugins/multifactorauth/fixed/src/Extension/Fixed.php @@ -69,7 +69,7 @@ class Fixed extends CMSPlugin implements SubscriberInterface * @var boolean * @since 4.2.0 * - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * Implement your plugin methods accepting an AbstractEvent object * Example: * onEventTriggerName(AbstractEvent $event) { diff --git a/plugins/multifactorauth/totp/src/Extension/Totp.php b/plugins/multifactorauth/totp/src/Extension/Totp.php index acfd42e9cc0ce..7d010b127075a 100644 --- a/plugins/multifactorauth/totp/src/Extension/Totp.php +++ b/plugins/multifactorauth/totp/src/Extension/Totp.php @@ -68,7 +68,7 @@ class Totp extends CMSPlugin implements SubscriberInterface * @var boolean * @since 4.2.0 * - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * Implement your plugin methods accepting an AbstractEvent object * Example: * onEventTriggerName(AbstractEvent $event) { diff --git a/plugins/multifactorauth/yubikey/src/Extension/Yubikey.php b/plugins/multifactorauth/yubikey/src/Extension/Yubikey.php index c47ee43b76044..ebb7a13087167 100644 --- a/plugins/multifactorauth/yubikey/src/Extension/Yubikey.php +++ b/plugins/multifactorauth/yubikey/src/Extension/Yubikey.php @@ -65,7 +65,7 @@ class Yubikey extends CMSPlugin implements SubscriberInterface * @var boolean * @since 4.2.0 * - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * Implement your plugin methods accepting an AbstractEvent object * Example: * onEventTriggerName(AbstractEvent $event) { diff --git a/plugins/system/debug/src/Extension/Debug.php b/plugins/system/debug/src/Extension/Debug.php index df589e67c5f6a..0aa0a9ade2822 100644 --- a/plugins/system/debug/src/Extension/Debug.php +++ b/plugins/system/debug/src/Extension/Debug.php @@ -530,7 +530,7 @@ public function onAfterDisconnect(ConnectionEvent $event): void * * @since 3.1 * - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * Use \Joomla\CMS\Log\Log::add(LogEntry $entry) instead */ public function logger(LogEntry $entry) diff --git a/plugins/system/webauthn/src/Extension/Webauthn.php b/plugins/system/webauthn/src/Extension/Webauthn.php index 5a69921663a21..a50b950cb84f9 100644 --- a/plugins/system/webauthn/src/Extension/Webauthn.php +++ b/plugins/system/webauthn/src/Extension/Webauthn.php @@ -75,7 +75,7 @@ final class Webauthn extends CMSPlugin implements SubscriberInterface * @var boolean * @since 4.2.0 * - * @deprecated 4.3 will be removed in 6.0 + * @deprecated 4.3 will be removed in 7.0 * Implement your plugin methods accepting an AbstractEvent object * Example: * onEventTriggerName(AbstractEvent $event) { From 815d20820053de6ae609718e875d4969e1aff30c Mon Sep 17 00:00:00 2001 From: Martina Scholz Date: Sun, 2 Nov 2025 13:48:14 +0100 Subject: [PATCH 4/6] Toggle all dropdowns for active menu-item in submenu on load --- build/media_source/mod_menu/js/menu.es6.js | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/build/media_source/mod_menu/js/menu.es6.js b/build/media_source/mod_menu/js/menu.es6.js index 17ed88bdddf84..75ecd39a54612 100644 --- a/build/media_source/mod_menu/js/menu.es6.js +++ b/build/media_source/mod_menu/js/menu.es6.js @@ -79,6 +79,8 @@ nav.addEventListener('keydown', this.onMenuKeyDown.bind(this)); nav.addEventListener('click', this.onClick.bind(this)); + + this.toggleAllForCurrentActive(); } onMenuKeyDown(event) { @@ -232,6 +234,22 @@ } return currentLi; // top-level li or null if not found, or the } + + toggleAllForCurrentActive() { + const active = this.nav.querySelector('.current.active'); + if (active) { + const $parentTopLevel = this.getTopLevelParentLi(active); + let currentLi = active; + while (currentLi && !Array.from(this.topLevelNodes).includes(currentLi)) { + const parentUl = currentLi.parentElement.closest('ul'); + currentLi = parentUl ? parentUl.closest('li') : null; + if (currentLi) { + const subLists = currentLi.querySelectorAll('ul'); + this.toggleSubMenu(currentLi, subLists, subLists[0]?.getAttribute('aria-hidden') === 'true'); + } + } + } + } } // static idCounter for unique id generation of submenus From 5277751275b325ea652e021f124c7e8aa06c9b43 Mon Sep 17 00:00:00 2001 From: Martina Scholz Date: Sun, 2 Nov 2025 13:48:35 +0100 Subject: [PATCH 5/6] Ensure aria-expanded attribute is safely set --- build/media_source/mod_menu/js/menu.es6.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/media_source/mod_menu/js/menu.es6.js b/build/media_source/mod_menu/js/menu.es6.js index 75ecd39a54612..1c3790776f7fb 100644 --- a/build/media_source/mod_menu/js/menu.es6.js +++ b/build/media_source/mod_menu/js/menu.es6.js @@ -205,7 +205,7 @@ ulChild.setAttribute('aria-hidden', open ? 'false' : 'true'); ulChild.classList.toggle(this.settings.menuHoverClass, open); }); - target.querySelector(':scope > [aria-expanded]').setAttribute('aria-expanded', open ? 'true' : 'false'); + target.querySelector(':scope > [aria-expanded]')?.setAttribute('aria-expanded', open ? 'true' : 'false'); } focusTabbable(direction = 1) { From f231e7a72273b1071b4208cfda89d2e20d971df6 Mon Sep 17 00:00:00 2001 From: Martina Scholz Date: Sun, 2 Nov 2025 14:21:07 +0000 Subject: [PATCH 6/6] Prevent submenu open on load for active menuitem only with class `nav-active-open` --- build/media_source/mod_menu/js/menu.es6.js | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/build/media_source/mod_menu/js/menu.es6.js b/build/media_source/mod_menu/js/menu.es6.js index 1c3790776f7fb..c2f469d3f8498 100644 --- a/build/media_source/mod_menu/js/menu.es6.js +++ b/build/media_source/mod_menu/js/menu.es6.js @@ -30,7 +30,8 @@ // Default settings for the Nav class static defaultSettings = { menuHoverClass: 'show-menu', - dir: 'ltr' + dir: 'ltr', + preventSubmenoOpenOnload: 'nav-active-open' }; constructor(nav, settings = {}) { @@ -80,7 +81,9 @@ nav.addEventListener('keydown', this.onMenuKeyDown.bind(this)); nav.addEventListener('click', this.onClick.bind(this)); - this.toggleAllForCurrentActive(); + if (this.nav.classList.contains(this.settings.preventSubmenoOpenOnload)) { + this.toggleAllForCurrentActive(); + } } onMenuKeyDown(event) {