function SampleEntityGeneratorInterface::get
Same name in other branches
- 8.9.x core/modules/layout_builder/src/Entity/SampleEntityGeneratorInterface.php \Drupal\layout_builder\Entity\SampleEntityGeneratorInterface::get()
- 10 core/modules/layout_builder/src/Entity/SampleEntityGeneratorInterface.php \Drupal\layout_builder\Entity\SampleEntityGeneratorInterface::get()
- 11.x 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.
1 method overrides SampleEntityGeneratorInterface::get()
- LayoutBuilderSampleEntityGenerator::get in core/
modules/ layout_builder/ src/ Entity/ LayoutBuilderSampleEntityGenerator.php - Gets a sample entity for a given entity type and bundle.
File
-
core/
modules/ layout_builder/ src/ Entity/ SampleEntityGeneratorInterface.php, line 21
Class
- SampleEntityGeneratorInterface
- Generates a sample entity.
Namespace
Drupal\layout_builder\EntityCode
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.