Search for entityOperation
- Search 7.x for entityOperation
- Search 9.5.x for entityOperation
- Search 8.9.x for entityOperation
- Search 10.3.x for entityOperation
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
EntityOperations::query | function | core/ |
|
EntityOperations::render | function | core/ |
|
EntityOperations::shouldSkipOperations | function | core/ |
Determines whether we need to react on entity operations. |
EntityOperations::updateOrCreateFromEntity | function | core/ |
Creates or updates the moderation state of an entity. |
EntityOperations::usesGroupBy | function | core/ |
|
EntityOperations::__construct | function | core/ |
Constructs a new EntityOperations object. |
EntityOperations::__construct | function | core/ |
Constructs a new EntityOperations instance. |
EntityOperations::__construct | function | core/ |
Constructs a new EntityOperations object. |
EntityOperationsTest | class | core/ |
@coversDefaultClass \Drupal\content_moderation\EntityOperations |
EntityOperationsTest | class | core/ |
Tests that operations can be injected from the hook. |
EntityOperationsTest.php | file | core/ |
|
EntityOperationsTest.php | file | core/ |
|
EntityOperationsTest::$defaultTheme | property | core/ |
|
EntityOperationsTest::$modules | property | core/ |
|
EntityOperationsTest::$modules | property | core/ |
|
EntityOperationsTest::createNodeType | function | core/ |
Creates a page node type to test with, ensuring that it's moderated. |
EntityOperationsTest::setUp | function | core/ |
|
EntityOperationsTest::setUp | function | core/ |
|
EntityOperationsTest::testArchive | function | core/ |
Verifies that an unpublished state may be made the default revision. |
EntityOperationsTest::testEntityOperationAlter | function | core/ |
Checks that hook_entity_operation_alter() can add an operation. |
EntityOperationsTest::testPendingRevisions | function | core/ |
Verifies that the process of saving pending revisions works as expected. |
EntityOperationsTest::testPublishedCreation | function | core/ |
Verifies that a newly-created node can go straight to published. |
EntityOperationsUnitTest | class | core/ |
@coversDefaultClass \Drupal\views\Plugin\views\field\EntityOperations @group Views |
EntityOperationsUnitTest.php | file | core/ |
|
EntityOperationsUnitTest::$entityRepository | property | core/ |
The entity repository. |
EntityOperationsUnitTest::$entityTypeManager | property | core/ |
The entity type manager. |
EntityOperationsUnitTest::$languageManager | property | core/ |
The language manager. |
EntityOperationsUnitTest::$plugin | property | core/ |
The plugin under test. |
EntityOperationsUnitTest::setUp | function | core/ |
@covers ::__construct |
EntityOperationsUnitTest::testDefineOptions | function | core/ |
@covers ::defineOptions |
EntityOperationsUnitTest::testRenderWithDestination | function | core/ |
@covers ::render |
EntityOperationsUnitTest::testRenderWithoutDestination | function | core/ |
@covers ::render |
EntityOperationsUnitTest::testRenderWithoutEntity | function | core/ |
@covers ::render |
EntityOperationsUnitTest::testUsesGroupBy | function | core/ |
@covers ::usesGroupBy |
EntityTestHooks::entityOperationAlter | function | core/ |
Implements hook_entity_operation_alter(). |
EntityTestOperationHooks::entityOperation | function | core/ |
Implements hook_entity_operation(). |
FieldEntityOperationsTest | class | core/ |
Tests the core Drupal\views\Plugin\views\field\EntityOperations handler. |
FieldEntityOperationsTest.php | file | core/ |
|
FieldEntityOperationsTest::$defaultTheme | property | core/ |
|
FieldEntityOperationsTest::$modules | property | core/ |
|
FieldEntityOperationsTest::$testViews | property | core/ |
Views used by this test. |
FieldEntityOperationsTest::setUp | function | core/ |
|
FieldEntityOperationsTest::testEntityOperations | function | core/ |
Tests entity operations field. |
FieldUiHooks::entityOperation | function | core/ |
Implements hook_entity_operation(). |
InlineBlockEntityOperations | class | core/ |
Defines a class for reacting to entity events related to Inline Blocks. |
InlineBlockEntityOperations.php | file | core/ |
|
InlineBlockEntityOperations::$blockContentStorage | property | core/ |
The block content storage. |
InlineBlockEntityOperations::$entityTypeManager | property | core/ |
The entity type manager. |
InlineBlockEntityOperations::$usage | property | core/ |
Inline block usage tracking service. |
InlineBlockEntityOperations::create | function | core/ |
Pagination
- Previous page
- Page 2
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.