You are here

26 string references to 'scheduler.settings' in Scheduler 8

PublishingIsEnabled::evaluate in scheduler_rules_integration/src/Plugin/Condition/PublishingIsEnabled.php
Determines whether scheduled publishing is enabled for this node type.
RemovePublishingDate::doExecute in scheduler_rules_integration/src/Plugin/RulesAction/RemovePublishingDate.php
Remove the publish_on date from the node.
RemoveUnpublishingDate::doExecute in scheduler_rules_integration/src/Plugin/RulesAction/RemoveUnpublishingDate.php
Remove the unpublish_on date from the node.
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_feeds_processor_targets_alter in ./scheduler.module
Implements hook_feeds_processor_targets_alter().
scheduler_form_node_form_alter in ./scheduler.module
Implements hook_form_FORM_ID_alter() for node_form().
scheduler_install in ./scheduler.install
Implements hook_install().
scheduler_node_presave in ./scheduler.module
Implements hook_ENTITY_TYPE_presave() for node entities.
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 for the node.
SetUnpublishingDate::doExecute in scheduler_rules_integration/src/Plugin/RulesAction/SetUnpublishingDate.php
Set the unpublish_on date for the node.
TimestampDatetimeNoDefaultWidget::valueCallback in src/Plugin/Field/FieldWidget/TimestampDatetimeNoDefaultWidget.php
Callback function to add default time to the input date if needed.
UnpublishingIsEnabled::evaluate in scheduler_rules_integration/src/Plugin/Condition/UnpublishingIsEnabled.php
Determines whether scheduled unpublishing is enabled for this node type.
_scheduler_form_node_type_form_alter in ./scheduler.admin.inc
Helper function for the real hook_form_node_type_form_alter().
_scheduler_get_scheduler_enabled_node_types in ./scheduler.module
Returns all content types for which scheduler has been enabled.