'id' => 'system_powered_by_block',
'label' => 'Test block title',
'label_display' => 'visible',
]));
return [$section];
} /**
* {@inheritdoc}
*/
public function isApplicable(RefinableCacheableDependencyInterface
$cacheability) { $cacheability->
mergeCacheMaxAge(0
);
return \Drupal::
state()->
get('layout_builder_test_state', FALSE
);
} /**
* {@inheritdoc}
*/
public function access($operation, AccountInterface
$account = NULL,
$return_as_object = FALSE
) { throw new \
RuntimeException(__METHOD__ . " not implemented for " . __CLASS__
);
} /**
* {@inheritdoc}
*/