Remove agaric from all names

This commit is contained in:
Keegan Rankin 2023-11-09 17:41:57 -08:00
parent f8fae5fc27
commit 4ee8a3b418
3 changed files with 5 additions and 6 deletions

View file

@ -1,10 +1,10 @@
<?php
namespace Drupal\agaric_migration_helpers;
namespace Drupal\migration_helpers;
use Drupal\Core\Entity\EntityTypeManagerInterface;
class AgaricMigrationHelperFieldTransformations {
class MigrationHelperFieldTransformations {
/**
* The entity type manager.
@ -14,7 +14,7 @@ class AgaricMigrationHelperFieldTransformations {
protected $entityTypeManager;
/**
* Constructs an AgaricMigrationHelperFieldTransformations object.
* Constructs an MigrationHelperFieldTransformations object.
*/
public function __construct(
EntityTypeManagerInterface $entity_type_manager