Skip to content
Snippets Groups Projects

Compatibility with Drupal 9, fix missing config_export in http_status_entity, fix deprecation.

Files
2
@@ -29,6 +29,12 @@ use Drupal\Core\Config\Entity\ConfigEntityBase;
* "label" = "label",
* "uuid" = "uuid"
* },
* config_export = {
* "id",
* "label",
* "url",
* "status_code"
* },
* links = {
* "canonical" = "/admin/config/http_status_code/http_status_entity/{http_status_entity}",
* "add-form" = "/admin/config/http_status_code/http_status_entity/add",
Loading