Deprecated Method used

Created on 17 August 2019, almost 5 years ago
Updated 13 February 2023, over 1 year ago

19/19 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%

------ --------------------------------------------------------------------------
Line modules/custom/custom.module
------ --------------------------------------------------------------------------
113 Call to deprecated method entityManager() of class Drupal:
in Drupal 8.0.0 and will be removed before Drupal 9.0.0.
Use \Drupal::entityTypeManager() instead in most cases. If the needed
method is not on \Drupal\Core\Entity\EntityTypeManagerInterface, see the
deprecated \Drupal\Core\Entity\EntityManager to find the
correct interface or service.
------ --------------------------------------------------------------------------

------ ----------------------------------------------------------------------
Line modules/quadstat/dataset/dataset.inc
------ ----------------------------------------------------------------------
13 Call to deprecated function entity_delete_multiple():
as of Drupal 8.0.x, will be removed before Drupal 9.0.0. Use
the entity storage's delete() method to delete multiple entities:
14 Call to deprecated function drupal_set_message():
in Drupal 8.5.0 and will be removed before Drupal 9.0.0.
Use \Drupal\Core\Messenger\MessengerInterface::addMessage() instead.
32 Call to deprecated function file_prepare_directory():
in Drupal 8.7.0, will be removed before Drupal 9.0.0.
Use \Drupal\Core\File\FileSystemInterface::prepareDirectory().
54 Call to deprecated function drupal_set_message():
in Drupal 8.5.0 and will be removed before Drupal 9.0.0.
Use \Drupal\Core\Messenger\MessengerInterface::addMessage() instead.
66 Call to deprecated function drupal_set_message():
in Drupal 8.5.0 and will be removed before Drupal 9.0.0.
Use \Drupal\Core\Messenger\MessengerInterface::addMessage() instead.
------ ----------------------------------------------------------------------

------ -------------------------------------------------------------------
Line modules/quadstat/dataset/empty.dataset.inc
------ -------------------------------------------------------------------
32 Call to deprecated function file_delete():
in Drupal 8.7.0, will be removed before Drupal 9.0.0.
Use \Drupal\Core\Entity\EntityStorageInterface::delete() instead.
------ -------------------------------------------------------------------

------ ----------------------------------------------------------------------
Line modules/quadstat/dataset/file.dataset.inc
------ ----------------------------------------------------------------------
54 Call to deprecated function file_unmanaged_copy():
in Drupal 8.7.0, will be removed before Drupal 9.0.0.
Use \Drupal\Core\File\FileSystemInterface::copy().
72 Call to deprecated function file_delete():
in Drupal 8.7.0, will be removed before Drupal 9.0.0.
Use \Drupal\Core\Entity\EntityStorageInterface::delete() instead.
82 Call to deprecated function drupal_set_message():
in Drupal 8.5.0 and will be removed before Drupal 9.0.0.
Use \Drupal\Core\Messenger\MessengerInterface::addMessage() instead.
85 Call to deprecated function drupal_set_message():
in Drupal 8.5.0 and will be removed before Drupal 9.0.0.
Use \Drupal\Core\Messenger\MessengerInterface::addMessage() instead.
------ ----------------------------------------------------------------------

------ ----------------------------------------------------------------------
Line modules/quadstat/dataset/paste.dataset.inc
------ ----------------------------------------------------------------------
54 Call to deprecated function file_delete():
in Drupal 8.7.0, will be removed before Drupal 9.0.0.
Use \Drupal\Core\Entity\EntityStorageInterface::delete() instead.
81 Call to deprecated function drupal_set_message():
in Drupal 8.5.0 and will be removed before Drupal 9.0.0.
Use \Drupal\Core\Messenger\MessengerInterface::addMessage() instead.
84 Call to deprecated function drupal_set_message():
in Drupal 8.5.0 and will be removed before Drupal 9.0.0.
Use \Drupal\Core\Messenger\MessengerInterface::addMessage() instead.
------ ----------------------------------------------------------------------

------ -------------------------------------------------------------------
Line modules/quadstat/dataset/random.dataset.inc
------ -------------------------------------------------------------------
48 Call to deprecated function file_delete():
in Drupal 8.7.0, will be removed before Drupal 9.0.0.
Use \Drupal\Core\Entity\EntityStorageInterface::delete() instead.
------ -------------------------------------------------------------------

