views.view.test_content_moderation_state_filter_entity_test.yml |
file |
core/modules/content_moderation/tests/modules/content_moderation_test_views/config/install/views.view.test_content_moderation_state_filter_entity_test.yml |
core/modules/content_moderation/tests/modules/content_moderation_test_views/config/install/views.view.test_content_moderation_state_filter_entity_test.yml |
views.view.test_content_moderation_state_filter_revision_table.yml |
file |
core/modules/content_moderation/tests/modules/content_moderation_test_views/config/install/views.view.test_content_moderation_state_filter_revision_table.yml |
core/modules/content_moderation/tests/modules/content_moderation_test_views/config/install/views.view.test_content_moderation_state_filter_revision_table.yml |
views.view.test_content_moderation_state_sort_base_table.yml |
file |
core/modules/content_moderation/tests/modules/content_moderation_test_views/config/install/views.view.test_content_moderation_state_sort_base_table.yml |
core/modules/content_moderation/tests/modules/content_moderation_test_views/config/install/views.view.test_content_moderation_state_sort_base_table.yml |
views.view.test_content_moderation_state_sort_revision_table.yml |
file |
core/modules/content_moderation/tests/modules/content_moderation_test_views/config/install/views.view.test_content_moderation_state_sort_revision_table.yml |
core/modules/content_moderation/tests/modules/content_moderation_test_views/config/install/views.view.test_content_moderation_state_sort_revision_table.yml |
ViewsDataIntegrationTest::testContentModerationStateField |
function |
core/modules/content_moderation/tests/src/Kernel/ViewsDataIntegrationTest.php |
Tests the content moderation state views field. |
ViewsEntitySchemaSubscriberIntegrationTest::$state |
property |
core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php |
The state service. |
ViewsFormBase::getFormState |
function |
core/modules/views_ui/src/Form/Ajax/ViewsFormBase.php |
|
ViewsFormInterface::getFormState |
function |
core/modules/views_ui/src/Form/Ajax/ViewsFormInterface.php |
Gets the form state for this form. |
ViewsLocalTask::$state |
property |
core/modules/views/src/Plugin/Derivative/ViewsLocalTask.php |
The state key value store. |
ViewsLocalTaskTest::$state |
property |
core/modules/views/tests/src/Unit/Plugin/Derivative/ViewsLocalTaskTest.php |
The mocked key value storage. |
ViewsModerationStateFilterTest |
class |
core/modules/content_moderation/tests/src/Functional/ViewsModerationStateFilterTest.php |
Tests the views 'moderation_state_filter' filter plugin. |
ViewsModerationStateFilterTest |
class |
core/modules/content_moderation/tests/src/Kernel/ViewsModerationStateFilterTest.php |
Tests the views 'moderation_state_filter' filter plugin. |
ViewsModerationStateFilterTest.php |
file |
core/modules/content_moderation/tests/src/Kernel/ViewsModerationStateFilterTest.php |
|
ViewsModerationStateFilterTest.php |
file |
core/modules/content_moderation/tests/src/Functional/ViewsModerationStateFilterTest.php |
|
ViewsModerationStateFilterTest::$defaultTheme |
property |
core/modules/content_moderation/tests/src/Functional/ViewsModerationStateFilterTest.php |
The theme to install as the default for testing. |
ViewsModerationStateFilterTest::$modules |
property |
core/modules/content_moderation/tests/src/Functional/ViewsModerationStateFilterTest.php |
Modules to install. |
ViewsModerationStateFilterTest::$modules |
property |
core/modules/content_moderation/tests/src/Kernel/ViewsModerationStateFilterTest.php |
Modules to install. |
ViewsModerationStateFilterTest::assertFilterStates |
function |
core/modules/content_moderation/tests/src/Functional/ViewsModerationStateFilterTest.php |
Assert the states which appear in the filter. |
ViewsModerationStateFilterTest::assertNodesWithFilters |
function |
core/modules/content_moderation/tests/src/Kernel/ViewsModerationStateFilterTest.php |
Assert the nodes appear when the test view is executed. |
ViewsModerationStateFilterTest::assertPluginStates |
function |
core/modules/content_moderation/tests/src/Kernel/ViewsModerationStateFilterTest.php |
Assert the plugin states. |
ViewsModerationStateFilterTest::assertWorkflowDependencies |
function |
core/modules/content_moderation/tests/src/Functional/ViewsModerationStateFilterTest.php |
Asserts the views dependencies on workflow config entities. |
ViewsModerationStateFilterTest::executeAndAssertIdenticalResultset |
function |
core/modules/content_moderation/tests/src/Functional/ViewsModerationStateFilterTest.php |
Execute a view and assert the expected results. |
ViewsModerationStateFilterTest::loadViewUnchanged |
function |
core/modules/content_moderation/tests/src/Functional/ViewsModerationStateFilterTest.php |
Load a view from the database after it has been modified in a sub-request. |
ViewsModerationStateFilterTest::providerTestWorkflowChanges |
function |
core/modules/content_moderation/tests/src/Functional/ViewsModerationStateFilterTest.php |
Data provider for testWorkflowChanges. |
ViewsModerationStateFilterTest::setUp |
function |
core/modules/content_moderation/tests/src/Functional/ViewsModerationStateFilterTest.php |
Sets up the test. |
ViewsModerationStateFilterTest::setUp |
function |
core/modules/content_moderation/tests/src/Kernel/ViewsModerationStateFilterTest.php |
|
ViewsModerationStateFilterTest::testFilterRenderCache |
function |
core/modules/content_moderation/tests/src/Functional/ViewsModerationStateFilterTest.php |
Tests the content moderation state filter caching is correct. |
ViewsModerationStateFilterTest::testModerationStateFilterDependencyHandling |
function |
core/modules/content_moderation/tests/src/Functional/ViewsModerationStateFilterTest.php |
Tests the dependency handling of the moderation state filter. |
ViewsModerationStateFilterTest::testModerationStateFilterOnJoinedEntity |
function |
core/modules/content_moderation/tests/src/Kernel/ViewsModerationStateFilterTest.php |
Tests the moderation state filter on an entity added via a relationship. |
ViewsModerationStateFilterTest::testNonTranslatableEntityType |
function |
core/modules/content_moderation/tests/src/Kernel/ViewsModerationStateFilterTest.php |
Tests the moderation filter with a non-translatable entity type. |
ViewsModerationStateFilterTest::testStateFilterStatesList |
function |
core/modules/content_moderation/tests/src/Kernel/ViewsModerationStateFilterTest.php |
Tests the list of states in the filter plugin. |
ViewsModerationStateFilterTest::testStateFilterViewsRelationship |
function |
core/modules/content_moderation/tests/src/Kernel/ViewsModerationStateFilterTest.php |
Tests the content moderation state filter. |
ViewsModerationStateFilterTest::testWorkflowChanges |
function |
core/modules/content_moderation/tests/src/Functional/ViewsModerationStateFilterTest.php |
Tests the moderation state filter when the configured workflow is changed. |
ViewsModerationStateSortTest |
class |
core/modules/content_moderation/tests/src/Kernel/ViewsModerationStateSortTest.php |
Tests the views moderation_state field sorting integration. |
ViewsModerationStateSortTest.php |
file |
core/modules/content_moderation/tests/src/Kernel/ViewsModerationStateSortTest.php |
|
ViewsModerationStateSortTest::$modules |
property |
core/modules/content_moderation/tests/src/Kernel/ViewsModerationStateSortTest.php |
Modules to install. |
ViewsModerationStateSortTest::assertSortResults |
function |
core/modules/content_moderation/tests/src/Kernel/ViewsModerationStateSortTest.php |
Assert the order of a views sort result. |
ViewsModerationStateSortTest::setUp |
function |
core/modules/content_moderation/tests/src/Kernel/ViewsModerationStateSortTest.php |
|
ViewsModerationStateSortTest::testSortBaseTable |
function |
core/modules/content_moderation/tests/src/Kernel/ViewsModerationStateSortTest.php |
Tests sorting with a standard data base table. |
ViewsModerationStateSortTest::testSortRevisionBaseTable |
function |
core/modules/content_moderation/tests/src/Kernel/ViewsModerationStateSortTest.php |
Tests sorting with the revision base table. |
WidgetBase::getWidgetState |
function |
core/lib/Drupal/Core/Field/WidgetBase.php |
|
WidgetBase::getWidgetStateParents |
function |
core/lib/Drupal/Core/Field/WidgetBase.php |
Returns the location of processing information within $form_state. |
WidgetBase::setWidgetState |
function |
core/lib/Drupal/Core/Field/WidgetBase.php |
|
WidgetBaseInterface::getWidgetState |
function |
core/lib/Drupal/Core/Field/WidgetBaseInterface.php |
Retrieves processing information about the widget from $form_state. |
WidgetBaseInterface::setWidgetState |
function |
core/lib/Drupal/Core/Field/WidgetBaseInterface.php |
Stores processing information about the widget in $form_state. |
WorkflowCustomStateTransitionAccessTest |
class |
core/modules/workflows/tests/src/Functional/WorkflowCustomStateTransitionAccessTest.php |
Test custom provided workflow access for state/transition operations. |
WorkflowCustomStateTransitionAccessTest.php |
file |
core/modules/workflows/tests/src/Functional/WorkflowCustomStateTransitionAccessTest.php |
|
WorkflowCustomStateTransitionAccessTest::$adminUser |
property |
core/modules/workflows/tests/src/Functional/WorkflowCustomStateTransitionAccessTest.php |
A test admin user. |
WorkflowCustomStateTransitionAccessTest::$defaultTheme |
property |
core/modules/workflows/tests/src/Functional/WorkflowCustomStateTransitionAccessTest.php |
The theme to install as the default for testing. |
WorkflowCustomStateTransitionAccessTest::$modules |
property |
core/modules/workflows/tests/src/Functional/WorkflowCustomStateTransitionAccessTest.php |
Modules to install. |