You are here

public function DemoContent::setEntityStorage in Open Social 8.5

Same name and namespace in other branches
  1. 8.9 modules/custom/social_demo/src/DemoContent.php \Drupal\social_demo\DemoContent::setEntityStorage()
  2. 8 modules/custom/social_demo/src/DemoContent.php \Drupal\social_demo\DemoContent::setEntityStorage()
  3. 8.2 modules/custom/social_demo/src/DemoContent.php \Drupal\social_demo\DemoContent::setEntityStorage()
  4. 8.3 modules/custom/social_demo/src/DemoContent.php \Drupal\social_demo\DemoContent::setEntityStorage()
  5. 8.4 modules/custom/social_demo/src/DemoContent.php \Drupal\social_demo\DemoContent::setEntityStorage()
  6. 8.6 modules/custom/social_demo/src/DemoContent.php \Drupal\social_demo\DemoContent::setEntityStorage()
  7. 8.7 modules/custom/social_demo/src/DemoContent.php \Drupal\social_demo\DemoContent::setEntityStorage()
  8. 8.8 modules/custom/social_demo/src/DemoContent.php \Drupal\social_demo\DemoContent::setEntityStorage()
  9. 10.3.x modules/custom/social_demo/src/DemoContent.php \Drupal\social_demo\DemoContent::setEntityStorage()
  10. 10.0.x modules/custom/social_demo/src/DemoContent.php \Drupal\social_demo\DemoContent::setEntityStorage()
  11. 10.1.x modules/custom/social_demo/src/DemoContent.php \Drupal\social_demo\DemoContent::setEntityStorage()
  12. 10.2.x modules/custom/social_demo/src/DemoContent.php \Drupal\social_demo\DemoContent::setEntityStorage()

Set entity storage.

Parameters

\Drupal\Core\Entity\EntityStorageInterface $entity_storage: The EntityStorageInterface entity_storage.

Overrides DemoContentInterface::setEntityStorage

File

modules/custom/social_demo/src/DemoContent.php, line 117

Class

DemoContent
Class DemoContent.

Namespace

Drupal\social_demo

Code

public function setEntityStorage(EntityStorageInterface $entity_storage) {
  $this->entityStorage = $entity_storage;
}