You are here

public function elFinderBlock::defaultConfiguration in elFinder file manager 8.2

Overrides BlockPluginTrait::defaultConfiguration

File

src/Plugin/Block/elFinderBlock.php, line 27
Contains \Drupal\elfinder\Plugin\Block\elFinderBlock.

Class

elFinderBlock
Provides a 'elFinder block' block.

Namespace

Drupal\elfinder\Plugin\Block

Code

public function defaultConfiguration() {
  return array(
    'elfinder_string' => $this
      ->t('A default value. This block was created at %time', array(
      '%time' => date('c'),
    )),
  );
}