Entity Relationships
Generated by drush groupsdrupalorg:erd --scope=all from Drupal
entity/field metadata (not the database schema — see the
Drupal\groupsdrupalorg\Erd\ErdGenerator class docblock for why). Do not
hand-edit; to update, regenerate with that command and commit the diff.
This is a scope=all snapshot: its contents depend on which modules the
generating environment had enabled, so it is regenerated manually (not by a
CI diff job) until this module gains a stable, module-specific scope. The
generator’s byte-for-byte determinism is instead guarded by the
ErdGeneratorKernelTest kernel test, which runs in a fixed environment.
erDiagram
action {
string label "Action"
}
base_field_override {
string label "Base field override"
}
block {
string label "Block"
}
block_content {
string label "Content block"
}
block_content_type {
string label "Block type"
}
date_format {
string label "Date format"
}
editor {
string label "Text editor"
}
entity_form_display {
string label "Entity form display"
}
entity_form_mode {
string label "Form mode"
}
entity_view_display {
string label "Entity view display"
}
entity_view_mode {
string label "View mode"
}
field_config {
string label "Field"
}
field_storage_config {
string label "Field storage"
}
file {
string label "File"
}
filter_format {
string label "Text format"
}
image_style {
string label "Image style"
}
menu {
string label "Menu"
}
menu_link_content {
string label "Custom menu link"
}
node {
string label "Content"
}
node_type {
string label "Content type"
}
path_alias {
string label "URL alias"
}
taxonomy_term {
string label "Taxonomy term"
}
taxonomy_vocabulary {
string label "Taxonomy vocabulary"
}
user {
string label "User"
}
user_role {
string label "Role"
}
view {
string label "View"
}
block_content }o--|| block_content_type : "type"
block_content }o--|| user : "revision_user"
file }o--|| user : "uid"
menu_link_content }o--|| user : "revision_user"
node }o--|| node_type : "type"
taxonomy_term }o--o{ taxonomy_term : "parent"
taxonomy_term }o--|| taxonomy_vocabulary : "type"
taxonomy_term }o--|| taxonomy_vocabulary : "vid"
taxonomy_term }o--|| user : "revision_user"
user }o--|| file : "user_picture"
user }o--o{ user_role : "roles"