@deprecated – Joomla DocBlock headers

Please note the following:

  • This article is supporting documentation for our tutorial, using DocBlocks in Joomla.
  • There is official documentation that references what headers to use in your DocBlocks (such as @copyright and @license), but documentation is missing that outlines what values to use for each header.
  • In an effort to learn what values to use per each header, we have scanned the Joomla code and pulled out how each header is used. The idea behind this page is to show you how the @deprecated tag has been used in the past within the Joomla code so learn how to use it in your future documentation.

Value Count

The following table shows the various different values for @deprecated, and how many times each value has been used.

Value# Times used
* @deprecated 4.0 63
* @deprecated 12.1 40
* @deprecated 12.3 13
* @deprecated 3.2 Use JHelperContent::getActions() instead 13
* @deprecated 12.3 (Platform) & 4.0 (CMS) 11
* @deprecated 4.0 Use Class based routers instead 10
* @deprecated 13.3 Use SQL queries to interact with the session table. 7
* @deprecated 13.3 (Platform) & 4.0 (CMS) 6
* @deprecated 13.1 (Platform) & 4.0 (CMS) 5
* @deprecated 12.1 Use PHP Exception 5
* @deprecated 4.0 This should be performed in the component router instead 4
* @deprecated 3.2 4
* @deprecated 12.3 Use JCrypt instead. 4
* @deprecated 12.3 JError has been deprecated 4
* @deprecated 2.1 3
* @deprecated since 2.0 3
* @deprecated 13.3 3
* @deprecated // @deprecated 4.0 Everything in this block is deprecated but the warning is only logged after the file_exists 3
* @deprecated 12.3 (Platform) & 4.0 (CMS) – Use semantic exceptions instead 2
* @deprecated Never use this 2
* @deprecated 4.0 Use JInstaller::parseXMLInstallFile instead. 2
* @deprecated 12.3 (Platform) & 4.0 (CMS) – Use JApplicationCli instead. 2
* @deprecated 4.0 Access the properties directly. 2
* @deprecated // @deprecated 4.0 2
* @deprecated 3.2 Do not use. 2
* @deprecated 13.3 Use native PHP syntax. 2
* @deprecated 13.3 Use native PHP syntax. 2
* @deprecated 4.0 Use buildSefRoute() instead 2
* @deprecated 4.0 This is handled in the authentication plugin itself 2
* @deprecated 4.0 Use JToolbarButton instead. 2
* @deprecated 4.0 Will be renamed $messageQueue 1
* @deprecated 4.0 Will convert to $mode 1
* @deprecated 4.0 Will be renamed $detect_browser 1
* @deprecated 4.0 Will be renamed $language_filter 1
* @deprecated 4.0 Use get() instead 1
* @deprecated 4.0 Use getParams() instead 1
* @deprecated 4.0 Will be renamed $name 1
* @deprecated 4.0 Use JPluginHelper::import() instead 1
* @deprecated 4.0 Use JComponentHelper::load() instead 1
* @deprecated 4.0 Use JUcmType::getTypeId() instead 1
* @deprecated 4.0 Will be renamed $clientId 1
* @deprecated 4.0 Use JPluginHelper::load() instead 1
* @deprecated 4.0 Will convert to $items 1
* @deprecated 4.0 This method is no longer used in the CMS and will not be replaced. 1
* @deprecated 4.0 Will convert to $default 1
* @deprecated 4.0 Will convert to $active 1
* @deprecated 4.0 Use makeItem() instead 1
* @deprecated Use \Joomla\Application\Cli\Output\Processor\ColorProcessor 1
* @deprecated // @deprecated 12.3 Remove the acceptance of legacy classes starting with JButton. 1
* @deprecated * @param integer $top Top attribute. [@deprecated Unused, will be removed in 4.0] 1
* @deprecated * @param integer $left Left attribute. [@deprecated Unused, will be removed in 4.0] 1
* @deprecated // @deprecated 4.0 1
* @deprecated 13.3 Use IS_UNIX instead 1
* @deprecated 1
* @deprecated Use PHP’s version_compare against JVERSION in your code. This method is scheduled for removal in FOF 3.0 1
* @deprecated 2.1 Override FOFView::escape() instead. 1
* @deprecated 4.0 Will convert to $pathway 1
* @deprecated 4.0 Will convert to $count 1
* @deprecated 4.0 Use JHtml::_(‘bootstrap.endTabSet’) instead. 1
* @deprecated 4.0 Use JHtml::_(‘bootstrap.addTab’) instead. 1
* @deprecated 4.0 Use JHtml::_(‘bootstrap.endTab’) instead. 1
* @deprecated * @param string $text An optional text to display [unused – @deprecated 4.0] 1
* @deprecated 4.0 Use JHtml::_(‘bootstrap.startTabSet’) instead. 1
* @deprecated 4.0 Use JHtmlSelect::groupedList() 1
* @deprecated 4.0 Will convert to $vars 1
* @deprecated 4.0 Use JModuleHelper::load() instead 1
* @deprecated 13.3 (Platform) & 4.0 (CMS) – Use JHtml::getJSObject() instead. 1
* @deprecated 13.3 Use JDatabaseDriver::splitSql() directly 1
* @deprecated 4.0 Use createURI() instead 1
* @deprecated 12.1 Use JInput::getMethod() instead 1
* @deprecated 12.1 (Platform) & 4.0 (CMS) – Get the JInput object from the application instead 1
* @deprecated 12.1 Use JInput::Get 1
* @deprecated 12.1 User JInput::get 1
* @deprecated 12.1 Use JInput::set() 1
* @deprecated 13.3 Override JViewLegacy::escape() instead. 1
* @deprecated 12.3 Use JApplicationDaemon instead. 1
* @deprecated 4.0 Use JApplicationHelper::stringURLSafe instead 1
* @deprecated 4.0 Use JApplicationCms::getInstance() instead 1
* @deprecated 4.0 Use JApplicationHelper::getHash instead 1
* @deprecated 13.3 (Platform) & 4.0 (CMS) Use the IS_WIN constant instead. 1
* @deprecated 12.3 (Platform) & 4.0 (CMS) – Use JApplicationDaemon instead. 1
* @deprecated 12.1 Use JSession::checkToken() instead. Note that ‘default’ has to become ‘request’. 1
* @deprecated 13.3 (Platform) & 4.0 (CMS) – Use SimpleXMLElement instead. 1
* @deprecated 13.1 (Platform) & 4.0 (CMS) – Use JDatabaseDriverMysql instead. 1
* @deprecated 13.1 (Platform) & 4.0 (CMS) – Use JDatabaseDriverSqlazure instead. 1
* @deprecated 13.1 (Platform) & 4.0 (CMS) – Use JDatabaseDriverMysqli instead. 1
* @deprecated 12.1 This function will be removed in a future version. Use Joomla.submitbutton() instead. 1
* @deprecated 12.1 This function will be removed in a future version. Use Joomla.submitform() instead. 1
* @deprecated 13.1 (Platform) & 4.0 (CMS) – Use JDatabaseDriverSqlsrv instead. 1
* @deprecated 12.3 (Platform) & 4.0 (CMS) Use JApplicationWeb instead. 1
* @deprecated 13.3 Use SimpleXMLElement::asXML() instead. 1
* @deprecated 13.3 Use SimpleXMLElement::getName() instead. 1
* @deprecated 13.3 (Platform) & 4.0 (CMS) – Use SQL queries to interact with the session table. 1
* @deprecated Class will be removed upon completion of transition to UCM 1
* @deprecated 12.3 (Platform) & 4.0 (CMS) – Use JApplicationWeb instead. 1
* @deprecated 4.0 Use JApplicationCms instead unless specified otherwise 1
* @deprecated 4.0 Use JApplicationWebClient instead 1
* @deprecated 12.1 Use PHP Exception 1
* @deprecated 12.1 (Platform) & 4.0 (CMS) – Use PHP Exception 1
* @deprecated 12.1 Use PHP Exception 1
* @deprecated 12.3 (Platform) & 4.0 (CMS) – Use JFeed or supply your own methods 1
* @deprecated 4.0 Use JFeedFactory($url) instead. 1
* @deprecated 13.3 Use JAccess instead. 1
* @deprecated 2.0 1
* @deprecated 4.0 Use parseSefRoute() instead 1
* @deprecated 4.0 Use parseRawRoute() instead 1
* @deprecated 4.0 Use buildRawRoute() instead 1
* @deprecated 4.0 Use processParseRules() instead 1
* @deprecated 4.0 Use processBuildRules() instead 1
* @deprecated 12.3 (Platform) & 4.0 (CMS) – Use JCrypt instead. 1
* @deprecated 12.1 (Platform) & 4.0 (CMS) 1
* @deprecated 4.0 Use JApplicationWeb::appendBody() instead 1
* @deprecated 4.0 Use JApplicationWeb::prependBody() instead 1
* @deprecated 4.0 Use JApplicationWeb::getBody() instead 1
* @deprecated 4.0 Use JApplicationCms::toString() instead 1
* @deprecated 4.0 Use JApplicationWeb::compress() instead 1
* @deprecated 4.0 Use JApplicationWeb::setBody() instead 1
* @deprecated 4.0 Use JApplicationWeb::sendHeaders() instead 1
* @deprecated 4.0 Use JApplicationWeb::allowCache() instead 1
* @deprecated 4.0 Use JApplicationWeb instead 1
* @deprecated 4.0 Use JApplicationWeb::setHeader() instead 1
* @deprecated 4.0 Use JApplicationWeb::getHeaders() instead 1
* @deprecated 4.0 Use JApplicationWeb::clearHeaders() instead 1
* @deprecated 4.0 Will convert to $rules 1
* @deprecated 12.3 (Platform) & 4.0 (CMS) – Use JDatabaseDriver::isSupported() instead. 1
* @deprecated use issues->milestones->delete() 1
* @deprecated use issues->milestones->edit() 1
* @deprecated use data->refs->create() 1
* @deprecated use data->refs->edit() 1
* @deprecated use data->refs->get() 1
* @deprecated use issues->milestones->create() 1
* @deprecated use issues->milestones->get() 1
* @deprecated 13.3 (Platform) & 4.0 (CMS) – Use the isSSLConnection method on the application object. 1
* @deprecated 3.2.3 Use renderField() instead 1
* @deprecated 12.3 (Platform) & 4.0 (CMS) Use JAccess::getActionsFromFile or JAccess::getActionsFromData instead. 1
* @deprecated 12.3 (Platform) & 4.0 (CMS) – Use JSessionStorage::isSupported() instead. 1
* @deprecated use issues->milestones->getList() 1
* @deprecated use data->refs->getList() 1
* @deprecated use repositories->statuses->create() 1
* @deprecated use repositories->commits->compare() 1
* @deprecated use repositories->comments->getList() 1
* @deprecated use repositories->commits->getList() 1
* @deprecated use repositories->comments->getListRepository() 1
* @deprecated use authorization->create() 1
* @deprecated use repositories->comments->get() 1
* @deprecated use repositories->commits->get() 1
* @deprecated use data->commits->create() 1
* @deprecated use repositories->statuses->getList() 1
* @deprecated use repositories->comments->create() 1
* @deprecated use repositories->comments->delete() 1
* @deprecated use repositories->comments->edit() 1
* @deprecated 3.2.3 Use renderFieldset() instead of getControlGroups 1
* @deprecated 3.2.3 Use renderField() instead of getControlGroup 1
* @deprecated 4.0 Use JResponseJson instead 1
* @deprecated 4.0 Use JComponentHelper::filterText() instead. 1
* @deprecated 4.0 Use JHelperMedia instead 1
* @deprecated 4.0 Use JHelperMedia::isImage instead 1
* @deprecated 4.0 Use JHelperMedia::getTypeIcon instead 1
* @deprecated 4.0 Use ConfigControllerApplicationRemoveroot instead. 1
* @deprecated 4.0 Use ConfigControllerApplicationCancel instead. 1
* @deprecated 4.0 Use JSearchHelper::logSearch() instead 1
* @deprecated 4.0 Use intval() or casting instead. 1
* @deprecated 4.0 Use ConfigControllerComponentCancel instead. 1
* @deprecated 4.0 Use ConfigControllerComponentSave instead. 1
* @deprecated 4.0 Use ConfigControllerApplicationSave instead. 1
* @deprecated 4.0 Use JHelperMedia::canUpload instead 1
* @deprecated 4.0 Use JHtmlNumber::bytes() instead 1
* @deprecated 4.0 Use JHtmlSidebar::setAction() instead. 1
* @deprecated 4.0 Use JHtmlSidebar::getFilters() instead. 1
* @deprecated 4.0 Use JHtmlSidebar::getAction() instead. 1
* @deprecated * @param object $article Not used, @deprecated for 4.0 1
* @deprecated * @param array $attribs Not used, @deprecated for 4.0 1
* @deprecated 4.0 Use JHtmlSidebar::addFilter() instead. 1
* @deprecated 4.0 Use JHtmlSidebar::getEntries() instead. 1
* @deprecated 4.0 Use JHelperMedia::imageResize instead 1
* @deprecated 4.0 Use JHelperMedia::countFiles instead 1
* @deprecated 4.0 Use JHtmlSidebar instead. 1
* @deprecated 4.0 Use JHtmlSidebar::addEntry() instead. 1
* @deprecated use authorization->delete() 1
* @deprecated use authorization->edit() 1
* @deprecated 12.3 Classes should provide their own __toString() implementation. 1
* @deprecated use repositories->hooks->test() 1
* @deprecated 13.3 (Platform) & 4.0 (CMS) – Use the native file_get_contents() instead. 1
* @deprecated 13.3 (Platform) & 4.0 (CMS) – Use basename() instead. 1
* @deprecated 4.0 (CMS) 1
* @deprecated use repositories->hooks->getList() 1
* @deprecated use repositories->hooks->get() 1
* @deprecated use issues->labels->getList() 1
* @deprecated use issues->labels->get() 1
* @deprecated use repositories->hooks->create() 1
* @deprecated use repositories->hooks->delete() 1
* @deprecated use repositories->hooks->edit() 1
* @deprecated 13.3 (Platform) & 4.0 (CMS) – Use JAccess directly. 1
* @deprecated 4.0 Use directly JFeedFactory or supply SimplePie instead. Mehod will be proxied to JFeedFactory beginning in 3.2 1
* @deprecated 12.3 (Platform) & 4.0 (CMS) – Use JStringNormalise::fromCamelCase() 1
* @deprecated safe_mode is removed in PHP 5.4, check will be dropped when PHP 5.3 support is dropped 1
* @deprecated 12.3 (Platform) & 4.0 (CMS) – Use PHP’s microtime(1) 1
* @deprecated 12.3 (Platform) & 4.0 (CMS) – Use PHP’s native memory_get_usage() 1
* @deprecated 2.0 Use JAccess instead. 1
* @deprecated N/A (CMS) Use JDatabaseDriver::getIterator() instead 1
* @deprecated 12.3 (Platform) & 4.0 (CMS) – Use hasUTFSupport() instead 1
* @deprecated 12.3 (Platform) & 4.0 (CMS) – Use JEditor directly 1
* @deprecated 13.3 (Platform) & 4.0 (CMS) – Use SimpleXML directly. 1
* @deprecated 13.3 (Platform) & 4.0 (CMS) – Use JUri directly. 1
* @deprecated 4.0 This is handled in the authentication plugin itself. The ‘invalid’ column in the db should be removed as well 1
* @deprecated 12.3 (Platform) & 4.0 (CMS) – Instead use JUser::getParam() 1
* @deprecated use issues->comments->getList() 1
* @deprecated use issues->comments->get() 1
* @deprecated use gists->comments->get() 1
* @deprecated use gists->comments->edit() 1
* @deprecated use gists->comments->getList() 1
* @deprecated use pulls->comments->create() 1
* @deprecated use pulls->comments->createReply() 1
* @deprecated use gists->comments->delete() 1
* @deprecated use gists->comments->create() 1
* @deprecated use authorization->getList() 1
* @deprecated use authorization->get() 1
* @deprecated use authorization->getRateLimit() 1
* @deprecated use repositories->forks->create() 1
* @deprecated use repositories->forks->getList() 1
* @deprecated use pulls->comments->delete() 1
* @deprecated use pulls->comments->edit() 1
* @deprecated use issues->comments->delete() 1
* @deprecated use issues->labels->create() 1
* @deprecated use issues->labels->delete() 1
* @deprecated use issues->comments->edit() 1
* @deprecated use issues->labels->update() 1
* @deprecated use issues->comments->create() 1
* @deprecated use users->getList() 1
* @deprecated use pulls->comments->get() 1
* @deprecated use pulls->comments->getList() 1
* @deprecated use users->get() 1
* @deprecated use users->edit() 1
* @deprecated since version 2.0 1

