DbLogController::$formBuilder

The form builder service. Type: \Drupal\Core\Form\FormBuilderInterface Overrides ControllerBase::$formBuilder File core/modules/dblog/src/Controller/DbLogController.php, line 49 Class DbLogController Returns responses for dblog routes. Namespace Drupal\dblog\Controller Code protected $formBuilder;

DblogFilterForm::buildForm

public DblogFilterForm::buildForm(array $form, FormStateInterface $form_state) Form constructor. Parameters array $form: An associative array containing the structure of the form. \Drupal\Core\Form\FormStateInterface $form_state: The current state of the form. Return value array The form structure. Overrides FormInterface::buildForm File core/modules/dblog/src/Form/DblogFilterForm.php, line 23 Class DblogFilterForm Provides the database logging filter form. Namespace Drupal\dblog\Form

DbLogController::getLogLevelClassMap

public static DbLogController::getLogLevelClassMap() Gets an array of log level classes. Return value array An array of log level classes. File core/modules/dblog/src/Controller/DbLogController.php, line 96 Class DbLogController Returns responses for dblog routes. Namespace Drupal\dblog\Controller Code public static function getLogLevelClassMap() { return array( RfcLogLevel::DEBUG => 'dblog-debug', RfcLogLevel::INFO => 'dblog-info', RfcLogLevel::NOTICE => 'dblog

NullLockBackend::$lockId

Current page lock token identifier. Type: string File core/lib/Drupal/Core/Lock/NullLockBackend.php, line 20 Class NullLockBackend Defines a Null lock backend. Namespace Drupal\Core\Lock Code protected $lockId;

CacheBackendInterface::removeBin

public CacheBackendInterface::removeBin() Remove a cache bin. File core/lib/Drupal/Core/Cache/CacheBackendInterface.php, line 217 Class CacheBackendInterface Defines an interface for cache implementations. Namespace Drupal\Core\Cache Code public function removeBin();

FormCache::getCache

public FormCache::getCache($form_build_id, FormStateInterface $form_state) Fetches a form from the cache. Parameters string $form_build_id: The unique form build ID. \Drupal\Core\Form\FormStateInterface $form_state: The current state of the form. Overrides FormCacheInterface::getCache File core/lib/Drupal/Core/Form/FormCache.php, line 119 Class FormCache Encapsulates the caching of a form and its form state. Namespace Drupal\Core\Form Code public function getCache($form_build_id, Form

FieldFormatter::$description

A short description of the formatter type. Type: \Drupal\Core\Annotation\Translation Related topics Annotation for translatable text Describes how to put translatable UI text into annotations. File core/lib/Drupal/Core/Field/Annotation/FieldFormatter.php, line 48 Class FieldFormatter Defines a FieldFormatter annotation object. Namespace Drupal\Core\Field\Annotation Code public $description;

FileStorage::decode

public FileStorage::decode($raw) Decodes configuration data from the storage-specific format. This is a publicly accessible static method to allow for alternative usages in data conversion scripts and also tests. Parameters string $raw: The raw configuration data string to decode. Return value array The decoded configuration data as an associative array. Overrides StorageInterface::decode File core/lib/Drupal/Core/Config/FileStorage.php, line 205 Class FileStorage Defines the file storag

EntityViewsData::getViewsTableForEntityType

public EntityViewsData::getViewsTableForEntityType(EntityTypeInterface $entity_type) Gets the table of an entity type to be used as base table in views. Parameters \Drupal\Core\Entity\EntityTypeInterface $entity_type: The entity type. Return value string The name of the base table in views. Overrides EntityViewsDataInterface::getViewsTableForEntityType File core/modules/views/src/EntityViewsData.php, line 631 Class EntityViewsData Provides generic views integration for entities. Namesp

EntityInterface::uuid

public EntityInterface::uuid() Gets the entity UUID (Universally Unique Identifier). The UUID is guaranteed to be unique and can be used to identify an entity across multiple systems. Return value string|null The UUID of the entity, or NULL if the entity does not have one. File core/lib/Drupal/Core/Entity/EntityInterface.php, line 25 Class EntityInterface Defines a common interface for all entity objects. Namespace Drupal\Core\Entity Code public function uuid();