Main public logs
Appearance
Combined display of all available logs of Costa Sano KB. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 08:10, 29 April 2026 Mngr talk contribs created page Drupal:C-Modules/Codes (Created page with "= Generate codes module = <pre> <?php use Drupal\Core\Entity\EntityInterface; * * Implements hook_entity_presave().: function heritage_codes_entity_presave(EntityInterface $entity) { // PERSON: generate PE-00001 style code. if ($entity->getEntityTypeId() === 'node' && $entity->bundle() === 'person' && $entity->isNew()) { if ($entity->hasField('field_pe_code') && $entity->get('field_pe_code')->isEmpty()) { $config = \Drupal::configFactory()->getEd...")