Skip to content
Snippets Groups Projects
Verified Commit 99a78afb authored by quietone's avatar quietone
Browse files

Issue #3467540 by tstoeckler, prem suthar, smustgrave, catch: Update...

Issue #3467540 by tstoeckler, prem suthar, smustgrave, catch: Update EntityTypeInterface::getKeys() docs for string IDs
parent 4f04d687
No related branches found
No related tags found
11 merge requests!11197Issue #3506427 by eduardo morales alberti: Remove responsive_image.ajax from hook,!11131[10.4.x-only-DO-NOT-MERGE]: Issue ##2842525 Ajax attached to Views exposed filter form does not trigger callbacks,!10786Issue #3490579 by shalini_jha, mstrelan: Add void return to all views...,!5423Draft: Resolve #3329907 "Test2",!3878Removed unused condition head title for views,!3818Issue #2140179: $entity->original gets stale between updates,!3478Issue #3337882: Deleted menus are not removed from content type config,!2964Issue #2865710 : Dependencies from only one instance of a widget are used in display modes,!2062Issue #3246454: Add weekly granularity to views date sort,!10223132456: Fix issue where views instances are emptied before an ajax request is complete,!579Issue #2230909: Simple decimals fail to pass validation
Pipeline #372124 passed with warnings
Pipeline: drupal

#372136

    Pipeline: drupal

    #372126

      ......@@ -72,15 +72,14 @@ public function getOriginalClass();
      * Gets an array of entity keys.
      *
      * @return array
      * An array describing how the Field API can extract certain information
      * from objects of this entity type:
      * An array describing how information can be extracted from entities of
      * this entity type:
      * - id: The name of the property that contains the primary ID of the
      * entity. Every entity object passed to the Field API must have this
      * property and its value must be numeric.
      * entity. Entities that can be saved to storage must have this.
      * - revision: (optional) The name of the property that contains the
      * revision ID of the entity. The Field API assumes that all revision IDs
      * are unique across all entities of a type. If this entry is omitted
      * the entities of this type are not revisionable.
      * revision ID of the entity. It is assumed that all revision IDs are
      * unique across all entities of a type. If this entry is omitted the
      * entities of this type are not revisionable.
      * - bundle: (optional) The name of the property that contains the bundle
      * name for the entity. The bundle name defines which set of fields are
      * attached to the entity (e.g. what nodes call "content type"). This
      ......
      0% Loading or .
      You are about to add 0 people to the discussion. Proceed with caution.
      Please register or to comment