EntityOperations::$initialPublished |
property |
core/modules/workspaces/src/Hook/EntityOperations.php |
A list of entity UUIDs that were created as published in a workspace. |
EntityOperations::$languageManager |
property |
core/modules/views/src/Plugin/views/field/EntityOperations.php |
The language manager. |
EntityOperations::$moderationInfo |
property |
core/modules/content_moderation/src/EntityOperations.php |
The Moderation Information service. |
EntityOperations::$routerBuilder |
property |
core/modules/content_moderation/src/EntityOperations.php |
The router builder service. |
EntityOperations::$workspaceAssociation |
property |
core/modules/workspaces/src/EntityOperations.php |
The workspace association service. |
EntityOperations::$workspaceInfo |
property |
core/modules/workspaces/src/EntityOperations.php |
The workspace information service. |
EntityOperations::$workspaceManager |
property |
core/modules/workspaces/src/EntityOperations.php |
The workspace manager service. |
EntityOperations::buildOptionsForm |
function |
core/modules/views/src/Plugin/views/field/EntityOperations.php |
Default option form that provides label widget that all fields should have. |
EntityOperations::clickSortable |
function |
core/modules/views/src/Plugin/views/field/EntityOperations.php |
Determines if this field is click sortable. |
EntityOperations::create |
function |
core/modules/views/src/Plugin/views/field/EntityOperations.php |
Creates an instance of the plugin. |
EntityOperations::create |
function |
core/modules/content_moderation/src/EntityOperations.php |
Instantiates a new instance of this class. |
EntityOperations::create |
function |
core/modules/workspaces/src/EntityOperations.php |
Instantiates a new instance of this class. |
EntityOperations::defineOptions |
function |
core/modules/views/src/Plugin/views/field/EntityOperations.php |
Information about options for all kinds of purposes will be held here. |
EntityOperations::entityDelete |
function |
core/modules/content_moderation/src/EntityOperations.php |
|
EntityOperations::entityDelete |
function |
core/modules/workspaces/src/Hook/EntityOperations.php |
Implements hook_entity_delete(). |
EntityOperations::entityFormAlter |
function |
core/modules/workspaces/src/Hook/EntityOperations.php |
Implements hook_form_alter(). |
EntityOperations::entityFormAlter |
function |
core/modules/workspaces/src/EntityOperations.php |
Alters entity forms to disallow concurrent editing in multiple workspaces. |
EntityOperations::entityFormEntityBuild |
function |
core/modules/workspaces/src/EntityOperations.php |
Entity builder that marks all supported entities as pending revisions. |
EntityOperations::entityFormEntityBuild |
function |
core/modules/workspaces/src/Hook/EntityOperations.php |
Entity builder that marks all supported entities as pending revisions. |
EntityOperations::entityInsert |
function |
core/modules/workspaces/src/Hook/EntityOperations.php |
Implements hook_entity_insert(). |
EntityOperations::entityInsert |
function |
core/modules/content_moderation/src/EntityOperations.php |
|
EntityOperations::entityInsert |
function |
core/modules/workspaces/src/EntityOperations.php |
Responds to the creation of a new entity. |
EntityOperations::entityPredelete |
function |
core/modules/workspaces/src/EntityOperations.php |
Acts on an entity before it is deleted. |
EntityOperations::entityPredelete |
function |
core/modules/workspaces/src/Hook/EntityOperations.php |
Implements hook_entity_predelete(). |
EntityOperations::entityPreload |
function |
core/modules/workspaces/src/Hook/EntityOperations.php |
Implements hook_entity_preload(). |
EntityOperations::entityPreload |
function |
core/modules/workspaces/src/EntityOperations.php |
Acts on entity IDs before they are loaded. |
EntityOperations::entityPresave |
function |
core/modules/content_moderation/src/EntityOperations.php |
Acts on an entity and set published status based on the moderation state. |
EntityOperations::entityPresave |
function |
core/modules/workspaces/src/EntityOperations.php |
Acts on an entity before it is created or updated. |
EntityOperations::entityPresave |
function |
core/modules/workspaces/src/Hook/EntityOperations.php |
Implements hook_entity_presave(). |
EntityOperations::entityQueryTagLatestTranslatedAffectedRevisionAlter |
function |
core/modules/workspaces/src/Hook/EntityOperations.php |
Implements hook_entity_query_tag__TAG_alter() for 'latest_translated_affected_revision'. |
EntityOperations::entityRevisionDelete |
function |
core/modules/workspaces/src/Hook/EntityOperations.php |
Implements hook_entity_revision_delete(). |
EntityOperations::entityRevisionDelete |
function |
core/modules/content_moderation/src/EntityOperations.php |
|
EntityOperations::entityTranslationDelete |
function |
core/modules/content_moderation/src/EntityOperations.php |
|
EntityOperations::entityTranslationInsert |
function |
core/modules/workspaces/src/Hook/EntityOperations.php |
Implements hook_entity_translation_insert(). |
EntityOperations::entityTranslationInsert |
function |
core/modules/workspaces/src/EntityOperations.php |
Acts after an entity translation has been added. |
EntityOperations::entityUpdate |
function |
core/modules/workspaces/src/Hook/EntityOperations.php |
Implements hook_entity_update(). |
EntityOperations::entityUpdate |
function |
core/modules/content_moderation/src/EntityOperations.php |
|
EntityOperations::entityUpdate |
function |
core/modules/workspaces/src/EntityOperations.php |
Responds to updates to an entity. |
EntityOperations::entityView |
function |
core/modules/content_moderation/src/EntityOperations.php |
Act on entities being assembled before rendering. |
EntityOperations::getEntityRepository |
function |
core/modules/views/src/Plugin/views/field/EntityOperations.php |
|
EntityOperations::getEntityTypeId |
function |
core/modules/views/src/Plugin/views/field/EntityOperations.php |
Returns the entity type identifier. |
EntityOperations::getEntityTypeManager |
function |
core/modules/views/src/Plugin/views/field/EntityOperations.php |
|
EntityOperations::getLanguageManager |
function |
core/modules/views/src/Plugin/views/field/EntityOperations.php |
Returns the language manager. |
EntityOperations::getView |
function |
core/modules/views/src/Plugin/views/field/EntityOperations.php |
Returns the top object of a view. |
EntityOperations::isPublished |
function |
core/modules/content_moderation/src/EntityOperations.php |
Checks if the entity is published. |
EntityOperations::query |
function |
core/modules/views/src/Plugin/views/field/EntityOperations.php |
Called to add the field to a query. |
EntityOperations::render |
function |
core/modules/views/src/Plugin/views/field/EntityOperations.php |
Renders the field. |
EntityOperations::shouldSkipOperations |
function |
core/modules/workspaces/src/EntityOperations.php |
Determines whether we need to react on entity operations. |
EntityOperations::shouldSkipOperations |
function |
core/modules/workspaces/src/Hook/EntityOperations.php |
Determines whether we need to react on entity operations. |
EntityOperations::updateOrCreateFromEntity |
function |
core/modules/content_moderation/src/EntityOperations.php |
Creates or updates the moderation state of an entity. |