diff --git a/core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php b/core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php index 27b6a58..724a3fa 100644 --- a/core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php +++ b/core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php @@ -411,7 +411,7 @@ protected function alterTable($table, $old_schema, $new_schema, array $mapping = // Now add the fields. foreach ($mapping as $field_alias => $field_source) { - // Just ignore this field (ie. use it's default value). + // Just ignore this field (ie. use its default value). if (!isset($field_source)) { continue; } diff --git a/core/lib/Drupal/Core/Database/Query/Merge.php b/core/lib/Drupal/Core/Database/Query/Merge.php index 43188ec..6a4a5ca 100644 --- a/core/lib/Drupal/Core/Database/Query/Merge.php +++ b/core/lib/Drupal/Core/Database/Query/Merge.php @@ -174,7 +174,7 @@ public function updateFields(array $fields) { * Specifies fields to be updated as an expression. * * Expression fields are cases such as counter = counter + 1. This method - * takes precedence over MergeQuery::updateFields() and it's wrappers, + * takes precedence over MergeQuery::updateFields() and its wrappers, * MergeQuery::key() and MergeQuery::fields(). * * @param $field diff --git a/core/lib/Drupal/Core/Entity/Annotation/EntityReferenceSelection.php b/core/lib/Drupal/Core/Entity/Annotation/EntityReferenceSelection.php index 96bc6b1..88f86db 100644 --- a/core/lib/Drupal/Core/Entity/Annotation/EntityReferenceSelection.php +++ b/core/lib/Drupal/Core/Entity/Annotation/EntityReferenceSelection.php @@ -63,7 +63,7 @@ class EntityReferenceSelection extends Plugin { public $entity_types = []; /** - * The weight of the plugin in it's group. + * The weight of the plugin in its group. * * @var int */ diff --git a/core/lib/Drupal/Core/Entity/Element/EntityAutocomplete.php b/core/lib/Drupal/Core/Entity/Element/EntityAutocomplete.php index e82ed81..cbe91d9 100644 --- a/core/lib/Drupal/Core/Entity/Element/EntityAutocomplete.php +++ b/core/lib/Drupal/Core/Entity/Element/EntityAutocomplete.php @@ -39,7 +39,7 @@ public function getInfo() { $info['#validate_reference'] = TRUE; // IMPORTANT! This should only be set to FALSE if the #default_value // property is processed at another level (e.g. by a Field API widget) and - // it's value is properly checked for access. + // its value is properly checked for access. $info['#process_default_value'] = TRUE; $info['#element_validate'] = [[$class, 'validateEntityAutocomplete']]; diff --git a/core/lib/Drupal/Core/Entity/Query/QueryBase.php b/core/lib/Drupal/Core/Entity/Query/QueryBase.php index d84a266..06dfb8f 100644 --- a/core/lib/Drupal/Core/Entity/Query/QueryBase.php +++ b/core/lib/Drupal/Core/Entity/Query/QueryBase.php @@ -449,7 +449,7 @@ public function groupBy($field, $langcode = NULL) { } /** - * Generates an alias for a field and it's aggregated function. + * Generates an alias for a field and its aggregated function. * * @param string $field * The field name used in the alias. diff --git a/core/lib/Drupal/Core/Form/FormErrorHandler.php b/core/lib/Drupal/Core/Form/FormErrorHandler.php index 9783cb5..02457ce 100644 --- a/core/lib/Drupal/Core/Form/FormErrorHandler.php +++ b/core/lib/Drupal/Core/Form/FormErrorHandler.php @@ -127,7 +127,7 @@ protected function setElementErrorsFromFormState(array &$form, FormStateInterfac } // Additionally store the errors of the direct child itself, keyed by - // it's parent elements structure. + // its parent elements structure. if (!empty($child['#errors'])) { $child_parents = implode('][', $child['#array_parents']); $children_errors[$child_parents] = $child['#errors']; diff --git a/core/lib/Drupal/Core/Render/Renderer.php b/core/lib/Drupal/Core/Render/Renderer.php index 5038851..8fccb4e 100644 --- a/core/lib/Drupal/Core/Render/Renderer.php +++ b/core/lib/Drupal/Core/Render/Renderer.php @@ -218,7 +218,7 @@ protected function doRender(&$elements, $is_root_call = FALSE) { // Early-return nothing if user does not have access. if (isset($elements['#access'])) { - // If #access is an AccessResultInterface object, we must apply it's + // If #access is an AccessResultInterface object, we must apply its // cacheability metadata to the render array. if ($elements['#access'] instanceof AccessResultInterface) { $this->addCacheableDependency($elements, $elements['#access']); diff --git a/core/misc/dialog/off-canvas.dropbutton.css b/core/misc/dialog/off-canvas.dropbutton.css index 7211dce..1736bac 100644 --- a/core/misc/dialog/off-canvas.dropbutton.css +++ b/core/misc/dialog/off-canvas.dropbutton.css @@ -224,7 +224,7 @@ background: transparent; } -/* Prevent list item from expanding it's container. */ +/* Prevent list item from expanding its container. */ #drupal-off-canvas td ul.dropbutton li.edit { width: 2em; height: 2em; diff --git a/core/modules/book/src/BookOutlineStorageInterface.php b/core/modules/book/src/BookOutlineStorageInterface.php index daaf92d..c09c52a 100644 --- a/core/modules/book/src/BookOutlineStorageInterface.php +++ b/core/modules/book/src/BookOutlineStorageInterface.php @@ -69,7 +69,7 @@ public function getChildRelativeDepth($book_link, $max_depth); public function delete($nid); /** - * Loads book's children using it's parent ID. + * Loads book's children using its parent ID. * * @param int $pid * The book's parent ID. diff --git a/core/modules/content_translation/src/ContentTranslationHandler.php b/core/modules/content_translation/src/ContentTranslationHandler.php index 7e6a7ca..eda7213 100644 --- a/core/modules/content_translation/src/ContentTranslationHandler.php +++ b/core/modules/content_translation/src/ContentTranslationHandler.php @@ -643,7 +643,7 @@ public function entityFormSubmit($form, FormStateInterface $form_state) { // after the entity has been validated, so that it does not break the // EntityChanged constraint validator. The content translation metadata // field for the changed timestamp does not have such a constraint defined - // at the moment, but it is correct to update it's value in a submission + // at the moment, but it is correct to update its value in a submission // handler as well and have the same logic like in the Form API. if ($entity->hasField('content_translation_changed')) { $metadata = $this->manager->getTranslationMetadata($entity); diff --git a/core/modules/field/src/Tests/reEnableModuleFieldTest.php b/core/modules/field/src/Tests/reEnableModuleFieldTest.php index 24c0eff..ce98c7f 100644 --- a/core/modules/field/src/Tests/reEnableModuleFieldTest.php +++ b/core/modules/field/src/Tests/reEnableModuleFieldTest.php @@ -86,7 +86,7 @@ public function testReEnabledField() { $this->assertRaw(''); // Test that the module can't be uninstalled from the UI while there is data - // for it's fields. + // for its fields. $admin_user = $this->drupalCreateUser(['access administration pages', 'administer modules']); $this->drupalLogin($admin_user); $this->drupalGet('admin/modules/uninstall'); diff --git a/core/modules/field/tests/src/Kernel/EntityReference/Views/EntityReferenceRelationshipTest.php b/core/modules/field/tests/src/Kernel/EntityReference/Views/EntityReferenceRelationshipTest.php index 5f4c8ee..095e4bd 100644 --- a/core/modules/field/tests/src/Kernel/EntityReference/Views/EntityReferenceRelationshipTest.php +++ b/core/modules/field/tests/src/Kernel/EntityReference/Views/EntityReferenceRelationshipTest.php @@ -67,7 +67,7 @@ protected function setUp($import_test_views = TRUE) { // Create reference from entity_test_mul to entity_test. $this->createEntityReferenceField('entity_test_mul', 'entity_test_mul', 'field_data_test', 'field_data_test', 'entity_test'); - // Create another field for testing with a long name. So it's storage name + // Create another field for testing with a long name. So its storage name // will become hashed. Use entity_test_mul_changed, so the resulting field // tables created will be greater than 48 chars long. // @see \Drupal\Core\Entity\Sql\DefaultTableMapping::generateFieldTableName() diff --git a/core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php b/core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php index fb73b99..079e574 100644 --- a/core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php +++ b/core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php @@ -227,7 +227,7 @@ public static function deleteContentEntities($entity_type_id, &$context) { $storage->delete($entities); } // Sometimes deletes cause secondary deletes. For example, deleting a - // taxonomy term can cause it's children to be be deleted too. + // taxonomy term can cause its children to be be deleted too. $context['sandbox']['progress'] = $context['sandbox']['max'] - $storage->getQuery()->count()->execute(); // Inform the batch engine that we are not finished and provide an diff --git a/core/modules/system/src/Tests/System/ThemeTest.php b/core/modules/system/src/Tests/System/ThemeTest.php index a02680e..78fac8e 100644 --- a/core/modules/system/src/Tests/System/ThemeTest.php +++ b/core/modules/system/src/Tests/System/ThemeTest.php @@ -390,7 +390,7 @@ public function testUninstallingThemes() { // Check that bartik can be uninstalled now. $this->assertRaw('Uninstall Bartik theme', 'A link to uninstall the Bartik theme does appear on the theme settings page.'); - // Check that the classy theme still can't be uninstalled as neither of it's + // Check that the classy theme still can't be uninstalled as neither of its // base themes have been. $this->assertNoRaw('Uninstall Classy theme', 'A link to uninstall the Classy theme does not appear on the theme settings page.'); diff --git a/core/modules/views/src/Entity/View.php b/core/modules/views/src/Entity/View.php index b69234c..d6909a9 100644 --- a/core/modules/views/src/Entity/View.php +++ b/core/modules/views/src/Entity/View.php @@ -387,7 +387,7 @@ public function postSave(EntityStorageInterface $storage, $update = TRUE) { views_invalidate_cache(); $this->invalidateCaches(); - // Rebuild the router if this is a new view, or it's status changed. + // Rebuild the router if this is a new view, or its status changed. if (!isset($this->original) || ($this->status() != $this->original->status())) { \Drupal::service('router.builder')->setRebuildNeeded(); } diff --git a/core/modules/views/src/Plugin/views/ViewsPluginInterface.php b/core/modules/views/src/Plugin/views/ViewsPluginInterface.php index 83d9c89..ddc5341 100644 --- a/core/modules/views/src/Plugin/views/ViewsPluginInterface.php +++ b/core/modules/views/src/Plugin/views/ViewsPluginInterface.php @@ -118,7 +118,7 @@ public function getAvailableGlobalTokens($prepared = FALSE, array $types = []); /** * Flattens the structure of form elements. * - * If a form element has #flatten = TRUE, then all of it's children get moved + * If a form element has #flatten = TRUE, then all of its children get moved * to the same level as the element itself. So $form['to_be_flattened'][$key] * becomes $form[$key], and $form['to_be_flattened'] gets unset. * diff --git a/core/modules/views/src/Plugin/views/row/Fields.php b/core/modules/views/src/Plugin/views/row/Fields.php index 711704e..92a1acc 100644 --- a/core/modules/views/src/Plugin/views/row/Fields.php +++ b/core/modules/views/src/Plugin/views/row/Fields.php @@ -23,7 +23,7 @@ class Fields extends RowPluginBase { /** - * Does the row plugin support to add fields to it's output. + * Does the row plugin support to add fields to its output. * * @var bool */ diff --git a/core/modules/views/src/Plugin/views/row/OpmlFields.php b/core/modules/views/src/Plugin/views/row/OpmlFields.php index aaeecbf..56dfadc 100644 --- a/core/modules/views/src/Plugin/views/row/OpmlFields.php +++ b/core/modules/views/src/Plugin/views/row/OpmlFields.php @@ -18,7 +18,7 @@ class OpmlFields extends RowPluginBase { /** - * Does the row plugin support to add fields to it's output. + * Does the row plugin support to add fields to its output. * * @var bool */ diff --git a/core/modules/views/src/Plugin/views/row/RowPluginBase.php b/core/modules/views/src/Plugin/views/row/RowPluginBase.php index 3c09eaf..3335118 100644 --- a/core/modules/views/src/Plugin/views/row/RowPluginBase.php +++ b/core/modules/views/src/Plugin/views/row/RowPluginBase.php @@ -43,7 +43,7 @@ protected $usesOptions = TRUE; /** - * Does the row plugin support to add fields to it's output. + * Does the row plugin support to add fields to its output. * * @var bool */ diff --git a/core/modules/views/src/Plugin/views/row/RssFields.php b/core/modules/views/src/Plugin/views/row/RssFields.php index 1b56aae..9a31a02 100644 --- a/core/modules/views/src/Plugin/views/row/RssFields.php +++ b/core/modules/views/src/Plugin/views/row/RssFields.php @@ -19,7 +19,7 @@ class RssFields extends RowPluginBase { /** - * Does the row plugin support to add fields to it's output. + * Does the row plugin support to add fields to its output. * * @var bool */ diff --git a/core/modules/views/src/Plugin/views/style/StylePluginBase.php b/core/modules/views/src/Plugin/views/style/StylePluginBase.php index 1d6b491..89e3dfb 100644 --- a/core/modules/views/src/Plugin/views/style/StylePluginBase.php +++ b/core/modules/views/src/Plugin/views/style/StylePluginBase.php @@ -71,7 +71,7 @@ protected $usesGrouping = TRUE; /** - * Does the style plugin for itself support to add fields to it's output. + * Does the style plugin for itself support to add fields to its output. * * This option only makes sense on style plugins without row plugins, like * for example table. diff --git a/core/modules/views/src/Plugin/views/style/Table.php b/core/modules/views/src/Plugin/views/style/Table.php index bbc9a1e..b369f82 100644 --- a/core/modules/views/src/Plugin/views/style/Table.php +++ b/core/modules/views/src/Plugin/views/style/Table.php @@ -23,7 +23,7 @@ class Table extends StylePluginBase implements CacheableDependencyInterface { /** - * Does the style plugin for itself support to add fields to it's output. + * Does the style plugin for itself support to add fields to its output. * * @var bool */ diff --git a/core/modules/views/src/ViewExecutable.php b/core/modules/views/src/ViewExecutable.php index 0fda8c8..16b89f3 100644 --- a/core/modules/views/src/ViewExecutable.php +++ b/core/modules/views/src/ViewExecutable.php @@ -331,7 +331,7 @@ class ViewExecutable { protected $request; /** - * Does this view already have loaded it's handlers. + * Does this view already have loaded its handlers. * * @todo Group with other static properties. * diff --git a/core/modules/views_ui/tests/src/Functional/DisplayTest.php b/core/modules/views_ui/tests/src/Functional/DisplayTest.php index 44724b4..9b447dd 100644 --- a/core/modules/views_ui/tests/src/Functional/DisplayTest.php +++ b/core/modules/views_ui/tests/src/Functional/DisplayTest.php @@ -184,7 +184,7 @@ public function testViewStatus() { $view = $this->randomView(); $id = $view['id']; - // The view should initially have the enabled class on it's form wrapper. + // The view should initially have the enabled class on its form wrapper. $this->drupalGet('admin/structure/views/view/' . $id); $elements = $this->xpath('//div[contains(@class, :edit) and contains(@class, :status)]', [':edit' => 'views-edit-view', ':status' => 'enabled']); $this->assertTrue($elements, 'The enabled class was found on the form wrapper'); diff --git a/core/tests/Drupal/FunctionalJavascriptTests/JSWebAssert.php b/core/tests/Drupal/FunctionalJavascriptTests/JSWebAssert.php index 10ae701..281cb78 100644 --- a/core/tests/Drupal/FunctionalJavascriptTests/JSWebAssert.php +++ b/core/tests/Drupal/FunctionalJavascriptTests/JSWebAssert.php @@ -172,7 +172,7 @@ public function waitOnAutocomplete() { } /** - * Test that a node, or it's specific corner, is visible in the viewport. + * Test that a node, or its specific corner, is visible in the viewport. * * Note: Always set the viewport size. This can be done with a PhantomJS * startup parameter or in your test with \Behat\Mink\Session->resizeWindow(). @@ -255,7 +255,7 @@ public function assertNotVisibleInViewport($selector_type, $selector, $corner = } /** - * Check the visibility of a node, or it's specific corner. + * Check the visibility of a node, or its specific corner. * * @param \Behat\Mink\Element\NodeElement $node * A valid node. diff --git a/core/tests/Drupal/KernelTests/Core/Updater/UpdaterTest.php b/core/tests/Drupal/KernelTests/Core/Updater/UpdaterTest.php index 185a3fe..9f26f4a 100644 --- a/core/tests/Drupal/KernelTests/Core/Updater/UpdaterTest.php +++ b/core/tests/Drupal/KernelTests/Core/Updater/UpdaterTest.php @@ -22,7 +22,7 @@ class UpdaterTest extends KernelTestBase { * @see https://drupal.org/node/2409515 */ public function testGetProjectTitleWithChild() { - // Get the project title from it's directory. If it can't find the title + // Get the project title from its directory. If it can't find the title // it will choose the first project title in the directory. $directory = \Drupal::root() . '/core/modules/system/tests/modules/module_handler_test_multiple'; $title = Updater::getProjectTitle($directory); diff --git a/core/themes/stable/css/core/dialog/off-canvas.dropbutton.css b/core/themes/stable/css/core/dialog/off-canvas.dropbutton.css index 99f5c61..6ceb4d3 100644 --- a/core/themes/stable/css/core/dialog/off-canvas.dropbutton.css +++ b/core/themes/stable/css/core/dialog/off-canvas.dropbutton.css @@ -224,7 +224,7 @@ background: transparent; } -/* Prevent list item from expanding it's container. */ +/* Prevent list item from expanding its container. */ #drupal-off-canvas td ul.dropbutton li.edit { width: 2em; height: 2em; diff --git a/web.config b/web.config index 3fc5b10..b9c846c 100644 --- a/web.config +++ b/web.config @@ -34,7 +34,7 @@