EntityShareCronPending.php |
src/Plugin/QueueWorker/EntityShareCronPending.php |
Drupal\entity_share_cron\Plugin\QueueWorker |
|
EntityShareCronService.php |
src/EntityShareCronService.php |
Drupal\entity_share_cron |
|
EntityShareCronServiceInterface.php |
src/EntityShareCronServiceInterface.php |
Drupal\entity_share_cron |
|
EntityShareCronServiceTest.php |
tests/src/Unit/EntityShareCronServiceTest.php |
Drupal\Tests\entity_share_cron\Unit |
|
entity_share_cron.info.yml |
entity_share_cron.info.yml |
|
entity_share_cron.info.yml |
entity_share_cron.install |
entity_share_cron.install |
|
Install, update and uninstall functions for the Entity share cron module. |
entity_share_cron.libraries.yml |
entity_share_cron.libraries.yml |
|
entity_share_cron.libraries.yml |
entity_share_cron.links.menu.yml |
entity_share_cron.links.menu.yml |
|
entity_share_cron.links.menu.yml |
entity_share_cron.module |
entity_share_cron.module |
|
Hook implementations for the Entity share cron module. |
entity_share_cron.permissions.yml |
entity_share_cron.permissions.yml |
|
entity_share_cron.permissions.yml |
entity_share_cron.routing.yml |
entity_share_cron.routing.yml |
|
entity_share_cron.routing.yml |
entity_share_cron.schema.yml |
config/schema/entity_share_cron.schema.yml |
|
config/schema/entity_share_cron.schema.yml |
entity_share_cron.services.yml |
entity_share_cron.services.yml |
|
entity_share_cron.services.yml |
entity_share_cron.settings.yml |
config/install/entity_share_cron.settings.yml |
|
config/install/entity_share_cron.settings.yml |
HookCronTest.php |
tests/src/Kernel/HookCronTest.php |
Drupal\Tests\entity_share_cron\Kernel |
|
README.txt |
README.txt |
|
INTRODUCTION
------------
This module allows configuring content to be automatically synchronized with
another Drupal site on Cron runs. It extends the Entity Share module by allowing
the user to select the Remotes and Channels that should be… |
SettingsForm.php |
src/Form/SettingsForm.php |
Drupal\entity_share_cron\Form |
|
settings_form.css |
css/settings_form.css |
|
.channels-container {
padding-left: 20px;
}
.channel-operations {
padding-left: 20px;
}
.channel-operations .form-item {
display: inline-block;
margin: 0 15px 0 0;
} |