protected function PBTKernelTestBase::getTaxonomyIndex in Permissions by Term 8
Same name and namespace in other branches
- 8.2 tests/src/Kernel/PBTKernelTestBase.php \Drupal\Tests\permissions_by_term\Kernel\PBTKernelTestBase::getTaxonomyIndex()
File
- tests/
src/ Kernel/ PBTKernelTestBase.php, line 285
Class
- PBTKernelTestBase
- Class PBTKernelTestBase
Namespace
Drupal\Tests\permissions_by_term\KernelCode
protected function getTaxonomyIndex() {
return \Drupal::database()
->select('taxonomy_index', 'ti')
->fields('ti', [
'tid',
])
->execute()
->fetchCol();
}