4.0

This tag:
* @deprecated 4.0
has been used a total of 63 times within the following files:

administrator/components/com_categories/controllers/categories.php:   * @deprecated  4.0 administrator/components/com_menus/controllers/items.php:   * @deprecated  4.0 administrator/components/com_config/controllers/component.php: * @deprecated  4.0 administrator/components/com_config/controllers/component.php:   * @deprecated  4.0 administrator/components/com_config/controllers/application.php: * @deprecated  4.0 administrator/components/com_config/controllers/application.php:   * @deprecated  4.0 administrator/components/com_config/controller.php:   * @deprecated  4.0 administrator/components/com_config/controller.php:   * @deprecated  4.0 administrator/components/com_languages/helpers/jsonresponse.php: * @deprecated  4.0 administrator/includes/toolbar.php:   * @deprecated  4.0 administrator/includes/toolbar.php:   * @deprecated  4.0 administrator/includes/toolbar.php:   * @deprecated  4.0 libraries/joomla/crypt/crypt.php:   * @deprecated  4.0 libraries/joomla/user/helper.php:   * @deprecated  4.0 libraries/joomla/user/helper.php:   * @deprecated  4.0 libraries/cms/installer/extension.php: * @deprecated  4.0 libraries/cms/installer/adapter/template.php: * @deprecated  4.0 libraries/cms/installer/adapter/file.php: * @deprecated  4.0 libraries/cms/installer/adapter/component.php: * @deprecated  4.0 libraries/cms/installer/adapter/library.php: * @deprecated  4.0 libraries/cms/installer/adapter/plugin.php: * @deprecated  4.0 libraries/cms/installer/adapter/language.php: * @deprecated  4.0 libraries/cms/installer/adapter/package.php: * @deprecated  4.0 libraries/cms/installer/adapter/module.php: * @deprecated  4.0 libraries/legacy/response/response.php:   * @deprecated  4.0 libraries/legacy/response/response.php:   * @deprecated  4.0 libraries/legacy/response/response.php:   * @deprecated  4.0 libraries/legacy/application/application.php:   * @deprecated  4.0 libraries/legacy/application/application.php:   * @deprecated  4.0 libraries/legacy/application/application.php:   * @deprecated  4.0 libraries/legacy/application/application.php:   * @deprecated  4.0 libraries/legacy/application/application.php:   * @deprecated  4.0 libraries/legacy/application/application.php:   * @deprecated  4.0 libraries/legacy/application/application.php:   * @deprecated  4.0 libraries/legacy/application/application.php:   * @deprecated  4.0 libraries/legacy/application/application.php:   * @deprecated  4.0 libraries/legacy/application/application.php:   * @deprecated  4.0 libraries/legacy/application/application.php:   * @deprecated  4.0 libraries/legacy/application/application.php:   * @deprecated  4.0 libraries/legacy/application/application.php:   * @deprecated  4.0 libraries/legacy/application/application.php:   * @deprecated  4.0 libraries/legacy/application/application.php:   * @deprecated  4.0 libraries/legacy/application/application.php:   * @deprecated  4.0 libraries/legacy/application/application.php:   * @deprecated  4.0 libraries/legacy/application/application.php:   * @deprecated  4.0 libraries/legacy/application/application.php:   * @deprecated  4.0 libraries/legacy/application/application.php:   * @deprecated  4.0 libraries/legacy/application/application.php:   * @deprecated  4.0 libraries/legacy/application/application.php:   * @deprecated  4.0 libraries/legacy/application/application.php:   * @deprecated  4.0 libraries/legacy/application/application.php:   * @deprecated  4.0 libraries/legacy/application/application.php:   * @deprecated  4.0 libraries/legacy/application/application.php:   * @deprecated  4.0 libraries/legacy/application/application.php:   * @deprecated  4.0 libraries/legacy/application/application.php:   * @deprecated  4.0 libraries/legacy/application/application.php:   * @deprecated  4.0 libraries/legacy/application/application.php:   * @deprecated  4.0 libraries/legacy/application/application.php:   * @deprecated  4.0 libraries/legacy/application/application.php:   * @deprecated  4.0 libraries/legacy/application/application.php:   * @deprecated  4.0 libraries/legacy/application/application.php:   * @deprecated  4.0 libraries/legacy/application/application.php:   * @deprecated  4.0 libraries/legacy/application/application.php:   * @deprecated  4.0 

12.1

This tag:
* @deprecated 12.1
has been used a total of 40 times within the following files:

libraries/joomla/database/driver.php:   * @deprecated  12.1 libraries/joomla/database/driver.php:   * @deprecated  12.1 libraries/legacy/error/error.php:   * @deprecated  12.1 libraries/legacy/error/error.php:   * @deprecated  12.1 libraries/legacy/error/error.php:   * @deprecated  12.1 libraries/legacy/error/error.php:   * @deprecated  12.1 libraries/legacy/error/error.php:   * @deprecated  12.1 libraries/legacy/error/error.php:   * @deprecated  12.1 libraries/legacy/error/error.php:   * @deprecated  12.1 libraries/legacy/error/error.php:   * @deprecated  12.1 libraries/legacy/error/error.php:   * @deprecated  12.1 libraries/legacy/error/error.php:   * @deprecated  12.1 libraries/legacy/error/error.php:   * @deprecated  12.1 libraries/legacy/error/error.php:   * @deprecated  12.1 libraries/legacy/error/error.php:   * @deprecated  12.1 libraries/legacy/error/error.php:   * @deprecated  12.1 libraries/legacy/error/error.php:   * @deprecated  12.1 libraries/legacy/error/error.php:   * @deprecated  12.1 libraries/legacy/error/error.php:   * @deprecated  12.1 libraries/legacy/error/error.php:   * @deprecated  12.1 libraries/legacy/exception/exception.php:   * @deprecated  12.1 libraries/legacy/exception/exception.php:   * @deprecated  12.1 libraries/legacy/exception/exception.php:   * @deprecated    12.1 libraries/legacy/exception/exception.php:   * @deprecated  12.1 libraries/legacy/exception/exception.php:   * @deprecated    12.1 libraries/legacy/exception/exception.php:   * @deprecated  12.1 libraries/legacy/exception/exception.php:   * @deprecated  12.1 libraries/legacy/exception/exception.php:   * @deprecated  12.1 libraries/legacy/exception/exception.php:   * @deprecated  12.1 libraries/legacy/exception/exception.php:   * @deprecated  12.1 libraries/legacy/request/request.php:   * @deprecated   12.1 libraries/legacy/request/request.php:   * @deprecated   12.1 libraries/legacy/request/request.php:   * @deprecated  12.1 libraries/legacy/request/request.php:   * @deprecated   12.1 libraries/legacy/request/request.php:   * @deprecated  12.1 libraries/legacy/request/request.php:   * @deprecated   12.1 libraries/legacy/request/request.php:   * @deprecated  12.1 libraries/legacy/request/request.php:   * @deprecated   12.1 libraries/legacy/request/request.php:   * @deprecated   12.1 libraries/legacy/request/request.php:   * @deprecated  12.1 

12.3

This tag:
* @deprecated 12.3
has been used a total of 13 times within the following files:

