You are here

31 calls to Flow::getAll() in CMS Content Sync 8

CliService::configuration_export in src/Cli/CliService.php
Export the configuration to the Sync Core.
CliService::configuration_export in modules/cms_content_sync_developer/src/Cli/CliService.php
Export the configuration to the Sync Core.
CliService::pull in src/Cli/CliService.php
Kindly ask the Sync Core to pull all entities for a specific flow, or to force pull one specific entity.
CliService::pull_entities in src/Cli/CliService.php
Kindly ask the Sync Core to pull all entities for a specific flow.
CliService::push in src/Cli/CliService.php
Push all entities for a specific flow.
cms_content_sync_form_alter in ./cms_content_sync.module
1) Make sure the user is informed that content will not only be deleted on this * instance but also on all connected instances if configured that way.
cms_content_sync_update_8011 in ./cms_content_sync.install
Unset parent_id handler for paragraphs as it's using a local ID and we re-set it later anyway.
cms_content_sync_user_password_submit in ./cms_content_sync.module
Update the password at Sync Core if it's necessary for authentication.
EntityStatus::getFlow in src/Entity/EntityStatus.php
Get the flow.
EntityType::getValueOptions in modules/cms_content_sync_views/src/Plugin/views/filter/EntityType.php
Child classes should be used to override this function and set the 'value options', unless 'options callback' is defined as a valid function or static public method to generate these values.
Flow::createFlow in src/Entity/Flow.php
Create a flow configuration programmatically.
Flow::getFlowForApiAndEntityType in src/Entity/Flow.php
Get the first synchronization that allows the pull of the provided entity type.
Flow::getValueOptions in modules/cms_content_sync_views/src/Plugin/views/filter/Flow.php
Child classes should be used to override this function and set the 'value options', unless 'options callback' is defined as a valid function or static public method to generate these values.
ManualPull::access in src/Controller/ManualPull.php
Ensure that the pull tab is just show if a flow exists which contains and entity type that has its pull set to "manual".
ManualPull::content in src/Controller/ManualPull.php
Render the content synchronization Angular frontend.
Pool::getSelectablePools in src/Entity/Pool.php
Returns an list of pools that can be selected for an entity type.
PoolAssignmentForm::buildForm in src/Form/PoolAssignmentForm.php
Form constructor.
PoolDeleteForm::validateForm in src/Form/PoolDeleteForm.php
Form validation handler.
PoolForm::save in src/Form/PoolForm.php
Form submission handler for the 'save' action.
PullEntity::get in src/Plugin/rest/resource/PullEntity.php
Responds to entity GET requests.
PullEntity::post in src/Plugin/rest/resource/PullEntity.php
Responds to entity POST requests.
PushIntent::getFlowsForEntity in src/PushIntent.php
Get the correct synchronization for a specific action on a given entity.
PushIntent::pushReference in src/PushIntent.php
SyncCoreFlowExport::prepareBatch in src/SyncCoreFlowExport.php
Create all entity types, connections and synchronizations as required.
SyncHealth::countEntitiesWithChangedVersionForPush in modules/cms_content_sync_health/src/Controller/SyncHealth.php
SyncHealth::countStaleEntities in modules/cms_content_sync_health/src/Controller/SyncHealth.php
SyncHealth::getLocalVersionDifferences in modules/cms_content_sync_health/src/Controller/SyncHealth.php
VersionComparison::doComparisonOnCreate in modules/cms_content_sync_developer/src/EventSubscriber/VersionComparison.php
Check for config changes on create.
VersionComparison::doComparisonOnDelete in modules/cms_content_sync_developer/src/EventSubscriber/VersionComparison.php
Check for config changes on delete.
VersionMismatches::aggregate in modules/cms_content_sync_health/src/Controller/VersionMismatches.php
Prepare batch operation.
_cms_content_sync_display_entity_type_differences_recursively in ./cms_content_sync.module
Get HTML for a list of entity type differences and include all referenced entity types.