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

Issue #3490858 by mfb, smustgrave: Align return type phpdoc for...

Issue #3490858 by mfb, smustgrave: Align return type phpdoc for EntityChangedInterface::getChangedTime() with EntityChangedTrait
parent 9177c489
No related branches found
No related tags found
9 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...,!3878Removed unused condition head title for views,!3818Issue #2140179: $entity->original gets stale between updates,!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,!617Issue #3043725: Provide a Entity Handler for user cancelation
Pipeline #374411 passed with warnings
Pipeline: drupal

#374423

    Pipeline: drupal

    #374421

      Pipeline: drupal

      #374412

        ...@@ -21,8 +21,9 @@ interface EntityChangedInterface extends EntityInterface { ...@@ -21,8 +21,9 @@ interface EntityChangedInterface extends EntityInterface {
        /** /**
        * Gets the timestamp of the last entity change for the current translation. * Gets the timestamp of the last entity change for the current translation.
        * *
        * @return int * @return int|null
        * The timestamp of the last entity save operation. * The timestamp of the last entity save operation. Some entities allow a
        * NULL value indicating the changed time is unknown.
        */ */
        public function getChangedTime(); public function getChangedTime();
        ......
        0% Loading or .
        You are about to add 0 people to the discussion. Proceed with caution.
        Finish editing this message first!
        Please register or to comment