- 🇺🇸United States bluegeek9
These changes have been committed at some point. entity_get_form_display no longer references in the code base.
web/modules/contrib/message_digest/message_digest.install 153 Call to deprecated function db_add_index(). Deprecated in drupal:8.0.0 and is removed from drupal:9.0.0. Instead, get a database connection injected into your service from the container, get its schema driver, and call addIndex() on it. For example,
web/modules/contrib/message_digest/message_digest.install 154 Call to deprecated function db_add_index(). Deprecated in drupal:8.0.0 and is removed from drupal:9.0.0. Instead, get a database connection injected into your service from the container, get its schema driver, and call addIndex() on it. For example,
web/modules/contrib/message_digest/message_digest_ui/message_digest_ui.install 16 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.
web/modules/contrib/message_digest/message_digest_ui/message_digest_ui.install 29 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.
Closed: outdated
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
These changes have been committed at some point. entity_get_form_display no longer references in the code base.