libraries/legacy/access/rules.php:   * @deprecated  12.3 libraries/legacy/access/rule.php:   * @deprecated  12.3 libraries/legacy/base/observer.php:   * @deprecated  12.3 libraries/legacy/base/observer.php:   * @deprecated  12.3 libraries/legacy/base/observer.php:   * @deprecated  12.3 libraries/legacy/base/observable.php:   * @deprecated  12.3 libraries/legacy/base/observable.php:   * @deprecated  12.3 libraries/legacy/base/observable.php:   * @deprecated  12.3 libraries/legacy/base/observable.php:   * @deprecated  12.3 libraries/legacy/base/observable.php:   * @deprecated  12.3 libraries/legacy/base/observable.php:   * @deprecated  12.3 libraries/legacy/base/observable.php:   * @deprecated  12.3 libraries/legacy/base/observable.php:   * @deprecated  12.3 

3.2 Use JHelperContent::getActions() instead

This tag:
* @deprecated 3.2 Use JHelperContent::getActions() instead
has been used a total of 13 times within the following files:

administrator/components/com_categories/helpers/categories.php:   * @deprecated  3.2  Use JHelperContent::getActions() instead administrator/components/com_search/helpers/search.php:   * @deprecated  3.2  Use JHelperContent::getActions() instead administrator/components/com_menus/helpers/menus.php:   * @deprecated  3.2  Use JHelperContent::getActions() instead administrator/components/com_installer/helpers/installer.php:   * @deprecated  3.2  Use JHelperContent::getActions() instead administrator/components/com_plugins/helpers/plugins.php:   * @deprecated  3.2  Use JHelperContent::getActions() instead administrator/components/com_users/helpers/users.php:   * @deprecated  3.2  Use JHelperContent::getActions() instead administrator/components/com_finder/helpers/finder.php:   * @deprecated  3.2  Use JHelperContent::getActions() instead administrator/components/com_joomlaupdate/helpers/joomlaupdate.php:   * @deprecated  3.2  Use JHelperContent::getActions() instead administrator/components/com_languages/helpers/languages.php:   * @deprecated  3.2  Use JHelperContent::getActions() instead administrator/components/com_messages/helpers/messages.php:   * @deprecated  3.2  Use JHelperContent::getActions() instead administrator/components/com_modules/helpers/modules.php:   * @deprecated  3.2  Use JHelperContent::getActions() instead administrator/components/com_redirect/helpers/redirect.php:   * @deprecated  3.2  Use JHelperContent::getActions() instead libraries/cms/helper/content.php:   * @deprecated  3.2  Use JHelperContent::getActions() instead 

12.3 (Platform) & 4.0 (CMS)

This tag:
* @deprecated 12.3 (Platform) & 4.0 (CMS)
has been used a total of 11 times within the following files:

libraries/joomla/client/ftp.php: * @deprecated  12.3 (Platform) & 4.0 (CMS) libraries/joomla/client/ldap.php: * @deprecated  12.3 (Platform) & 4.0 (CMS) libraries/joomla/cache/storage.php:   * @deprecated  12.3 (Platform) & 4.0 (CMS) libraries/legacy/access/rules.php: * @deprecated  12.3 (Platform) & 4.0 (CMS) libraries/legacy/access/rule.php: * @deprecated  12.3 (Platform) & 4.0 (CMS) libraries/legacy/base/observer.php: * @deprecated  12.3 (Platform) & 4.0 (CMS) libraries/legacy/base/node.php: * @deprecated  12.3 (Platform) & 4.0 (CMS) libraries/legacy/base/observable.php: * @deprecated  12.3 (Platform) & 4.0 (CMS) libraries/legacy/base/tree.php: * @deprecated  12.3 (Platform) & 4.0 (CMS) libraries/legacy/web/client.php: * @deprecated  12.3 (Platform) & 4.0 (CMS) libraries/legacy/dispatcher/dispatcher.php: * @deprecated  12.3 (Platform) & 4.0 (CMS) 

4.0 Use Class based routers instead

This tag:
* @deprecated 4.0 Use Class based routers instead
has been used a total of 10 times within the following files:

components/com_contact/router.php: * @deprecated  4.0  Use Class based routers instead components/com_weblinks/router.php: * @deprecated  4.0  Use Class based routers instead components/com_search/router.php: * @deprecated  4.0  Use Class based routers instead components/com_wrapper/router.php: * @deprecated  4.0  Use Class based routers instead components/com_users/router.php: * @deprecated  4.0  Use Class based routers instead components/com_finder/router.php: * @deprecated  4.0  Use Class based routers instead components/com_banners/router.php: * @deprecated  4.0  Use Class based routers instead components/com_newsfeeds/router.php: * @deprecated  4.0  Use Class based routers instead components/com_tags/router.php: * @deprecated  4.0  Use Class based routers instead components/com_content/router.php: * @deprecated  4.0  Use Class based routers instead 

13.3 Use SQL queries to interact with the session table.

This tag:
* @deprecated 13.3 Use SQL queries to interact with the session table.
has been used a total of 7 times within the following files:

libraries/legacy/table/session.php:   * @deprecated  13.3  Use SQL queries to interact with the session table. libraries/legacy/table/session.php:   * @deprecated  13.3  Use SQL queries to interact with the session table. libraries/legacy/table/session.php:   * @deprecated  13.3  Use SQL queries to interact with the session table. libraries/legacy/table/session.php:   * @deprecated  13.3  Use SQL queries to interact with the session table. libraries/legacy/table/session.php:   * @deprecated  13.3  Use SQL queries to interact with the session table. libraries/legacy/table/session.php:   * @deprecated  13.3  Use SQL queries to interact with the session table. libraries/legacy/table/session.php:   * @deprecated  13.3  Use SQL queries to interact with the session table. 

13.3 (Platform) & 4.0 (CMS)

This tag:
* @deprecated 13.3 (Platform) & 4.0 (CMS)
has been used a total of 6 times within the following files:

libraries/joomla/log/logger.php: * @deprecated  13.3 (Platform) & 4.0 (CMS) libraries/joomla/factory.php:   * @deprecated  13.3 (Platform) & 4.0 (CMS) libraries/joomla/database/database.php: * @deprecated  13.3 (Platform) & 4.0 (CMS) libraries/joomla/database/database.php:   * @deprecated  13.3 (Platform) & 4.0 (CMS) libraries/joomla/database/database.php:   * @deprecated  13.3 (Platform) & 4.0 (CMS) libraries/joomla/database/database.php:   * @deprecated  13.3 (Platform) & 4.0 (CMS) 

13.1 (Platform) & 4.0 (CMS)

This tag:
* @deprecated 13.1 (Platform) & 4.0 (CMS)
has been used a total of 5 times within the following files:

libraries/joomla/application/web.php:   * @deprecated  13.1 (Platform) & 4.0 (CMS) libraries/joomla/database/database.php:   * @deprecated  13.1 (Platform) & 4.0 (CMS) libraries/joomla/database/database.php:   * @deprecated  13.1 (Platform) & 4.0 (CMS) libraries/joomla/database/database.php:   * @deprecated  13.1 (Platform) & 4.0 (CMS) libraries/joomla/database/database.php:   * @deprecated  13.1 (Platform) & 4.0 (CMS) 

12.1 Use PHP Exception

This tag:
* @deprecated 12.1 Use PHP Exception
has been used a total of 5 times within the following files:

libraries/legacy/error/error.php:   * @deprecated  12.1  Use PHP Exception libraries/legacy/error/error.php:   * @deprecated  12.1  Use PHP Exception libraries/legacy/error/error.php:   * @deprecated  12.1  Use PHP Exception libraries/legacy/error/error.php:   * @deprecated   12.1  Use PHP Exception libraries/legacy/error/error.php:   * @deprecated  12.1  Use PHP Exception 

4.0 This should be performed in the component router instead

This tag:
* @deprecated 4.0 This should be performed in the component router instead
has been used a total of 4 times within the following files:

libraries/cms/router/router.php:   * @deprecated  4.0  This should be performed in the component router instead libraries/cms/router/router.php:   * @deprecated  4.0  This should be performed in the component router instead libraries/cms/router/router.php:   * @deprecated  4.0  This should be performed in the component router instead libraries/cms/router/router.php:   * @deprecated  4.0  This should be performed in the component router instead 

3.2

This tag:
* @deprecated 3.2
has been used a total of 4 times within the following files:

administrator/components/com_categories/views/category/tmpl/edit_options.php: * @deprecated  3.2 administrator/components/com_categories/views/category/tmpl/edit_extrafields.php: * @deprecated  3.2 layouts/joomla/edit/item_title.php: * @deprecated  3.2 layouts/joomla/edit/details.php: * @deprecated  3.2 

12.3 Use JCrypt instead.

This tag:
* @deprecated 12.3 Use JCrypt instead.
has been used a total of 4 times within the following files:

libraries/legacy/simplecrypt/simplecrypt.php:   * @deprecated  12.3  Use JCrypt instead. libraries/legacy/simplecrypt/simplecrypt.php:   * @deprecated  12.3  Use JCrypt instead. libraries/legacy/simplecrypt/simplecrypt.php:   * @deprecated  12.3  Use JCrypt instead. libraries/legacy/simplecrypt/simplecrypt.php:   * @deprecated  12.3  Use JCrypt instead. 

12.3 JError has been deprecated

This tag:
* @deprecated 12.3 JError has been deprecated
has been used a total of 4 times within the following files:

libraries/joomla/object/object.php:   * @deprecated  12.3  JError has been deprecated libraries/joomla/object/object.php:   * @deprecated 12.3  JError has been deprecated libraries/joomla/object/object.php:   * @deprecated 12.3  JError has been deprecated libraries/joomla/object/object.php:   * @deprecated 12.3  JError has been deprecated 

2.1

This tag:
* @deprecated 2.1
has been used a total of 3 times within the following files:

libraries/fof/query/abstract.php: * @deprecated  2.1 libraries/fof/utils/object/object.php: * @deprecated  2.1 libraries/fof/table/table.php:   * @deprecated  2.1 

since 2.0

This tag:
* @deprecated since 2.0
has been used a total of 3 times within the following files:

libraries/fof/controller/controller.php:   * @deprecated since 2.0 libraries/fof/controller/controller.php:   * @deprecated since 2.0 libraries/fof/controller/controller.php:   * @deprecated since 2.0 

13.3

This tag:
* @deprecated 13.3
has been used a total of 3 times within the following files:

libraries/joomla/log/logger.php:   * @deprecated  13.3 libraries/fof/view/view.php:   * @deprecated 13.3 libraries/legacy/view/legacy.php:   * @deprecated 13.3 

// @deprecated 4.0 Everything in this block is deprecated but the warning is only logged after the file_exists

This tag:
* @deprecated // @deprecated 4.0 Everything in this block is deprecated but the warning is only logged after the file_exists
has been used a total of 3 times within the following files:

libraries/cms/pathway/pathway.php:        // @deprecated 4.0 Everything in this block is deprecated but the warning is only logged after the file_exists libraries/cms/menu/menu.php:        // @deprecated 4.0 Everything in this block is deprecated but the warning is only logged after the file_exists libraries/cms/router/router.php:        // @deprecated 4.0 Everything in this block is deprecated but the warning is only logged after the file_exists 

12.3 (Platform) & 4.0 (CMS) – Use semantic exceptions instead

This tag:
* @deprecated 12.3 (Platform) & 4.0 (CMS) – Use semantic exceptions instead
has been used a total of 2 times within the following files:

libraries/legacy/log/logexception.php: * @deprecated  12.3 (Platform) & 4.0 (CMS) - Use semantic exceptions instead libraries/legacy/database/exception.php: * @deprecated  12.3 (Platform) & 4.0 (CMS) - Use semantic exceptions instead 

Never use this

This tag:
* @deprecated Never use this
has been used a total of 2 times within the following files:

libraries/joomla/table/observer/contenthistory.php:   * @deprecated  Never use this libraries/joomla/table/observer/tags.php:   * @deprecated  Never use this 

4.0 Use JInstaller::parseXMLInstallFile instead.

