PrivateTempStoreFactory::__construct

PrivateTempStoreFactory::__construct(KeyValueExpirableFactoryInterface $storage_factory, LockBackendInterface $lock_backend, AccountProxyInterface $current_user, RequestStack $request_stack, $expire = 604800) Constructs a Drupal\user\PrivateTempStoreFactory object. Parameters \Drupal\Core\KeyValueStore\KeyValueExpirableFactoryInterface $storage_factory: The key/value store factory. \Drupal\Core\Lock\LockBackendInterface $lock_backend: The lock object used for this data. \Drupal\Core\Session\Ac

ConfigEntityBundleBase::loadDisplays

protected ConfigEntityBundleBase::loadDisplays($entity_type_id) Returns view or form displays for this bundle. Parameters string $entity_type_id: The entity type ID of the display type to load. Return value \Drupal\Core\Entity\Display\EntityDisplayInterface[] A list of matching displays. File core/lib/Drupal/Core/Config/Entity/ConfigEntityBundleBase.php, line 104 Class ConfigEntityBundleBase A base class for config entity types that act as bundles. Namespace Drupal\Core\Config\Entity

NodeRevisionRevertForm::submitForm

public NodeRevisionRevertForm::submitForm(array &$form, FormStateInterface $form_state) Form submission handler. Parameters array $form: An associative array containing the structure of the form. \Drupal\Core\Form\FormStateInterface $form_state: The current state of the form. Overrides FormInterface::submitForm File core/modules/node/src/Form/NodeRevisionRevertForm.php, line 110 Class NodeRevisionRevertForm Provides a form for reverting a node revision. Namespace Drupal\node\Form

EntityInterface::loadMultiple

public static EntityInterface::loadMultiple(array $ids = NULL) Loads one or more entities. Parameters array $ids: An array of entity IDs, or NULL to load all entities. Return value static[] An array of entity objects indexed by their IDs. File core/lib/Drupal/Core/Entity/EntityInterface.php, line 255 Class EntityInterface Defines a common interface for all entity objects. Namespace Drupal\Core\Entity Code public static function loadMultiple(array $ids = NULL);

PathValidatorInterface::getUrlIfValid

public PathValidatorInterface::getUrlIfValid($path) Returns a URL object, if the path is valid and accessible. Parameters string $path: The path to check. Return value \Drupal\Core\Url|false The url object, or FALSE if the path is not valid. File core/lib/Drupal/Core/Path/PathValidatorInterface.php, line 19 Class PathValidatorInterface Provides an interface for url path validators. Namespace Drupal\Core\Path Code public function getUrlIfValid($path);

Update::execute

public Update::execute() Executes the UPDATE query. Return value The number of rows matched by the update query. This includes rows that actually didn't have to be updated because the values didn't change. Overrides Query::execute File core/lib/Drupal/Core/Database/Query/Update.php, line 120 Class Update General class for an abstracted UPDATE operation. Namespace Drupal\Core\Database\Query Code public function execute() { // Expressions take priority over literal fields, so we proce

PathValidatorInterface::getUrlIfValidWithoutAccessCheck

public PathValidatorInterface::getUrlIfValidWithoutAccessCheck($path) Returns a URL object, if the path is valid. Unlike getUrlIfValid(), access check is not performed. Do not use this method if the $path is about to be presented to a user. Parameters string $path: The path to check. Return value \Drupal\Core\Url|false The url object, or FALSE if the path is not valid. File core/lib/Drupal/Core/Path/PathValidatorInterface.php, line 33 Class PathValidatorInterface Provides an interface fo

FileInterface::getCreatedTime

public FileInterface::getCreatedTime() Returns the file entity creation timestamp. Return value int Creation timestamp of the file entity. File core/modules/file/src/FileInterface.php, line 117 Class FileInterface Defines getter and setter methods for file entity base fields. Namespace Drupal\file Code public function getCreatedTime();

PathFormBase::__construct

public PathFormBase::__construct(AliasStorageInterface $alias_storage, AliasManagerInterface $alias_manager, PathValidatorInterface $path_validator, RequestContext $request_context) Constructs a new PathController. Parameters \Drupal\Core\Path\AliasStorageInterface $alias_storage: The path alias storage. \Drupal\Core\Path\AliasManagerInterface $alias_manager: The path alias manager. \Drupal\Core\Path\PathValidatorInterface $path_validator: The path validator. \Drupal\Core\Routing\RequestContex

RecursiveExtensionFilterIterator::__construct

public RecursiveExtensionFilterIterator::__construct(\RecursiveIterator $iterator, array $blacklist = []) Construct a RecursiveExtensionFilterIterator. Parameters \RecursiveIterator $iterator: The iterator to filter. array $blacklist: (optional) Add to the blacklist of directories that should be filtered out during the iteration. File core/lib/Drupal/Core/Extension/Discovery/RecursiveExtensionFilterIterator.php, line 93 Class RecursiveExtensionFilterIterator Filters a RecursiveDirectoryIt