views_ui_ajax_update_form

views_ui_ajax_update_form($form, FormStateInterface $form_state) Updates a part of the add view form via AJAX. Return value The part of the form that has changed. File core/modules/views_ui/admin.inc, line 188 Provides the Views' administrative interface. Code function views_ui_ajax_update_form($form, FormStateInterface $form_state) { // The region that needs to be updated was stored in a property of the // triggering element by views_ui_add_ajax_trigger(), so all we have to do is // r

ExecutionContext::$translator

Type: \Drupal\Core\Validation\TranslatorInterface File core/lib/Drupal/Core/TypedData/Validation/ExecutionContext.php, line 38 Class ExecutionContext Defines an execution context class. Namespace Drupal\Core\TypedData\Validation Code protected $translator;

views_ui_build_form_url

views_ui_build_form_url(FormStateInterface $form_state) Create the menu path for one of our standard AJAX forms based upon known information about the form. Return value \Drupal\Core\Url The URL object pointing to the form URL. File core/modules/views_ui/admin.inc, line 277 Provides the Views' administrative interface. Code function views_ui_build_form_url(FormStateInterface $form_state) { $ajax = !$form_state->get('ajax') ? 'nojs' : 'ajax'; $name = $form_state->get('view')->id(

AdvancedSettingsForm::getEditableConfigNames

protected AdvancedSettingsForm::getEditableConfigNames() Gets the configuration names that will be editable. Return value array An array of configuration object names that are editable if called in conjunction with the trait's config() method. Overrides ConfigFormBaseTrait::getEditableConfigNames File core/modules/views_ui/src/Form/AdvancedSettingsForm.php, line 24 Class AdvancedSettingsForm Form builder for the advanced admin settings page. Namespace Drupal\views_ui\Form Code protect

NullStorageExpirable::deleteAll

public NullStorageExpirable::deleteAll() Deletes all items from the key/value store. Overrides KeyValueStoreInterface::deleteAll File core/lib/Drupal/Core/KeyValueStore/NullStorageExpirable.php, line 93 Class NullStorageExpirable Defines a null key/value store implementation. Namespace Drupal\Core\KeyValueStore Code public function deleteAll() { }

ExecutionContext::getGroup

public ExecutionContext::getGroup() File core/lib/Drupal/Core/TypedData/Validation/ExecutionContext.php, line 221 Class ExecutionContext Defines an execution context class. Namespace Drupal\Core\TypedData\Validation Code public function getGroup() { return Constraint::DEFAULT_GROUP; }

TextProcessed::setValue

public TextProcessed::setValue($value, $notify = TRUE) Sets the data value. Parameters mixed|null $value: The value to set in the format as documented for the data type or NULL to unset the data value. bool $notify: (optional) Whether to notify the parent object of the change. Defaults to TRUE. If a property is updated from a parent object, set it to FALSE to avoid being notified again. Throws \InvalidArgumentException If the value input is inappropriate. \Drupal\Core\TypedData\Exception\Read

Container::$privateServices

The instantiated private services. Type: array File core/lib/Drupal/Component/DependencyInjection/Container.php, line 88 Class Container Provides a container optimized for Drupal's needs. Namespace Drupal\Component\DependencyInjection Code protected $privateServices = array();

EntityTypeManager::$handlers

Contains instantiated handlers keyed by handler type and entity type. Type: array File core/lib/Drupal/Core/Entity/EntityTypeManager.php, line 45 Class EntityTypeManager Manages entity type plugin definitions. Namespace Drupal\Core\Entity Code protected $handlers = [];

Display::getFormId

public Display::getFormId() Returns a unique string identifying the form. Return value string The unique string identifying the form. Overrides FormInterface::getFormId File core/modules/views_ui/src/Form/Ajax/Display.php, line 50 Class Display Provides a form for editing the Views display. Namespace Drupal\views_ui\Form\Ajax Code public function getFormId() { return 'views_ui_edit_display_form'; }