Skip to content
Snippets Groups Projects
Unverified Commit 6c280ff8 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*
parent d3ba876d
No related branches found
No related tags found
10 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,!3154Fixes #2987987 - CSRF token validation broken on routes with optional parameters.,!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
......@@ -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