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