X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Ftaxonomy%2Fsrc%2FTermInterface.php;fp=web%2Fcore%2Fmodules%2Ftaxonomy%2Fsrc%2FTermInterface.php;h=3087a56ecbf9965cb3c546612f4e63eeb114b270;hp=0a582d3d60d1164c5e5bfedd4a9a8874d23a05be;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hpb=aea91e65e895364e460983b890e295aa5d5540a5 diff --git a/web/core/modules/taxonomy/src/TermInterface.php b/web/core/modules/taxonomy/src/TermInterface.php index 0a582d3d6..3087a56ec 100644 --- a/web/core/modules/taxonomy/src/TermInterface.php +++ b/web/core/modules/taxonomy/src/TermInterface.php @@ -87,6 +87,9 @@ interface TermInterface extends ContentEntityInterface, EntityChangedInterface { * * @return string * The id of the vocabulary. + * + * @deprecated Scheduled for removal before Drupal 9.0.0. Use + * TermInterface::bundle() instead. */ public function getVocabularyId();