interface BlockFieldSelectionInterface in Block field 8
Defines an interface for Block field selection plugins.
Hierarchy
- interface \Drupal\Component\Plugin\PluginInspectionInterface; interface \Drupal\Core\Plugin\PluginFormInterface
- interface \Drupal\block_field\BlockFieldSelectionInterface
Expanded class hierarchy of BlockFieldSelectionInterface
All classes that implement BlockFieldSelectionInterface
File
- src/
BlockFieldSelectionInterface.php, line 11
Namespace
Drupal\block_fieldView source
interface BlockFieldSelectionInterface extends PluginInspectionInterface, PluginFormInterface {
/**
* Returns filtered block definitions based on plugin settings.
*
* @return array
* An array of filtered block definitions.
*/
public function getReferenceableBlockDefinitions();
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
BlockFieldSelectionInterface:: |
public | function | Returns filtered block definitions based on plugin settings. | 2 |
PluginFormInterface:: |
public | function | Form constructor. | 36 |
PluginFormInterface:: |
public | function | Form submission handler. | 32 |
PluginFormInterface:: |
public | function | Form validation handler. | 18 |
PluginInspectionInterface:: |
public | function | Gets the definition of the plugin implementation. | 4 |
PluginInspectionInterface:: |
public | function | Gets the plugin_id of the plugin instance. | 2 |