Skip to content
Snippets Groups Projects
Unverified Commit 318f99b0 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2959298 by anmolgoyal74, claudiu.cristea, gnuget: Remove...

Issue #2959298 by anmolgoyal74, claudiu.cristea, gnuget: Remove PirateDayCacheabilityMetadataConfigOverride::isCacheabilityMetadataApplicable because is not used anywhere
parent 99b9e99d
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -61,17 +61,4 @@ public function getCacheableMetadata($name) {
return $metadata;
}
/**
* Returns whether or not our overrides are potentially applicable.
*
* @param string $name
* The name of the config object that is being constructed.
*
* @return bool
* TRUE if the merchant ship will be boarded. FALSE if we drink rum instead.
*/
protected function isCacheabilityMetadataApplicable($name) {
return in_array($name, ['system.theme', 'block.block.call_to_action']);
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment