function SampleEntityGeneratorInterface::get

Same name in other branches
  1. 9 core/modules/layout_builder/src/Entity/SampleEntityGeneratorInterface.php \Drupal\layout_builder\Entity\SampleEntityGeneratorInterface::get()
  2. 8.9.x core/modules/layout_builder/src/Entity/SampleEntityGeneratorInterface.php \Drupal\layout_builder\Entity\SampleEntityGeneratorInterface::get()
  3. 10 core/modules/layout_builder/src/Entity/SampleEntityGeneratorInterface.php \Drupal\layout_builder\Entity\SampleEntityGeneratorInterface::get()

Gets a sample entity for a given entity type and bundle.

Parameters

string $entity_type_id: The entity type ID.

string $bundle_id: The bundle ID.

Return value

\Drupal\Core\Entity\EntityInterface An entity.

File

core/modules/layout_builder/src/Entity/SampleEntityGeneratorInterface.php, line 21

Class

SampleEntityGeneratorInterface
Generates a sample entity.

Namespace

Drupal\layout_builder\Entity

Code

public function get($entity_type_id, $bundle_id);

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.