Transaction

MySQL implementation of \Drupal\Core\Database\Transaction. Hierarchy class \Drupal\Core\Database\Transactionclass \Drupal\Core\Database\Driver\mysql\Transaction File core/lib/Drupal/Core/Database/Driver/mysql/Transaction.php, line 10 Namespace Drupal\Core\Database\Driver\mysql Members Name Modifiers Type Description Transaction::$connection protected property The connection object for this transaction. Transaction::$name protected property The name of the transa

file_managed_file_submit

file_managed_file_submit($form, FormStateInterface $form_state) Form submission handler for upload / remove buttons of managed_file elements. See also \Drupal\file\Element\ManagedFile::processManagedFile() File core/modules/file/file.module, line 1102 Defines a "managed_file" Form API field and a "file" field for Field module. Code function file_managed_file_submit($form, FormStateInterface $form_state) { // Determine whether it was the upload or the remove button that was clicked, // an

PathValidator::getUrlIfValidWithoutAccessCheck

public PathValidator::getUrlIfValidWithoutAccessCheck($path) Returns a URL object, if the path is valid. Unlike getUrlIfValid(), access check is not performed. Do not use this method if the $path is about to be presented to a user. Parameters string $path: The path to check. Return value \Drupal\Core\Url|false The url object, or FALSE if the path is not valid. Overrides PathValidatorInterface::getUrlIfValidWithoutAccessCheck File core/lib/Drupal/Core/Path/PathValidator.php, line 87 Class

DateTimePlus::$inputTimeRaw

The value of the time value passed to the constructor. File core/lib/Drupal/Component/Datetime/DateTimePlus.php, line 56 Class DateTimePlus Wraps DateTime(). Namespace Drupal\Component\Datetime Code protected $inputTimeRaw = '';

EntityForm::$entityTypeManager

The entity type manager. Type: \Drupal\Core\Entity\EntityTypeManagerInterface File core/lib/Drupal/Core/Entity/EntityForm.php, line 49 Class EntityForm Base class for entity forms. Namespace Drupal\Core\Entity Code protected $entityTypeManager;

CommentTypeForm::$logger

A logger instance. Type: \Psr\Log\LoggerInterface File core/modules/comment/src/CommentTypeForm.php, line 30 Class CommentTypeForm Base form handler for comment type edit forms. Namespace Drupal\comment Code protected $logger;

FormStateInterface::disableCache

public FormStateInterface::disableCache() Prevents the form from being cached. Return value $this File core/lib/Drupal/Core/Form/FormStateInterface.php, line 675 Class FormStateInterface Provides an interface for an object containing the current state of a form. Namespace Drupal\Core\Form Code public function disableCache();

DblogFilterForm::getFormId

public DblogFilterForm::getFormId() Returns a unique string identifying the form. Return value string The unique string identifying the form. Overrides FormInterface::getFormId File core/modules/dblog/src/Form/DblogFilterForm.php, line 16 Class DblogFilterForm Provides the database logging filter form. Namespace Drupal\dblog\Form Code public function getFormId() { return 'dblog_filter_form'; }

PathFormBase::$path

An array containing the path ID, source, alias, and language code. Type: array File core/modules/path/src/Form/PathFormBase.php, line 24 Class PathFormBase Provides a base class for path add/edit forms. Namespace Drupal\path\Form Code protected $path;

ConfigManager::findMissingContentDependencies

public ConfigManager::findMissingContentDependencies() Finds missing content dependencies declared in configuration entities. Return value array A list of missing content dependencies. The array is keyed by UUID. Each value is an array with the following keys: 'entity_type', 'bundle' and 'uuid'. Overrides ConfigManagerInterface::findMissingContentDependencies File core/lib/Drupal/Core/Config/ConfigManager.php, line 459 Class ConfigManager The ConfigManager provides helper functions for th