function SupportAwareSectionStorageManagerInterface::notSupported
Same name and namespace in other branches
- main core/modules/layout_builder/src/SectionStorage/SupportAwareSectionStorageManagerInterface.php \Drupal\layout_builder\SectionStorage\SupportAwareSectionStorageManagerInterface::notSupported()
Determines whether a view mode is not supported by any storage.
Parameters
string $entity_type_id: The entity type id.
string $bundle: The bundle.
string $view_mode: The view mode.
Return value
bool TRUE if the view mode is not supported, otherwise FALSE.
1 method overrides SupportAwareSectionStorageManagerInterface::notSupported()
- SectionStorageManager::notSupported in core/
modules/ layout_builder/ src/ SectionStorage/ SectionStorageManager.php
File
-
core/
modules/ layout_builder/ src/ SectionStorage/ SupportAwareSectionStorageManagerInterface.php, line 25
Class
- SupportAwareSectionStorageManagerInterface
- Interface for section manager that knows whether it supports view modes.
Namespace
Drupal\layout_builder\SectionStorageCode
public function notSupported(string $entity_type_id, string $bundle, string $view_mode) : bool;
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.