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 |
Retrieves processing information about the widget from $form_state. |
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 |
Stores processing information about the widget in $form_state. |
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. |
WorkflowCustomStateTransitionAccessTest::$testWorkflow |
property |
core/modules/workflows/tests/src/Functional/WorkflowCustomStateTransitionAccessTest.php |
A test workflow. |
WorkflowCustomStateTransitionAccessTest::setUp |
function |
core/modules/workflows/tests/src/Functional/WorkflowCustomStateTransitionAccessTest.php |
|
WorkflowCustomStateTransitionAccessTest::testCustomWorkflowAccessOperations |
function |
core/modules/workflows/tests/src/Functional/WorkflowCustomStateTransitionAccessTest.php |
Tests the custom state/transition operation access rules. |
WorkflowStateAddForm |
class |
core/modules/workflows/src/Form/WorkflowStateAddForm.php |
Entity form variant for adding workflow states. |
WorkflowStateAddForm.php |
file |
core/modules/workflows/src/Form/WorkflowStateAddForm.php |
|
WorkflowStateAddForm::$pluginFormFactory |
property |
core/modules/workflows/src/Form/WorkflowStateAddForm.php |
The plugin form factory. |
WorkflowStateAddForm::actions |
function |
core/modules/workflows/src/Form/WorkflowStateAddForm.php |
Returns an array of supported actions for the current entity form. |
WorkflowStateAddForm::copyFormValuesToEntity |
function |
core/modules/workflows/src/Form/WorkflowStateAddForm.php |
Copies top-level form values to entity properties. |
WorkflowStateAddForm::create |
function |
core/modules/workflows/src/Form/WorkflowStateAddForm.php |
Instantiates a new instance of this class. |
WorkflowStateAddForm::exists |
function |
core/modules/workflows/src/Form/WorkflowStateAddForm.php |
Determines if the workflow state already exists. |
WorkflowStateAddForm::form |
function |
core/modules/workflows/src/Form/WorkflowStateAddForm.php |
Gets the actual form array to be built. |
WorkflowStateAddForm::getFormId |
function |
core/modules/workflows/src/Form/WorkflowStateAddForm.php |
Returns a unique string identifying the form. |