Remove agaric from all names
This commit is contained in:
parent
f8fae5fc27
commit
4ee8a3b418
3 changed files with 5 additions and 6 deletions
|
@ -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
|
||||
|
|
Reference in a new issue