| EntityOperations::render |
function |
core/modules/views/src/Plugin/views/field/EntityOperations.php |
|
| EntityOperations::updateOrCreateFromEntity |
function |
core/modules/content_moderation/src/EntityOperations.php |
Creates or updates the moderation state of an entity. |
| EntityOperations::usesGroupBy |
function |
core/modules/views/src/Plugin/views/field/EntityOperations.php |
|
| EntityOperations::__construct |
function |
core/modules/views/src/Plugin/views/field/EntityOperations.php |
Constructs a new EntityOperations object. |
| EntityOperations::__construct |
function |
core/modules/content_moderation/src/EntityOperations.php |
Constructs a new EntityOperations object. |
| EntityOperations::__construct |
function |
core/modules/workspaces/src/Hook/EntityOperations.php |
|
| EntityOperationsCacheabilityTest |
class |
core/modules/system/tests/src/Kernel/Entity/EntityOperationsCacheabilityTest.php |
Tests cacheability added by entity operations. |
| EntityOperationsCacheabilityTest.php |
file |
core/modules/system/tests/src/Kernel/Entity/EntityOperationsCacheabilityTest.php |
|
| EntityOperationsCacheabilityTest::testEntityOperationsCacheability |
function |
core/modules/system/tests/src/Kernel/Entity/EntityOperationsCacheabilityTest.php |
Test cacheability is added via entity operations functions and hooks. |
| EntityOperationsTest |
class |
core/modules/content_moderation/tests/src/Kernel/EntityOperationsTest.php |
Tests Drupal\content_moderation\EntityOperations. |
| EntityOperationsTest |
class |
core/modules/system/tests/src/Functional/Entity/EntityOperationsTest.php |
Tests that operations can be injected from the hook. |
| EntityOperationsTest.php |
file |
core/modules/system/tests/src/Functional/Entity/EntityOperationsTest.php |
|
| EntityOperationsTest.php |
file |
core/modules/content_moderation/tests/src/Kernel/EntityOperationsTest.php |
|
| EntityOperationsTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/Entity/EntityOperationsTest.php |
|
| EntityOperationsTest::$modules |
property |
core/modules/system/tests/src/Functional/Entity/EntityOperationsTest.php |
|
| EntityOperationsTest::$modules |
property |
core/modules/content_moderation/tests/src/Kernel/EntityOperationsTest.php |
|
| EntityOperationsTest::createNodeType |
function |
core/modules/content_moderation/tests/src/Kernel/EntityOperationsTest.php |
Creates a page node type to test with, ensuring that it's moderated. |
| EntityOperationsTest::setUp |
function |
core/modules/content_moderation/tests/src/Kernel/EntityOperationsTest.php |
|
| EntityOperationsTest::setUp |
function |
core/modules/system/tests/src/Functional/Entity/EntityOperationsTest.php |
|
| EntityOperationsTest::testArchive |
function |
core/modules/content_moderation/tests/src/Kernel/EntityOperationsTest.php |
Verifies that an unpublished state may be made the default revision. |
| EntityOperationsTest::testEntityOperationAlter |
function |
core/modules/system/tests/src/Functional/Entity/EntityOperationsTest.php |
Checks that hook_entity_operation_alter() can add an operation. |
| EntityOperationsTest::testPendingRevisions |
function |
core/modules/content_moderation/tests/src/Kernel/EntityOperationsTest.php |
Verifies that the process of saving pending revisions works as expected. |
| EntityOperationsTest::testPublishedCreation |
function |
core/modules/content_moderation/tests/src/Kernel/EntityOperationsTest.php |
Verifies that a newly-created node can go straight to published. |
| EntityOperationsUnitTest |
class |
core/modules/views/tests/src/Unit/Plugin/views/field/EntityOperationsUnitTest.php |
Tests Drupal\views\Plugin\views\field\EntityOperations. |
| EntityOperationsUnitTest.php |
file |
core/modules/views/tests/src/Unit/Plugin/views/field/EntityOperationsUnitTest.php |
|
| EntityOperationsUnitTest::$entityRepository |
property |
core/modules/views/tests/src/Unit/Plugin/views/field/EntityOperationsUnitTest.php |
The entity repository. |
| EntityOperationsUnitTest::$entityTypeManager |
property |
core/modules/views/tests/src/Unit/Plugin/views/field/EntityOperationsUnitTest.php |
The entity type manager. |
| EntityOperationsUnitTest::$languageManager |
property |
core/modules/views/tests/src/Unit/Plugin/views/field/EntityOperationsUnitTest.php |
The language manager. |
| EntityOperationsUnitTest::$plugin |
property |
core/modules/views/tests/src/Unit/Plugin/views/field/EntityOperationsUnitTest.php |
The plugin under test. |
| EntityOperationsUnitTest::setUp |
function |
core/modules/views/tests/src/Unit/Plugin/views/field/EntityOperationsUnitTest.php |
@legacy-covers ::__construct |
| EntityOperationsUnitTest::testDefineOptions |
function |
core/modules/views/tests/src/Unit/Plugin/views/field/EntityOperationsUnitTest.php |
Tests define options. |
| EntityOperationsUnitTest::testRenderWithDestination |
function |
core/modules/views/tests/src/Unit/Plugin/views/field/EntityOperationsUnitTest.php |
Tests render with destination. |
| EntityOperationsUnitTest::testRenderWithoutDestination |
function |
core/modules/views/tests/src/Unit/Plugin/views/field/EntityOperationsUnitTest.php |
Tests render without destination. |
| EntityOperationsUnitTest::testRenderWithoutEntity |
function |
core/modules/views/tests/src/Unit/Plugin/views/field/EntityOperationsUnitTest.php |
Tests render without entity. |
| EntityOperationsUnitTest::testUsesGroupBy |
function |
core/modules/views/tests/src/Unit/Plugin/views/field/EntityOperationsUnitTest.php |
Tests uses group by. |
| EntityOriginalDeprecationTest |
class |
core/tests/Drupal/KernelTests/Core/Entity/EntityOriginalDeprecationTest.php |
Tests the deprecations of the original property. |
| EntityOriginalDeprecationTest.php |
file |
core/tests/Drupal/KernelTests/Core/Entity/EntityOriginalDeprecationTest.php |
|
| EntityOriginalDeprecationTest::testOriginalMagicGetSet |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityOriginalDeprecationTest.php |
Tests deprecation of the original property. |
| EntityOwnerInterface |
interface |
core/modules/user/src/EntityOwnerInterface.php |
Defines a common interface for entities that have an owner. |
| EntityOwnerInterface.php |
file |
core/modules/user/src/EntityOwnerInterface.php |
|
| EntityOwnerInterface::getOwner |
function |
core/modules/user/src/EntityOwnerInterface.php |
Returns the entity owner's user entity. |
| EntityOwnerInterface::getOwnerId |
function |
core/modules/user/src/EntityOwnerInterface.php |
Returns the entity owner's user ID. |
| EntityOwnerInterface::setOwner |
function |
core/modules/user/src/EntityOwnerInterface.php |
Sets the entity owner's user entity. |
| EntityOwnerInterface::setOwnerId |
function |
core/modules/user/src/EntityOwnerInterface.php |
Sets the entity owner's user ID. |
| EntityOwnerTrait |
trait |
core/modules/user/src/EntityOwnerTrait.php |
Provides a trait for entities that have an owner. |
| EntityOwnerTrait.php |
file |
core/modules/user/src/EntityOwnerTrait.php |
|
| EntityOwnerTrait::getDefaultEntityOwner |
function |
core/modules/user/src/EntityOwnerTrait.php |
Default value callback for 'owner' base field. |
| EntityOwnerTrait::getOwner |
function |
core/modules/user/src/EntityOwnerTrait.php |
|
| EntityOwnerTrait::getOwnerId |
function |
core/modules/user/src/EntityOwnerTrait.php |
|
| EntityOwnerTrait::ownerBaseFieldDefinitions |
function |
core/modules/user/src/EntityOwnerTrait.php |
Returns an array of base field definitions for entity owners. |