Skip to content
Snippets Groups Projects

Issue #3359917: Drupal 10 deprecations

2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -91,7 +91,7 @@ class MailerPolicyListBuilder extends ConfigEntityListBuilder implements MailerP
* {@inheritdoc}
*/
protected function getEntityIds() {
$query = $this->getStorage()->getQuery();
$query = $this->getStorage()->getQuery()->accessCheck(FALSE);
if ($this->filterType) {
$query->condition('id', "$this->filterType.", 'STARTS_WITH');
Loading