This tag:
* @deprecated 4.0 Use JInstaller::parseXMLInstallFile instead.
has been used a total of 2 times within the following files:

libraries/cms/application/helper.php:   * @deprecated  4.0 Use JInstaller::parseXMLInstallFile instead. libraries/cms/application/helper.php:   * @deprecated  4.0 Use JInstaller::parseXMLInstallFile instead. 

12.3 (Platform) & 4.0 (CMS) – Use JApplicationCli instead.

This tag:
* @deprecated 12.3 (Platform) & 4.0 (CMS) – Use JApplicationCli instead.
has been used a total of 2 times within the following files:

libraries/legacy/application/cli.php: * @deprecated  12.3 (Platform) & 4.0 (CMS) - Use JApplicationCli instead. libraries/legacy/application/cli.php:   * @deprecated  12.3 (Platform) & 4.0 (CMS) - Use JApplicationCli instead. 

4.0 Access the properties directly.

This tag:
* @deprecated 4.0 Access the properties directly.
has been used a total of 2 times within the following files:

libraries/cms/pagination/pagination.php:   * @deprecated  4.0  Access the properties directly. libraries/cms/pagination/pagination.php:   * @deprecated  4.0  Access the properties directly. 

// @deprecated 4.0

This tag:
* @deprecated // @deprecated 4.0
has been used a total of 2 times within the following files:

libraries/import.legacy.php:// @deprecated  4.0 libraries/cms.php:// @deprecated  4.0 

3.2 Do not use.

This tag:
* @deprecated 3.2 Do not use.
has been used a total of 2 times within the following files:

administrator/components/com_modules/helpers/xml.php: * @deprecated  3.2  Do not use. administrator/components/com_modules/helpers/xml.php:   * @deprecated  3.2  Do not use. 

13.3 Use native PHP syntax.

This tag:
* @deprecated 13.3 Use native PHP syntax.
has been used a total of 2 times within the following files:

libraries/fof/view/view.php:   * @deprecated  13.3 Use native PHP syntax. libraries/legacy/view/legacy.php:   * @deprecated  13.3 Use native PHP syntax. 

13.3 Use native PHP syntax.

This tag:
* @deprecated 13.3 Use native PHP syntax.
has been used a total of 2 times within the following files:

libraries/fof/view/view.php:   * @deprecated  13.3  Use native PHP syntax. libraries/legacy/view/legacy.php:   * @deprecated  13.3  Use native PHP syntax. 

4.0 Use buildSefRoute() instead

This tag:
* @deprecated 4.0 Use buildSefRoute() instead
has been used a total of 2 times within the following files:

libraries/cms/router/site.php:   * @deprecated  4.0  Use buildSefRoute() instead libraries/cms/router/router.php:   * @deprecated  4.0  Use buildSefRoute() instead 

4.0 This is handled in the authentication plugin itself

This tag:
* @deprecated 4.0 This is handled in the authentication plugin itself
has been used a total of 2 times within the following files:

libraries/joomla/user/helper.php:   * @deprecated  4.0  This is handled in the authentication plugin itself libraries/joomla/user/helper.php:   * @deprecated  4.0  This is handled in the authentication plugin itself 

4.0 Use JToolbarButton instead.

This tag:
* @deprecated 4.0 Use JToolbarButton instead.
has been used a total of 2 times within the following files:

libraries/cms/toolbar/button.php: * @deprecated  4.0  Use JToolbarButton instead. libraries/cms/toolbar/button.php:   * @deprecated  4.0  Use JToolbarButton instead. 

4.0 Will be renamed $messageQueue

This tag:
* @deprecated 4.0 Will be renamed $messageQueue
has been used a total of 1 times within the following files:

libraries/cms/application/cms.php:   * @deprecated  4.0  Will be renamed $messageQueue 

4.0 Will convert to $mode

This tag:
* @deprecated 4.0 Will convert to $mode
has been used a total of 1 times within the following files:

libraries/cms/router/router.php:   * @deprecated  4.0 Will convert to $mode 

4.0 Will be renamed $detect_browser

This tag:
* @deprecated 4.0 Will be renamed $detect_browser
has been used a total of 1 times within the following files:

libraries/cms/application/site.php:   * @deprecated  4.0  Will be renamed $detect_browser 

4.0 Will be renamed $language_filter

This tag:
* @deprecated 4.0 Will be renamed $language_filter
has been used a total of 1 times within the following files:

libraries/cms/application/site.php:   * @deprecated  4.0  Will be renamed $language_filter 

4.0 Use get() instead

This tag:
* @deprecated 4.0 Use get() instead
has been used a total of 1 times within the following files:

libraries/cms/application/cms.php:   * @deprecated  4.0  Use get() instead 

4.0 Use getParams() instead

This tag:
* @deprecated 4.0 Use getParams() instead
has been used a total of 1 times within the following files:

libraries/cms/application/site.php:   * @deprecated  4.0  Use getParams() instead 

4.0 Will be renamed $name

This tag:
* @deprecated 4.0 Will be renamed $name
has been used a total of 1 times within the following files:

libraries/cms/application/cms.php:   * @deprecated  4.0  Will be renamed $name 

4.0 Use JPluginHelper::import() instead

This tag:
* @deprecated 4.0 Use JPluginHelper::import() instead
has been used a total of 1 times within the following files:

libraries/cms/plugin/helper.php:   * @deprecated  4.0  Use JPluginHelper::import() instead 

4.0 Use JComponentHelper::load() instead

This tag:
* @deprecated 4.0 Use JComponentHelper::load() instead
has been used a total of 1 times within the following files:

libraries/cms/component/helper.php:   * @deprecated  4.0  Use JComponentHelper::load() instead 

4.0 Use JUcmType::getTypeId() instead

This tag:
* @deprecated 4.0 Use JUcmType::getTypeId() instead
has been used a total of 1 times within the following files:

libraries/cms/helper/tags.php:   * @deprecated  4.0  Use JUcmType::getTypeId() instead 

4.0 Will be renamed $clientId

This tag:
* @deprecated 4.0 Will be renamed $clientId
has been used a total of 1 times within the following files:

libraries/cms/application/cms.php:   * @deprecated  4.0  Will be renamed $clientId 

4.0 Use JPluginHelper::load() instead

This tag:
* @deprecated 4.0 Use JPluginHelper::load() instead
has been used a total of 1 times within the following files:

libraries/cms/plugin/helper.php:   * @deprecated  4.0  Use JPluginHelper::load() instead 

4.0 Will convert to $items

This tag:
* @deprecated 4.0 Will convert to $items
has been used a total of 1 times within the following files:

libraries/cms/menu/menu.php:   * @deprecated  4.0  Will convert to $items 

4.0 This method is no longer used in the CMS and will not be replaced.

This tag:
* @deprecated 4.0 This method is no longer used in the CMS and will not be replaced.
has been used a total of 1 times within the following files:

libraries/cms/helper/tags.php:   * @deprecated  4.0  This method is no longer used in the CMS and will not be replaced. 

4.0 Will convert to $default

This tag:
* @deprecated 4.0 Will convert to $default
has been used a total of 1 times within the following files:

libraries/cms/menu/menu.php:   * @deprecated  4.0  Will convert to $default 

4.0 Will convert to $active

This tag:
* @deprecated 4.0 Will convert to $active
has been used a total of 1 times within the following files:

libraries/cms/menu/menu.php:   * @deprecated  4.0  Will convert to $active 

4.0 Use makeItem() instead

This tag:
* @deprecated 4.0 Use makeItem() instead
has been used a total of 1 times within the following files:

libraries/cms/pathway/pathway.php:   * @deprecated  4.0  Use makeItem() instead 

Use \Joomla\Application\Cli\Output\Processor\ColorProcessor

This tag:
* @deprecated Use \Joomla\Application\Cli\Output\Processor\ColorProcessor
has been used a total of 1 times within the following files:

libraries/framework/Joomla/Application/Cli/ColorProcessor.php: * @deprecated  Use \Joomla\Application\Cli\Output\Processor\ColorProcessor 

// @deprecated 12.3 Remove the acceptance of legacy classes starting with JButton.

This tag:
* @deprecated // @deprecated 12.3 Remove the acceptance of legacy classes starting with JButton.
has been used a total of 1 times within the following files:

libraries/cms/toolbar/toolbar.php:    // @deprecated 12.3 Remove the acceptance of legacy classes starting with JButton. 

* @param integer $top Top attribute. [@deprecated Unused, will be removed in 4.0]

This tag:
* @deprecated * @param integer $top Top attribute. [@deprecated Unused, will be removed in 4.0]
has been used a total of 1 times within the following files:

libraries/cms/toolbar/button/popup.php:   * @param   integer  $top      Top attribute.  [@deprecated  Unused, will be removed in 4.0] 

* @param integer $left Left attribute. [@deprecated Unused, will be removed in 4.0]

This tag:
* @deprecated * @param integer $left Left attribute. [@deprecated Unused, will be removed in 4.0]
has been used a total of 1 times within the following files:

libraries/cms/toolbar/button/popup.php:   * @param   integer  $left     Left attribute. [@deprecated  Unused, will be removed in 4.0] 

// @deprecated 4.0

This tag:
* @deprecated // @deprecated 4.0
has been used a total of 1 times within the following files:

libraries/import.legacy.php:// @deprecated 4.0 

13.3 Use IS_UNIX instead

This tag:
* @deprecated 13.3 Use IS_UNIX instead
has been used a total of 1 times within the following files:

libraries/import.legacy.php: * @deprecated 13.3  Use IS_UNIX instead 

This tag:
* @deprecated
has been used a total of 1 times within the following files:

libraries/fof/input/input.php:   * @deprecated 

Use PHP’s version_compare against JVERSION in your code. This method is scheduled for removal in FOF 3.0

This tag:
* @deprecated Use PHP’s version_compare against JVERSION in your code. This method is scheduled for removal in FOF 3.0
has been used a total of 1 times within the following files:

libraries/fof/platform/interface.php:     * @deprecated Use PHP's version_compare against JVERSION in your code. This method is scheduled for removal in FOF 3.0 

2.1 Override FOFView::escape() instead.

This tag:
* @deprecated 2.1 Override FOFView::escape() instead.
has been used a total of 1 times within the following files:

libraries/fof/view/view.php:   * @deprecated  2.1  Override FOFView::escape() instead. 

4.0 Will convert to $pathway

This tag:
* @deprecated 4.0 Will convert to $pathway
has been used a total of 1 times within the following files:

libraries/cms/pathway/pathway.php:   * @deprecated  4.0  Will convert to $pathway 

4.0 Will convert to $count

This tag:
* @deprecated 4.0 Will convert to $count
has been used a total of 1 times within the following files:

libraries/cms/pathway/pathway.php:   * @deprecated  4.0  Will convert to $count 

4.0 Use JHtml::_(‘bootstrap.endTabSet’) instead.

This tag:
* @deprecated 4.0 Use JHtml::_(‘bootstrap.endTabSet’) instead.
has been used a total of 1 times within the following files:

libraries/cms/html/bootstrap.php:   * @deprecated  4.0  Use JHtml::_('bootstrap.endTabSet') instead. 

4.0 Use JHtml::_(‘bootstrap.addTab’) instead.

This tag:
* @deprecated 4.0 Use JHtml::_(‘bootstrap.addTab’) instead.
has been used a total of 1 times within the following files:

libraries/cms/html/bootstrap.php:   * @deprecated  4.0 Use JHtml::_('bootstrap.addTab') instead. 

4.0 Use JHtml::_(‘bootstrap.endTab’) instead.

This tag:
* @deprecated 4.0 Use JHtml::_(‘bootstrap.endTab’) instead.
has been used a total of 1 times within the following files:

libraries/cms/html/bootstrap.php:   * @deprecated  4.0 Use JHtml::_('bootstrap.endTab') instead. 

* @param string $text An optional text to display [unused – @deprecated 4.0]

This tag:
* @deprecated * @param string $text An optional text to display [unused – @deprecated 4.0]
has been used a total of 1 times within the following files:

