Skip to content
Snippets Groups Projects
Unverified Commit 0b914df6 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3484365 by nexusnovaz, joachim: docs for...

Issue #3484365 by nexusnovaz, joachim: docs for EntityTypeInterface::getBundleOf() should say entity type *id*

(cherry picked from commit 6c280ff8)
parent 99ca4cf5
No related branches found
No related tags found
2 merge requests!10663Issue #3495778: Update phpdoc in FileSaveHtaccessLoggingTest,!10451Issue #3472458 by watergate, smustgrave: CKEditor 5 show blocks label is not translated
Pipeline #354917 passed with warnings
Pipeline: drupal

#354926

    Pipeline: drupal

    #354923

      Pipeline: drupal

      #354920

        +2
        ......@@ -480,15 +480,15 @@ public function setLinkTemplate($key, $path);
        public function getBundleEntityType();
        /**
        * Gets the entity type for which this entity provides bundles.
        * Gets the entity type ID for which this entity provides bundles.
        *
        * It can be used by other modules to act accordingly; for example,
        * the Field UI module uses it to add operation links to manage fields and
        * displays.
        *
        * @return string|null
        * The entity type for which this entity provides bundles, or NULL if does
        * not provide bundles for another entity type.
        * The entity type ID for which this entity provides bundles, or NULL if
        * does not provide bundles for another entity type.
        */
        public function getBundleOf();
        ......
        0% Loading or .
        You are about to add 0 people to the discussion. Proceed with caution.
        Please register or to comment