thrownewInvalidComponentException(sprintf('The component "%s" does not provide schema information. Schema definitions are mandatory for components declared in modules. For components declared in themes, schema definitions are only mandatory if the "enforce_prop_schemas" key is set to "true" in the theme info file.',$metadata_info['id']));
thrownewInvalidComponentException(sprintf('The component "%s" does not provide schema information. Schema definitions are mandatory for components declared in modules. For components declared in themes, schema definitions are only mandatory if the "enforce_prop_schemas" key is set to "true" in the theme info file.',$this->id));
}
$schema=NULL;
}
@@ -167,6 +173,12 @@ private function parseSchemaInfo(array $metadata_info): ?array {