libraries/cms/html/jgrid.php:   * @param   string        $text            An optional text to display [unused - @deprecated 4.0] 

4.0 Use JHtml::_(‘bootstrap.startTabSet’) instead.

This tag:
* @deprecated 4.0 Use JHtml::_(‘bootstrap.startTabSet’) instead.
has been used a total of 1 times within the following files:

libraries/cms/html/bootstrap.php:   * @deprecated  4.0  Use JHtml::_('bootstrap.startTabSet') instead. 

4.0 Use JHtmlSelect::groupedList()

This tag:
* @deprecated 4.0 Use JHtmlSelect::groupedList()
has been used a total of 1 times within the following files:

libraries/cms/html/select.php:   * @deprecated  4.0  Use JHtmlSelect::groupedList() 

4.0 Will convert to $vars

This tag:
* @deprecated 4.0 Will convert to $vars
has been used a total of 1 times within the following files:

libraries/cms/router/router.php:   * @deprecated  4.0 Will convert to $vars 

4.0 Use JModuleHelper::load() instead

This tag:
* @deprecated 4.0 Use JModuleHelper::load() instead
has been used a total of 1 times within the following files:

libraries/cms/module/helper.php:   * @deprecated  4.0  Use JModuleHelper::load() instead 

13.3 (Platform) & 4.0 (CMS) – Use JHtml::getJSObject() instead.

This tag:
* @deprecated 13.3 (Platform) & 4.0 (CMS) – Use JHtml::getJSObject() instead.
has been used a total of 1 times within the following files:

libraries/cms/html/behavior.php:   * @deprecated  13.3 (Platform) & 4.0 (CMS) - Use JHtml::getJSObject() instead. 

13.3 Use JDatabaseDriver::splitSql() directly

This tag:
* @deprecated 13.3 Use JDatabaseDriver::splitSql() directly
has been used a total of 1 times within the following files:

libraries/cms/installer/helper.php:   * @deprecated  13.3  Use JDatabaseDriver::splitSql() directly 

4.0 Use createURI() instead

This tag:
* @deprecated 4.0 Use createURI() instead
has been used a total of 1 times within the following files:

libraries/cms/router/router.php:   * @deprecated  4.0  Use createURI() instead 

12.1 Use JInput::getMethod() instead

This tag:
* @deprecated 12.1 Use JInput::getMethod() instead
has been used a total of 1 times within the following files:

libraries/legacy/request/request.php:   * @deprecated   12.1 Use JInput::getMethod() instead 

12.1 (Platform) & 4.0 (CMS) – Get the JInput object from the application instead

This tag:
* @deprecated 12.1 (Platform) & 4.0 (CMS) – Get the JInput object from the application instead
has been used a total of 1 times within the following files:

libraries/legacy/request/request.php: * @deprecated  12.1 (Platform) & 4.0 (CMS) - Get the JInput object from the application instead 

12.1 Use JInput::Get

This tag:
* @deprecated 12.1 Use JInput::Get
has been used a total of 1 times within the following files:

libraries/legacy/request/request.php:   * @deprecated   12.1  Use JInput::Get 

12.1 User JInput::get

This tag:
* @deprecated 12.1 User JInput::get
has been used a total of 1 times within the following files:

libraries/legacy/request/request.php:   * @deprecated  12.1   User JInput::get 

12.1 Use JInput::set()

This tag:
* @deprecated 12.1 Use JInput::set()
has been used a total of 1 times within the following files:

libraries/legacy/request/request.php:   * @deprecated  12.1  Use JInput::set() 

13.3 Override JViewLegacy::escape() instead.

This tag:
* @deprecated 13.3 Override JViewLegacy::escape() instead.
has been used a total of 1 times within the following files:

libraries/legacy/view/legacy.php:   * @deprecated  13.3  Override JViewLegacy::escape() instead. 

12.3 Use JApplicationDaemon instead.

This tag:
* @deprecated 12.3 Use JApplicationDaemon instead.
has been used a total of 1 times within the following files:

libraries/legacy/application/daemon.php:   * @deprecated  12.3 Use JApplicationDaemon instead. 

4.0 Use JApplicationHelper::stringURLSafe instead

This tag:
* @deprecated 4.0 Use JApplicationHelper::stringURLSafe instead
has been used a total of 1 times within the following files:

libraries/legacy/application/application.php:   * @deprecated  4.0  Use JApplicationHelper::stringURLSafe instead 

4.0 Use JApplicationCms::getInstance() instead

This tag:
* @deprecated 4.0 Use JApplicationCms::getInstance() instead
has been used a total of 1 times within the following files:

libraries/legacy/application/application.php:   * @deprecated  4.0  Use JApplicationCms::getInstance() instead 

4.0 Use JApplicationHelper::getHash instead

This tag:
* @deprecated 4.0 Use JApplicationHelper::getHash instead
has been used a total of 1 times within the following files:

libraries/legacy/application/application.php:   * @deprecated  4.0  Use JApplicationHelper::getHash instead 

13.3 (Platform) & 4.0 (CMS) Use the IS_WIN constant instead.

This tag:
* @deprecated 13.3 (Platform) & 4.0 (CMS) Use the IS_WIN constant instead.
has been used a total of 1 times within the following files:

libraries/legacy/application/application.php:   * @deprecated  13.3 (Platform) & 4.0 (CMS) Use the IS_WIN constant instead. 

12.3 (Platform) & 4.0 (CMS) – Use JApplicationDaemon instead.

This tag:
* @deprecated 12.3 (Platform) & 4.0 (CMS) – Use JApplicationDaemon instead.
has been used a total of 1 times within the following files:

libraries/legacy/application/daemon.php: * @deprecated  12.3 (Platform) & 4.0 (CMS) - Use JApplicationDaemon instead. 

12.1 Use JSession::checkToken() instead. Note that ‘default’ has to become ‘request’.

This tag:
* @deprecated 12.1 Use JSession::checkToken() instead. Note that ‘default’ has to become ‘request’.
has been used a total of 1 times within the following files:

libraries/legacy/request/request.php:   * @deprecated  12.1 Use JSession::checkToken() instead. Note that 'default' has to become 'request'. 

13.3 (Platform) & 4.0 (CMS) – Use SimpleXMLElement instead.

This tag:
* @deprecated 13.3 (Platform) & 4.0 (CMS) – Use SimpleXMLElement instead.
has been used a total of 1 times within the following files:

libraries/legacy/utilities/xmlelement.php: * @deprecated  13.3 (Platform) & 4.0 (CMS) - Use SimpleXMLElement instead. 

13.1 (Platform) & 4.0 (CMS) – Use JDatabaseDriverMysql instead.

This tag:
* @deprecated 13.1 (Platform) & 4.0 (CMS) – Use JDatabaseDriverMysql instead.
has been used a total of 1 times within the following files:

libraries/legacy/database/mysql.php: * @deprecated  13.1 (Platform) & 4.0 (CMS) - Use JDatabaseDriverMysql instead. 

13.1 (Platform) & 4.0 (CMS) – Use JDatabaseDriverSqlazure instead.

This tag:
* @deprecated 13.1 (Platform) & 4.0 (CMS) – Use JDatabaseDriverSqlazure instead.
has been used a total of 1 times within the following files:

libraries/legacy/database/sqlazure.php: * @deprecated  13.1 (Platform) & 4.0 (CMS) - Use JDatabaseDriverSqlazure instead. 

13.1 (Platform) & 4.0 (CMS) – Use JDatabaseDriverMysqli instead.

This tag:
* @deprecated 13.1 (Platform) & 4.0 (CMS) – Use JDatabaseDriverMysqli instead.
has been used a total of 1 times within the following files:

libraries/legacy/database/mysqli.php: * @deprecated  13.1 (Platform) & 4.0 (CMS) - Use JDatabaseDriverMysqli instead. 

12.1 This function will be removed in a future version. Use Joomla.submitbutton() instead.

This tag:
* @deprecated 12.1 This function will be removed in a future version. Use Joomla.submitbutton() instead.
has been used a total of 1 times within the following files:

media/system/js/core-uncompressed.js: * @deprecated  12.1 This function will be removed in a future version. Use Joomla.submitbutton() instead. 

12.1 This function will be removed in a future version. Use Joomla.submitform() instead.

This tag:
* @deprecated 12.1 This function will be removed in a future version. Use Joomla.submitform() instead.
has been used a total of 1 times within the following files:

media/system/js/core-uncompressed.js: * @deprecated  12.1 This function will be removed in a future version. Use Joomla.submitform() instead. 

13.1 (Platform) & 4.0 (CMS) – Use JDatabaseDriverSqlsrv instead.

This tag:
* @deprecated 13.1 (Platform) & 4.0 (CMS) – Use JDatabaseDriverSqlsrv instead.
has been used a total of 1 times within the following files:

libraries/legacy/database/sqlsrv.php: * @deprecated  13.1 (Platform) & 4.0 (CMS) - Use JDatabaseDriverSqlsrv instead. 

12.3 (Platform) & 4.0 (CMS) Use JApplicationWeb instead.

This tag:
* @deprecated 12.3 (Platform) & 4.0 (CMS) Use JApplicationWeb instead.
has been used a total of 1 times within the following files:

libraries/legacy/web/web.php:   * @deprecated  12.3 (Platform) & 4.0 (CMS) Use JApplicationWeb instead. 

13.3 Use SimpleXMLElement::asXML() instead.

This tag:
* @deprecated 13.3 Use SimpleXMLElement::asXML() instead.
has been used a total of 1 times within the following files:

libraries/legacy/utilities/xmlelement.php:   * @deprecated 13.3  Use SimpleXMLElement::asXML() instead. 

13.3 Use SimpleXMLElement::getName() instead.

This tag:
* @deprecated 13.3 Use SimpleXMLElement::getName() instead.
has been used a total of 1 times within the following files:

libraries/legacy/utilities/xmlelement.php:   * @deprecated 13.3  Use SimpleXMLElement::getName() instead. 

13.3 (Platform) & 4.0 (CMS) – Use SQL queries to interact with the session table.

This tag:
* @deprecated 13.3 (Platform) & 4.0 (CMS) – Use SQL queries to interact with the session table.
has been used a total of 1 times within the following files:

libraries/legacy/table/session.php: * @deprecated  13.3 (Platform) & 4.0 (CMS) -  Use SQL queries to interact with the session table. 

Class will be removed upon completion of transition to UCM

This tag:
* @deprecated Class will be removed upon completion of transition to UCM
has been used a total of 1 times within the following files:

libraries/legacy/table/content.php: * @deprecated  Class will be removed upon completion of transition to UCM 

12.3 (Platform) & 4.0 (CMS) – Use JApplicationWeb instead.

This tag:
* @deprecated 12.3 (Platform) & 4.0 (CMS) – Use JApplicationWeb instead.
has been used a total of 1 times within the following files:

libraries/legacy/web/web.php: * @deprecated  12.3 (Platform) & 4.0 (CMS) - Use JApplicationWeb instead. 

4.0 Use JApplicationCms instead unless specified otherwise

This tag:
* @deprecated 4.0 Use JApplicationCms instead unless specified otherwise
has been used a total of 1 times within the following files:

libraries/legacy/application/application.php: * @deprecated  4.0  Use JApplicationCms instead unless specified otherwise 

4.0 Use JApplicationWebClient instead

This tag:
* @deprecated 4.0 Use JApplicationWebClient instead
has been used a total of 1 times within the following files:

libraries/legacy/response/response.php:   * @deprecated  4.0  Use JApplicationWebClient instead 

12.1 Use PHP Exception

This tag:
* @deprecated 12.1 Use PHP Exception
has been used a total of 1 times within the following files:

libraries/legacy/error/error.php:   * @deprecated   12.1       Use PHP Exception 

12.1 (Platform) & 4.0 (CMS) – Use PHP Exception

This tag:
* @deprecated 12.1 (Platform) & 4.0 (CMS) – Use PHP Exception
has been used a total of 1 times within the following files:

