public function AssetInterface::isIndex in Mini site 8
Check if the current asset is index entry point.
Return value
bool TRUE if the asset is index entry point, FALSE otherwise.
1 method overrides AssetInterface::isIndex()
- Asset::isIndex in src/
Asset.php - Check if the current asset is index entry point.
File
- src/
AssetInterface.php, line 210
Class
- AssetInterface
- Interface AssetInterface.
Namespace
Drupal\minisiteCode
public function isIndex();