Loading core/lib/Drupal/Core/Form/FormState.php +0 −2 Original line number Diff line number Diff line Loading @@ -186,8 +186,6 @@ class FormState implements FormStateInterface { protected $requestMethod = 'GET'; /** * Determines if the unprocessed form structure is cached. * * If set to TRUE the original, unprocessed form structure will be cached, * which allows the entire form to be rebuilt from cache. A typical form * workflow involves two page requests; first, a form is built and rendered Loading core/modules/aggregator/tests/modules/aggregator_display_configurable_test/aggregator_display_configurable_test.module +2 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,8 @@ /** * @file * Allows testing of making aggregator_feed base fields' displays configurable. * A module for testing making aggregator_feed base fields' displays * configurable. */ use Drupal\Core\Entity\EntityTypeInterface; Loading core/modules/aggregator/tests/src/Functional/AggregatorDisplayConfigurableTest.php +6 −3 Original line number Diff line number Diff line Loading @@ -6,7 +6,8 @@ use Drupal\node\Entity\Node; /** * Tests aggregator_feed and aggregator_item base fields' displays. * Tests making aggregator_feed and aggregator_item base fields' displays * configurable. * * @group aggregator * @group legacy Loading @@ -28,7 +29,8 @@ protected function setUp(): void { } /** * Tests base fields to configurable display settings. * Sets feed base fields to configurable display and checks settings are * respected. */ public function testFeedDisplayConfigurable() { $display = EntityViewDisplay::load('aggregator_feed.aggregator_feed.summary'); Loading Loading @@ -75,7 +77,8 @@ public function testFeedDisplayConfigurable() { } /** * Tests item base fields settings. * Sets item base fields to configurable display and checks settings are * respected. */ public function testItemDisplayConfigurable() { $this->createSampleNodes(1); Loading core/modules/ckeditor/tests/modules/src/Plugin/CKEditorPlugin/LlamaContextualAndButton.php +2 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,8 @@ use Drupal\editor\Entity\Editor; /** * Defines a "LlamaContextualAndButton" plugin, with a "llama" feature. * Defines a "LlamaContextualAndButton" plugin, with a contextually OR toolbar * builder-enabled "llama" feature. * * @CKEditorPlugin( * id = "llama_contextual_and_button", Loading core/modules/ckeditor5/ckeditor5.post_update.php +2 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,8 @@ use Drupal\editor\Entity\Editor; /** * Updates text formats that has alignment shown as individual buttons. * Updates if an already migrated CKEditor 5 configuration for text formats * has alignment shown as individual buttons instead of a dropdown. */ function ckeditor5_post_update_alignment_buttons(&$sandbox = []) { $config_entity_updater = \Drupal::classResolver(ConfigEntityUpdater::class); Loading Loading
core/lib/Drupal/Core/Form/FormState.php +0 −2 Original line number Diff line number Diff line Loading @@ -186,8 +186,6 @@ class FormState implements FormStateInterface { protected $requestMethod = 'GET'; /** * Determines if the unprocessed form structure is cached. * * If set to TRUE the original, unprocessed form structure will be cached, * which allows the entire form to be rebuilt from cache. A typical form * workflow involves two page requests; first, a form is built and rendered Loading
core/modules/aggregator/tests/modules/aggregator_display_configurable_test/aggregator_display_configurable_test.module +2 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,8 @@ /** * @file * Allows testing of making aggregator_feed base fields' displays configurable. * A module for testing making aggregator_feed base fields' displays * configurable. */ use Drupal\Core\Entity\EntityTypeInterface; Loading
core/modules/aggregator/tests/src/Functional/AggregatorDisplayConfigurableTest.php +6 −3 Original line number Diff line number Diff line Loading @@ -6,7 +6,8 @@ use Drupal\node\Entity\Node; /** * Tests aggregator_feed and aggregator_item base fields' displays. * Tests making aggregator_feed and aggregator_item base fields' displays * configurable. * * @group aggregator * @group legacy Loading @@ -28,7 +29,8 @@ protected function setUp(): void { } /** * Tests base fields to configurable display settings. * Sets feed base fields to configurable display and checks settings are * respected. */ public function testFeedDisplayConfigurable() { $display = EntityViewDisplay::load('aggregator_feed.aggregator_feed.summary'); Loading Loading @@ -75,7 +77,8 @@ public function testFeedDisplayConfigurable() { } /** * Tests item base fields settings. * Sets item base fields to configurable display and checks settings are * respected. */ public function testItemDisplayConfigurable() { $this->createSampleNodes(1); Loading
core/modules/ckeditor/tests/modules/src/Plugin/CKEditorPlugin/LlamaContextualAndButton.php +2 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,8 @@ use Drupal\editor\Entity\Editor; /** * Defines a "LlamaContextualAndButton" plugin, with a "llama" feature. * Defines a "LlamaContextualAndButton" plugin, with a contextually OR toolbar * builder-enabled "llama" feature. * * @CKEditorPlugin( * id = "llama_contextual_and_button", Loading
core/modules/ckeditor5/ckeditor5.post_update.php +2 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,8 @@ use Drupal\editor\Entity\Editor; /** * Updates text formats that has alignment shown as individual buttons. * Updates if an already migrated CKEditor 5 configuration for text formats * has alignment shown as individual buttons instead of a dropdown. */ function ckeditor5_post_update_alignment_buttons(&$sandbox = []) { $config_entity_updater = \Drupal::classResolver(ConfigEntityUpdater::class); Loading