🇪🇸
Drupal Documentation and Guides
Guides
Spanish
Spanish
  • Getting Started with Drupal
  • Installing Drupal
  • Drush
  • Theme & Module Development Concepts
  • Modules
  • Themes
  • FrontEnd
    • Javascript
  • Backend
    • Helpful Drupal Classes and Methods
    • Entities
    • Nodes
    • Taxonomies
    • Hooks
    • Twig
    • Libraries
    • Queries
    • Forms
    • Files & Images
    • Helpful functions and solutions
  • Guides
    • Custom Fields
      • Entity Reference and integer
      • Two Text Fields
      • Textfields, formatted text and numbers
      • Links and media elements
Powered by GitBook
On this page
  1. Backend

Entities

Entities are the main building blocks of Drupal. They are the objects that are stored in the database. For example, a node is an entity, a user is an entity, a taxonomy term is an entity, etc.

PreviousHelpful Drupal Classes and MethodsNextNodes

Last updated 2 years ago

Nodes