You are here

14 calls to Drupal::classResolver() in Drupal 9

DrupalTest::testClassResolver in core/tests/Drupal/Tests/Core/DrupalTest.php
Tests the classResolver method.
DrupalTest::testClassResolverWithClass in core/tests/Drupal/Tests/Core/DrupalTest.php
Tests the classResolver method when called with a class.
layout_builder_cron in core/modules/layout_builder/layout_builder.module
Implements hook_cron().
layout_builder_entity_delete in core/modules/layout_builder/layout_builder.module
Implements hook_entity_delete().
layout_builder_entity_presave in core/modules/layout_builder/layout_builder.module
Implements hook_entity_presave().
layout_builder_entity_view_alter in core/modules/layout_builder/layout_builder.module
Implements hook_entity_view_alter().
layout_builder_post_update_section_storage_context_mapping in core/modules/layout_builder/layout_builder.post_update.php
Update view displays that use Layout Builder to add empty context mappings.
layout_builder_quickedit_render_field in core/modules/layout_builder/layout_builder.module
Implements hook_quickedit_render_field().
system_post_update_extra_fields_form_display in core/modules/system/system.post_update.php
Update all entity form displays that contain extra fields.
text_post_update_add_required_summary_flag_form_display in core/modules/text/text.post_update.php
Update text_with_summary widgets to add summary required flags.
tour_post_update_joyride_selectors_to_selector_property in core/modules/tour/tour.post_update.php
Convert Joyride selectors to `selector` property.
views_post_update_field_names_for_multivalue_fields in core/modules/views/views.post_update.php
Update field names for multi-value base fields.
views_post_update_sort_identifier in core/modules/views/views.post_update.php
Add the identifier option to all sort handler configurations.
views_view_presave in core/modules/views/views.module
Implements hook_ENTITY_TYPE_presave().