public function BlockPluginInterface::settings

Returns the default settings for this block plugin.

@todo Consider merging this with the general plugin configuration member variable and its getter/setter in http://drupal.org/node/1764380.

Return value

array An associative array of block settings for this block, keyed by the setting name.

1 method overrides BlockPluginInterface::settings()
BlockBase::settings in drupal/core/modules/block/lib/Drupal/block/BlockBase.php
Returns plugin-specific settings for the block.

File

drupal/core/modules/block/lib/Drupal/block/BlockPluginInterface.php, line 32
Contains \Drupal\block\BlockPluginInterface.

Class

BlockPluginInterface
Defines the required interface for all block plugins.

Namespace

Drupal\block

Code

public function settings();