Update::fields

public Update::fields(array $fields) Adds a set of field->value pairs to be updated. Parameters $fields: An associative array of fields to write into the database. The array keys are the field names and the values are the values to which to set them. Return value \Drupal\Core\Database\Query\Update The called object. File core/lib/Drupal/Core/Database/Query/Update.php, line 81 Class Update General class for an abstracted UPDATE operation. Namespace Drupal\Core\Database\Query Code p

FormAjaxResponseBuilder::buildResponse

public FormAjaxResponseBuilder::buildResponse(Request $request, array $form, FormStateInterface $form_state, array $commands) Builds a response for an AJAX form. Parameters \Symfony\Component\HttpFoundation\Request $request: The current request. array $form: An associative array containing the structure of the form. \Drupal\Core\Form\FormStateInterface $form_state: The current state of the form. array $commands: An array of AJAX commands to apply to the form. Return value \Drupal\Core\Ajax\Aj

EntityDisplayRepository

Provides a repository for entity display objects (view modes and form modes). Hierarchy class \Drupal\Core\Entity\EntityDisplayRepository implements EntityDisplayRepositoryInterface uses UseCacheBackendTrait, StringTranslationTrait File core/lib/Drupal/Core/Entity/EntityDisplayRepository.php, line 15 Namespace Drupal\Core\Entity Members Name Modifiers Type Description EntityDisplayRepository::$displayModeInfo protected property Static cache of display modes information.

ViewExecutable::$build_sort

Indicates if the sorts have been built. @todo Group with other static properties. Type: bool File core/modules/views/src/ViewExecutable.php, line 368 Class ViewExecutable Represents a view as a whole. Namespace Drupal\views Code public $build_sort;

DiffFormatter::_deleted

protected DiffFormatter::_deleted($lines) File core/lib/Drupal/Component/Diff/DiffFormatter.php, line 177 Class DiffFormatter A class to format Diffs Namespace Drupal\Component\Diff Code protected function _deleted($lines) { $this->_lines($lines, '<'); }

Upsert::$key

The unique or primary key of the table. Type: string File core/lib/Drupal/Core/Database/Query/Upsert.php, line 25 Class Upsert General class for an abstracted "Upsert" (UPDATE or INSERT) query operation. Namespace Drupal\Core\Database\Query Code protected $key;

FormStateDecoratorBase::setFormObject

public FormStateDecoratorBase::setFormObject(FormInterface $form_object) Sets the form object that is responsible for building this form. Parameters \Drupal\Core\Form\FormInterface $form_object: The form object. Return value $this Overrides FormStateInterface::setFormObject File core/lib/Drupal/Core/Form/FormStateDecoratorBase.php, line 702 Class FormStateDecoratorBase Decorates another form state. Namespace Drupal\Core\Form Code public function setFormObject(FormInterface $form_obje

FieldType::$default_formatter

The plugin_id of the default formatter for this field type. This formatter must be available whenever the field type is available (i.e. provided by the field type module, or by a module the field type module depends on). Type: string File core/lib/Drupal/Core/Field/Annotation/FieldType.php, line 80 Class FieldType Defines a FieldType annotation object. Namespace Drupal\Core\Field\Annotation Code public $default_formatter;

field_ui_entity_view_mode_delete

field_ui_entity_view_mode_delete(EntityViewModeInterface $view_mode) Implements hook_entity_view_mode_delete(). File core/modules/field_ui/field_ui.module, line 207 Allows administrators to attach custom fields to fieldable types. Code function field_ui_entity_view_mode_delete(EntityViewModeInterface $view_mode) { \Drupal::service('router.builder')->setRebuildNeeded(); }

UpdateManager::getProjects

public UpdateManager::getProjects() Fetches an array of installed and enabled projects. This is only responsible for generating an array of projects (taking into account projects that include more than one module or theme). Other information like the specific version and install type (official release, dev snapshot, etc) is handled later in update_process_project_info() since that logic is only required when preparing the status report, not for fetching the available release data. This array is