You are here

public function SampleDataGeneratorInterface::execute in YAML Content 8.2

A uniform execution function for all plugins to implement.

Return value

mixed The expected result of the specific plugin implementation.

1 method overrides SampleDataGeneratorInterface::execute()
ImageGenerator::execute in modules/sample_data/src/Plugin/SampleData/ImageGenerator.php
A uniform execution function for all plugins to implement.

File

modules/sample_data/src/SampleDataGeneratorInterface.php, line 20

Class

SampleDataGeneratorInterface
A common interface to be extended by all sample data generators.

Namespace

Drupal\sample_data

Code

public function execute();