| Overview::buildForm | function | core/modules/forum/src/Form/Overview.php | Form constructor. | 
          
                                                                                        | Overview::getFormId | function | core/modules/forum/src/Form/Overview.php | Returns a unique string identifying the form. | 
          
                                                                                        | OverviewForm | class | core/modules/migrate_drupal_ui/src/Form/OverviewForm.php | Migrate Upgrade Overview form. | 
          
                                                                                        | OverviewForm.php | file | core/modules/migrate_drupal_ui/src/Form/OverviewForm.php |  | 
          
                                                                                        | OverviewForm::buildForm | function | core/modules/migrate_drupal_ui/src/Form/OverviewForm.php | Form constructor. | 
          
                                                                                        | OverviewForm::getConfirmText | function | core/modules/migrate_drupal_ui/src/Form/OverviewForm.php | Returns a caption for the button that confirms the action. | 
          
                                                                                        | OverviewForm::getFormId | function | core/modules/migrate_drupal_ui/src/Form/OverviewForm.php | Returns a unique string identifying the form. | 
          
                                                                                        | OverviewForm::submitForm | function | core/modules/migrate_drupal_ui/src/Form/OverviewForm.php | Form submission handler. | 
          
                                                                                        | OverviewTerms | class | core/modules/taxonomy/src/Form/OverviewTerms.php | Provides terms overview form for a taxonomy vocabulary. | 
          
                                                                                        | OverviewTerms.php | file | core/modules/taxonomy/src/Form/OverviewTerms.php |  | 
          
                                                                                        | OverviewTerms::$deprecatedProperties | property | core/modules/taxonomy/src/Form/OverviewTerms.php |  | 
          
                                                                                        | OverviewTerms::$entityRepository | property | core/modules/taxonomy/src/Form/OverviewTerms.php | The entity repository. | 
          
                                                                                        | OverviewTerms::$entityTypeManager | property | core/modules/taxonomy/src/Form/OverviewTerms.php | The entity type manager. | 
          
                                                                                        | OverviewTerms::$moduleHandler | property | core/modules/taxonomy/src/Form/OverviewTerms.php | The module handler service. | 
          
                                                                                        | OverviewTerms::$pagerManager | property | core/modules/taxonomy/src/Form/OverviewTerms.php | The pager manager. | 
          
                                                                                        | OverviewTerms::$renderer | property | core/modules/taxonomy/src/Form/OverviewTerms.php | The renderer service. | 
          
                                                                                        | OverviewTerms::$storageController | property | core/modules/taxonomy/src/Form/OverviewTerms.php | The term storage handler. | 
          
                                                                                        | OverviewTerms::$termListBuilder | property | core/modules/taxonomy/src/Form/OverviewTerms.php | The term list builder. | 
          
                                                                                        | OverviewTerms::buildForm | function | core/modules/taxonomy/src/Form/OverviewTerms.php | Form constructor. | 
          
                                                                                        | OverviewTerms::create | function | core/modules/taxonomy/src/Form/OverviewTerms.php | Instantiates a new instance of this class. | 
          
                                                                                        | OverviewTerms::getFormId | function | core/modules/taxonomy/src/Form/OverviewTerms.php | Returns a unique string identifying the form. | 
          
                                                                                        | OverviewTerms::submitForm | function | core/modules/taxonomy/src/Form/OverviewTerms.php | Form submission handler. | 
          
                                                                                        | OverviewTerms::submitReset | function | core/modules/taxonomy/src/Form/OverviewTerms.php | Redirects to confirmation form for the reset action. | 
          
                                                                                        | OverviewTerms::__construct | function | core/modules/taxonomy/src/Form/OverviewTerms.php | Constructs an OverviewTerms object. | 
          
                                                                                        | PagePreviewTest | class | core/modules/node/tests/src/Functional/PagePreviewTest.php | Tests the node entity preview functionality. | 
          
                                                                                        | PagePreviewTest.php | file | core/modules/node/tests/src/Functional/PagePreviewTest.php |  | 
          
                                                                                        | PagePreviewTest::$defaultTheme | property | core/modules/node/tests/src/Functional/PagePreviewTest.php | The theme to install as the default for testing. | 
          
                                                                                        | PagePreviewTest::$fieldName | property | core/modules/node/tests/src/Functional/PagePreviewTest.php | The name of the created field. | 
          
                                                                                        | PagePreviewTest::$modules | property | core/modules/node/tests/src/Functional/PagePreviewTest.php | Enable the comment, node and taxonomy modules to test on the preview. | 
          
                                                                                        | PagePreviewTest::setUp | function | core/modules/node/tests/src/Functional/PagePreviewTest.php |  | 
          
                                                                                        | PagePreviewTest::testPagePreview | function | core/modules/node/tests/src/Functional/PagePreviewTest.php | Checks the node preview functionality. | 
          
                                                                                        | PagePreviewTest::testPagePreviewWithRevisions | function | core/modules/node/tests/src/Functional/PagePreviewTest.php | Checks the node preview functionality, when using revisions. | 
          
                                                                                        | PagePreviewTest::testSimultaneousPreview | function | core/modules/node/tests/src/Functional/PagePreviewTest.php | Checks the node preview accessible for simultaneous node editing. | 
          
                                                                                        | PagerKernelTest::$testViews | property | core/modules/views/tests/src/Kernel/Plugin/PagerKernelTest.php | Views to be enabled. | 
          
                                                                                        | PagerTest::$testViews | property | core/modules/views/tests/src/Functional/Plugin/PagerTest.php | Views used by this test. | 
          
                                                                                        | PagerTest::createViewAtPath | function | core/modules/views/tests/src/Functional/Wizard/PagerTest.php | Create a simple View of nodes at a given path. | 
          
                                                                                        | PagerTest::testViewTotalRowsWithoutPager | function | core/modules/views/tests/src/Functional/Plugin/PagerTest.php |  | 
          
                                                                                        | PageViewTest | class | core/modules/node/tests/src/Functional/PageViewTest.php | Create a node and test edit permissions. | 
          
                                                                                        | PageViewTest.php | file | core/modules/node/tests/src/Functional/PageViewTest.php |  | 
          
                                                                                        | PageViewTest::$defaultTheme | property | core/modules/node/tests/src/Functional/PageViewTest.php | The theme to install as the default for testing. | 
          
                                                                                        | PageViewTest::testPageView | function | core/modules/node/tests/src/Functional/PageViewTest.php | Tests an anonymous and unpermissioned user attempting to edit the node. | 
          
                                                                                        | PaginationAJAXTest::$testViews | property | core/modules/views/tests/src/FunctionalJavascript/PaginationAJAXTest.php | Test Views to enable. | 
          
                                                                                        | paramconverter.views_ui | service | core/modules/views_ui/views_ui.services.yml | Drupal\views_ui\ParamConverter\ViewUIConverter | 
          
                                                                                        | PathPluginBaseTest::setupViewExecutableAccessPlugin | function | core/modules/views/tests/src/Unit/Plugin/display/PathPluginBaseTest.php | Returns some mocked view entity, view executable, and access plugin. | 
          
                                                                                        | PathPluginTest::$testViews | property | core/modules/node/tests/src/Functional/Views/PathPluginTest.php | Views used by this test. | 
          
                                                                                        | pgsql.views.date_sql | service | core/modules/views/views.services.yml | Drupal\views\Plugin\views\query\PostgresqlDateSql | 
          
                                                                                        | PlaceholderTextUpdateTest::testViewsPostUpdatePlaceholderText | function | core/modules/views/tests/src/Functional/Update/PlaceholderTextUpdateTest.php | Tests that boolean filter values are updated properly. | 
          
                                                                                        | plugin.manager.views.access | service | core/modules/views/views.services.yml | Drupal\views\Plugin\ViewsPluginManager | 
          
                                                                                        | plugin.manager.views.area | service | core/modules/views/views.services.yml | Drupal\views\Plugin\ViewsHandlerManager | 
          
                                                                                        | plugin.manager.views.argument | service | core/modules/views/views.services.yml | Drupal\views\Plugin\ViewsHandlerManager |