From 03bcd8234fc5ca6253d9f72efec1f7d953567c4f Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 2 Jul 2025 21:57:23 +0100 Subject: [PATCH] Add daily email --- content/meta/index.json | 7 ++ ....465a0fa7-eb20-4d3e-b30d-9d03187b13ca.json | 98 +++++++++++++++++++ ....dfdfc073-dc09-49ae-a325-aacebe1911b6.json | 27 +++++ 3 files changed, 132 insertions(+) create mode 100644 content/node.465a0fa7-eb20-4d3e-b30d-9d03187b13ca.json create mode 100644 content/path_alias.dfdfc073-dc09-49ae-a325-aacebe1911b6.json diff --git a/content/meta/index.json b/content/meta/index.json index d8eedaa35..34daf7da5 100644 --- a/content/meta/index.json +++ b/content/meta/index.json @@ -6618,5 +6618,12 @@ ], "path_alias.3f83b9fb-dd35-4335-9496-2a8a99d281ec": [ "node.c7e013f4-a712-4566-9e6e-6a4b1f580e30" + ], + "node.465a0fa7-eb20-4d3e-b30d-9d03187b13ca": [ + "user.b8966985-d4b2-42a7-a319-2e94ccfbb849", + "node.20cde1b4-efdc-46a4-a6a4-4fd2264f617e" + ], + "path_alias.dfdfc073-dc09-49ae-a325-aacebe1911b6": [ + "node.465a0fa7-eb20-4d3e-b30d-9d03187b13ca" ] } \ No newline at end of file diff --git a/content/node.465a0fa7-eb20-4d3e-b30d-9d03187b13ca.json b/content/node.465a0fa7-eb20-4d3e-b30d-9d03187b13ca.json new file mode 100644 index 000000000..0a624b004 --- /dev/null +++ b/content/node.465a0fa7-eb20-4d3e-b30d-9d03187b13ca.json @@ -0,0 +1,98 @@ +{ + "uuid": [ + { + "value": "465a0fa7-eb20-4d3e-b30d-9d03187b13ca" + } + ], + "langcode": [ + { + "value": "en" + } + ], + "type": [ + { + "target_id": "daily_email", + "target_type": "node_type", + "target_uuid": "8bde1f2f-eef9-4f2d-ae9c-96921f8193d7" + } + ], + "revision_timestamp": [ + { + "value": "2025-07-02T20:56:35+00:00" + } + ], + "revision_uid": [ + { + "target_type": "user", + "target_uuid": "b8966985-d4b2-42a7-a319-2e94ccfbb849" + } + ], + "revision_log": [], + "status": [ + { + "value": true + } + ], + "uid": [ + { + "target_type": "user", + "target_uuid": "b8966985-d4b2-42a7-a319-2e94ccfbb849" + } + ], + "title": [ + { + "value": "PHP, Value Objects and You" + } + ], + "created": [ + { + "value": "2025-07-01T20:48:01+00:00" + } + ], + "changed": [ + { + "value": "2025-07-02T20:56:35+00:00" + } + ], + "promote": [ + { + "value": false + } + ], + "sticky": [ + { + "value": false + } + ], + "default_langcode": [ + { + "value": true + } + ], + "revision_translation_affected": [ + { + "value": true + } + ], + "path": [ + { + "alias": "", + "pid": null, + "langcode": "en" + } + ], + "body": [ + { + "value": "Last week, I wrote about [giving things descriptive names][0] with value objects in PHP (and other languages).\r\n\r\nI gave examples of value objects I've recently written to show how they make code descriptive and easier to understand.\r\n\r\nPrevious [Beyond Blocks podcast guest][1], Dan Leech, gave a great talk about value objects at a local PHP user group.\r\n\r\nThat talk is not online yet, but the video of the version from the [Dutch PHP Conference][2] has just been released.\r\n\r\nThe slides are also online on Dan's website.\r\n\r\nI recommend watching the video and\/or reviewing the slides, and start trying to use value objects in your code.\r\n\r\n[0]: \/daily\/2025\/06\/23\/giving-things-descriptive-names\r\n[1]: \/podcast\/6-dan-leech-php-tui\r\n[2]: https:\/\/www.youtube.com\/watch?v=FIKpNzEGQJY", + "format": "markdown", + "processed": "

Last week, I wrote about giving things descriptive names<\/a> with value objects in PHP (and other languages).<\/p>\n

I gave examples of value objects I've recently written to show how they make code descriptive and easier to understand.<\/p>\n

Previous Beyond Blocks podcast guest<\/a>, Dan Leech, gave a great talk about value objects at a local PHP user group.<\/p>\n

That talk is not online yet, but the video of the version from the Dutch PHP Conference<\/a> has just been released.<\/p>\n

The slides are also online on Dan's website.<\/p>\n

I recommend watching the video and\/or reviewing the slides, and start trying to use value objects in your code.<\/p>\n", + "summary": "" + } + ], + "field_daily_email_cta": [ + { + "target_type": "node", + "target_uuid": "20cde1b4-efdc-46a4-a6a4-4fd2264f617e" + } + ] +} \ No newline at end of file diff --git a/content/path_alias.dfdfc073-dc09-49ae-a325-aacebe1911b6.json b/content/path_alias.dfdfc073-dc09-49ae-a325-aacebe1911b6.json new file mode 100644 index 000000000..a71f3de5b --- /dev/null +++ b/content/path_alias.dfdfc073-dc09-49ae-a325-aacebe1911b6.json @@ -0,0 +1,27 @@ +{ + "uuid": [ + { + "value": "dfdfc073-dc09-49ae-a325-aacebe1911b6" + } + ], + "langcode": [ + { + "value": "en" + } + ], + "path": [ + { + "value": "\/node\/465a0fa7-eb20-4d3e-b30d-9d03187b13ca" + } + ], + "alias": [ + { + "value": "\/daily\/2025\/07\/01\/php-value-objects-and-you" + } + ], + "status": [ + { + "value": true + } + ] +} \ No newline at end of file