You are here

44 calls to Drupal::configFactory() in Drupal 8

BlockCreationTrait::placeBlock in core/modules/block/tests/src/Traits/BlockCreationTrait.php
Creates a block instance based on default settings.
block_update_8001 in core/modules/block/block.install
Update block visibility context mapping.
block_update_8003 in core/modules/block/block.install
Remove 'cache' setting.
comment_post_update_add_ip_address_setting in core/modules/comment/comment.post_update.php
Add comment settings.
comment_update_8200 in core/modules/comment/comment.install
Add the 'view_mode' setting to displays having 'comment_default' formatter.
ContactUpdateTest::testPostUpdateContactFormFields in core/modules/contact/tests/src/Functional/Update/ContactUpdateTest.php
Tests contact_form updates.
content_moderation_requirements in core/modules/content_moderation/content_moderation.install
Implements hook_requirements().
DatabaseFileUsageBackend::__construct in core/modules/file/src/FileUsage/DatabaseFileUsageBackend.php
Creates a FileUsageBase object.
datetime_range_post_update_views_string_plugin_id in core/modules/datetime_range/datetime_range.post_update.php
Update existing views using datetime_range fields.
datetime_range_view_presave in core/modules/datetime_range/datetime_range.module
Implements hook_ENTITY_TYPE_presave().
DblogFiltersAndFieldsUpgradeTest::testDblogUpgradePath in core/modules/dblog/tests/src/Functional/Update/DblogFiltersAndFieldsUpgradeTest.php
Tests that field and filter handlers are updated properly.
dblog_update_8400 in core/modules/dblog/dblog.install
Use standard plugin for wid and uid fields. Use dblog_types for type filter.
dblog_update_8600 in core/modules/dblog/dblog.install
Change 'No logs message available.' area plugin type.
editor_update_8001 in core/modules/editor/editor.install
Synchronizes the editor status with the paired text format status.
field_post_update_remove_handler_submit_setting in core/modules/field/field.post_update.php
Remove the stale 'handler_submit' setting for entity_reference fields.
field_update_8001 in core/modules/field/field.install
Removes the stale 'target_bundle' storage setting on entity_reference fields.
field_update_8002 in core/modules/field/field.install
The 'entity_reference' field type is now provided by core.
field_update_8003 in core/modules/field/field.install
Populate the new 'auto_create_bundle' setting for entity reference fields.
FileUsageBase::__construct in core/modules/file/src/FileUsage/FileUsageBase.php
Creates a FileUsageBase object.
hal_update_8301 in core/modules/hal/hal.install
Move 'link_domain' from 'rest.settings' to 'hal.settings'.
hal_update_8501 in core/modules/hal/hal.install
Add hal.settings::bc_file_uri_as_url_normalizer configuration.
jsonapi_update_8701 in core/modules/jsonapi/jsonapi.install
Enable BC: default the new read-only mode to "off" on existing sites.
layout_builder_update_8601 in core/modules/layout_builder/layout_builder.install
Enable Layout Builder for existing entity displays.
migrate_update_8001 in core/modules/migrate/migrate.install
Remove load plugin references from existing migrations.
PhpMail::__construct in core/lib/Drupal/Core/Mail/Plugin/Mail/PhpMail.php
PhpMail constructor.
ProcessedText::configFactory in core/modules/filter/src/Element/ProcessedText.php
Wraps the config factory.
rest_update_8202 in core/modules/rest/rest.install
Re-save all views with a REST display to add new auth defaults.
rest_update_8203 in core/modules/rest/rest.install
Enable BC for EntityResource: continue to use permissions.
rest_update_8401 in core/modules/rest/rest.install
Ensure the right REST authentication method is used.
serialization_update_8302 in core/modules/serialization/serialization.install
Add serialization.settings::bc_primitives_as_strings configuration.
serialization_update_8401 in core/modules/serialization/serialization.install
Enable BC for timestamp formatting: continue to return UNIX timestamps.
system_update_8005 in core/modules/system/system.install
Place local actions and tasks blocks in every theme.
system_update_8009 in core/modules/system/system.install
Add allowed attributes to existing html filters.
system_update_8200 in core/modules/system/system.install
Fix configuration overrides to not override non existing keys.
taxonomy_update_8503 in core/modules/taxonomy/taxonomy.install
Update views to use {taxonomy_term__parent} in relationships.
TextFormat::configFactory in core/modules/filter/src/Element/TextFormat.php
Wraps the config factory.
UserPasswordForm::__construct in core/modules/user/src/Form/UserPasswordForm.php
Constructs a UserPasswordForm object.
user_update_8100 in core/modules/user/user.install
Fix invalid token in the status_blocked email body.
views_post_update_boolean_filter_values in core/modules/views/views.post_update.php
Set all boolean filter values to strings.
views_post_update_cleanup_duplicate_views_data in core/modules/views/views.post_update.php
Update some views fields that were previously duplicated.
views_update_8001 in core/modules/views/views.install
Update views field plugins.
views_update_8002 in core/modules/views/views.install
Updates %1 and !1 tokens to argument tokens.
views_update_8101 in core/modules/views/views.install
Set default values for enabled/expanded flag on page displays.
ViewUIConverter::__construct in core/modules/views_ui/src/ParamConverter/ViewUIConverter.php
Constructs a new ViewUIConverter.