Loading CHANGELOG.txt +2 −0 Original line number Diff line number Diff line Loading @@ -45,6 +45,8 @@ Metatag 8.x-1.x-dev, xxxx-xx-xx #3205932 by dalin, DamienMcKenna: Add noindex to "403 access denied" defaults. #3229004 by larisse, Rar9, DamienMcKenna: Undefined index: hreflang in metatag_hreflang_page_attachments_alter(). #3190804 by DamienMcKenna, Wim Leers: Allow source counts to be cached: implement ::doCount() instead of ::count(). Metatag 8.x-1.16, 2021-03-15 Loading src/Plugin/migrate/source/d6/NodewordsFieldInstance.php +7 −0 Original line number Diff line number Diff line Loading @@ -118,4 +118,11 @@ class NodewordsFieldInstance extends DrupalSqlBase { return $this->initializeIterator()->count(); } /** * {@inheritdoc} */ protected function doCount() { return $this->initializeIterator()->count(); } } src/Plugin/migrate/source/d7/MetatagFieldInstance.php +7 −0 Original line number Diff line number Diff line Loading @@ -141,4 +141,11 @@ class MetatagFieldInstance extends DrupalSqlBase { return $this->initializeIterator()->count(); } /** * {@inheritdoc} */ protected function doCount() { return $this->initializeIterator()->count(); } } Loading
CHANGELOG.txt +2 −0 Original line number Diff line number Diff line Loading @@ -45,6 +45,8 @@ Metatag 8.x-1.x-dev, xxxx-xx-xx #3205932 by dalin, DamienMcKenna: Add noindex to "403 access denied" defaults. #3229004 by larisse, Rar9, DamienMcKenna: Undefined index: hreflang in metatag_hreflang_page_attachments_alter(). #3190804 by DamienMcKenna, Wim Leers: Allow source counts to be cached: implement ::doCount() instead of ::count(). Metatag 8.x-1.16, 2021-03-15 Loading
src/Plugin/migrate/source/d6/NodewordsFieldInstance.php +7 −0 Original line number Diff line number Diff line Loading @@ -118,4 +118,11 @@ class NodewordsFieldInstance extends DrupalSqlBase { return $this->initializeIterator()->count(); } /** * {@inheritdoc} */ protected function doCount() { return $this->initializeIterator()->count(); } }
src/Plugin/migrate/source/d7/MetatagFieldInstance.php +7 −0 Original line number Diff line number Diff line Loading @@ -141,4 +141,11 @@ class MetatagFieldInstance extends DrupalSqlBase { return $this->initializeIterator()->count(); } /** * {@inheritdoc} */ protected function doCount() { return $this->initializeIterator()->count(); } }