You are here

18 string references to 'node_revision_delete.settings' in Node Revision Delete 8

AdminSettingsForm::getEditableConfigNames in src/Form/AdminSettingsForm.php
Gets the configuration names that will be editable.
DefaultConfigurationTest::testDefaultConfigurationValues in tests/src/Kernel/DefaultConfigurationTest.php
Tests the default configuration values.
drush_node_revision_delete_nrd_delete_cron_run in ./node_revision_delete.drush.inc
Callback for the nrd-delete-cron-run command.
drush_node_revision_delete_nrd_get_time in ./node_revision_delete.drush.inc
Callback for the nrd-delete-get-time command.
drush_node_revision_delete_nrd_minimum_age_to_delete_time in ./node_revision_delete.drush.inc
Callback for the nrd-minimum-age-to-delete-time command.
drush_node_revision_delete_nrd_set_time in ./node_revision_delete.drush.inc
Callback for the nrd-delete-set-time command.
drush_node_revision_delete_nrd_when_to_delete_time in ./node_revision_delete.drush.inc
Callback for the nrd-when-to-delete-time command.
NodeRevisionDelete::__construct in src/NodeRevisionDelete.php
Constructor.
NodeRevisionDeleteAdminSettingsTest::setUp in tests/src/Functional/NodeRevisionDeleteAdminSettingsTest.php
NodeRevisionDeleteCommands::deleteCronRun in src/Commands/NodeRevisionDeleteCommands.php
Configures how many revisions delete per cron run.
NodeRevisionDeleteCommands::getTime in src/Commands/NodeRevisionDeleteCommands.php
Shows the frequency with which to delete revisions while cron is running.
NodeRevisionDeleteCommands::minimumAgeToDeleteTime in src/Commands/NodeRevisionDeleteCommands.php
Configures time options to know the minimum age.
NodeRevisionDeleteCommands::setTime in src/Commands/NodeRevisionDeleteCommands.php
Configures the frequency with which to delete revisions while cron run.
NodeRevisionDeleteCommands::whenToDeleteTime in src/Commands/NodeRevisionDeleteCommands.php
Configures the time options for the inactivity time.
NodeRevisionDeleteConfigTest::setUp in tests/src/Kernel/NodeRevisionDeleteConfigTest.php
NodeRevisionDeleteTest::setUp in tests/src/Unit/NodeRevisionDeleteTest.php
node_revision_delete_cron in ./node_revision_delete.module
Implements hook_cron().
node_revision_delete_form_node_type_form_alter in ./node_revision_delete.module
Implements hook_form_BASE_FORM_ID_alter().