| MenuUiTest::testUnpublishedNodeMenuItem |
function |
core/modules/menu_ui/tests/src/Functional/MenuUiTest.php |
Tests that menu items pointing to unpublished nodes are editable. |
| menu_test.menu_item.yml |
file |
core/modules/system/tests/modules/menu_test/config/install/language/nl/menu_test.menu_item.yml |
core/modules/system/tests/modules/menu_test/config/install/language/nl/menu_test.menu_item.yml |
| menu_test.menu_item.yml |
file |
core/modules/system/tests/modules/menu_test/config/install/menu_test.menu_item.yml |
core/modules/system/tests/modules/menu_test/config/install/menu_test.menu_item.yml |
| MigrateAggregatorItemTest |
class |
core/modules/aggregator/tests/src/Kernel/Migrate/d6/MigrateAggregatorItemTest.php |
Tests migration of aggregator items. |
| MigrateAggregatorItemTest |
class |
core/modules/aggregator/tests/src/Kernel/Migrate/d7/MigrateAggregatorItemTest.php |
Tests migration of aggregator items. |
| MigrateAggregatorItemTest.php |
file |
core/modules/aggregator/tests/src/Kernel/Migrate/d6/MigrateAggregatorItemTest.php |
|
| MigrateAggregatorItemTest.php |
file |
core/modules/aggregator/tests/src/Kernel/Migrate/d7/MigrateAggregatorItemTest.php |
|
| MigrateAggregatorItemTest::$modules |
property |
core/modules/aggregator/tests/src/Kernel/Migrate/d6/MigrateAggregatorItemTest.php |
Modules to enable. |
| MigrateAggregatorItemTest::$modules |
property |
core/modules/aggregator/tests/src/Kernel/Migrate/d7/MigrateAggregatorItemTest.php |
Modules to enable. |
| MigrateAggregatorItemTest::setUp |
function |
core/modules/aggregator/tests/src/Kernel/Migrate/d6/MigrateAggregatorItemTest.php |
|
| MigrateAggregatorItemTest::setUp |
function |
core/modules/aggregator/tests/src/Kernel/Migrate/d7/MigrateAggregatorItemTest.php |
|
| MigrateAggregatorItemTest::testAggregatorItem |
function |
core/modules/aggregator/tests/src/Kernel/Migrate/d6/MigrateAggregatorItemTest.php |
Test Drupal 6 aggregator item migration to Drupal 8. |
| MigrateAggregatorItemTest::testAggregatorItem |
function |
core/modules/aggregator/tests/src/Kernel/Migrate/d7/MigrateAggregatorItemTest.php |
Test Drupal 7 aggregator item migration to Drupal 8. |
| MigrateAggregatorStubTest::testItemStub |
function |
core/modules/aggregator/tests/src/Kernel/Migrate/MigrateAggregatorStubTest.php |
Tests creation of aggregator feed items. |
| ModerationStateFieldItemList |
class |
core/modules/content_moderation/src/Plugin/Field/ModerationStateFieldItemList.php |
A computed field that provides a content entity's moderation state. |
| ModerationStateFieldItemList.php |
file |
core/modules/content_moderation/src/Plugin/Field/ModerationStateFieldItemList.php |
|
| ModerationStateFieldItemList::computeValue |
function |
core/modules/content_moderation/src/Plugin/Field/ModerationStateFieldItemList.php |
|
| ModerationStateFieldItemList::get |
function |
core/modules/content_moderation/src/Plugin/Field/ModerationStateFieldItemList.php |
|
| ModerationStateFieldItemList::getModerationStateId |
function |
core/modules/content_moderation/src/Plugin/Field/ModerationStateFieldItemList.php |
Gets the moderation state ID linked to a content entity revision. |
| ModerationStateFieldItemList::loadContentModerationStateRevision |
function |
core/modules/content_moderation/src/Plugin/Field/ModerationStateFieldItemList.php |
Load the content moderation state revision associated with an entity. |
| ModerationStateFieldItemList::onChange |
function |
core/modules/content_moderation/src/Plugin/Field/ModerationStateFieldItemList.php |
|
| ModerationStateFieldItemList::setValue |
function |
core/modules/content_moderation/src/Plugin/Field/ModerationStateFieldItemList.php |
|
| ModerationStateFieldItemList::updateModeratedEntity |
function |
core/modules/content_moderation/src/Plugin/Field/ModerationStateFieldItemList.php |
Updates the default revision flag and the publishing status of the entity. |
| ModerationStateFieldItemListTest |
class |
core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php |
@coversDefaultClass \Drupal\content_moderation\Plugin\Field\ModerationStateFieldItemList[[api-linebreak]] |
| ModerationStateFieldItemListTest.php |
file |
core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php |
|
| ModerationStateFieldItemListTest::$modules |
property |
core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php |
|
| ModerationStateFieldItemListTest::$testNode |
property |
core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php |
|
| ModerationStateFieldItemListTest::assertEmptiedModerationFieldItemList |
function |
core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php |
Assert the set of expectations when the moderation state field is emptied. |
| ModerationStateFieldItemListTest::entityUnserializeTestCases |
function |
core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php |
Test cases for ::testEntityUnserialize. |
| ModerationStateFieldItemListTest::moderatedEntityWithExistingIdTestCases |
function |
core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php |
Test cases for ::testModeratedEntityWithExistingId. |
| ModerationStateFieldItemListTest::moderationStateChangesTestCases |
function |
core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php |
Data provider for ::testModerationStateChanges |
| ModerationStateFieldItemListTest::setUp |
function |
core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php |
|
| ModerationStateFieldItemListTest::testArrayIndex |
function |
core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php |
Test the field item list when accessing an index. |
| ModerationStateFieldItemListTest::testArrayIteration |
function |
core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php |
Test the field item list when iterating. |
| ModerationStateFieldItemListTest::testAssignNullItemList |
function |
core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php |
Test the field item when it is assigned NULL. |
| ModerationStateFieldItemListTest::testEmptyFieldItem |
function |
core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php |
Test an empty value assigned to the field item. |
| ModerationStateFieldItemListTest::testEmptyFieldItemList |
function |
core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php |
Test an empty value assigned to the field item list. |
| ModerationStateFieldItemListTest::testEmptyStateAndAppend |
function |
core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php |
Tests the item list when it is emptied and appended to. |
| ModerationStateFieldItemListTest::testEntityUnserialize |
function |
core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php |
Test the moderation_state field after an entity has been serialized. |
| ModerationStateFieldItemListTest::testEntityWithNoWorkflow |
function |
core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php |
Test updating the state for an entity without a workflow. |
| ModerationStateFieldItemListTest::testGet |
function |
core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php |
@covers ::get[[api-linebreak]] |
| ModerationStateFieldItemListTest::testGetValue |
function |
core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php |
@covers ::getValue[[api-linebreak]] |
| ModerationStateFieldItemListTest::testModeratedEntityWithExistingId |
function |
core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php |
Test saving a moderated node with an existing ID. |
| ModerationStateFieldItemListTest::testModerationStateChanges |
function |
core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php |
Tests that moderation state changes also change the related entity state. |
| ModerationStateFieldItemListTest::testNonModeratedEntity |
function |
core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php |
Test the list class with a non moderated entity. |
| ModerationStateFieldItemListTest::testTranslationWithExistingUnmoderatedContent |
function |
core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php |
Tests field item list translation support with unmoderated content. |
| ModerationStateFieldItemListTest::testUnsetItemList |
function |
core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php |
Test the field item when it is unset. |
| ModerationStateFieldItemListTest::testWithExistingUnmoderatedContent |
function |
core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php |
Test the field item list when used with existing unmoderated content. |
| ModerationStateFieldItemListTest::testWorkflowCustomizedInitialState |
function |
core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php |
Test customizing the default moderation state. |
| MultiItemsFieldHandlerInterface |
interface |
core/modules/views/src/Plugin/views/field/MultiItemsFieldHandlerInterface.php |
Defines a field handler which renders multiple items per row. |