public function DependenciesBlock::defaultConfiguration in Entity Usage 8.2
Overrides BlockPluginTrait::defaultConfiguration
File
- tests/
modules/ entity_usage_test/ src/ Plugin/ Block/ DependenciesBlock.php, line 22
Class
- DependenciesBlock
- Provides a block with dependencies.
Namespace
Drupal\entity_usage_test\Plugin\BlockCode
public function defaultConfiguration() {
return [
'dependencies' => [],
];
}