function DependentAccessTest::providerTestSetFirst
Same name in this branch
- 11.x core/modules/block_content/tests/src/Unit/Access/DependentAccessTest.php \Drupal\Tests\block_content\Unit\Access\DependentAccessTest::providerTestSetFirst()
Same name and namespace in other branches
- 9 core/modules/block_content/tests/src/Unit/Access/DependentAccessTest.php \Drupal\Tests\block_content\Unit\Access\DependentAccessTest::providerTestSetFirst()
- 8.9.x core/modules/block_content/tests/src/Unit/Access/DependentAccessTest.php \Drupal\Tests\block_content\Unit\Access\DependentAccessTest::providerTestSetFirst()
- 10 core/modules/block_content/tests/src/Unit/Access/DependentAccessTest.php \Drupal\Tests\block_content\Unit\Access\DependentAccessTest::providerTestSetFirst()
Data provider for all test methods.
Provides test cases for calling setAccessDependency() or mergeAccessDependency() first. A call to either should behave the same on a new RefinableDependentAccessInterface object.
File
-
core/
tests/ Drupal/ Tests/ Core/ Access/ DependentAccessTest.php, line 145
Class
- DependentAccessTest
- @coversDefaultClass \Drupal\Core\Access\RefinableDependentAccessTrait[[api-linebreak]]
Namespace
Drupal\Tests\Core\AccessCode
public static function providerTestSetFirst() : array {
return [
[
TRUE,
],
[
FALSE,
],
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.