public function DemoContentInterface::setEntityStorage in Open Social 8.4
Same name and namespace in other branches
- 8.9 modules/custom/social_demo/src/DemoContentInterface.php \Drupal\social_demo\DemoContentInterface::setEntityStorage()
- 8 modules/custom/social_demo/src/DemoContentInterface.php \Drupal\social_demo\DemoContentInterface::setEntityStorage()
- 8.2 modules/custom/social_demo/src/DemoContentInterface.php \Drupal\social_demo\DemoContentInterface::setEntityStorage()
- 8.3 modules/custom/social_demo/src/DemoContentInterface.php \Drupal\social_demo\DemoContentInterface::setEntityStorage()
- 8.5 modules/custom/social_demo/src/DemoContentInterface.php \Drupal\social_demo\DemoContentInterface::setEntityStorage()
- 8.6 modules/custom/social_demo/src/DemoContentInterface.php \Drupal\social_demo\DemoContentInterface::setEntityStorage()
- 8.7 modules/custom/social_demo/src/DemoContentInterface.php \Drupal\social_demo\DemoContentInterface::setEntityStorage()
- 8.8 modules/custom/social_demo/src/DemoContentInterface.php \Drupal\social_demo\DemoContentInterface::setEntityStorage()
- 10.3.x modules/custom/social_demo/src/DemoContentInterface.php \Drupal\social_demo\DemoContentInterface::setEntityStorage()
- 10.0.x modules/custom/social_demo/src/DemoContentInterface.php \Drupal\social_demo\DemoContentInterface::setEntityStorage()
- 10.1.x modules/custom/social_demo/src/DemoContentInterface.php \Drupal\social_demo\DemoContentInterface::setEntityStorage()
- 10.2.x modules/custom/social_demo/src/DemoContentInterface.php \Drupal\social_demo\DemoContentInterface::setEntityStorage()
Set entity storage.
Parameters
\Drupal\Core\Entity\EntityStorageInterface $entity_storage: The EntityStorageInterface entity_storage.
1 method overrides DemoContentInterface::setEntityStorage()
- DemoContent::setEntityStorage in modules/
custom/ social_demo/ src/ DemoContent.php - Set entity storage.
File
- modules/
custom/ social_demo/ src/ DemoContentInterface.php, line 78
Class
- DemoContentInterface
- Interface DemoContentInterface.
Namespace
Drupal\social_demoCode
public function setEntityStorage(EntityStorageInterface $entity_storage);