Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

<?php namespace Drupal\Core\Queue; use Drupal\Component\Plugin\PluginBase; /** * Provi..

Decoded Output download

<?php

namespace Drupal\Core\Queue;

use Drupal\Component\Plugin\PluginBase;

/**
 * Provides a base implementation for a QueueWorker plugin.
 *
 * @see \Drupal\Core\Queue\QueueWorkerInterface
 * @see \Drupal\Core\Queue\QueueWorkerManager
 * @see \Drupal\Core\Annotation\QueueWorker
 * @see plugin_api
 */
abstract class QueueWorkerBase extends PluginBase implements QueueWorkerInterface {

}
 ?>

Did this file decode correctly?

Original Code

<?php

namespace Drupal\Core\Queue;

use Drupal\Component\Plugin\PluginBase;

/**
 * Provides a base implementation for a QueueWorker plugin.
 *
 * @see \Drupal\Core\Queue\QueueWorkerInterface
 * @see \Drupal\Core\Queue\QueueWorkerManager
 * @see \Drupal\Core\Annotation\QueueWorker
 * @see plugin_api
 */
abstract class QueueWorkerBase extends PluginBase implements QueueWorkerInterface {

}

Function Calls

None

Variables

None

Stats

MD5 fd80b9a047d87b63ba960fdb3d0d4cb8
Eval Count 0
Decode Time 100 ms