libraries/legacy/error/error.php: * @deprecated  12.1 (Platform) & 4.0 (CMS) - Use PHP Exception 

12.1 Use PHP Exception

This tag:
* @deprecated 12.1 Use PHP Exception
has been used a total of 1 times within the following files:

libraries/legacy/error/error.php:   * @deprecated       12.1   Use PHP Exception 

12.3 (Platform) & 4.0 (CMS) – Use JFeed or supply your own methods

This tag:
* @deprecated 12.3 (Platform) & 4.0 (CMS) – Use JFeed or supply your own methods
has been used a total of 1 times within the following files:

libraries/legacy/simplepie/factory.php: * @deprecated  12.3 (Platform) & 4.0 (CMS) - Use JFeed or supply your own methods 

4.0 Use JFeedFactory($url) instead.

This tag:
* @deprecated 4.0 Use JFeedFactory($url) instead.
has been used a total of 1 times within the following files:

libraries/legacy/simplepie/factory.php:   * @deprecated  4.0   Use JFeedFactory($url) instead. 

13.3 Use JAccess instead.

This tag:
* @deprecated 13.3 Use JAccess instead.
has been used a total of 1 times within the following files:

libraries/legacy/controller/legacy.php:   * @deprecated  13.3  Use JAccess instead. 

2.0

This tag:
* @deprecated 2.0
has been used a total of 1 times within the following files:

libraries/fof/less/less.php:   * @deprecated  2.0 

4.0 Use parseSefRoute() instead

This tag:
* @deprecated 4.0 Use parseSefRoute() instead
has been used a total of 1 times within the following files:

libraries/cms/router/router.php:   * @deprecated  4.0  Use parseSefRoute() instead 

4.0 Use parseRawRoute() instead

This tag:
* @deprecated 4.0 Use parseRawRoute() instead
has been used a total of 1 times within the following files:

libraries/cms/router/router.php:   * @deprecated  4.0  Use parseRawRoute() instead 

4.0 Use buildRawRoute() instead

This tag:
* @deprecated 4.0 Use buildRawRoute() instead
has been used a total of 1 times within the following files:

libraries/cms/router/router.php:   * @deprecated  4.0  Use buildRawRoute() instead 

4.0 Use processParseRules() instead

This tag:
* @deprecated 4.0 Use processParseRules() instead
has been used a total of 1 times within the following files:

libraries/cms/router/router.php:   * @deprecated  4.0  Use processParseRules() instead 

4.0 Use processBuildRules() instead

This tag:
* @deprecated 4.0 Use processBuildRules() instead
has been used a total of 1 times within the following files:

libraries/cms/router/router.php:   * @deprecated  4.0  Use processBuildRules() instead 

12.3 (Platform) & 4.0 (CMS) – Use JCrypt instead.

This tag:
* @deprecated 12.3 (Platform) & 4.0 (CMS) – Use JCrypt instead.
has been used a total of 1 times within the following files:

libraries/legacy/simplecrypt/simplecrypt.php: * @deprecated  12.3 (Platform) & 4.0 (CMS) - Use JCrypt instead. 

12.1 (Platform) & 4.0 (CMS)

This tag:
* @deprecated 12.1 (Platform) & 4.0 (CMS)
has been used a total of 1 times within the following files:

libraries/legacy/exception/exception.php: * @deprecated  12.1 (Platform) & 4.0 (CMS) 

4.0 Use JApplicationWeb::appendBody() instead

This tag:
* @deprecated 4.0 Use JApplicationWeb::appendBody() instead
has been used a total of 1 times within the following files:

libraries/legacy/response/response.php:   * @deprecated  4.0  Use JApplicationWeb::appendBody() instead 

4.0 Use JApplicationWeb::prependBody() instead

This tag:
* @deprecated 4.0 Use JApplicationWeb::prependBody() instead
has been used a total of 1 times within the following files:

libraries/legacy/response/response.php:   * @deprecated  4.0  Use JApplicationWeb::prependBody() instead 

4.0 Use JApplicationWeb::getBody() instead

This tag:
* @deprecated 4.0 Use JApplicationWeb::getBody() instead
has been used a total of 1 times within the following files:

libraries/legacy/response/response.php:   * @deprecated  4.0  Use JApplicationWeb::getBody() instead 

4.0 Use JApplicationCms::toString() instead

This tag:
* @deprecated 4.0 Use JApplicationCms::toString() instead
has been used a total of 1 times within the following files:

libraries/legacy/response/response.php:   * @deprecated  4.0  Use JApplicationCms::toString() instead 

4.0 Use JApplicationWeb::compress() instead

This tag:
* @deprecated 4.0 Use JApplicationWeb::compress() instead
has been used a total of 1 times within the following files:

libraries/legacy/response/response.php:   * @deprecated  4.0  Use JApplicationWeb::compress() instead 

4.0 Use JApplicationWeb::setBody() instead

This tag:
* @deprecated 4.0 Use JApplicationWeb::setBody() instead
has been used a total of 1 times within the following files:

libraries/legacy/response/response.php:   * @deprecated  4.0  Use JApplicationWeb::setBody() instead 

4.0 Use JApplicationWeb::sendHeaders() instead

This tag:
* @deprecated 4.0 Use JApplicationWeb::sendHeaders() instead
has been used a total of 1 times within the following files:

libraries/legacy/response/response.php:   * @deprecated  4.0  Use JApplicationWeb::sendHeaders() instead 

4.0 Use JApplicationWeb::allowCache() instead

This tag:
* @deprecated 4.0 Use JApplicationWeb::allowCache() instead
has been used a total of 1 times within the following files:

libraries/legacy/response/response.php:   * @deprecated  4.0  Use JApplicationWeb::allowCache() instead 

4.0 Use JApplicationWeb instead

This tag:
* @deprecated 4.0 Use JApplicationWeb instead
has been used a total of 1 times within the following files:

libraries/legacy/response/response.php: * @deprecated  4.0  Use JApplicationWeb instead 

4.0 Use JApplicationWeb::setHeader() instead

This tag:
* @deprecated 4.0 Use JApplicationWeb::setHeader() instead
has been used a total of 1 times within the following files:

libraries/legacy/response/response.php:   * @deprecated  4.0  Use JApplicationWeb::setHeader() instead 

4.0 Use JApplicationWeb::getHeaders() instead

This tag:
* @deprecated 4.0 Use JApplicationWeb::getHeaders() instead
has been used a total of 1 times within the following files:

libraries/legacy/response/response.php:   * @deprecated  4.0  Use JApplicationWeb::getHeaders() instead 

4.0 Use JApplicationWeb::clearHeaders() instead

This tag:
* @deprecated 4.0 Use JApplicationWeb::clearHeaders() instead
has been used a total of 1 times within the following files:

libraries/legacy/response/response.php:   * @deprecated  4.0  Use JApplicationWeb::clearHeaders() instead 

4.0 Will convert to $rules

This tag:
* @deprecated 4.0 Will convert to $rules
has been used a total of 1 times within the following files:

libraries/cms/router/router.php:   * @deprecated  4.0 Will convert to $rules 

12.3 (Platform) & 4.0 (CMS) – Use JDatabaseDriver::isSupported() instead.

This tag:
* @deprecated 12.3 (Platform) & 4.0 (CMS) – Use JDatabaseDriver::isSupported() instead.
has been used a total of 1 times within the following files:

libraries/joomla/database/database.php:   * @deprecated  12.3 (Platform) & 4.0 (CMS) - Use JDatabaseDriver::isSupported() instead. 

use issues->milestones->delete()

This tag:
* @deprecated use issues->milestones->delete()
has been used a total of 1 times within the following files:

libraries/joomla/github/milestones.php:   * @deprecated  use issues->milestones->delete() 

use issues->milestones->edit()

This tag:
* @deprecated use issues->milestones->edit()
has been used a total of 1 times within the following files:

libraries/joomla/github/milestones.php:   * @deprecated  use issues->milestones->edit() 

use data->refs->create()

This tag:
* @deprecated use data->refs->create()
has been used a total of 1 times within the following files:

libraries/joomla/github/refs.php:   * @deprecated  use data->refs->create() 

use data->refs->edit()

This tag:
* @deprecated use data->refs->edit()
has been used a total of 1 times within the following files:

libraries/joomla/github/refs.php:   * @deprecated  use data->refs->edit() 

use data->refs->get()

This tag:
* @deprecated use data->refs->get()
has been used a total of 1 times within the following files:

libraries/joomla/github/refs.php:   * @deprecated  use data->refs->get() 

use issues->milestones->create()

This tag:
* @deprecated use issues->milestones->create()
has been used a total of 1 times within the following files:

libraries/joomla/github/milestones.php:   * @deprecated  use issues->milestones->create() 

use issues->milestones->get()

This tag:
* @deprecated use issues->milestones->get()
has been used a total of 1 times within the following files:

libraries/joomla/github/milestones.php:   * @deprecated  use issues->milestones->get() 

13.3 (Platform) & 4.0 (CMS) – Use the isSSLConnection method on the application object.

This tag:
* @deprecated 13.3 (Platform) & 4.0 (CMS) – Use the isSSLConnection method on the application object.
has been used a total of 1 times within the following files:

libraries/joomla/environment/browser.php:   * @deprecated  13.3 (Platform) & 4.0 (CMS) - Use the isSSLConnection method on the application object. 

3.2.3 Use renderField() instead

This tag:
* @deprecated 3.2.3 Use renderField() instead
has been used a total of 1 times within the following files:

libraries/joomla/form/field.php:   * @deprecated 3.2.3 Use renderField() instead 

12.3 (Platform) & 4.0 (CMS) Use JAccess::getActionsFromFile or JAccess::getActionsFromData instead.

This tag:
* @deprecated 12.3 (Platform) & 4.0 (CMS) Use JAccess::getActionsFromFile or JAccess::getActionsFromData instead.
has been used a total of 1 times within the following files:

libraries/joomla/access/access.php:   * @deprecated  12.3 (Platform) & 4.0 (CMS)  Use JAccess::getActionsFromFile or JAccess::getActionsFromData instead. 

12.3 (Platform) & 4.0 (CMS) – Use JSessionStorage::isSupported() instead.

This tag:
* @deprecated 12.3 (Platform) & 4.0 (CMS) – Use JSessionStorage::isSupported() instead.
has been used a total of 1 times within the following files:

libraries/joomla/session/storage.php:   * @deprecated  12.3 (Platform) & 4.0 (CMS) - Use JSessionStorage::isSupported() instead. 

use issues->milestones->getList()

This tag:
* @deprecated use issues->milestones->getList()
has been used a total of 1 times within the following files:

libraries/joomla/github/milestones.php:   * @deprecated  use issues->milestones->getList() 

use data->refs->getList()

This tag:
* @deprecated use data->refs->getList()
has been used a total of 1 times within the following files:

libraries/joomla/github/refs.php:   * @deprecated  use data->refs->getList() 

use repositories->statuses->create()

This tag:
* @deprecated use repositories->statuses->create()
has been used a total of 1 times within the following files:

libraries/joomla/github/statuses.php:   * @deprecated  use repositories->statuses->create() 

use repositories->commits->compare()

This tag:
* @deprecated use repositories->commits->compare()
has been used a total of 1 times within the following files:

libraries/joomla/github/commits.php:   * @deprecated  use repositories->commits->compare() 

use repositories->comments->getList()

This tag:
* @deprecated use repositories->comments->getList()
has been used a total of 1 times within the following files:

libraries/joomla/github/commits.php:   * @deprecated  use repositories->comments->getList() 

use repositories->commits->getList()

This tag:
* @deprecated use repositories->commits->getList()
has been used a total of 1 times within the following files:

libraries/joomla/github/commits.php:   * @deprecated  use repositories->commits->getList() 

use repositories->comments->getListRepository()

This tag:
* @deprecated use repositories->comments->getListRepository()
has been used a total of 1 times within the following files:

libraries/joomla/github/commits.php:   * @deprecated  use repositories->comments->getListRepository() 

use authorization->create()

