build(deps): remove discoverable_entity_bundle_classes

As this module is no longer supported, remove it from the codebase and
update all references to it within the custom code - instead manually
wrapping nodes with the `Post` or `Talk` class, or returning it from a
Repository.

Fixes: #465
This commit is contained in:
Oliver Davies 2021-12-17 15:16:52 +00:00
parent 41e13fe078
commit cae2091436
24 changed files with 214 additions and 150 deletions

49
composer.lock generated
View file

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "74c67a9e7b92495a730372d2a0d10466",
"content-hash": "4e568994c7b2ae5c97f5df4a8253f536",
"packages": [
{
"name": "asm89/stack-cors",
@ -2510,53 +2510,6 @@
"issues": "https://www.drupal.org/project/issues/ctools"
}
},
{
"name": "drupal/discoverable_entity_bundle_classes",
"version": "1.0.0-alpha2",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/discoverable_entity_bundle_classes.git",
"reference": "8.x-1.0-alpha2"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/discoverable_entity_bundle_classes-8.x-1.0-alpha2.zip",
"reference": "8.x-1.0-alpha2",
"shasum": "c8f1e27475f3a1b7d7694949baaf337ed126c05a"
},
"require": {
"drupal/core": "~8.0"
},
"require-dev": {
"drupal/paragraphs": "*"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.0-alpha2",
"datestamp": "1553798282",
"security-coverage": {
"status": "not-covered",
"message": "Project has not opted into security advisory coverage!"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "amcgowanca",
"homepage": "https://www.drupal.org/user/802138"
}
],
"description": "An experimental approach for implementing entity classes for specific bundles.",
"homepage": "https://www.drupal.org/project/discoverable_entity_bundle_classes",
"support": {
"source": "https://git.drupalcode.org/project/discoverable_entity_bundle_classes"
}
},
{
"name": "drupal/entity_reference_revisions",
"version": "1.8.0",