BlockInterface::getTheme

public BlockInterface::getTheme()

Returns the theme ID.

Return value

string The theme ID for this block instance.

File

core/modules/block/src/BlockInterface.php, line 52

Class

BlockInterface
Provides an interface defining a block entity.

Namespace

Drupal\block

Code

1
public function getTheme();
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.