feat(base): Update the code standarts
feat(filter_select2): Apply also for force module; remove dependency for filter module
feat(filter_select2): Separate logic for add posibility use constants from classes
feat(force): Fix error when not enabled any entity types
feat(force): Fix autowire for D11.2
feat(force): ForceApplyForm: remove unneded uses
feat(OwnerField|StatusField): Added condition to check if field exist
Allows to speed up the creation of a ListBuilder for an Entity and ConfigEntity.
It also makes it possible to speed up the implementation of custom fields and filters.
To connect this list-builder, you can replace list_builder on your entity by `ULBEntityListBuilder::class` and `ULBConfigEntityListBuilder::class` for config entity.