public function TocInterface::isBlock in TOC API 8
Indicates if this table of contents is displayed in a block.
Return value
bool TRUE if this table of contents is displayed in a block.
1 method overrides TocInterface::isBlock()
- Toc::isBlock in src/
Toc.php - Indicates if this table of contents is displayed in a block.
File
- src/
TocInterface.php, line 80
Class
- TocInterface
- Provides an interface defining a TOC.
Namespace
Drupal\toc_apiCode
public function isBlock();