You are here

interface FakerServiceInterface in General Data Protection Regulation 8

Same name and namespace in other branches
  1. 8.2 modules/anonymizer/src/Service/FakerServiceInterface.php \Drupal\anonymizer\Service\FakerServiceInterface
  2. 3.0.x modules/anonymizer/src/Service/FakerServiceInterface.php \Drupal\anonymizer\Service\FakerServiceInterface

Interface FakerServiceInterface.

@package Drupal\anonymizer\Service

Hierarchy

Expanded class hierarchy of FakerServiceInterface

All classes that implement FakerServiceInterface

2 files declare their use of FakerServiceInterface
AnonymizerBase.php in modules/anonymizer/src/Anonymizer/AnonymizerBase.php
PasswordAnonymizer.php in modules/anonymizer/src/Plugin/Anonymizer/PasswordAnonymizer.php

File

modules/anonymizer/src/Service/FakerServiceInterface.php, line 10

Namespace

Drupal\anonymizer\Service
View source
interface FakerServiceInterface {

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

}

Members

Namesort descending Modifiers Type Description Overrides
FakerServiceInterface::generator public function Return the generator. 1