created mr
2 open threads
Closes #3452279
Merge request reports
Activity
92 92 block_count: 93 93 type: integer 94 94 label: 'Block count' 95 96 # Adding schema for default_argument_skip_url with deprecation metadata. 97 core.entity_view_display.node.article.default: 98 type: config_entity 99 label: 'Node Article Default Display' 100 mapping: 101 default_argument_skip_url: 102 type: string 103 label: 'Default argument skip URL' 104 deprecated: 105 version: '10.4.0' 106 message: 'This configuration key is deprecated and will be removed in Drupal 11.' changed this line in version 3 of the diff
297 297 parent::preSave($storage); 298 298 299 299 if ($this instanceof EntityWithPluginCollectionInterface && !$this->isSyncing()) { 300 // Any changes to the plugin configuration must be saved to the entity's 301 // copy as well. 302 foreach ($this->getPluginCollections() as $plugin_config_key => $plugin_collection) { 303 $this->set($plugin_config_key, $plugin_collection->getConfiguration()); 304 } 300 // Any changes to the plugin configuration must be saved to the entity's changed this line in version 2 of the diff
Please register or sign in to reply