public function DeleteTest::getConf in IMCE 8
Same name and namespace in other branches
- 8.2 tests/src/Kernel/Plugin/ImcePlugin/DeleteTest.php \Drupal\Tests\imce\Kernel\Plugin\ImcePlugin\DeleteTest::getConf()
Get permissions settings.
Return value
array Return the array with permissions.
Overrides KernelTestBasePlugin::getConf
1 call to DeleteTest::getConf()
- DeleteTest::setSelectionFile in tests/
src/ Kernel/ Plugin/ ImcePlugin/ DeleteTest.php - Set the ImceFM::selection[].
File
- tests/
src/ Kernel/ Plugin/ ImcePlugin/ DeleteTest.php, line 98
Class
- DeleteTest
- Kernel tests for Imce plugins for Imce Plugin Core.
Namespace
Drupal\Tests\imce\Kernel\Plugin\ImcePluginCode
public function getConf() {
return [
'permissions' => [
'all' => TRUE,
],
];
}