Open
Description
Given \Drupal\Tests\migrate_tools\Functional\MigrateExecutionFormTest
private QueryInterface $vocabularyQuery;
$this->vocabularyQuery = $this->container->get('entity_type.manager')
->getStorage('taxonomy_term')
->getQuery()
->accessCheck(TRUE);
$real_count = $this->vocabularyQuery->count()->execute();
Metadata
Metadata
Assignees
Labels
No labels