This tag:
* @deprecated use authorization->create()
has been used a total of 1 times within the following files:

libraries/joomla/github/account.php:   * @deprecated  use authorization->create() 

use repositories->comments->get()

This tag:
* @deprecated use repositories->comments->get()
has been used a total of 1 times within the following files:

libraries/joomla/github/commits.php:   * @deprecated  use repositories->comments->get() 

use repositories->commits->get()

This tag:
* @deprecated use repositories->commits->get()
has been used a total of 1 times within the following files:

libraries/joomla/github/commits.php:   * @deprecated  use repositories->commits->get() 

use data->commits->create()

This tag:
* @deprecated use data->commits->create()
has been used a total of 1 times within the following files:

libraries/joomla/github/commits.php:   * @deprecated  use data->commits->create() 

use repositories->statuses->getList()

This tag:
* @deprecated use repositories->statuses->getList()
has been used a total of 1 times within the following files:

libraries/joomla/github/statuses.php:   * @deprecated  use repositories->statuses->getList() 

use repositories->comments->create()

This tag:
* @deprecated use repositories->comments->create()
has been used a total of 1 times within the following files:

libraries/joomla/github/commits.php:   * @deprecated  use repositories->comments->create() 

use repositories->comments->delete()

This tag:
* @deprecated use repositories->comments->delete()
has been used a total of 1 times within the following files:

libraries/joomla/github/commits.php:   * @deprecated  use repositories->comments->delete() 

use repositories->comments->edit()

This tag:
* @deprecated use repositories->comments->edit()
has been used a total of 1 times within the following files:

libraries/joomla/github/commits.php:   * @deprecated  use repositories->comments->edit() 

3.2.3 Use renderFieldset() instead of getControlGroups

This tag:
* @deprecated 3.2.3 Use renderFieldset() instead of getControlGroups
has been used a total of 1 times within the following files:

libraries/joomla/form/form.php:   * @deprecated 3.2.3 Use renderFieldset() instead of getControlGroups 

3.2.3 Use renderField() instead of getControlGroup

This tag:
* @deprecated 3.2.3 Use renderField() instead of getControlGroup
has been used a total of 1 times within the following files:

libraries/joomla/form/form.php:   * @deprecated 3.2.3  Use renderField() instead of getControlGroup 

4.0 Use JResponseJson instead

This tag:
* @deprecated 4.0 Use JResponseJson instead
has been used a total of 1 times within the following files:

administrator/components/com_languages/helpers/jsonresponse.php:   * @deprecated  4.0   Use JResponseJson instead 

4.0 Use JComponentHelper::filterText() instead.

This tag:
* @deprecated 4.0 Use JComponentHelper::filterText() instead.
has been used a total of 1 times within the following files:

administrator/components/com_content/helpers/content.php:   * @deprecated  4.0  Use JComponentHelper::filterText() instead. 

4.0 Use JHelperMedia instead

This tag:
* @deprecated 4.0 Use JHelperMedia instead
has been used a total of 1 times within the following files:

administrator/components/com_media/helpers/media.php: * @deprecated  4.0  Use JHelperMedia instead 

4.0 Use JHelperMedia::isImage instead

This tag:
* @deprecated 4.0 Use JHelperMedia::isImage instead
has been used a total of 1 times within the following files:

administrator/components/com_media/helpers/media.php:   * @deprecated  4.0  Use JHelperMedia::isImage instead 

4.0 Use JHelperMedia::getTypeIcon instead

This tag:
* @deprecated 4.0 Use JHelperMedia::getTypeIcon instead
has been used a total of 1 times within the following files:

administrator/components/com_media/helpers/media.php:   * @deprecated  4.0  Use JHelperMedia::getTypeIcon instead 

4.0 Use ConfigControllerApplicationRemoveroot instead.

This tag:
* @deprecated 4.0 Use ConfigControllerApplicationRemoveroot instead.
has been used a total of 1 times within the following files:

administrator/components/com_config/controllers/application.php:   * @deprecated  4.0  Use ConfigControllerApplicationRemoveroot instead. 

4.0 Use ConfigControllerApplicationCancel instead.

This tag:
* @deprecated 4.0 Use ConfigControllerApplicationCancel instead.
has been used a total of 1 times within the following files:

administrator/components/com_config/controllers/application.php:   * @deprecated  4.0  Use ConfigControllerApplicationCancel instead. 

4.0 Use JSearchHelper::logSearch() instead

This tag:
* @deprecated 4.0 Use JSearchHelper::logSearch() instead
has been used a total of 1 times within the following files:

administrator/components/com_search/helpers/search.php:   * @deprecated  4.0  Use JSearchHelper::logSearch() instead 

4.0 Use intval() or casting instead.

This tag:
* @deprecated 4.0 Use intval() or casting instead.
has been used a total of 1 times within the following files:

administrator/components/com_admin/helpers/html/phpsetting.php:   * @deprecated  4.0  Use intval() or casting instead. 

4.0 Use ConfigControllerComponentCancel instead.

This tag:
* @deprecated 4.0 Use ConfigControllerComponentCancel instead.
has been used a total of 1 times within the following files:

administrator/components/com_config/controllers/component.php:   * @deprecated  4.0  Use ConfigControllerComponentCancel instead. 

4.0 Use ConfigControllerComponentSave instead.

This tag:
* @deprecated 4.0 Use ConfigControllerComponentSave instead.
has been used a total of 1 times within the following files:

administrator/components/com_config/controllers/component.php:   * @deprecated  4.0  Use ConfigControllerComponentSave instead. 

4.0 Use ConfigControllerApplicationSave instead.

This tag:
* @deprecated 4.0 Use ConfigControllerApplicationSave instead.
has been used a total of 1 times within the following files:

administrator/components/com_config/controllers/application.php:   * @deprecated  4.0  Use ConfigControllerApplicationSave instead. 

4.0 Use JHelperMedia::canUpload instead

This tag:
* @deprecated 4.0 Use JHelperMedia::canUpload instead
has been used a total of 1 times within the following files:

administrator/components/com_media/helpers/media.php:   * @deprecated  4.0  Use JHelperMedia::canUpload instead 

4.0 Use JHtmlNumber::bytes() instead

This tag:
* @deprecated 4.0 Use JHtmlNumber::bytes() instead
has been used a total of 1 times within the following files:

administrator/components/com_media/helpers/media.php:   * @deprecated  4.0  Use JHtmlNumber::bytes() instead 

4.0 Use JHtmlSidebar::setAction() instead.

This tag:
* @deprecated 4.0 Use JHtmlSidebar::setAction() instead.
has been used a total of 1 times within the following files:

administrator/includes/toolbar.php:   * @deprecated  4.0  Use JHtmlSidebar::setAction() instead. 

4.0 Use JHtmlSidebar::getFilters() instead.

This tag:
* @deprecated 4.0 Use JHtmlSidebar::getFilters() instead.
has been used a total of 1 times within the following files:

administrator/includes/toolbar.php:   * @deprecated  4.0  Use JHtmlSidebar::getFilters() instead. 

4.0 Use JHtmlSidebar::getAction() instead.

This tag:
* @deprecated 4.0 Use JHtmlSidebar::getAction() instead.
has been used a total of 1 times within the following files:

administrator/includes/toolbar.php:   * @deprecated  4.0  Use JHtmlSidebar::getAction() instead. 

* @param object $article Not used, @deprecated for 4.0

This tag:
* @deprecated * @param object $article Not used, @deprecated for 4.0
has been used a total of 1 times within the following files:

components/com_content/helpers/icon.php:   * @param   object     $article  Not used, @deprecated for 4.0 

* @param array $attribs Not used, @deprecated for 4.0

This tag:
* @deprecated * @param array $attribs Not used, @deprecated for 4.0
has been used a total of 1 times within the following files:

components/com_content/helpers/icon.php:   * @param   array      $attribs  Not used, @deprecated for 4.0 

4.0 Use JHtmlSidebar::addFilter() instead.

This tag:
* @deprecated 4.0 Use JHtmlSidebar::addFilter() instead.
has been used a total of 1 times within the following files:

administrator/includes/toolbar.php:   * @deprecated  4.0  Use JHtmlSidebar::addFilter() instead. 

4.0 Use JHtmlSidebar::getEntries() instead.

This tag:
* @deprecated 4.0 Use JHtmlSidebar::getEntries() instead.
has been used a total of 1 times within the following files:

administrator/includes/toolbar.php:   * @deprecated  4.0  Use JHtmlSidebar::getEntries() instead. 

4.0 Use JHelperMedia::imageResize instead

This tag:
* @deprecated 4.0 Use JHelperMedia::imageResize instead
has been used a total of 1 times within the following files:

administrator/components/com_media/helpers/media.php:   * @deprecated  4.0  Use JHelperMedia::imageResize instead 

4.0 Use JHelperMedia::countFiles instead

This tag:
* @deprecated 4.0 Use JHelperMedia::countFiles instead
has been used a total of 1 times within the following files:

administrator/components/com_media/helpers/media.php:   * @deprecated  4.0  Use JHelperMedia::countFiles instead 

4.0 Use JHtmlSidebar instead.

This tag:
* @deprecated 4.0 Use JHtmlSidebar instead.
has been used a total of 1 times within the following files:

administrator/includes/toolbar.php: * @deprecated  4.0  Use JHtmlSidebar instead. 

4.0 Use JHtmlSidebar::addEntry() instead.

This tag:
* @deprecated 4.0 Use JHtmlSidebar::addEntry() instead.
has been used a total of 1 times within the following files:

administrator/includes/toolbar.php:   * @deprecated  4.0  Use JHtmlSidebar::addEntry() instead. 

use authorization->delete()

This tag:
* @deprecated use authorization->delete()
has been used a total of 1 times within the following files:

libraries/joomla/github/account.php:   * @deprecated  use authorization->delete() 

use authorization->edit()

This tag:
* @deprecated use authorization->edit()
has been used a total of 1 times within the following files:

libraries/joomla/github/account.php:   * @deprecated  use authorization->edit() 

12.3 Classes should provide their own __toString() implementation.

This tag:
* @deprecated 12.3 Classes should provide their own __toString() implementation.
has been used a total of 1 times within the following files:

libraries/joomla/object/object.php:   * @deprecated 12.3  Classes should provide their own __toString() implementation. 

use repositories->hooks->test()

This tag:
* @deprecated use repositories->hooks->test()
has been used a total of 1 times within the following files:

libraries/joomla/github/hooks.php:   * @deprecated  use repositories->hooks->test() 

13.3 (Platform) & 4.0 (CMS) – Use the native file_get_contents() instead.

This tag:
* @deprecated 13.3 (Platform) & 4.0 (CMS) – Use the native file_get_contents() instead.
has been used a total of 1 times within the following files:

libraries/joomla/filesystem/file.php:   * @deprecated  13.3 (Platform) & 4.0 (CMS) - Use the native file_get_contents() instead. 

13.3 (Platform) & 4.0 (CMS) – Use basename() instead.

This tag:
* @deprecated 13.3 (Platform) & 4.0 (CMS) – Use basename() instead.
has been used a total of 1 times within the following files:

libraries/joomla/filesystem/file.php:   * @deprecated  13.3 (Platform) & 4.0 (CMS) - Use basename() instead. 

4.0 (CMS)

This tag:
* @deprecated 4.0 (CMS)
has been used a total of 1 times within the following files:

libraries/joomla/crypt/cipher/simple.php: * @deprecated  4.0 (CMS) 

use repositories->hooks->getList()

This tag:
* @deprecated use repositories->hooks->getList()
has been used a total of 1 times within the following files:

libraries/joomla/github/hooks.php:   * @deprecated  use repositories->hooks->getList() 

use repositories->hooks->get()

This tag:
* @deprecated use repositories->hooks->get()
has been used a total of 1 times within the following files:

libraries/joomla/github/hooks.php:   * @deprecated  use repositories->hooks->get() 

use issues->labels->getList()

This tag:
* @deprecated use issues->labels->getList()
has been used a total of 1 times within the following files:

