UpdateSettingsForm

Configure update settings for this site. Hierarchy class \Drupal\Core\Form\FormBase implements ContainerInjectionInterface, FormInterface uses DependencySerializationTrait, LoggerChannelTrait, LinkGeneratorTrait, RedirectDestinationTrait, UrlGeneratorTrait, StringTranslationTraitclass \Drupal\Core\Form\ConfigFormBase uses ConfigFormBaseTraitclass \Drupal\update\UpdateSettingsForm implements ContainerInjectionInterface File core/modules/update/src/UpdateSettingsForm.php, line 14 Namespac

ImageStyleDeleteForm::getQuestion

public ImageStyleDeleteForm::getQuestion() Returns the question to ask the user. Return value string The form question. The page title will be set to this value. Overrides EntityDeleteFormTrait::getQuestion File core/modules/image/src/Form/ImageStyleDeleteForm.php, line 23 Class ImageStyleDeleteForm Creates a form to delete an image style. Namespace Drupal\image\Form Code public function getQuestion() { return $this->t('Optionally select a style before deleting %style', array('%s

FormStateDecoratorBase::isMethodType

public FormStateDecoratorBase::isMethodType($method_type) Returns the HTTP form method. Parameters string $method_type: The HTTP form method. Return value bool TRUE if the HTTP form method matches. Overrides FormStateInterface::isMethodType See also \Drupal\Core\Form\FormState::$method File core/lib/Drupal/Core/Form/FormStateDecoratorBase.php, line 162 Class FormStateDecoratorBase Decorates another form state. Namespace Drupal\Core\Form Code public function isMethodType($method_type

EntityAccessControlHandler::prepareUser

protected EntityAccessControlHandler::prepareUser(AccountInterface $account = NULL) Loads the current account object, if it does not exist yet. Parameters \Drupal\Core\Session\AccountInterface $account: The account interface instance. Return value \Drupal\Core\Session\AccountInterface Returns the current account object. File core/lib/Drupal/Core/Entity/EntityAccessControlHandler.php, line 290 Class EntityAccessControlHandler Defines a default implementation for entity access control hand

AttributeArray::offsetGet

public AttributeArray::offsetGet($offset) File core/lib/Drupal/Core/Template/AttributeArray.php, line 38 Class AttributeArray A class that defines a type of Attribute that can be added to as an array. Namespace Drupal\Core\Template Code public function offsetGet($offset) { return $this->value[$offset]; }

FilterFormatAccessControlHandler

Defines the access control handler for the filter format entity type. Hierarchy class \Drupal\Core\Entity\EntityHandlerBase uses DependencySerializationTrait, StringTranslationTraitclass \Drupal\Core\Entity\EntityAccessControlHandler implements EntityAccessControlHandlerInterfaceclass \Drupal\filter\FilterFormatAccessControlHandler See also \Drupal\filter\Entity\FilterFormat File core/modules/filter/src/FilterFormatAccessControlHandler.php, line 15 Namespace Drupal\filter Members N

HWLDFWordAccumulator::$group

File core/lib/Drupal/Component/Diff/Engine/HWLDFWordAccumulator.php, line 27 Class HWLDFWordAccumulator @todo document @private @subpackage DifferenceEngine Namespace Drupal\Component\Diff\Engine Code protected $group = '';

ImageEffectBase

Provides a base class for image effects. Hierarchy class \Drupal\Component\Plugin\PluginBase implements DerivativeInspectionInterface, PluginInspectionInterfaceclass \Drupal\Core\Plugin\PluginBase uses DependencySerializationTrait, StringTranslationTraitclass \Drupal\image\ImageEffectBase implements ContainerFactoryPluginInterface, ImageEffectInterface See also \Drupal\image\Annotation\ImageEffect \Drupal\image\ImageEffectInterface \Drupal\image\ConfigurableImageEffectInterface \Drupal\im

Tables::$fieldTables

Field table array, key is table name, value is alias. This array contains one entry per field table. Type: array File core/lib/Drupal/Core/Entity/Query/Sql/Tables.php, line 37 Class Tables Adds tables and fields to the SQL entity query. Namespace Drupal\Core\Entity\Query\Sql Code protected $fieldTables = array();

system_schema

system_schema() Implements hook_schema(). File core/modules/system/system.install, line 892 Install, update and uninstall functions for the system module. Code function system_schema() { $schema['key_value'] = array( 'description' => 'Generic key-value storage table. See the state system for an example.', 'fields' => array( 'collection' => array( 'description' => 'A named collection of key and value pairs.', 'type' => 'varchar_ascii', 'le