OptionsListFilterTest::testViewsTestOptionsListFilter |
function |
core/modules/options/tests/src/Kernel/Views/OptionsListFilterTest.php |
Tests options list field filter. |
OptionsListFilterTest::testViewsTestOptionsListGroupedFilter |
function |
core/modules/options/tests/src/Kernel/Views/OptionsListFilterTest.php |
Tests options list field filter when grouped. |
OptionsViewsHooks |
class |
core/modules/options/src/Hook/OptionsViewsHooks.php |
Hook implementations for options. |
OptionsViewsHooks.php |
file |
core/modules/options/src/Hook/OptionsViewsHooks.php |
|
OptionsViewsHooks::fieldViewsData |
function |
core/modules/options/src/Hook/OptionsViewsHooks.php |
Implements hook_field_views_data(). |
options_field_views_data |
function |
core/modules/options/options.views.inc |
Implements hook_field_views_data(). |
options_test_views.info.yml |
file |
core/modules/options/tests/options_test_views/options_test_views.info.yml |
core/modules/options/tests/options_test_views/options_test_views.info.yml |
OverridesSectionStorage::getContextsDuringPreview |
function |
core/modules/layout_builder/src/Plugin/SectionStorage/OverridesSectionStorage.php |
Gets contexts for use during preview. |
OverridesSectionStorageTest::testGetContextsDuringPreview |
function |
core/modules/layout_builder/tests/src/Kernel/OverridesSectionStorageTest.php |
@covers ::getContextsDuringPreview |
Overview |
class |
core/modules/forum/src/Form/Overview.php |
Provides forum overview form for the forum vocabulary. |
Overview.php |
file |
core/modules/forum/src/Form/Overview.php |
|
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::$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::$term |
property |
core/modules/node/tests/src/Functional/PagePreviewTest.php |
A term. |
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::testPagePreviewCache |
function |
core/modules/node/tests/src/Functional/PagePreviewTest.php |
Tests node preview with dynamic_page_cache and anonymous users. |
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. |