Skip to content
Snippets Groups Projects
Unverified Commit 387eccd4 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 8c90792a
No related branches found
No related tags found
1 merge request!10602Issue #3438769 by vinmayiswamy, antonnavi, michelle, amateescu: Sub workspace does not clear
Pipeline #356134 passed with warnings
Pipeline: drupal

#356174

    Pipeline: drupal

    #356169

      Pipeline: drupal

      #356160

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