function TestAccessBlock::create

Instantiates a new instance of the implementing class using autowiring.

Return value

static

Overrides PluginBase::create

File

core/modules/block/tests/modules/block_test/src/Plugin/Block/TestAccessBlock.php, line 48

Class

TestAccessBlock
Provides a block to test access.

Namespace

Drupal\block_test\Plugin\Block

Code

public static function create(ContainerInterface $container, array $configuration, $plugin_id, $plugin_definition) {
  return new static($configuration, $plugin_id, $plugin_definition, $container->get('keyvalue')
    ->get('block_test'));
}

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