We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43ede95 commit d2a49c1Copy full SHA for d2a49c1
release-content/migration-guides/delete_component_access.md
@@ -0,0 +1,10 @@
1
+---
2
+title: `System::component_access` has been deleted.
3
+pull_requests: [19496]
4
5
+
6
+`System::component_access` has been deleted. If you were calling this method, you can simply use
7
+`my_system.component_access_set().combined_access()` to get the same result.
8
9
+If you were manually implementing this, it should be equivalent to `System::component_access_set`
10
+anyway.
0 commit comments