Skip to content
Snippets Groups Projects
Unverified Commit db062458 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 6ea3299f
Branches
Tags
3 merge requests!11958Issue #3490507 by alexpott, smustgrave: Fix bogus mocking in...,!11769Issue #3517987: Add option to contextual filters to encode slashes in query parameter.,!11185Issue #3477324 by andypost, alexpott: Fix usage of str_getcsv() and fgetcsv() for PHP 8.4
Pipeline #354946 passed with warnings
Pipeline: drupal

#354977

    Pipeline: drupal

    #354974

      Pipeline: drupal

      #354971

        +7
        ......@@ -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