Skip to content

Instantly share code, notes, and snippets.

@acbramley
acbramley / SomeModuleHooks.php
Created June 9, 2023 01:11
Update child aliases Entity Hierarchy
<?php
declare(strict_types = 1);
namespace Drupal\some_module\Hooks;
use Drupal\Core\DependencyInjection\ContainerInjectionInterface;
use Drupal\entity_hierarchy\Storage\EntityTreeNodeMapperInterface;
use Drupal\entity_hierarchy\Storage\NestedSetNodeKeyFactory;
use Drupal\entity_hierarchy\Storage\NestedSetStorageFactory;