Loading src/Entity/InviteSender.php +4 −6 Original line number Diff line number Diff line Loading @@ -18,16 +18,14 @@ use Drupal\invite\InviteTypeInterface; * config_prefix = "invite_sender", * admin_permission = "administer site configuration", * entity_keys = { * "id" = "id", * "type" = "type", * "name" = "name", * "uuid" = "uuid", * "id" = "id", * "sending_methods" = "sending_methods", * }, * config_export = { * "id", * "type", * "name", * "uuid", * "id", * "sending_methods" = "sending_methods", * }, * ) */ Loading src/Entity/InviteType.php +6 −2 Original line number Diff line number Diff line Loading @@ -25,14 +25,18 @@ use Drupal\invite\InviteTypeInterface; * config_prefix = "invite_type", * admin_permission = "administer site configuration", * entity_keys = { * "uuid" = "uuid", * "id" = "id", * "label" = "label", * "uuid" = "uuid", * "description" = "description", * "data" = "data", * }, * config_export = { * "uuid", * "id", * "label", * "uuid", * "description", * "data", * }, * links = { * "canonical" = "/admin/structure/invite_type/{invite_type}", Loading Loading
src/Entity/InviteSender.php +4 −6 Original line number Diff line number Diff line Loading @@ -18,16 +18,14 @@ use Drupal\invite\InviteTypeInterface; * config_prefix = "invite_sender", * admin_permission = "administer site configuration", * entity_keys = { * "id" = "id", * "type" = "type", * "name" = "name", * "uuid" = "uuid", * "id" = "id", * "sending_methods" = "sending_methods", * }, * config_export = { * "id", * "type", * "name", * "uuid", * "id", * "sending_methods" = "sending_methods", * }, * ) */ Loading
src/Entity/InviteType.php +6 −2 Original line number Diff line number Diff line Loading @@ -25,14 +25,18 @@ use Drupal\invite\InviteTypeInterface; * config_prefix = "invite_type", * admin_permission = "administer site configuration", * entity_keys = { * "uuid" = "uuid", * "id" = "id", * "label" = "label", * "uuid" = "uuid", * "description" = "description", * "data" = "data", * }, * config_export = { * "uuid", * "id", * "label", * "uuid", * "description", * "data", * }, * links = { * "canonical" = "/admin/structure/invite_type/{invite_type}", Loading