Entity fields menu_link_content

Add to Default shortcuts
menu_link_content =>
array:22 [
  "id" => Drupal\Core\Field\BaseFieldDefinition {#1686
    #definition: array:8 [
      "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1687
        #string: "Entity ID"
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "read-only" => true
      "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#1688
        #string: "The entity ID for this menu link content entity."
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "provider" => "menu_link_content"
      "field_name" => "id"
      "entity_type" => "menu_link_content"
      "bundle" => null
      "initial_value" => null
    ]
    #typedDataManager: null
    #itemDefinition: Drupal\Core\Field\TypedData\FieldItemDataDefinition {#1689
      #definition: array:2 [
        "type" => "field_item:integer"
        "settings" => array:6 [
          "unsigned" => true
          "size" => "normal"
          "min" => ""
          "max" => ""
          "prefix" => ""
          "suffix" => ""
        ]
      ]
      #typedDataManager: null
      #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#1686}
    }
    #type: "integer"
    #propertyDefinitions: null
    #schema: array:4 [
      "columns" => array:1 [
        "value" => array:3 [
          "type" => "int"
          "unsigned" => true
          "size" => "normal"
        ]
      ]
      "unique keys" => []
      "indexes" => []
      "foreign keys" => []
    ]
    #indexes: []
  }
  "uuid" => Drupal\Core\Field\BaseFieldDefinition {#1690
    #definition: array:8 [
      "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1691
        #string: "UUID"
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "read-only" => true
      "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#1692
        #string: "The content menu link UUID."
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "provider" => "menu_link_content"
      "field_name" => "uuid"
      "entity_type" => "menu_link_content"
      "bundle" => null
      "initial_value" => null
    ]
    #typedDataManager: null
    #itemDefinition: Drupal\Core\Field\TypedData\FieldItemDataDefinition {#1693
      #definition: array:2 [
        "type" => "field_item:uuid"
        "settings" => array:3 [
          "max_length" => 128
          "is_ascii" => true
          "case_sensitive" => false
        ]
      ]
      #typedDataManager: null
      #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#1690}
    }
    #type: "uuid"
    #propertyDefinitions: null
    #schema: array:4 [
      "columns" => array:1 [
        "value" => array:3 [
          "type" => "varchar_ascii"
          "length" => 128
          "binary" => false
        ]
      ]
      "unique keys" => array:1 [
        "value" => array:1 [
          0 => "value"
        ]
      ]
      "indexes" => []
      "foreign keys" => []
    ]
    #indexes: []
  }
  "revision_id" => Drupal\Core\Field\BaseFieldDefinition {#1694
    #definition: array:7 [
      "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1695
        #string: "Revision ID"
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "read-only" => true
      "provider" => "menu_link_content"
      "field_name" => "revision_id"
      "entity_type" => "menu_link_content"
      "bundle" => null
      "initial_value" => null
    ]
    #typedDataManager: null
    #itemDefinition: Drupal\Core\Field\TypedData\FieldItemDataDefinition {#1696
      #definition: array:2 [
        "type" => "field_item:integer"
        "settings" => array:6 [
          "unsigned" => true
          "size" => "normal"
          "min" => ""
          "max" => ""
          "prefix" => ""
          "suffix" => ""
        ]
      ]
      #typedDataManager: null
      #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#1694}
    }
    #type: "integer"
    #propertyDefinitions: null
    #schema: array:4 [
      "columns" => array:1 [
        "value" => array:3 [
          "type" => "int"
          "unsigned" => true
          "size" => "normal"
        ]
      ]
      "unique keys" => []
      "indexes" => []
      "foreign keys" => []
    ]
    #indexes: []
  }
  "langcode" => Drupal\Core\Field\BaseFieldDefinition {#1697
    #definition: array:10 [
      "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1698
        #string: "Language"
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "display" => array:2 [
        "view" => array:1 [
          "options" => array:1 [
            "region" => "hidden"
          ]
        ]
        "form" => array:1 [
          "options" => array:2 [
            "type" => "language_select"
            "weight" => 2
          ]
        ]
      ]
      "revisionable" => true
      "translatable" => true
      "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#1699
        #string: "The menu link language code."
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "provider" => "menu_link_content"
      "field_name" => "langcode"
      "entity_type" => "menu_link_content"
      "bundle" => null
      "initial_value" => null
    ]
    #typedDataManager: null
    #itemDefinition: Drupal\Core\Field\TypedData\FieldItemDataDefinition {#1700
      #definition: array:2 [
        "type" => "field_item:language"
        "settings" => []
      ]
      #typedDataManager: null
      #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#1697}
    }
    #type: "language"
    #propertyDefinitions: null
    #schema: array:4 [
      "columns" => array:1 [
        "value" => array:2 [
          "type" => "varchar_ascii"
          "length" => 12
        ]
      ]
      "unique keys" => []
      "indexes" => []
      "foreign keys" => []
    ]
    #indexes: []
  }
  "bundle" => Drupal\Core\Field\BaseFieldDefinition {#1701
    #definition: array:9 [
      "label" => "Custom menu link bundle"
      "required" => true
      "read-only" => true
      "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#1702
        #string: "The content menu link bundle."
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "provider" => "menu_link_content"
      "field_name" => "bundle"
      "entity_type" => "menu_link_content"
      "bundle" => null
      "initial_value" => null
    ]
    #typedDataManager: null
    #itemDefinition: Drupal\Core\Field\TypedData\FieldItemDataDefinition {#1703
      #definition: array:2 [
        "type" => "field_item:string"
        "settings" => array:3 [
          "max_length" => 32
          "is_ascii" => true
          "case_sensitive" => false
        ]
      ]
      #typedDataManager: null
      #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#1701}
    }
    #type: "string"
    #propertyDefinitions: null
    #schema: array:4 [
      "columns" => array:1 [
        "value" => array:3 [
          "type" => "varchar_ascii"
          "length" => 32
          "binary" => false
        ]
      ]
      "unique keys" => []
      "indexes" => []
      "foreign keys" => []
    ]
    #indexes: []
  }
  "revision_created" => Drupal\Core\Field\BaseFieldDefinition {#1704
    #definition: array:8 [
      "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1705
        #string: "Revision create time"
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#1706
        #string: "The time that the current revision was created."
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "revisionable" => true
      "provider" => "menu_link_content"
      "field_name" => "revision_created"
      "entity_type" => "menu_link_content"
      "bundle" => null
      "initial_value" => null
    ]
    #typedDataManager: null
    #itemDefinition: Drupal\Core\Field\TypedData\FieldItemDataDefinition {#1707
      #definition: array:2 [
        "type" => "field_item:created"
        "settings" => []
      ]
      #typedDataManager: null
      #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#1704}
    }
    #type: "created"
    #propertyDefinitions: null
    #schema: array:4 [
      "columns" => array:1 [
        "value" => array:1 [
          "type" => "int"
        ]
      ]
      "unique keys" => []
      "indexes" => []
      "foreign keys" => []
    ]
    #indexes: []
  }
  "revision_user" => Drupal\Core\Field\BaseFieldDefinition {#1708
    #definition: array:8 [
      "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1709
        #string: "Revision user"
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#1710
        #string: "The user ID of the author of the current revision."
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "revisionable" => true
      "provider" => "menu_link_content"
      "field_name" => "revision_user"
      "entity_type" => "menu_link_content"
      "bundle" => null
      "initial_value" => null
    ]
    #typedDataManager: null
    #itemDefinition: Drupal\Core\Field\TypedData\FieldItemDataDefinition {#1711
      #definition: array:2 [
        "type" => "field_item:entity_reference"
        "settings" => array:3 [
          "target_type" => "user"
          "handler" => "default"
          "handler_settings" => []
        ]
      ]
      #typedDataManager: null
      #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#1708}
    }
    #type: "entity_reference"
    #propertyDefinitions: null
    #schema: array:4 [
      "columns" => array:1 [
        "target_id" => array:3 [
          "description" => "The ID of the target entity."
          "type" => "int"
          "unsigned" => true
        ]
      ]
      "indexes" => array:1 [
        "target_id" => array:1 [
          0 => "target_id"
        ]
      ]
      "unique keys" => []
      "foreign keys" => []
    ]
    #indexes: []
  }
  "revision_log_message" => Drupal\Core\Field\BaseFieldDefinition {#1712
    #definition: array:10 [
      "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1713
        #string: "Revision log message"
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#1714
        #string: "Briefly describe the changes you have made."
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "revisionable" => true
      "default_value" => array:1 [
        0 => array:1 [
          "value" => ""
        ]
      ]
      "display" => array:1 [
        "form" => array:1 [
          "options" => array:1 [
            "region" => "hidden"
          ]
        ]
      ]
      "provider" => "menu_link_content"
      "field_name" => "revision_log_message"
      "entity_type" => "menu_link_content"
      "bundle" => null
      "initial_value" => null
    ]
    #typedDataManager: null
    #itemDefinition: Drupal\Core\Field\TypedData\FieldItemDataDefinition {#1715
      #definition: array:2 [
        "type" => "field_item:string_long"
        "settings" => array:1 [
          "case_sensitive" => false
        ]
      ]
      #typedDataManager: null
      #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#1712}
    }
    #type: "string_long"
    #propertyDefinitions: null
    #schema: array:4 [
      "columns" => array:1 [
        "value" => array:2 [
          "type" => "text"
          "size" => "big"
        ]
      ]
      "unique keys" => []
      "indexes" => []
      "foreign keys" => []
    ]
    #indexes: []
  }
  "enabled" => Drupal\Core\Field\BaseFieldDefinition {#1716
    #definition: array:11 [
      "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1717
        #string: "Enabled"
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "revisionable" => true
      "translatable" => false
      "default_value" => array:1 [
        0 => array:1 [
          "value" => true
        ]
      ]
      "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#1718
        #string: "A flag for whether the link should be enabled in menus or hidden."
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "display" => array:2 [
        "view" => array:1 [
          "options" => array:3 [
            "label" => "hidden"
            "type" => "boolean"
            "weight" => 0
          ]
        ]
        "form" => array:1 [
          "options" => array:2 [
            "settings" => array:1 [
              "display_label" => true
            ]
            "weight" => -1
          ]
        ]
      ]
      "provider" => "menu_link_content"
      "field_name" => "enabled"
      "entity_type" => "menu_link_content"
      "bundle" => null
      "initial_value" => null
    ]
    #typedDataManager: null
    #itemDefinition: Drupal\Core\Field\TypedData\FieldItemDataDefinition {#1719
      #definition: array:2 [
        "type" => "field_item:boolean"
        "settings" => array:2 [
          "on_label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1720
            #string: "On"
            #arguments: []
            #translatedMarkup: null
            #options: []
            #stringTranslation: null
          }
          "off_label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1721
            #string: "Off"
            #arguments: []
            #translatedMarkup: null
            #options: []
            #stringTranslation: null
          }
        ]
      ]
      #typedDataManager: null
      #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#1716}
    }
    #type: "boolean"
    #propertyDefinitions: null
    #schema: array:4 [
      "columns" => array:1 [
        "value" => array:2 [
          "type" => "int"
          "size" => "tiny"
        ]
      ]
      "unique keys" => []
      "indexes" => []
      "foreign keys" => []
    ]
    #indexes: []
  }
  "title" => Drupal\Core\Field\BaseFieldDefinition {#1722
    #definition: array:11 [
      "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1723
        #string: "Menu link title"
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#1724
        #string: "The text to be used for this link in the menu."
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "required" => true
      "translatable" => true
      "revisionable" => true
      "display" => array:2 [
        "view" => array:1 [
          "options" => array:3 [
            "label" => "hidden"
            "type" => "string"
            "weight" => -5
          ]
        ]
        "form" => array:2 [
          "options" => array:2 [
            "type" => "string_textfield"
            "weight" => -5
          ]
          "configurable" => true
        ]
      ]
      "provider" => "menu_link_content"
      "field_name" => "title"
      "entity_type" => "menu_link_content"
      "bundle" => null
      "initial_value" => null
    ]
    #typedDataManager: null
    #itemDefinition: Drupal\Core\Field\TypedData\FieldItemDataDefinition {#1725
      #definition: array:2 [
        "type" => "field_item:string"
        "settings" => array:3 [
          "max_length" => 255
          "is_ascii" => false
          "case_sensitive" => false
        ]
      ]
      #typedDataManager: null
      #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#1722}
    }
    #type: "string"
    #propertyDefinitions: null
    #schema: array:4 [
      "columns" => array:1 [
        "value" => array:3 [
          "type" => "varchar"
          "length" => 255
          "binary" => false
        ]
      ]
      "unique keys" => []
      "indexes" => []
      "foreign keys" => []
    ]
    #indexes: []
  }
  "description" => Drupal\Core\Field\BaseFieldDefinition {#1726
    #definition: array:10 [
      "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1727
        #string: "Description"
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#1728
        #string: "Shown when hovering over the menu link."
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "translatable" => true
      "revisionable" => true
      "display" => array:2 [
        "view" => array:1 [
          "options" => array:3 [
            "label" => "hidden"
            "type" => "string"
            "weight" => 0
          ]
        ]
        "form" => array:1 [
          "options" => array:2 [
            "type" => "string_textfield"
            "weight" => 0
          ]
        ]
      ]
      "provider" => "menu_link_content"
      "field_name" => "description"
      "entity_type" => "menu_link_content"
      "bundle" => null
      "initial_value" => null
    ]
    #typedDataManager: null
    #itemDefinition: Drupal\Core\Field\TypedData\FieldItemDataDefinition {#1729
      #definition: array:2 [
        "type" => "field_item:string"
        "settings" => array:3 [
          "max_length" => 255
          "is_ascii" => false
          "case_sensitive" => false
        ]
      ]
      #typedDataManager: null
      #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#1726}
    }
    #type: "string"
    #propertyDefinitions: null
    #schema: array:4 [
      "columns" => array:1 [
        "value" => array:3 [
          "type" => "varchar"
          "length" => 255
          "binary" => false
        ]
      ]
      "unique keys" => []
      "indexes" => []
      "foreign keys" => []
    ]
    #indexes: []
  }
  "menu_name" => Drupal\Core\Field\BaseFieldDefinition {#1730
    #definition: array:8 [
      "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1731
        #string: "Menu name"
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#1732
        #string: "The menu name. All links with the same menu name (such as "tools") are part of the same menu."
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "default_value" => array:1 [
        0 => array:1 [
          "value" => "tools"
        ]
      ]
      "provider" => "menu_link_content"
      "field_name" => "menu_name"
      "entity_type" => "menu_link_content"
      "bundle" => null
      "initial_value" => null
    ]
    #typedDataManager: null
    #itemDefinition: Drupal\Core\Field\TypedData\FieldItemDataDefinition {#1733
      #definition: array:2 [
        "type" => "field_item:string"
        "settings" => array:3 [
          "max_length" => 255
          "is_ascii" => true
          "case_sensitive" => false
        ]
      ]
      #typedDataManager: null
      #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#1730}
    }
    #type: "string"
    #propertyDefinitions: null
    #schema: array:4 [
      "columns" => array:1 [
        "value" => array:3 [
          "type" => "varchar_ascii"
          "length" => 255
          "binary" => false
        ]
      ]
      "unique keys" => []
      "indexes" => []
      "foreign keys" => []
    ]
    #indexes: []
  }
  "link" => Drupal\Core\Field\BaseFieldDefinition {#1734
    #definition: array:10 [
      "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1735
        #string: "Link"
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#1736
        #string: "The location this menu link points to."
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "revisionable" => true
      "required" => true
      "display" => array:1 [
        "form" => array:1 [
          "options" => array:2 [
            "type" => "link_default"
            "weight" => -2
          ]
        ]
      ]
      "provider" => "menu_link_content"
      "field_name" => "link"
      "entity_type" => "menu_link_content"
      "bundle" => null
      "initial_value" => null
    ]
    #typedDataManager: null
    #itemDefinition: Drupal\Core\Field\TypedData\FieldItemDataDefinition {#1737
      #definition: array:2 [
        "type" => "field_item:link"
        "settings" => array:2 [
          "title" => 0
          "link_type" => 17
        ]
      ]
      #typedDataManager: null
      #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#1734}
    }
    #type: "link"
    #propertyDefinitions: null
    #schema: array:4 [
      "columns" => array:3 [
        "uri" => array:3 [
          "description" => "The URI of the link."
          "type" => "varchar"
          "length" => 2048
        ]
        "title" => array:3 [
          "description" => "The link text."
          "type" => "varchar"
          "length" => 255
        ]
        "options" => array:4 [
          "description" => "Serialized array of options for the link."
          "type" => "blob"
          "size" => "big"
          "serialize" => true
        ]
      ]
      "indexes" => array:1 [
        "uri" => array:1 [
          0 => array:2 [
            0 => "uri"
            1 => 30
          ]
        ]
      ]
      "unique keys" => []
      "foreign keys" => []
    ]
    #indexes: []
  }
  "external" => Drupal\Core\Field\BaseFieldDefinition {#1738
    #definition: array:9 [
      "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1739
        #string: "External"
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#1740
        #string: "A flag to indicate if the link points to a full URL starting with a protocol, like http:// (1 = external, 0 = internal)."
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "default_value" => array:1 [
        0 => array:1 [
          "value" => false
        ]
      ]
      "revisionable" => true
      "provider" => "menu_link_content"
      "field_name" => "external"
      "entity_type" => "menu_link_content"
      "bundle" => null
      "initial_value" => null
    ]
    #typedDataManager: null
    #itemDefinition: Drupal\Core\Field\TypedData\FieldItemDataDefinition {#1741
      #definition: array:2 [
        "type" => "field_item:boolean"
        "settings" => array:2 [
          "on_label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1742
            #string: "On"
            #arguments: []
            #translatedMarkup: null
            #options: []
            #stringTranslation: null
          }
          "off_label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1743
            #string: "Off"
            #arguments: []
            #translatedMarkup: null
            #options: []
            #stringTranslation: null
          }
        ]
      ]
      #typedDataManager: null
      #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#1738}
    }
    #type: "boolean"
    #propertyDefinitions: null
    #schema: array:4 [
      "columns" => array:1 [
        "value" => array:2 [
          "type" => "int"
          "size" => "tiny"
        ]
      ]
      "unique keys" => []
      "indexes" => []
      "foreign keys" => []
    ]
    #indexes: []
  }
  "rediscover" => Drupal\Core\Field\BaseFieldDefinition {#1744
    #definition: array:7 [
      "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1745
        #string: "Indicates whether the menu link should be rediscovered"
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "default_value" => array:1 [
        0 => array:1 [
          "value" => false
        ]
      ]
      "provider" => "menu_link_content"
      "field_name" => "rediscover"
      "entity_type" => "menu_link_content"
      "bundle" => null
      "initial_value" => null
    ]
    #typedDataManager: null
    #itemDefinition: Drupal\Core\Field\TypedData\FieldItemDataDefinition {#1746
      #definition: array:2 [
        "type" => "field_item:boolean"
        "settings" => array:2 [
          "on_label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1747
            #string: "On"
            #arguments: []
            #translatedMarkup: null
            #options: []
            #stringTranslation: null
          }
          "off_label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1748
            #string: "Off"
            #arguments: []
            #translatedMarkup: null
            #options: []
            #stringTranslation: null
          }
        ]
      ]
      #typedDataManager: null
      #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#1744}
    }
    #type: "boolean"
    #propertyDefinitions: null
    #schema: array:4 [
      "columns" => array:1 [
        "value" => array:2 [
          "type" => "int"
          "size" => "tiny"
        ]
      ]
      "unique keys" => []
      "indexes" => []
      "foreign keys" => []
    ]
    #indexes: []
  }
  "weight" => Drupal\Core\Field\BaseFieldDefinition {#1749
    #definition: array:9 [
      "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1750
        #string: "Weight"
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#1751
        #string: "Link weight among links in the same menu at the same depth. In the menu, the links with high weight will sink and links with a low weight will be positioned nearer the top."
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "default_value" => array:1 [
        0 => array:1 [
          "value" => 0
        ]
      ]
      "display" => array:2 [
        "view" => array:1 [
          "options" => array:3 [
            "label" => "hidden"
            "type" => "number_integer"
            "weight" => 0
          ]
        ]
        "form" => array:1 [
          "options" => array:2 [
            "type" => "number"
            "weight" => 20
          ]
        ]
      ]
      "provider" => "menu_link_content"
      "field_name" => "weight"
      "entity_type" => "menu_link_content"
      "bundle" => null
      "initial_value" => null
    ]
    #typedDataManager: null
    #itemDefinition: Drupal\Core\Field\TypedData\FieldItemDataDefinition {#1752
      #definition: array:2 [
        "type" => "field_item:integer"
        "settings" => array:6 [
          "unsigned" => false
          "size" => "normal"
          "min" => ""
          "max" => ""
          "prefix" => ""
          "suffix" => ""
        ]
      ]
      #typedDataManager: null
      #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#1749}
    }
    #type: "integer"
    #propertyDefinitions: null
    #schema: array:4 [
      "columns" => array:1 [
        "value" => array:3 [
          "type" => "int"
          "unsigned" => false
          "size" => "normal"
        ]
      ]
      "unique keys" => []
      "indexes" => []
      "foreign keys" => []
    ]
    #indexes: []
  }
  "expanded" => Drupal\Core\Field\BaseFieldDefinition {#1753
    #definition: array:9 [
      "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1754
        #string: "Show as expanded"
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#1755
        #string: "If selected and this menu link has children, the menu will always appear expanded. This option may be overridden for the entire menu tree when placing a menu block."
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "default_value" => array:1 [
        0 => array:1 [
          "value" => false
        ]
      ]
      "display" => array:2 [
        "view" => array:1 [
          "options" => array:3 [
            "label" => "hidden"
            "type" => "boolean"
            "weight" => 0
          ]
        ]
        "form" => array:1 [
          "options" => array:2 [
            "settings" => array:1 [
              "display_label" => true
            ]
            "weight" => 0
          ]
        ]
      ]
      "provider" => "menu_link_content"
      "field_name" => "expanded"
      "entity_type" => "menu_link_content"
      "bundle" => null
      "initial_value" => null
    ]
    #typedDataManager: null
    #itemDefinition: Drupal\Core\Field\TypedData\FieldItemDataDefinition {#1756
      #definition: array:2 [
        "type" => "field_item:boolean"
        "settings" => array:2 [
          "on_label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1757
            #string: "On"
            #arguments: []
            #translatedMarkup: null
            #options: []
            #stringTranslation: null
          }
          "off_label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1758
            #string: "Off"
            #arguments: []
            #translatedMarkup: null
            #options: []
            #stringTranslation: null
          }
        ]
      ]
      #typedDataManager: null
      #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#1753}
    }
    #type: "boolean"
    #propertyDefinitions: null
    #schema: array:4 [
      "columns" => array:1 [
        "value" => array:2 [
          "type" => "int"
          "size" => "tiny"
        ]
      ]
      "unique keys" => []
      "indexes" => []
      "foreign keys" => []
    ]
    #indexes: []
  }
  "parent" => Drupal\Core\Field\BaseFieldDefinition {#1759
    #definition: array:7 [
      "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1760
        #string: "Parent plugin ID"
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#1761
        #string: "The ID of the parent menu link plugin, or empty string when at the top level of the hierarchy."
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "provider" => "menu_link_content"
      "field_name" => "parent"
      "entity_type" => "menu_link_content"
      "bundle" => null
      "initial_value" => null
    ]
    #typedDataManager: null
    #itemDefinition: Drupal\Core\Field\TypedData\FieldItemDataDefinition {#1762
      #definition: array:2 [
        "type" => "field_item:string"
        "settings" => array:3 [
          "max_length" => 255
          "is_ascii" => false
          "case_sensitive" => false
        ]
      ]
      #typedDataManager: null
      #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#1759}
    }
    #type: "string"
    #propertyDefinitions: null
    #schema: array:4 [
      "columns" => array:1 [
        "value" => array:3 [
          "type" => "varchar"
          "length" => 255
          "binary" => false
        ]
      ]
      "unique keys" => []
      "indexes" => []
      "foreign keys" => []
    ]
    #indexes: []
  }
  "changed" => Drupal\Core\Field\BaseFieldDefinition {#1763
    #definition: array:9 [
      "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1764
        #string: "Changed"
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#1765
        #string: "The time that the menu link was last edited."
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "translatable" => true
      "revisionable" => true
      "provider" => "menu_link_content"
      "field_name" => "changed"
      "entity_type" => "menu_link_content"
      "bundle" => null
      "initial_value" => null
    ]
    #typedDataManager: null
    #itemDefinition: Drupal\Core\Field\TypedData\FieldItemDataDefinition {#1766
      #definition: array:2 [
        "type" => "field_item:changed"
        "settings" => []
      ]
      #typedDataManager: null
      #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#1763}
    }
    #type: "changed"
    #propertyDefinitions: null
    #schema: array:4 [
      "columns" => array:1 [
        "value" => array:1 [
          "type" => "int"
        ]
      ]
      "unique keys" => []
      "indexes" => []
      "foreign keys" => []
    ]
    #indexes: []
  }
  "default_langcode" => Drupal\Core\Field\BaseFieldDefinition {#1767
    #definition: array:10 [
      "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1768
        #string: "Default translation"
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#1769
        #string: "A flag indicating whether this is the default translation."
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "translatable" => true
      "revisionable" => true
      "default_value" => array:1 [
        0 => array:1 [
          "value" => true
        ]
      ]
      "provider" => "menu_link_content"
      "field_name" => "default_langcode"
      "entity_type" => "menu_link_content"
      "bundle" => null
      "initial_value" => null
    ]
    #typedDataManager: null
    #itemDefinition: Drupal\Core\Field\TypedData\FieldItemDataDefinition {#1770
      #definition: array:2 [
        "type" => "field_item:boolean"
        "settings" => array:2 [
          "on_label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1771
            #string: "On"
            #arguments: []
            #translatedMarkup: null
            #options: []
            #stringTranslation: null
          }
          "off_label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1772
            #string: "Off"
            #arguments: []
            #translatedMarkup: null
            #options: []
            #stringTranslation: null
          }
        ]
      ]
      #typedDataManager: null
      #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#1767}
    }
    #type: "boolean"
    #propertyDefinitions: null
    #schema: array:4 [
      "columns" => array:1 [
        "value" => array:2 [
          "type" => "int"
          "size" => "tiny"
        ]
      ]
      "unique keys" => []
      "indexes" => []
      "foreign keys" => []
    ]
    #indexes: []
  }
  "revision_default" => Drupal\Core\Field\BaseFieldDefinition {#1773
    #definition: array:11 [
      "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1774
        #string: "Default revision"
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#1775
        #string: "A flag indicating whether this was a default revision when it was saved."
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "storage_required" => true
      "internal" => true
      "translatable" => false
      "revisionable" => true
      "provider" => "menu_link_content"
      "field_name" => "revision_default"
      "entity_type" => "menu_link_content"
      "bundle" => null
      "initial_value" => null
    ]
    #typedDataManager: null
    #itemDefinition: Drupal\Core\Field\TypedData\FieldItemDataDefinition {#1776
      #definition: array:2 [
        "type" => "field_item:boolean"
        "settings" => array:2 [
          "on_label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1777
            #string: "On"
            #arguments: []
            #translatedMarkup: null
            #options: []
            #stringTranslation: null
          }
          "off_label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1778
            #string: "Off"
            #arguments: []
            #translatedMarkup: null
            #options: []
            #stringTranslation: null
          }
        ]
      ]
      #typedDataManager: null
      #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#1773}
    }
    #type: "boolean"
    #propertyDefinitions: null
    #schema: array:4 [
      "columns" => array:1 [
        "value" => array:2 [
          "type" => "int"
          "size" => "tiny"
        ]
      ]
      "unique keys" => []
      "indexes" => []
      "foreign keys" => []
    ]
    #indexes: []
  }
  "revision_translation_affected" => Drupal\Core\Field\BaseFieldDefinition {#1779
    #definition: array:10 [
      "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1780
        #string: "Revision translation affected"
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#1781
        #string: "Indicates if the last edit of a translation belongs to current revision."
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "read-only" => true
      "revisionable" => true
      "translatable" => true
      "provider" => "menu_link_content"
      "field_name" => "revision_translation_affected"
      "entity_type" => "menu_link_content"
      "bundle" => null
      "initial_value" => null
    ]
    #typedDataManager: null
    #itemDefinition: Drupal\Core\Field\TypedData\FieldItemDataDefinition {#1782
      #definition: array:2 [
        "type" => "field_item:boolean"
        "settings" => array:2 [
          "on_label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1783
            #string: "On"
            #arguments: []
            #translatedMarkup: null
            #options: []
            #stringTranslation: null
          }
          "off_label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1784
            #string: "Off"
            #arguments: []
            #translatedMarkup: null
            #options: []
            #stringTranslation: null
          }
        ]
      ]
      #typedDataManager: null
      #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#1779}
    }
    #type: "boolean"
    #propertyDefinitions: null
    #schema: array:4 [
      "columns" => array:1 [
        "value" => array:2 [
          "type" => "int"
          "size" => "tiny"
        ]
      ]
      "unique keys" => []
      "indexes" => []
      "foreign keys" => []
    ]
    #indexes: []
  }
]