function BlockComponentRenderArrayTest::providerBlockTypes

Data provider for test functions that should test block types.

File

core/modules/layout_builder/tests/src/Unit/BlockComponentRenderArrayTest.php, line 54

Class

BlockComponentRenderArrayTest
Tests Drupal\layout_builder\EventSubscriber\BlockComponentRenderArray.

Namespace

Drupal\Tests\layout_builder\Unit

Code

public static function providerBlockTypes() {
  return [
    [
      TRUE,
    ],
    [
      FALSE,
    ],
  ];
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.