ResponsiveImage

Provides a responsive image element. Plugin annotation @RenderElement("responsive_image") Hierarchy class \Drupal\Component\Plugin\PluginBase implements DerivativeInspectionInterface, PluginInspectionInterfaceclass \Drupal\Core\Plugin\PluginBase uses DependencySerializationTrait, StringTranslationTraitclass \Drupal\Core\Render\Element\RenderElement implements ElementInterfaceclass \Drupal\responsive_image\Element\ResponsiveImage File core/modules/responsive_image/src/Element/ResponsiveIm

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

DeleteDefaultLanguageException

Exception thrown when deleting the default language. Hierarchy class \Drupal\language\Exception\LanguageException extends \RuntimeExceptionclass \Drupal\language\Exception\DeleteDefaultLanguageException File core/modules/language/src/Exception/DeleteDefaultLanguageException.php, line 8 Namespace Drupal\language\Exception Members

FileTransfer

Defines the base FileTransfer class. Classes extending this class perform file operations on directories not writable by the webserver. To achieve this, the class should connect back to the server using some backend (for example FTP or SSH). To keep security, the password should always be asked from the user and never stored. For safety, all methods operate only inside a "jail", by default the Drupal root. Hierarchy class \Drupal\Core\FileTransfer\FileTransfer File core/lib/Drupal/Core/FileT

ContentTranslationMetadataWrapperInterface::setChangedTime

public ContentTranslationMetadataWrapperInterface::setChangedTime($timestamp) Sets the translation modification timestamp. The metadata field will be updated, only if it's translatable. Parameters int $timestamp: The UNIX timestamp of when the translation was last modified. Return value $this File core/modules/content_translation/src/ContentTranslationMetadataWrapperInterface.php, line 129 Class ContentTranslationMetadataWrapperInterface Common interface for content translation metadata