You are here

25 string references to 'scheduler.settings' in Scheduler 2.x

PublishingIsEnabled::doEvaluate in scheduler_rules_integration/src/Plugin/Condition/PublishingIsEnabled.php
Determines whether scheduled publishing is enabled for this entity type.
RemovePublishingDate::doExecute in scheduler_rules_integration/src/Plugin/RulesAction/RemovePublishingDate.php
Remove the publish_on date from the entity.
RemoveUnpublishingDate::doExecute in scheduler_rules_integration/src/Plugin/RulesAction/RemoveUnpublishingDate.php
Remove the unpublish_on date from the entity.
SchedulerAdminForm::getEditableConfigNames in src/Form/SchedulerAdminForm.php
Gets the configuration names that will be editable.
SchedulerCronForm::buildForm in src/Form/SchedulerCronForm.php
Form constructor.
SchedulerCronForm::generateRandomKey in src/Form/SchedulerCronForm.php
Form submission handler for the random key generation.
SchedulerCronForm::getEditableConfigNames in src/Form/SchedulerCronForm.php
Gets the configuration names that will be editable.
SchedulerCronForm::submitForm in src/Form/SchedulerCronForm.php
Form submission handler.
SchedulerDefaultTimeTest::setUp in tests/src/Functional/SchedulerDefaultTimeTest.php
SchedulerDefaultTimeTest::testDefaultTime in tests/src/Functional/SchedulerDefaultTimeTest.php
Test the default time functionality during content creation and edit.
SchedulerFieldsDisplayTest::testHideSeconds in tests/src/Functional/SchedulerFieldsDisplayTest.php
Test the option to hide the seconds on the time input fields.
SchedulerJavascriptDefaultTimeTest::testTimeWhenSchedulingIsRequired in tests/src/FunctionalJavascript/SchedulerJavascriptDefaultTimeTest.php
Test the default time functionality when scheduling dates are required.
SchedulerLightweightCronTest::testLightweightCronRun in tests/src/Functional/SchedulerLightweightCronTest.php
Test scheduler lightweight cron runs.
scheduler_entity_extra_field_info in ./scheduler.module
Implements hook_entity_extra_field_info().
scheduler_entity_presave in ./scheduler.module
Implements hook_entity_presave().
scheduler_feeds_processor_targets_alter in ./scheduler.module
Implements hook_feeds_processor_targets_alter().
scheduler_install in ./scheduler.install
Implements hook_install().
scheduler_update_8001 in ./scheduler.install
Reset date and time formats to default.
scheduler_update_8101 in ./scheduler.install
Set default value for new config option.
SetPublishingDate::doExecute in scheduler_rules_integration/src/Plugin/RulesAction/SetPublishingDate.php
Set the publish_on date on the entity.
SetUnpublishingDate::doExecute in scheduler_rules_integration/src/Plugin/RulesAction/SetUnpublishingDate.php
Set the unpublish_on date on the entity.
TimestampDatetimeNoDefaultWidget::valueCallback in src/Plugin/Field/FieldWidget/TimestampDatetimeNoDefaultWidget.php
Callback function to add default time to the input date if needed.
UnpublishingIsEnabled::doEvaluate in scheduler_rules_integration/src/Plugin/Condition/UnpublishingIsEnabled.php
Determines whether scheduled unpublishing is enabled for this entity type.
_scheduler_entity_form_alter in ./scheduler.module
Form alter handling for entity forms - add and edit.
_scheduler_entity_type_form_alter in ./scheduler.module
Form alter handling for entity type forms.