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(); |
Please login to continue.