RouteProviderLazyBuilder::$routeBuilder

The route building service. Type: \Drupal\Core\Routing\RouteBuilderInterface File core/lib/Drupal/Core/Routing/RouteProviderLazyBuilder.php, line 25 Class RouteProviderLazyBuilder A Route Provider front-end for all Drupal-stored routes. Namespace Drupal\Core\Routing Code protected $routeBuilder;

FTP::factory

static FTP::factory($jail, $settings) Defines a factory method for this class. Classes that extend this class must override the factory() static method. They should return a new instance of the appropriate FileTransfer subclass. Parameters string $jail: The full path where all file operations performed by this object will be restricted to. This prevents the FileTransfer classes from being able to touch other parts of the filesystem. array $settings: An array of connection settings for the File

Condition::notExists

public Condition::notExists($field, $langcode = NULL) Queries for the existence of a field. Parameters string $field: Return value ConditionInterface; Overrides ConditionInterface::notExists See also \Drupal\Core\Entity\Query\QueryInterface::notexists() File core/lib/Drupal/Core/Entity/Query/Sql/Condition.php, line 69 Class Condition Implements entity query conditions for SQL databases. Namespace Drupal\Core\Entity\Query\Sql Code public function notExists($field, $langcode = NULL) {

GeneratedUrl

Used to return generated URLs, along with associated bubbleable metadata. Note: not to be confused with \Drupal\Core\Url, which is for passing around ungenerated URLs (typically route name + route parameters). Hierarchy class \Drupal\Core\Cache\CacheableMetadata implements RefinableCacheableDependencyInterface uses RefinableCacheableDependencyTraitclass \Drupal\Core\Render\BubbleableMetadata implements AttachmentsInterface uses AttachmentsTraitclass \Drupal\Core\GeneratedUrl File core/lib/

FileTransfer::getSettingsForm

public FileTransfer::getSettingsForm() Returns a form to collect connection settings credentials. Implementing classes can either extend this form with fields collecting the specific information they need, or override it entirely. Return value array An array that contains a Form API definition. File core/lib/Drupal/Core/FileTransfer/FileTransfer.php, line 390 Class FileTransfer Defines the base FileTransfer class. Namespace Drupal\Core\FileTransfer Code public function getSettingsForm

ConfigurableLanguageManager::$initializing

Whether already in the process of language initialization. Type: bool File core/modules/language/src/ConfigurableLanguageManager.php, line 97 Class ConfigurableLanguageManager Overrides default LanguageManager to provide configured languages. Namespace Drupal\language Code protected $initializing = FALSE;

Connection::getDriverClass

public Connection::getDriverClass($class) Gets the driver-specific override class if any for the specified class. Parameters string $class: The class for which we want the potentially driver-specific class. Return value string The name of the class that should be used for this driver. File core/lib/Drupal/Core/Database/Connection.php, line 754 Class Connection Base Database API class. Namespace Drupal\Core\Database Code public function getDriverClass($class) { if (empty($this->d

ActionAdminManageForm

Provides a configuration form for configurable actions. Hierarchy class \Drupal\Core\Form\FormBase implements ContainerInjectionInterface, FormInterface uses DependencySerializationTrait, LoggerChannelTrait, LinkGeneratorTrait, RedirectDestinationTrait, UrlGeneratorTrait, StringTranslationTraitclass \Drupal\action\Form\ActionAdminManageForm File core/modules/action/src/Form/ActionAdminManageForm.php, line 14 Namespace Drupal\action\Form Members Name Modifiers Type Description

SCHEMA_UNINSTALLED

Indicates that a module has not been installed yet. Related topics Schema API API to handle database schemas. File core/includes/schema.inc, line 16 Schema API handling functions. Code const SCHEMA_UNINSTALLED = -1;

tablesort_get_order

tablesort_get_order($headers) Determines the current sort criterion. Parameters $headers: An array of column headers in the format described in '#type' => 'table'. Return value An associative array describing the criterion, containing the keys: "name": The localized title of the table column. "sql": The name of the database field to sort on. File core/includes/tablesort.inc, line 97 Functions to aid in the creation of sortable tables. Code function tablesort_get_order($headers) { $