ViewDuplicateForm::submitForm

public ViewDuplicateForm::submitForm(array &$form, FormStateInterface $form_state) Form submission handler for the 'clone' action. Parameters array $form: An associative array containing the structure of the form. \Drupal\Core\Form\FormStateInterface $form_state: A reference to a keyed array containing the current state of the form. Overrides EntityForm::submitForm File core/modules/views_ui/src/ViewDuplicateForm.php, line 68 Class ViewDuplicateForm Form controller for the Views dupli

TermStorage::updateTermHierarchy

public TermStorage::updateTermHierarchy(EntityInterface $term) Updates terms hierarchy information with the hierarchy trail of it. Parameters \Drupal\Core\Entity\EntityInterface $term: Term entity that needs to be added to term hierarchy information. Overrides TermStorageInterface::updateTermHierarchy File core/modules/taxonomy/src/TermStorage.php, line 105 Class TermStorage Defines a Controller class for taxonomy terms. Namespace Drupal\taxonomy Code public function updateTermHierarc

Checkboxes::getInfo

public Checkboxes::getInfo() Returns the element properties for this element. Return value array An array of element properties. See \Drupal\Core\Render\ElementInfoManagerInterface::getInfo() for documentation of the standard properties of all elements, and the return value format. Overrides ElementInterface::getInfo File core/lib/Drupal/Core/Render/Element/Checkboxes.php, line 38 Class Checkboxes Provides a form element for a set of checkboxes. Namespace Drupal\Core\Render\Element Co

UnmetDependenciesException::getExtension

public UnmetDependenciesException::getExtension() Gets the name of the extension that is being installed. Return value string The name of the extension that is being installed. File core/lib/Drupal/Core/Config/UnmetDependenciesException.php, line 43 Class UnmetDependenciesException An exception thrown if configuration has unmet dependencies. Namespace Drupal\Core\Config Code public function getExtension() { return $this->extension; }

ViewExecutable::unserialize

public ViewExecutable::unserialize($serialized) File core/modules/views/src/ViewExecutable.php, line 2490 Class ViewExecutable Represents a view as a whole. Namespace Drupal\views Code public function unserialize($serialized) { list($storage, $current_display, $args, $current_page, $exposed_input, $exposed_raw_input, $exposed_data, $dom_id, $executed) = unserialize($serialized); // There are cases, like in testing, where we don't have a container // available. if (\Drupal::has

EntityStorageBase::$langcodeKey

The name of the entity langcode property. Type: string File core/lib/Drupal/Core/Entity/EntityStorageBase.php, line 59 Class EntityStorageBase A base entity storage class. Namespace Drupal\Core\Entity Code protected $langcodeKey;

ConfigEntityTypeInterface::getConfigPrefix

public ConfigEntityTypeInterface::getConfigPrefix() Gets the config prefix used by the configuration entity type. The config prefix is used to prefix configuration entity IDs when they are stored in the configuration system. The default config prefix is constructed from the name of the module that provides the entity type and the ID of the entity type. If a config_prefix annotation is present it will be used in place of the entity type ID. Prefixing with the module that provides the configurati

NullLockBackend::wait

public NullLockBackend::wait($name, $delay = 30) Waits a short amount of time before a second lock acquire attempt. While this method is subject to have a generic implementation in abstract backend implementation, some backends may provide non blocking or less I/O intensive wait mechanism: this is why this method remains on the backend interface. Parameters string $name: Lock name currently being locked. int $delay: Milliseconds to wait for. Defaults to 30. Return value bool TRUE if the lock

PrivateTempStoreFactory::$storageFactory

The storage factory creating the backend to store the data. Type: \Drupal\Core\KeyValueStore\KeyValueExpirableFactoryInterface File core/modules/user/src/PrivateTempStoreFactory.php, line 20 Class PrivateTempStoreFactory Creates a PrivateTempStore object for a given collection. Namespace Drupal\user Code protected $storageFactory;

Checkbox::valueCallback

public static Checkbox::valueCallback(&$element, $input, FormStateInterface $form_state) Determines how user input is mapped to an element's #value property. Parameters array $element: An associative array containing the properties of the element. mixed $input: The incoming input to populate the form element. If this is FALSE, the element's default value should be returned. \Drupal\Core\Form\FormStateInterface $form_state: The current state of the form. Return value mixed The value to ass