Apply comment suggestion
1 unresolved thread
1 unresolved thread
Co-authored by: @benjifisher
Closes #3384600
Merge request reports
Activity
added 80 commits
-
d7517a0d...dc4a5f9e - 68 commits from branch
project:10.4.x
- dc4a5f9e...225fba80 - 2 earlier commits
- 3b3cb451 - don't ignore
- b3c4d276 - Fix failing test, use findConfigEntityDependenciesAsEntities
- a90a87ce - changed deprecated/removed version numbers
- a9b61e37 - Added `E_USER_DEPRECATED`
- 9d09a0a2 - Update test
- 15747709 - Add expectDeprecation test
- 8176a494 - Update comment to remove references to EntityPermissionsRouteProviderWithCheck
- 8810e7cc - Apply comment suggestion
- d0d6a496 - Add test for route provider deprecation
- da8bf8b2 - Change deprecation to drupal:11.1.0
Toggle commit list-
d7517a0d...dc4a5f9e - 68 commits from branch
added 15 commits
-
1a23369b...b4fdd3fe - 2 commits from branch
project:10.4.x
- b4fdd3fe...58a66dba - 3 earlier commits
- b658d072 - Fix failing test, use findConfigEntityDependenciesAsEntities
- 89ea3d19 - changed deprecated/removed version numbers
- 8ef2e6f9 - Added `E_USER_DEPRECATED`
- 0d1241d5 - Update test
- 3bc0efbe - Add expectDeprecation test
- 2409a8bd - Update comment to remove references to EntityPermissionsRouteProviderWithCheck
- ae93d484 - Apply comment suggestion
- 206f007d - Add test for route provider deprecation
- 6f7d6f64 - Change deprecation to drupal:11.1.0
- 9c3121a2 - Drop 11.x deprecations for 10.4.x branch
Toggle commit list-
1a23369b...b4fdd3fe - 2 commits from branch
13 13 /** 14 14 * Provides routes for the entity permissions form. 15 15 * 16 * Use this class or EntityPermissionsRouteProviderWithCheck as a route 17 * provider for an entity type such as Vocabulary. Either one will provide 18 * routes for the entity permissions form. The 19 * EntityPermissionsRouteProviderWithCheck class provides a custom access check: 20 * it denies access if there are no entity-specific permissions. If you know 21 * that each entity has permissions, or if the check is too expensive, then use 22 * this class. 16 * Use this class as a route provider for an entity type such as Vocabulary. It 17 * will provide routes for the entity permissions form.
Please register or sign in to reply