libraries/joomla/github/package/issues.php:   * @deprecated use issues->labels->getList() 

use issues->labels->get()

This tag:
* @deprecated use issues->labels->get()
has been used a total of 1 times within the following files:

libraries/joomla/github/package/issues.php:   * @deprecated use issues->labels->get() 

use repositories->hooks->create()

This tag:
* @deprecated use repositories->hooks->create()
has been used a total of 1 times within the following files:

libraries/joomla/github/hooks.php:   * @deprecated  use repositories->hooks->create() 

use repositories->hooks->delete()

This tag:
* @deprecated use repositories->hooks->delete()
has been used a total of 1 times within the following files:

libraries/joomla/github/hooks.php:   * @deprecated  use repositories->hooks->delete() 

use repositories->hooks->edit()

This tag:
* @deprecated use repositories->hooks->edit()
has been used a total of 1 times within the following files:

libraries/joomla/github/hooks.php:   * @deprecated  use repositories->hooks->edit() 

13.3 (Platform) & 4.0 (CMS) – Use JAccess directly.

This tag:
* @deprecated 13.3 (Platform) & 4.0 (CMS) – Use JAccess directly.
has been used a total of 1 times within the following files:

libraries/joomla/factory.php:   * @deprecated  13.3 (Platform) & 4.0 (CMS) - Use JAccess directly. 

4.0 Use directly JFeedFactory or supply SimplePie instead. Mehod will be proxied to JFeedFactory beginning in 3.2

This tag:
* @deprecated 4.0 Use directly JFeedFactory or supply SimplePie instead. Mehod will be proxied to JFeedFactory beginning in 3.2
has been used a total of 1 times within the following files:

libraries/joomla/factory.php:   * @deprecated  4.0  Use directly JFeedFactory or supply SimplePie instead. Mehod will be proxied to JFeedFactory beginning in 3.2 

12.3 (Platform) & 4.0 (CMS) – Use JStringNormalise::fromCamelCase()

This tag:
* @deprecated 12.3 (Platform) & 4.0 (CMS) – Use JStringNormalise::fromCamelCase()
has been used a total of 1 times within the following files:

libraries/joomla/string/string.php:   * @deprecated  12.3 (Platform) & 4.0 (CMS) - Use JStringNormalise::fromCamelCase() 

safe_mode is removed in PHP 5.4, check will be dropped when PHP 5.3 support is dropped

This tag:
* @deprecated safe_mode is removed in PHP 5.4, check will be dropped when PHP 5.3 support is dropped
has been used a total of 1 times within the following files:

libraries/joomla/http/transport/curl.php:     * @deprecated  safe_mode is removed in PHP 5.4, check will be dropped when PHP 5.3 support is dropped 

12.3 (Platform) & 4.0 (CMS) – Use PHP’s microtime(1)

This tag:
* @deprecated 12.3 (Platform) & 4.0 (CMS) – Use PHP’s microtime(1)
has been used a total of 1 times within the following files:

libraries/joomla/profiler/profiler.php:   * @deprecated  12.3 (Platform) & 4.0 (CMS) - Use PHP's microtime(1) 

12.3 (Platform) & 4.0 (CMS) – Use PHP’s native memory_get_usage()

This tag:
* @deprecated 12.3 (Platform) & 4.0 (CMS) – Use PHP’s native memory_get_usage()
has been used a total of 1 times within the following files:

libraries/joomla/profiler/profiler.php:   * @deprecated  12.3 (Platform) & 4.0 (CMS) - Use PHP's native memory_get_usage() 

2.0 Use JAccess instead.

This tag:
* @deprecated 2.0 Use JAccess instead.
has been used a total of 1 times within the following files:

libraries/fof/controller/controller.php:   * @deprecated  2.0  Use JAccess instead. 

N/A (CMS) Use JDatabaseDriver::getIterator() instead

This tag:
* @deprecated N/A (CMS) Use JDatabaseDriver::getIterator() instead
has been used a total of 1 times within the following files:

libraries/joomla/database/driver.php:   * @deprecated  N/A (CMS)  Use JDatabaseDriver::getIterator() instead 

12.3 (Platform) & 4.0 (CMS) – Use hasUTFSupport() instead

This tag:
* @deprecated 12.3 (Platform) & 4.0 (CMS) – Use hasUTFSupport() instead
has been used a total of 1 times within the following files:

libraries/joomla/database/driver.php:   * @deprecated 12.3 (Platform) & 4.0 (CMS) - Use hasUTFSupport() instead 

12.3 (Platform) & 4.0 (CMS) – Use JEditor directly

This tag:
* @deprecated 12.3 (Platform) & 4.0 (CMS) – Use JEditor directly
has been used a total of 1 times within the following files:

libraries/joomla/factory.php:   * @deprecated 12.3 (Platform) & 4.0 (CMS) - Use JEditor directly 

13.3 (Platform) & 4.0 (CMS) – Use SimpleXML directly.

This tag:
* @deprecated 13.3 (Platform) & 4.0 (CMS) – Use SimpleXML directly.
has been used a total of 1 times within the following files:

libraries/joomla/factory.php:   * @deprecated  13.3 (Platform) & 4.0 (CMS) - Use SimpleXML directly. 

13.3 (Platform) & 4.0 (CMS) – Use JUri directly.

This tag:
* @deprecated 13.3 (Platform) & 4.0 (CMS) – Use JUri directly.
has been used a total of 1 times within the following files:

libraries/joomla/factory.php:   * @deprecated  13.3 (Platform) & 4.0 (CMS) - Use JUri directly. 

4.0 This is handled in the authentication plugin itself. The ‘invalid’ column in the db should be removed as well

This tag:
* @deprecated 4.0 This is handled in the authentication plugin itself. The ‘invalid’ column in the db should be removed as well
has been used a total of 1 times within the following files:

libraries/joomla/user/helper.php:   * @deprecated  4.0  This is handled in the authentication plugin itself. The 'invalid' column in the db should be removed as well 

12.3 (Platform) & 4.0 (CMS) – Instead use JUser::getParam()

This tag:
* @deprecated 12.3 (Platform) & 4.0 (CMS) – Instead use JUser::getParam()
has been used a total of 1 times within the following files:

libraries/joomla/user/user.php:   * @deprecated  12.3 (Platform) & 4.0 (CMS) - Instead use JUser::getParam() 

use issues->comments->getList()

This tag:
* @deprecated use issues->comments->getList()
has been used a total of 1 times within the following files:

libraries/joomla/github/package/issues.php:   * @deprecated use issues->comments->getList() 

use issues->comments->get()

This tag:
* @deprecated use issues->comments->get()
has been used a total of 1 times within the following files:

libraries/joomla/github/package/issues.php:   * @deprecated use issues->comments->get() 

use gists->comments->get()

This tag:
* @deprecated use gists->comments->get()
has been used a total of 1 times within the following files:

libraries/joomla/github/package/gists.php:   * @deprecated use gists->comments->get() 

use gists->comments->edit()

This tag:
* @deprecated use gists->comments->edit()
has been used a total of 1 times within the following files:

libraries/joomla/github/package/gists.php:   * @deprecated use gists->comments->edit() 

use gists->comments->getList()

This tag:
* @deprecated use gists->comments->getList()
has been used a total of 1 times within the following files:

libraries/joomla/github/package/gists.php:   * @deprecated use gists->comments->getList() 

use pulls->comments->create()

This tag:
* @deprecated use pulls->comments->create()
has been used a total of 1 times within the following files:

libraries/joomla/github/package/pulls.php:   * @deprecated  use pulls->comments->create() 

use pulls->comments->createReply()

This tag:
* @deprecated use pulls->comments->createReply()
has been used a total of 1 times within the following files:

libraries/joomla/github/package/pulls.php:   * @deprecated  use pulls->comments->createReply() 

use gists->comments->delete()

This tag:
* @deprecated use gists->comments->delete()
has been used a total of 1 times within the following files:

libraries/joomla/github/package/gists.php:   * @deprecated use gists->comments->delete() 

use gists->comments->create()

This tag:
* @deprecated use gists->comments->create()
has been used a total of 1 times within the following files:

libraries/joomla/github/package/gists.php:   * @deprecated use gists->comments->create() 

use authorization->getList()

This tag:
* @deprecated use authorization->getList()
has been used a total of 1 times within the following files:

libraries/joomla/github/account.php:   * @deprecated  use authorization->getList() 

use authorization->get()

This tag:
* @deprecated use authorization->get()
has been used a total of 1 times within the following files:

libraries/joomla/github/account.php:   * @deprecated  use authorization->get() 

use authorization->getRateLimit()

This tag:
* @deprecated use authorization->getRateLimit()
has been used a total of 1 times within the following files:

libraries/joomla/github/account.php:   * @deprecated  use authorization->getRateLimit() 

use repositories->forks->create()

This tag:
* @deprecated use repositories->forks->create()
has been used a total of 1 times within the following files:

libraries/joomla/github/forks.php:   * @deprecated  use repositories->forks->create() 

use repositories->forks->getList()

This tag:
* @deprecated use repositories->forks->getList()
has been used a total of 1 times within the following files:

libraries/joomla/github/forks.php:   * @deprecated  use repositories->forks->getList() 

use pulls->comments->delete()

This tag:
* @deprecated use pulls->comments->delete()
has been used a total of 1 times within the following files:

libraries/joomla/github/package/pulls.php:   * @deprecated  use pulls->comments->delete() 

use pulls->comments->edit()

This tag:
* @deprecated use pulls->comments->edit()
has been used a total of 1 times within the following files:

libraries/joomla/github/package/pulls.php:   * @deprecated  use pulls->comments->edit() 

use issues->comments->delete()

This tag:
* @deprecated use issues->comments->delete()
has been used a total of 1 times within the following files:

libraries/joomla/github/package/issues.php:   * @deprecated use issues->comments->delete() 

use issues->labels->create()

This tag:
* @deprecated use issues->labels->create()
has been used a total of 1 times within the following files:

libraries/joomla/github/package/issues.php:   * @deprecated use issues->labels->create() 

use issues->labels->delete()

This tag:
* @deprecated use issues->labels->delete()
has been used a total of 1 times within the following files:

libraries/joomla/github/package/issues.php:   * @deprecated use issues->labels->delete() 

use issues->comments->edit()

This tag:
* @deprecated use issues->comments->edit()
has been used a total of 1 times within the following files:

libraries/joomla/github/package/issues.php:   * @deprecated use issues->comments->edit() 

use issues->labels->update()

This tag:
* @deprecated use issues->labels->update()
has been used a total of 1 times within the following files:

libraries/joomla/github/package/issues.php:   * @deprecated use issues->labels->update() 

use issues->comments->create()

This tag:
* @deprecated use issues->comments->create()
has been used a total of 1 times within the following files:

libraries/joomla/github/package/issues.php:   * @deprecated use issues->comments->create() 

use users->getList()

This tag:
* @deprecated use users->getList()
has been used a total of 1 times within the following files:

libraries/joomla/github/package/users.php:   * @deprecated use users->getList() 

use pulls->comments->get()

This tag:
* @deprecated use pulls->comments->get()
has been used a total of 1 times within the following files:

libraries/joomla/github/package/pulls.php:   * @deprecated  use pulls->comments->get() 

use pulls->comments->getList()

This tag:
* @deprecated use pulls->comments->getList()
has been used a total of 1 times within the following files:

libraries/joomla/github/package/pulls.php:   * @deprecated  use pulls->comments->getList() 

use users->get()

This tag:
* @deprecated use users->get()
has been used a total of 1 times within the following files:

libraries/joomla/github/package/users.php:   * @deprecated use users->get() 

use users->edit()

This tag:
* @deprecated use users->edit()
has been used a total of 1 times within the following files:

libraries/joomla/github/package/users.php:   * @deprecated use users->edit() 

since version 2.0

This tag:
* @deprecated since version 2.0
has been used a total of 1 times within the following files:

libraries/fof/controller/controller.php:   * @deprecated since version 2.0 

Was this article helpful? Join the conversation!