Loading core/lib/Drupal/Core/Entity/EntityTypeInterface.php +3 −3 Original line number Diff line number Diff line Loading @@ -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(); Loading Loading
core/lib/Drupal/Core/Entity/EntityTypeInterface.php +3 −3 Original line number Diff line number Diff line Loading @@ -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(); Loading