diff --git a/core/modules/aggregator/lib/Drupal/aggregator/Plugin/Derivative/AggregatorFeedBlock.php b/core/modules/aggregator/lib/Drupal/aggregator/Plugin/Derivative/AggregatorFeedBlock.php index a9c6110..04fc208 100644 --- a/core/modules/aggregator/lib/Drupal/aggregator/Plugin/Derivative/AggregatorFeedBlock.php +++ b/core/modules/aggregator/lib/Drupal/aggregator/Plugin/Derivative/AggregatorFeedBlock.php @@ -27,6 +27,13 @@ class AggregatorFeedBlock implements ContainerDerivativeInterface { protected $derivatives = array(); /** + * The base plugin ID this derivative is for. + * + * @var string + */ + protected $basePluginId; + + /** * The database connection. * * @var \Drupal\Core\Database\Connection