You are here

class CronEncryptedFieldUpdate in Field Encryption 8.2

A Queue Worker that updates field encryption on cron run.

Plugin annotation


@QueueWorker(
  id = "cron_encrypted_field_update",
  title = @Translation("Cron encrypted field updates."),
  cron = {"time" = 15}
)

Hierarchy

Expanded class hierarchy of CronEncryptedFieldUpdate

File

src/Plugin/QueueWorker/CronEncryptedFieldUpdate.php, line 16

Namespace

Drupal\field_encrypt\Plugin\QueueWorker
View source
class CronEncryptedFieldUpdate extends EncryptedFieldUpdateBase {

}

Members

Namesort descending Modifiers Type Description Overrides
EncryptedFieldUpdateBase::$config protected property A configuration object.
EncryptedFieldUpdateBase::$processEntitiesService protected property The service the process entities.
EncryptedFieldUpdateBase::create public static function Creates an instance of the plugin. Overrides ContainerFactoryPluginInterface::create
EncryptedFieldUpdateBase::processItem public function Works on a single queue item. Overrides QueueWorkerInterface::processItem
EncryptedFieldUpdateBase::__construct public function Creates a new EncryptedFieldUpdate object. Overrides PluginBase::__construct
PluginBase::$configuration protected property Configuration information passed into the plugin. 1
PluginBase::$pluginDefinition protected property The plugin implementation definition. 1
PluginBase::$pluginId protected property The plugin_id.
PluginBase::DERIVATIVE_SEPARATOR constant A string which is used to separate base plugin IDs from the derivative ID.
PluginBase::getBaseId public function Gets the base_plugin_id of the plugin instance. Overrides DerivativeInspectionInterface::getBaseId
PluginBase::getDerivativeId public function Gets the derivative_id of the plugin instance. Overrides DerivativeInspectionInterface::getDerivativeId
PluginBase::getPluginDefinition public function Gets the definition of the plugin implementation. Overrides PluginInspectionInterface::getPluginDefinition 3
PluginBase::getPluginId public function Gets the plugin_id of the plugin instance. Overrides PluginInspectionInterface::getPluginId
PluginBase::isConfigurable public function Determines if the plugin is configurable.