Results
12.11.2024
taxonomy_overview 1.0.1 ::
src/Form/TagsOverviewTermMergeForm.php
->condition('status', 1)
->condition($field . '.target_id', $tidsToReplace, 'IN')
->latestRevision()
->execute();
foreach ($paragraphIds as $revisionId => $pid) {
$operations[] = [
[self::class, 'processParagraphMerge'], [
$pid, $revisionId, $targetTid, $tidsToReplace, $field, $vocabulary,
], 07.06.2020
wotapi 8.x-1.x-dev ::
src/Controller/EntityResource.php
// If the request is for the latest revision, toggle it on entity query.
if ($request->get(ResourceVersionRouteEnhancer::WORKING_COPIES_REQUESTED, FALSE)) {
$query->latestRevision();
}
try {
$results = $this->executeQueryInRenderContext(
$query,
$query_cacheability 