| AccountSettingsForm::getEditableConfigNames           | 
                                                                                        function           | 
                                                                                        core/modules/user/src/AccountSettingsForm.php           | 
                                                                                        Gets the configuration names that will be editable.           | 
              
          
                                                                                        | AdvancedSettingsForm::getEditableConfigNames           | 
                                                                                        function           | 
                                                                                        core/modules/views_ui/src/Form/AdvancedSettingsForm.php           | 
                                                                                        Gets the configuration names that will be editable.           | 
              
          
                                                                                        | Annotation for translatable text           | 
                                                                                        group           | 
                                                                                        core/lib/Drupal/Core/Annotation/Translation.php           | 
                                                                                        Describes how to put translatable UI text into annotations.           | 
              
          
                                                                                        | ArgumentPluginBase::$name_table           | 
                                                                                        property           | 
                                                                                        core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php           | 
                                                                                        The table to use for the name, should it not be in the same table as the argument.           | 
              
          
                                                                                        | BaseFieldDefinition::isTranslatable           | 
                                                                                        function           | 
                                                                                        core/lib/Drupal/Core/Field/BaseFieldDefinition.php           | 
                                                                                        Returns whether the field is translatable.           | 
              
          
                                                                                        | BaseFieldDefinition::setTranslatable           | 
                                                                                        function           | 
                                                                                        core/lib/Drupal/Core/Field/BaseFieldDefinition.php           | 
                                                                                        Sets whether the field is translatable.           | 
              
          
                                                                                        | BaseFieldDefinitionTest::testFieldTranslatable           | 
                                                                                        function           | 
                                                                                        core/tests/Drupal/Tests/Core/Entity/BaseFieldDefinitionTest.php           | 
                                                                                        Tests field translatable methods.           | 
              
          
                                                                                        | BasicSettingsForm::getEditableConfigNames           | 
                                                                                        function           | 
                                                                                        core/modules/views_ui/src/Form/BasicSettingsForm.php           | 
                                                                                        Gets the configuration names that will be editable.           | 
              
          
                                                                                        | BasicSyntaxTest::testGetFullQualifiedTableName           | 
                                                                                        function           | 
                                                                                        core/tests/Drupal/KernelTests/Core/Database/BasicSyntaxTest.php           | 
                                                                                        Tests \Drupal\Core\Database\Connection::getFullQualifiedTableName().           | 
              
          
                                                                                        | BatchStorage::ensureTableExists           | 
                                                                                        function           | 
                                                                                        core/lib/Drupal/Core/Batch/BatchStorage.php           | 
                                                                                        Check if the table exists and create it if not.           | 
              
          
                                                                                        | BatchStorage::TABLE_NAME           | 
                                                                                        constant           | 
                                                                                        core/lib/Drupal/Core/Batch/BatchStorage.php           | 
                                                                                        The table name.           | 
              
          
                                                                                        | Block::$blockRoleTable           | 
                                                                                        property           | 
                                                                                        core/modules/block/src/Plugin/migrate/source/Block.php           | 
                                                                                        Table mapping blocks to user roles.           | 
              
          
                                                                                        | Block::$blockTable           | 
                                                                                        property           | 
                                                                                        core/modules/block/src/Plugin/migrate/source/Block.php           | 
                                                                                        Table containing block configuration.           | 
              
          
                                                                                        | Block::$userRoleTable           | 
                                                                                        property           | 
                                                                                        core/modules/block/src/Plugin/migrate/source/Block.php           | 
                                                                                        Table listing user roles.           | 
              
          
                                                                                        | BlockCustomTranslation::CUSTOM_BLOCK_TABLE           | 
                                                                                        constant           | 
                                                                                        core/modules/block_content/src/Plugin/migrate/source/d7/BlockCustomTranslation.php           | 
                                                                                        Drupal 7 table names.           | 
              
          
                                                                                        | BlockCustomTranslation::I18N_STRING_TABLE           | 
                                                                                        constant           | 
                                                                                        core/modules/block_content/src/Plugin/migrate/source/d7/BlockCustomTranslation.php           | 
                                                                                                   | 
              
          
                                                                                        | BlockTest::$executable           | 
                                                                                        property           | 
                                                                                        core/modules/views/tests/src/Unit/Plugin/views/display/BlockTest.php           | 
                                                                                        The view executable.           | 
              
          
                                                                                        | BookAdminEditForm::bookAdminTable           | 
                                                                                        function           | 
                                                                                        core/modules/book/src/Form/BookAdminEditForm.php           | 
                                                                                        Builds the table portion of the form for the book administration page.           | 
              
          
                                                                                        | BookAdminEditForm::bookAdminTableTree           | 
                                                                                        function           | 
                                                                                        core/modules/book/src/Form/BookAdminEditForm.php           | 
                                                                                        Helps build the main table in the book administration page form.           | 
              
          
                                                                                        | BookManager::getTableOfContents           | 
                                                                                        function           | 
                                                                                        core/modules/book/src/BookManager.php           | 
                                                                                        Returns an array of book pages in table of contents order.           | 
              
          
                                                                                        | BookManager::recurseTableOfContents           | 
                                                                                        function           | 
                                                                                        core/modules/book/src/BookManager.php           | 
                                                                                        Recursively processes and formats book links for getTableOfContents().           | 
              
          
                                                                                        | BookManagerInterface::getTableOfContents           | 
                                                                                        function           | 
                                                                                        core/modules/book/src/BookManagerInterface.php           | 
                                                                                        Returns an array of book pages in table of contents order.           | 
              
          
                                                                                        | BookSettingsForm::getEditableConfigNames           | 
                                                                                        function           | 
                                                                                        core/modules/book/src/Form/BookSettingsForm.php           | 
                                                                                        Gets the configuration names that will be editable.           | 
              
          
                                                                                        | BookTest::testGetTableOfContents           | 
                                                                                        function           | 
                                                                                        core/modules/book/tests/src/Functional/BookTest.php           | 
                                                                                        Tests BookManager::getTableOfContents().           | 
              
          
                                                                                        | BooleanItem::getSettableOptions           | 
                                                                                        function           | 
                                                                                        core/lib/Drupal/Core/Field/Plugin/Field/FieldType/BooleanItem.php           | 
                                                                                        Returns an array of settable values with labels for display.           | 
              
          
                                                                                        | BooleanItem::getSettableValues           | 
                                                                                        function           | 
                                                                                        core/lib/Drupal/Core/Field/Plugin/Field/FieldType/BooleanItem.php           | 
                                                                                        Returns an array of settable values.           | 
              
          
                                                                                        | BoxTranslation::CUSTOM_BLOCK_TABLE           | 
                                                                                        constant           | 
                                                                                        core/modules/block_content/src/Plugin/migrate/source/d6/BoxTranslation.php           | 
                                                                                        Drupal 6 table names.           | 
              
          
                                                                                        | BoxTranslation::I18N_STRING_TABLE           | 
                                                                                        constant           | 
                                                                                        core/modules/block_content/src/Plugin/migrate/source/d6/BoxTranslation.php           | 
                                                                                                   | 
              
          
                                                                                        | BrokenHandlerTrait::ensureMyTable           | 
                                                                                        function           | 
                                                                                        core/modules/views/src/Plugin/views/BrokenHandlerTrait.php           | 
                                                                                        Ensures that the main table for this handler is in the query.           | 
              
          
                                                                                        | BulkForm::clickSortable           | 
                                                                                        function           | 
                                                                                        core/modules/views/src/Plugin/views/field/BulkForm.php           | 
                                                                                        Determines if this field is click sortable.           | 
              
          
                                                                                        | CacheableNotAcceptableHttpException           | 
                                                                                        class           | 
                                                                                        core/lib/Drupal/Core/Http/Exception/CacheableNotAcceptableHttpException.php           | 
                                                                                        A cacheable NotAcceptableHttpException.           | 
              
          
                                                                                        | CacheableNotAcceptableHttpException.php           | 
                                                                                        file           | 
                                                                                        core/lib/Drupal/Core/Http/Exception/CacheableNotAcceptableHttpException.php           | 
                                                                                                   | 
              
          
                                                                                        | CacheableNotAcceptableHttpException::__construct           | 
                                                                                        function           | 
                                                                                        core/lib/Drupal/Core/Http/Exception/CacheableNotAcceptableHttpException.php           | 
                                                                                                   | 
              
          
                                                                                        | CKEditor5PluginDefinition::getCreatableElements           | 
                                                                                        function           | 
                                                                                        core/modules/ckeditor5/src/Plugin/CKEditor5PluginDefinition.php           | 
                                                                                        Gets the elements this plugin allows to create.           | 
              
          
                                                                                        | CKEditor5PluginDefinition::isCreatableElement           | 
                                                                                        function           | 
                                                                                        core/modules/ckeditor5/src/Plugin/CKEditor5PluginDefinition.php           | 
                                                                                        Checks if the element is a plain tag, meaning the plugin can create it.           | 
              
          
                                                                                        | CKEditorAdminSortTrait::sortableUpdate           | 
                                                                                        function           | 
                                                                                        core/modules/ckeditor/tests/src/Traits/CKEditorAdminSortTrait.php           | 
                                                                                        Define to provide any necessary callback following layout change.           | 
              
          
                                                                                        | ClaroTableDragTest           | 
                                                                                        class           | 
                                                                                        core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroTableDragTest.php           | 
                                                                                        Tests draggable tables with Claro theme.           | 
              
          
                                                                                        | ClaroTableDragTest.php           | 
                                                                                        file           | 
                                                                                        core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroTableDragTest.php           | 
                                                                                                   | 
              
          
                                                                                        | ClaroTableDragTest::$defaultTheme           | 
                                                                                        property           | 
                                                                                        core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroTableDragTest.php           | 
                                                                                        The theme to install as the default for testing.           | 
              
          
                                                                                        | ClaroTableDragTest::$indentationXpathSelector           | 
                                                                                        property           | 
                                                                                        core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroTableDragTest.php           | 
                                                                                        Xpath selector for finding tabledrag indentation elements in a table row.           | 
              
          
                                                                                        | ClaroTableDragTest::$tabledragChangedXpathSelector           | 
                                                                                        property           | 
                                                                                        core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroTableDragTest.php           | 
                                                                                        Xpath selector for finding the tabledrag changed marker.           | 
              
          
                                                                                        | ClaroTableDragTest::testNoDuplicates           | 
                                                                                        function           | 
                                                                                        core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroTableDragTest.php           | 
                                                                                        Ensures that there are no duplicate tabledrag handles.           | 
              
          
                                                                                        | claro_preprocess_field_ui_table           | 
                                                                                        function           | 
                                                                                        core/themes/claro/claro.theme           | 
                                                                                        Implements template_preprocess_HOOK() for field_ui_table.           | 
              
          
                                                                                        | claro_preprocess_table           | 
                                                                                        function           | 
                                                                                        core/themes/claro/claro.theme           | 
                                                                                        Implements template_preprocess_HOOK() for table.           | 
              
          
                                                                                        | claro_preprocess_views_view_table           | 
                                                                                        function           | 
                                                                                        core/themes/claro/claro.theme           | 
                                                                                        Implements template_preprocess_HOOK() for views_view_table.           | 
              
          
                                                                                        | ClassyTemplatesIdenticalToStableTest           | 
                                                                                        class           | 
                                                                                        core/tests/Drupal/Tests/Core/Theme/ClassyTemplatesIdenticalToStableTest.php           | 
                                                                                        Confirms that certain Classy templates have identical equivalents in Stable.           | 
              
          
                                                                                        | ClassyTemplatesIdenticalToStableTest.php           | 
                                                                                        file           | 
                                                                                        core/tests/Drupal/Tests/Core/Theme/ClassyTemplatesIdenticalToStableTest.php           | 
                                                                                                   | 
              
          
                                                                                        | ClassyTemplatesIdenticalToStableTest::providerTestStableTemplatesIdenticalToClassy           | 
                                                                                        function           | 
                                                                                        core/tests/Drupal/Tests/Core/Theme/ClassyTemplatesIdenticalToStableTest.php           | 
                                                                                        A list of the Classy templates that have identical copies in Stable.           | 
              
          
                                                                                        | ClassyTemplatesIdenticalToStableTest::testStableTemplatesIdenticalToClassy           | 
                                                                                        function           | 
                                                                                        core/tests/Drupal/Tests/Core/Theme/ClassyTemplatesIdenticalToStableTest.php           | 
                                                                                        Confirms that certain Classy templates have equivalents in Stable.           | 
              
          
                                                                                        | CommentStorageSchema::getSharedTableFieldSchema           | 
                                                                                        function           | 
                                                                                        core/modules/comment/src/CommentStorageSchema.php           | 
                                                                                        Gets the schema for a single field definition.           |