You are here

FakerServiceInterface.php in General Data Protection Regulation 8

File

modules/anonymizer/src/Service/FakerServiceInterface.php
View source
<?php

namespace Drupal\anonymizer\Service;


/**
 * Interface FakerServiceInterface.
 *
 * @package Drupal\anonymizer\Service
 */
interface FakerServiceInterface {

  /**
   * Return the generator.
   *
   * @return \Faker\Generator
   *   The generator.
   */
  public function generator();

}

Interfaces

Namesort descending Description
FakerServiceInterface Interface FakerServiceInterface.