SearchBlockForm

Builds the search form for the search block. Hierarchy class \Drupal\Core\Form\FormBase implements ContainerInjectionInterface, FormInterface uses DependencySerializationTrait, LoggerChannelTrait, LinkGeneratorTrait, RedirectDestinationTrait, UrlGeneratorTrait, StringTranslationTraitclass \Drupal\search\Form\SearchBlockForm File core/modules/search/src/Form/SearchBlockForm.php, line 15 Namespace Drupal\search\Form Members Name Modifiers Type Description DependencySerializatio

FieldStorageDefinitionListener::$entityLastInstalledSchemaRepository

The entity definition manager. Type: \Drupal\Core\Entity\EntityLastInstalledSchemaRepositoryInterface File core/lib/Drupal/Core/Field/FieldStorageDefinitionListener.php, line 36 Class FieldStorageDefinitionListener Reacts to field storage definition CRUD on behalf of the Entity system. Namespace Drupal\Core\Field Code protected $entityLastInstalledSchemaRepository;

Image::getWidth

public Image::getWidth() Returns the width of the image. Return value int|null The width of the image, or NULL if the image is invalid. Overrides ImageInterface::getWidth File core/lib/Drupal/Core/Image/Image.php, line 76 Class Image Defines an image object to represent an image file. Namespace Drupal\Core\Image Code public function getWidth() { return $this->getToolkit()->getWidth(); }

ForumManagerInterface::getTopics

public ForumManagerInterface::getTopics($tid, AccountInterface $account) Gets list of forum topics. Parameters int $tid: Term ID. \Drupal\Core\Session\AccountInterface $account: Account to fetch topics for. Return value array Array with keys 'topics' and 'header'. File core/modules/forum/src/ForumManagerInterface.php, line 24 Class ForumManagerInterface Provides forum manager interface. Namespace Drupal\forum Code public function getTopics($tid, AccountInterface $account);

EntityDisplayModeFormBase::$entityType

The entity type definition. Type: \Drupal\Core\Entity\EntityTypeInterface File core/modules/field_ui/src/Form/EntityDisplayModeFormBase.php, line 28 Class EntityDisplayModeFormBase Provides the generic base class for entity display mode forms. Namespace Drupal\field_ui\Form Code protected $entityType;

TypedConfigManagerInterface::hasConfigSchema

public TypedConfigManagerInterface::hasConfigSchema($name) Checks if the configuration schema with the given config name exists. Parameters string $name: Configuration name. Return value bool TRUE if configuration schema exists, FALSE otherwise. File core/lib/Drupal/Core/Config/TypedConfigManagerInterface.php, line 57 Class TypedConfigManagerInterface Defines an interface for managing config schema type plugins. Namespace Drupal\Core\Config Code public function hasConfigSchema($name)

EditorImageDialog::create

public static EditorImageDialog::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 servic

ExtensionDiscovery::ORIGIN_CORE

Origin directory weight: Core. File core/lib/Drupal/Core/Extension/ExtensionDiscovery.php, line 25 Class ExtensionDiscovery Discovers available extensions in the filesystem. Namespace Drupal\Core\Extension Code const ORIGIN_CORE = 0;

LanguageDeleteForm::getDescription

public LanguageDeleteForm::getDescription() Returns additional text to display as a description. Return value string The form description. Overrides EntityConfirmFormBase::getDescription File core/modules/language/src/Form/LanguageDeleteForm.php, line 15 Class LanguageDeleteForm Defines a confirmation form for deleting a language entity. Namespace Drupal\language\Form Code public function getDescription() { return $this->t('Deleting a language will remove all interface translatio

RenderContext::update

public RenderContext::update(&$element) Updates the current frame of the stack. Parameters array &$element: The element of the render array that has just been rendered. The stack frame for this element will be updated with the bubbleable rendering metadata of this element. File core/lib/Drupal/Core/Render/RenderContext.php, line 24 Class RenderContext The render context: a stack containing bubbleable rendering metadata. Namespace Drupal\Core\Render Code public function update(