By editor, 10 February, 2017 Question How to load drupal 8 entity dynamicly by entity type and entity id ? Using entity_load function. Example: $entity = entity_load($entity_type, $id); Using Entity Manager Example: $entity = \Drupal::entityTypeManager()->getStorage($entity_type)->load($id); Tags Drupal 8 Code Entity Find Entity using Drupal EntityQuery Comments You must have JavaScript enabled to use this form. Your name Subject Comment About text formats Plain text No HTML tags allowed. Lines and paragraphs break automatically. Web page addresses and email addresses turn into links automatically.
Comments