Change old /archive/* links to /daily/*

This commit is contained in:
Oliver Davies 2024-12-19 20:26:33 +00:00
parent 661669f2a5
commit 538141466c
406 changed files with 457 additions and 457 deletions

View file

@ -3,7 +3,7 @@ title: >
Camel-case or snake-case for Drupal code?
pubDate: 2023-04-19
permalink: >-
archive/2023/04/19/camel-case-or-snake-case-for-drupal-code
daily/2023/04/19/camel-case-or-snake-case-for-drupal-code
tags:
- drupal
- php
@ -37,4 +37,4 @@ $entity_type_manager = \Drupal::entityTypeManager();
I prefer not to have to consistently think about which to use and, if possible, like to use standard approaches in different codebases whether I'm working on a Drupal project, a Symfony project, or a PHP library.
Plus, I get to use new PHP features like [promoted constructor properties]({{site.url}}/archive/2023/04/12/cleaner-php-code-with-promoted-constructor-properties) if everything is named in the same format.
Plus, I get to use new PHP features like [promoted constructor properties]({{site.url}}/daily/2023/04/12/cleaner-php-code-with-promoted-constructor-properties) if everything is named in the same format.