Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: Entity Api Implementation #22

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

ViragJain3010
Copy link
Collaborator

@ViragJain3010 ViragJain3010 commented Mar 21, 2025

  1. Created a entity vendor, a menu link attendance, route /attending to show the listing of vendors.
  2. Explored types to create a entity. More formally there are two types:
  • Dynamic: We use variables to create, edit, load, etc. the entity types.
    $entity = \Drupal::entityTypeManager()->getStorage($entity_type)->load(1);
  • Static: In this we use hardCoded values
    $node = Node::load(1);
  1. Many other functions offered by entity API like loadMultiple, getQuery, Entity::save() etc.

image

Note: the code has been linted using PHPCS; however, some comments may trigger errors. These comments have been included for personal reference, please ignore them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant