ViewExecutable::$exposed_widgets

The rendered output of the exposed form. Type: string File core/modules/views/src/ViewExecutable.php, line 343 Class ViewExecutable Represents a view as a whole. Namespace Drupal\views Code public $exposed_widgets;

CSS_THEME

The default weight for CSS rules that style themes and are not included with components. File core/includes/common.inc, line 104 Common functions that many Drupal modules will need to reference. Code const CSS_THEME = 200;

BigPipeMarkup

Defines an object that passes safe strings through BigPipe's render pipeline. This object should only be constructed with a known safe string. If there is any risk that the string contains user-entered data that has not been filtered first, it must not be used. @internal This object is marked as internal because it should only be used in the BigPipe render pipeline. Hierarchy class \Drupal\big_pipe\Render\BigPipeMarkup implements \Countable, MarkupInterface uses MarkupTrait See also \Drupal

BigPipe::$httpKernel

The HTTP kernel. Type: \Symfony\Component\HttpKernel\HttpKernelInterface File core/modules/big_pipe/src/Render/BigPipe.php, line 68 Class BigPipe The default BigPipe service. Namespace Drupal\big_pipe\Render Code protected $httpKernel;

ForumForm::$forumFormType

Reusable type field to use in status messages. Type: string File core/modules/forum/src/Form/ForumForm.php, line 19 Class ForumForm Base form for forum term edit forms. Namespace Drupal\forum\Form Code protected $forumFormType;

Block::$weight

The block weight. Type: int File core/modules/block/src/Entity/Block.php, line 80 Class Block Defines a Block configuration entity class. Namespace Drupal\block\Entity Code protected $weight;

Editor::getFilterFormat

public Editor::getFilterFormat() Returns the filter format this text editor is associated with. This could be NULL if the associated filter format is still being created. Return value \Drupal\filter\FilterFormatInterface|null Overrides EditorInterface::getFilterFormat See also hasAssociatedFilterFormat() File core/modules/editor/src/Entity/Editor.php, line 121 Class Editor Defines the configured text editor entity. Namespace Drupal\editor\Entity Code public function getFilterFormat()

Schema::tableExists

public Schema::tableExists($table) Check if a table exists. Parameters $table: The name of the table in drupal (no prefixing). Return value TRUE if the given table exists, otherwise FALSE. Overrides Schema::tableExists File core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php, line 25 Class Schema SQLite implementation of \Drupal\Core\Database\Schema. Namespace Drupal\Core\Database\Driver\sqlite Code public function tableExists($table) { $info = $this->getPrefixInfo($table);

AccountForm::$entityQuery

The entity query factory service. Type: \Drupal\Core\Entity\Query\QueryFactory File core/modules/user/src/AccountForm.php, line 35 Class AccountForm Form controller for the user account forms. Namespace Drupal\user Code protected $entityQuery;

DatabaseBackend::$connection

The database connection used to store flood event information. Type: \Drupal\Core\Database\Connection File core/lib/Drupal/Core/Flood/DatabaseBackend.php, line 24 Class DatabaseBackend Defines the database flood backend. This is the default Drupal backend. Namespace Drupal\Core\Flood Code protected $connection;