------ ---------------------------------------------------------------------------
Line modules/quadstat/operation/operation.inc
------ ---------------------------------------------------------------------------
44 Call to deprecated function db_select():
as of Drupal 8.0.x, will be removed in Drupal 9.0.0. Instead, get
a database connection injected into your service from the container and
call select() on it. For example,
64 Call to deprecated function db_select():
as of Drupal 8.0.x, will be removed in Drupal 9.0.0. Instead, get
a database connection injected into your service from the container and
call select() on it. For example,
169 Call to deprecated function drupal_set_message():
in Drupal 8.5.0 and will be removed before Drupal 9.0.0.
Use \Drupal\Core\Messenger\MessengerInterface::addMessage() instead.
172 Call to deprecated function drupal_set_message():
in Drupal 8.5.0 and will be removed before Drupal 9.0.0.
Use \Drupal\Core\Messenger\MessengerInterface::addMessage() instead.
244 Call to deprecated function file_prepare_directory():
in Drupal 8.7.0, will be removed before Drupal 9.0.0.
Use \Drupal\Core\File\FileSystemInterface::prepareDirectory().
290 Call to deprecated function file_load():
in Drupal 8.0.0 and will be removed before Drupal 9.0.0. Use
\Drupal\file\Entity\File::load().
344 Call to deprecated function file_load():
in Drupal 8.0.0 and will be removed before Drupal 9.0.0. Use
\Drupal\file\Entity\File::load().
359 Call to deprecated method getUsername() of class Drupal\user\Entity\User:
in Drupal 8.0.0, will be removed before Drupal 9.0.0.
Use \Drupal\Core\Session\AccountInterface::getAccountName() or
\Drupal\user\UserInterface::getDisplayName() instead.
364 Call to deprecated function file_prepare_directory():
in Drupal 8.7.0, will be removed before Drupal 9.0.0.
Use \Drupal\Core\File\FileSystemInterface::prepareDirectory().
365 Call to deprecated function file_prepare_directory():
in Drupal 8.7.0, will be removed before Drupal 9.0.0.
Use \Drupal\Core\File\FileSystemInterface::prepareDirectory().
384 Call to deprecated function node_load():
in Drupal 8.0.0 and will be removed before Drupal 9.0.0. Use
\Drupal\node\Entity\Node::load().
417 Call to deprecated function file_load():
in Drupal 8.0.0 and will be removed before Drupal 9.0.0. Use
\Drupal\file\Entity\File::load().
423 Call to deprecated function file_load():
in Drupal 8.0.0 and will be removed before Drupal 9.0.0. Use
\Drupal\file\Entity\File::load().
429 Call to deprecated function db_select():
as of Drupal 8.0.x, will be removed in Drupal 9.0.0. Instead, get
a database connection injected into your service from the container and
call select() on it. For example,
431 Call to deprecated function node_load():
in Drupal 8.0.0 and will be removed before Drupal 9.0.0. Use
\Drupal\node\Entity\Node::load().
------ ---------------------------------------------------------------------------

------ -------------------------------------------------------------------------
Line modules/quadstat/quadstat.module
------ -------------------------------------------------------------------------
152 Call to deprecated function db_select():
as of Drupal 8.0.x, will be removed in Drupal 9.0.0. Instead, get
a database connection injected into your service from the container and
call select() on it. For example,
160 Call to deprecated function file_load():
in Drupal 8.0.0 and will be removed before Drupal 9.0.0. Use
\Drupal\file\Entity\File::load().
166 Call to deprecated function db_select():
as of Drupal 8.0.x, will be removed in Drupal 9.0.0. Instead, get
a database connection injected into your service from the container and
call select() on it. For example,
168 Call to deprecated function node_load():
in Drupal 8.0.0 and will be removed before Drupal 9.0.0. Use
\Drupal\node\Entity\Node::load().
269 Call to deprecated function drupal_set_message():
in Drupal 8.5.0 and will be removed before Drupal 9.0.0.
Use \Drupal\Core\Messenger\MessengerInterface::addMessage() instead.
300 Call to deprecated function file_uri_scheme():
in Drupal 8.0.x-dev, will be removed before Drupal 9.0.0.
Use \Drupal\Core\File\FileSystem::uriScheme().
309 Call to deprecated function db_select():
as of Drupal 8.0.x, will be removed in Drupal 9.0.0. Instead, get
a database connection injected into your service from the container and
call select() on it. For example,
311 Call to deprecated function node_load():
in Drupal 8.0.0 and will be removed before Drupal 9.0.0. Use
\Drupal\node\Entity\Node::load().
324 Call to deprecated function db_select():
as of Drupal 8.0.x, will be removed in Drupal 9.0.0. Instead, get
a database connection injected into your service from the container and
call select() on it. For example,
326 Call to deprecated function node_load():
in Drupal 8.0.0 and will be removed before Drupal 9.0.0. Use
\Drupal\node\Entity\Node::load().
339 Call to deprecated function db_select():
as of Drupal 8.0.x, will be removed in Drupal 9.0.0. Instead, get
a database connection injected into your service from the container and
call select() on it. For example,
341 Call to deprecated function node_load():
in Drupal 8.0.0 and will be removed before Drupal 9.0.0. Use
\Drupal\node\Entity\Node::load().
352 Call to deprecated function db_select():
as of Drupal 8.0.x, will be removed in Drupal 9.0.0. Instead, get
a database connection injected into your service from the container and
call select() on it. For example,
353 Call to deprecated function db_select():
as of Drupal 8.0.x, will be removed in Drupal 9.0.0. Instead, get
a database connection injected into your service from the container and
call select() on it. For example,
354 Call to deprecated function node_load():
in Drupal 8.0.0 and will be removed before Drupal 9.0.0. Use
\Drupal\node\Entity\Node::load().
370 Call to deprecated function node_load():
in Drupal 8.0.0 and will be removed before Drupal 9.0.0. Use
\Drupal\node\Entity\Node::load().
------ -------------------------------------------------------------------------

------ ----------------------------------------------------------------
Line quadstat.install
------ ----------------------------------------------------------------
160 Call to deprecated function file_prepare_directory():
in Drupal 8.7.0, will be removed before Drupal 9.0.0.
Use \Drupal\Core\File\FileSystemInterface::prepareDirectory().
------ ----------------------------------------------------------------

🐛 Bug report
Status

Needs work

Version

1.0

Component

Code

Created by

🇮🇳India joy29

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.69.0 2024