function DateFormatAccessControlHandlerTest::setUp
Overrides KernelTestBase::setUp
File
- 
              core/modules/ system/ tests/ src/ Kernel/ DateFormatAccessControlHandlerTest.php, line 42 
Class
- DateFormatAccessControlHandlerTest
- @coversDefaultClass \Drupal\system\DateFormatAccessControlHandler[[api-linebreak]] @group system
Namespace
Drupal\Tests\system\KernelCode
protected function setUp() : void {
  parent::setUp();
  $this->installEntitySchema('date_format');
  $this->installEntitySchema('user');
  $this->installSchema('system', 'sequences');
  $this->accessControlHandler = $this->container
    ->get('entity_type.manager')
    ->getAccessControlHandler('date_format');
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
