FileTransferException::$arguments

Arguments to be used in this exception. Type: array File core/lib/Drupal/Core/FileTransfer/FileTransferException.php, line 15 Class FileTransferException FileTransferException class. Namespace Drupal\Core\FileTransfer Code public $arguments;

CacheableMetadata::setCacheTags

public CacheableMetadata::setCacheTags(array $cache_tags) Sets cache tags. Parameters string[] $cache_tags: The cache tags to be associated. Return value $this File core/lib/Drupal/Core/Cache/CacheableMetadata.php, line 29 Class CacheableMetadata Defines a generic class for passing cacheability metadata. Namespace Drupal\Core\Cache Code public function setCacheTags(array $cache_tags) { $this->cacheTags = $cache_tags; return $this; }

EntityFieldManager::$entityTypeManager

The entity type manager. Type: \Drupal\Core\Entity\EntityTypeManagerInterface File core/lib/Drupal/Core/Entity/EntityFieldManager.php, line 110 Class EntityFieldManager Manages the discovery of entity fields. Namespace Drupal\Core\Entity Code protected $entityTypeManager;

ConfigBase::validateKeys

protected ConfigBase::validateKeys(array $data) Validates all keys in a passed in config array structure. Parameters array $data: Configuration array structure. Return value null Throws \Drupal\Core\Config\ConfigValueException If any key in $data in any depth contains a dot. File core/lib/Drupal/Core/Config/ConfigBase.php, line 208 Class ConfigBase Provides a base class for configuration objects with get/set support. Namespace Drupal\Core\Config Code protected function validateKeys(

FieldStorageConfigEditForm::actions

protected FieldStorageConfigEditForm::actions(array $form, FormStateInterface $form_state) Returns an array of supported actions for the current entity form. @todo Consider introducing a 'preview' action here, since it is used by many entity types. Overrides EntityForm::actions File core/modules/field_ui/src/Form/FieldStorageConfigEditForm.php, line 138 Class FieldStorageConfigEditForm Provides a form for the "field storage" edit page. Namespace Drupal\field_ui\Form Code protected func

ChangedCommand::$asterisk

An optional CSS selector for elements to which asterisks will be appended. Type: string File core/lib/Drupal/Core/Ajax/ChangedCommand.php, line 33 Class ChangedCommand An AJAX command for marking HTML elements as changed. Namespace Drupal\Core\Ajax Code protected $asterisk;

FieldConfigDeleteForm::create

public static FieldConfigDeleteForm::create(ContainerInterface $container) Instantiates a new instance of this class. This is a factory method that returns a new instance of this class. The factory should pass any needed dependencies into the constructor of this class, but not the container itself. Every call to this method must return a new instance of this class; that is, it may not implement a singleton. Parameters \Symfony\Component\DependencyInjection\ContainerInterface $container: The se

EntityViewDisplayEditForm::getEntityDisplay

protected EntityViewDisplayEditForm::getEntityDisplay($entity_type_id, $bundle, $mode) Returns an entity display object to be used by this form. Parameters string $entity_type_id: The target entity type ID of the entity display. string $bundle: The target bundle of the entity display. string $mode: A view or form mode. Return value \Drupal\Core\Entity\Display\EntityDisplayInterface An entity display. Overrides EntityDisplayFormBase::getEntityDisplay File core/modules/field_ui/src/Form/EntityV

AjaxBasePageNegotiator::__construct

public AjaxBasePageNegotiator::__construct(CsrfTokenGenerator $token_generator, ConfigFactoryInterface $config_factory, RequestStack $request_stack) Constructs a new AjaxBasePageNegotiator. Parameters \Drupal\Core\Access\CsrfTokenGenerator $token_generator: The CSRF token generator. \Drupal\Core\Config\ConfigFactoryInterface $config_factory: The config factory. \Symfony\Component\HttpFoundation\RequestStack $request_stack: The request stack used to retrieve the current request. File core/lib/D

RouteProviderInterface::reset

public RouteProviderInterface::reset() Resets the route provider object. File core/lib/Drupal/Core/Routing/RouteProviderInterface.php, line 40 Class RouteProviderInterface Extends the router provider interface Namespace Drupal\Core\Routing Code public function reset();