public function NodeRevisionDeleteInterface::getTimeString in Node Revision Delete 8
Return the time string for the config_name parameter.
Parameters
string $config_name: The config name (minimum_age_to_delete|when_to_delete).
int $number: The number for the $config_name parameter configuration.
Return value
string The time string for the $config_name parameter.
1 method overrides NodeRevisionDeleteInterface::getTimeString()
- NodeRevisionDelete::getTimeString in src/
NodeRevisionDelete.php - Return the time string for the config_name parameter.
File
- src/
NodeRevisionDeleteInterface.php, line 37
Class
- NodeRevisionDeleteInterface
- Interface NodeRevisionDeleteInterface.
Namespace
Drupal\node_revision_deleteCode
public function getTimeString($config_name, $number);