FakerServiceInterface.php in General Data Protection Regulation 3.0.x
Same filename and directory in other branches
Namespace
Drupal\anonymizer\ServiceFile
modules/anonymizer/src/Service/FakerServiceInterface.phpView 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
Name | Description |
---|---|
FakerServiceInterface | Interface FakerServiceInterface. |