5176 |
4256 projects |
500 |
info.yml/composer.json |
Add core_version_requirement: ^8 || ^9 to designate that the module is compatible with Drupal 9. See https://drupal.org/node/3070687. |
10000 |
1 project |
4132 |
946 projects |
500 |
Covered by rector |
Call to deprecated function drupal_set_message(). Deprecated in drupal:8.5.0 and is removed from drupal:9.0.0. Use Drupal\Core\Messenger\MessengerInterface::addMessage() instead. |
10000 |
1 project |
653 |
263 projects |
500 |
Covered by rector |
Call to deprecated method entityManager() of class Drupal. Deprecated in drupal:8.0.0 and is removed from 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. |
10000 |
1 project |
305 |
109 projects |
1000 |
Covered by rector |
Call to deprecated function format_date(). Deprecated in drupal:8.0.0 and is removed from drupal:9.0.0. Use Drupal::service('date.formatter')->format(). |
10000 |
1 project |
136 |
72 projects |
1000 |
Covered by rector |
Call to deprecated method urlInfo() of class Drupal\Core\Entity\EntityInterface. Deprecated in drupal:8.0.0 and is removed from drupal:9.0.0. Use Drupal\Core\Entity\EntityInterface::toUrl() instead. |
10000 |
1 project |
102 |
70 projects |
1000 |
Covered by rector |
Call to deprecated method link() of class Drupal\Core\Entity\EntityInterface. Deprecated in drupal:8.0.0 and is removed from drupal:9.0.0. Use Drupal\Core\EntityInterface::toLink()->toString() instead. |
10000 |
1 project |
92 |
38 projects |
10000 |
Covered by rector |
Call to deprecated function entity_create(). Deprecated in drupal:8.0.0 and is removed from drupal:9.0.0. Use The method overriding Entity::create() for the entity type, e.g. \Drupal\node\Entity\Node::create() if the entity type is known. If the entity type is variable, use the entity storage's create() method to construct a new entity: |
10000 |
1 project |
88 |
54 projects |
1000 |
Covered by rector |
Call to deprecated function entity_get_form_display(). Deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Use EntityDisplayRepositoryInterface::getFormDisplay() instead. |
10000 |
1 project |
72 |
44 projects |
10000 |
Covered by rector |
Call to deprecated function entity_get_display(). Deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Use EntityDisplayRepositoryInterface::getViewDisplay() instead. |
10000 |
1 project |
66 |
35 projects |
1000 |
Not covered by rector |
Call to deprecated method url() of class Drupal\Core\Entity\EntityInterface. Deprecated in drupal:8.0.0 and is removed from drupal:9.0.0. Please use toUrl() instead. |
10000 |
1 project |
49 |
29 projects |
10000 |
Covered by rector |
Call to deprecated function user_load(). Deprecated in drupal:8.0.0 and is removed from drupal:9.0.0. Use Drupal\user\Entity\User::load(). |
10000 |
1 project |
38 |
21 projects |
10000 |
Not covered by rector |
Call to deprecated method getLowercaseLabel() of class Drupal\Core\Entity\EntityTypeInterface. Deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Instead, you should call getSingularLabel(). See https://www.drupal.org/node/3075567 |
10000 |
1 project |
32 |
24 projects |
1000 |
Non-Drupal core deprecation |
Call to deprecated constant NODE_PUBLISHED: Deprecated in drupal:8.?.? and is removed from drupal:9.0.0. Use Drupal\node\NodeInterface::PUBLISHED instead. |
10000 |
1 project |
26 |
21 projects |
1000 |
Non-Drupal core deprecation |
Call to deprecated constant NODE_NOT_PUBLISHED: Deprecated in drupal:8.?.? and is removed from drupal:9.0.0. Use Drupal\node\NodeInterface::NOT_PUBLISHED instead. |
10000 |
1 project |
14 |
13 projects |
1000 |
Non-Drupal core deprecation |
Usage of deprecated trait Drupal\Core\Routing\UrlGeneratorTrait in class [redacted]:9.0.0. Use Drupal\Core\Url instead. |
10000 |
1 project |
8 |
5 projects |
10000 |
Not covered by rector |
Class [redacted] implements deprecated interface Drupal\Core\Routing\Enhancer\RouteEnhancerInterface. Deprecated in drupal:8.4.0 and is removed from drupal:9.0.0. Instead, you should use Drupal\Core\Routing\EnhancerInterface. See https://www.drupal.org/node/2894934 Part of the deprecation means that applies() is now called on runtime instead of compile time. |
10000 |
1 project |
8 |
6 projects |
10000 |
Not covered by rector |
Call to deprecated method entityManager() of class Drupal\Core\Entity\EntityBase. Deprecated in drupal:8.0.0 and is removed from 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. |
10000 |
1 project |
2 |
2 projects |
10000 |
Not covered by rector |
Call to deprecated method getDefinition() of class Drupal\Core\Entity\EntityManager. Deprecated in drupal:8.0.0 and is removed from drupal:9.0.0. Use Drupal\Core\Entity\EntityTypeManagerInterface::getDefinition() instead. |
10000 |
1 project |
1 |
content_entity_base 1.x-dev |
10000 |
Non-Drupal core deprecation |
Call to method create() of deprecated class Drupal\content_entity_base\Entity\Access\EntityBasePermissions: : This (typically proxied) class will be removed in the 8.x-2.x version of CEB in favor of using the `permission_provider` entity handler. |
10000 |
1 project |
1 |
content_entity_base 1.x-dev |
10000 |
Not covered by rector |
Call to deprecated method redirect() of class Drupal\content_entity_base\Entity\Controller\EntityBaseController. Deprecated in drupal:8.0.0 and is removed from drupal:9.0.0. Use new RedirectResponse(Url::fromRoute()) instead. |
10000 |
1 project |
1 |
content_entity_base 1.x-dev |
10000 |
Not covered by rector |
Return type of method Drupal\content_entity_base\Entity\Controller\RevisionController::entityManager() has typehint with deprecated interface Drupal\Core\Entity\EntityManagerInterface. Deprecated in drupal:8.0.0 and is removed from drupal:9.0.0. |
10000 |
1 project |
1 |
content_entity_base 1.x-dev |
10000 |
Not covered by rector |
Parameter $query_factory of method Drupal\content_entity_base\Entity\Form\EntityTypeBaseDeleteForm::__construct() has typehint with deprecated class Drupal\Core\Entity\Query\QueryFactory. Deprecated in drupal:8.3.0 and is removed from drupal:9.0.0. Use Drupal\Core\Entity\EntityStorageInterface::getQuery() or \Drupal\Core\Entity\EntityStorageInterface::getAggregateQuery() instead. |
10000 |
1 project |