Loading core/lib/Drupal/Core/Annotation/Action.php +3 −1 Original line number Diff line number Diff line Loading @@ -39,9 +39,11 @@ class Action extends Plugin { /** * The route name for a confirmation form for this action. * * This property is optional and it does not need to be declared. * * @todo Provide a more generic way to allow an action to be confirmed first. * * @var string (optional) * @var string */ public $confirm_form_route_name = ''; Loading core/lib/Drupal/Core/Annotation/QueueWorker.php +8 −4 Original line number Diff line number Diff line Loading @@ -52,11 +52,15 @@ class QueueWorker extends Plugin { public $title; /** * An associative array containing the optional key: * - time: (optional) How much time Drupal cron should spend on calling * this worker in seconds. Defaults to 15. * An associative array containing an optional key. * * @var array (optional) * This property is optional and it does not need to be declared. * * Available keys: * - time (optional): How much time Drupal cron should spend on calling this * worker in seconds. Defaults to 15. * * @var array */ public $cron; Loading core/lib/Drupal/Core/Config/ExtensionInstallStorage.php +1 −1 Original line number Diff line number Diff line Loading @@ -31,7 +31,7 @@ class ExtensionInstallStorage extends InstallStorage { * * In the early installer this value can be NULL. * * @var string|NULL * @var string|null */ protected $installProfile; Loading core/lib/Drupal/Core/Entity/Annotation/EntityReferenceSelection.php +3 −1 Original line number Diff line number Diff line Loading @@ -63,7 +63,9 @@ class EntityReferenceSelection extends Plugin { * An array of entity types that can be referenced by this plugin. Defaults to * all entity types. * * @var array (optional) * This property is optional and it does not need to be declared. * * @var array */ public $entity_types = []; Loading core/lib/Drupal/Core/Field/Annotation/FieldFormatter.php +3 −1 Original line number Diff line number Diff line Loading @@ -68,7 +68,9 @@ class FieldFormatter extends Plugin { * formatter in the Field UI when selecting a formatter for a given field * instance. * * @var int optional * This property is optional and it does not need to be declared. * * @var int */ public $weight = NULL; Loading Loading
core/lib/Drupal/Core/Annotation/Action.php +3 −1 Original line number Diff line number Diff line Loading @@ -39,9 +39,11 @@ class Action extends Plugin { /** * The route name for a confirmation form for this action. * * This property is optional and it does not need to be declared. * * @todo Provide a more generic way to allow an action to be confirmed first. * * @var string (optional) * @var string */ public $confirm_form_route_name = ''; Loading
core/lib/Drupal/Core/Annotation/QueueWorker.php +8 −4 Original line number Diff line number Diff line Loading @@ -52,11 +52,15 @@ class QueueWorker extends Plugin { public $title; /** * An associative array containing the optional key: * - time: (optional) How much time Drupal cron should spend on calling * this worker in seconds. Defaults to 15. * An associative array containing an optional key. * * @var array (optional) * This property is optional and it does not need to be declared. * * Available keys: * - time (optional): How much time Drupal cron should spend on calling this * worker in seconds. Defaults to 15. * * @var array */ public $cron; Loading
core/lib/Drupal/Core/Config/ExtensionInstallStorage.php +1 −1 Original line number Diff line number Diff line Loading @@ -31,7 +31,7 @@ class ExtensionInstallStorage extends InstallStorage { * * In the early installer this value can be NULL. * * @var string|NULL * @var string|null */ protected $installProfile; Loading
core/lib/Drupal/Core/Entity/Annotation/EntityReferenceSelection.php +3 −1 Original line number Diff line number Diff line Loading @@ -63,7 +63,9 @@ class EntityReferenceSelection extends Plugin { * An array of entity types that can be referenced by this plugin. Defaults to * all entity types. * * @var array (optional) * This property is optional and it does not need to be declared. * * @var array */ public $entity_types = []; Loading
core/lib/Drupal/Core/Field/Annotation/FieldFormatter.php +3 −1 Original line number Diff line number Diff line Loading @@ -68,7 +68,9 @@ class FieldFormatter extends Plugin { * formatter in the Field UI when selecting a formatter for a given field * instance. * * @var int optional * This property is optional and it does not need to be declared. * * @var int */ public $weight = NULL; Loading