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]; }

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 = '';

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

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

Action::$label

The label of the action. Type: string File core/modules/system/src/Entity/Action.php, line 46 Class Action Defines the configured action entity. Namespace Drupal\system\Entity Code protected $label;

ViewDuplicateForm::prepareEntity

protected ViewDuplicateForm::prepareEntity() Prepares the entity object before the form is built first. Overrides ViewFormBase::prepareEntity File core/modules/views_ui/src/ViewDuplicateForm.php, line 15 Class ViewDuplicateForm Form controller for the Views duplicate form. Namespace Drupal\views_ui Code protected function prepareEntity() { // Do not prepare the entity while it is being added. }