You are here

protected property InlineBlockUsage::$database in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/layout_builder/src/InlineBlockUsage.php \Drupal\layout_builder\InlineBlockUsage::database

The database connection.

Type: \Drupal\Core\Database\Connection

File

core/modules/layout_builder/src/InlineBlockUsage.php, line 18

Class

InlineBlockUsage
Service class to track inline block usage.

Namespace

Drupal\layout_builder

Code

protected $database;