getRequirement('_layout_builder_access'); $access = $section_storage->access($operation, $account, TRUE); if ($access instanceof RefinableCacheableDependencyInterface) { $access->addCacheableDependency($section_storage); } return $access; } }