ContainerForm::form

public ContainerForm::form(array $form, FormStateInterface $form_state) Gets the actual form array to be built. Overrides ForumForm::form See also \Drupal\Core\Entity\EntityForm::processForm() \Drupal\Core\Entity\EntityForm::afterBuild() File core/modules/forum/src/Form/ContainerForm.php, line 22 Class ContainerForm Base form for container term edit forms. Namespace Drupal\forum\Form Code public function form(array $form, FormStateInterface $form_state) { $taxonomy_term = $this->

MainContentViewSubscriber::__construct

public MainContentViewSubscriber::__construct(ClassResolverInterface $class_resolver, RouteMatchInterface $route_match, array $main_content_renderers) Constructs a new MainContentViewSubscriber object. Parameters \Drupal\Core\DependencyInjection\ClassResolverInterface $class_resolver: The class resolver service. \Drupal\Core\Routing\RouteMatchInterface $route_match: The current route match. array $main_content_renderers: The available main content renderer service IDs, keyed by format. File co

QueryFactory::getAggregate

public QueryFactory::getAggregate(EntityTypeInterface $entity_type, $conjunction) Instantiates an aggregation query object for a given entity type. Parameters \Drupal\Core\Entity\EntityTypeInterface $entity_type: The entity type definition. string $conjunction: AND: all of the conditions on the query need to match. OR: at least one of the conditions on the query need to match. Return value \Drupal\Core\Entity\Query\QueryAggregateInterface The query object that can query the given entity t

SiteConfigureForm::$userStorage

The user storage. Type: \Drupal\user\UserStorageInterface File core/lib/Drupal/Core/Installer/Form/SiteConfigureForm.php, line 30 Class SiteConfigureForm Provides the site configuration form. Namespace Drupal\Core\Installer\Form Code protected $userStorage;

PoWriterInterface::writeItem

public PoWriterInterface::writeItem(PoItem $item) Writes the given item. Parameters PoItem $item: One specific item to write. File core/lib/Drupal/Component/Gettext/PoWriterInterface.php, line 16 Class PoWriterInterface Shared interface definition for all Gettext PO Writers. Namespace Drupal\Component\Gettext Code public function writeItem(PoItem $item);

QueueInterface::deleteItem

public QueueInterface::deleteItem($item) Deletes a finished item from the queue. Parameters $item: The item returned by \Drupal\Core\Queue\QueueInterface::claimItem(). File core/lib/Drupal/Core/Queue/QueueInterface.php, line 77 Class QueueInterface Interface for a queue. Namespace Drupal\Core\Queue Code public function deleteItem($item);

NegotiationUrlForm::$languageManager

The language manager. Type: \Drupal\Core\Language\LanguageManagerInterface File core/modules/language/src/Form/NegotiationUrlForm.php, line 23 Class NegotiationUrlForm Configure the URL language negotiation method for this site. Namespace Drupal\language\Form Code protected $languageManager;

YamlFileLoader::__construct

public YamlFileLoader::__construct(ContainerBuilder $container) File core/lib/Drupal/Core/DependencyInjection/YamlFileLoader.php, line 46 Class YamlFileLoader YamlFileLoader loads YAML files service definitions. Namespace Drupal\Core\DependencyInjection Code public function __construct(ContainerBuilder $container) { $this->container = $container; $this->fileCache = FileCacheFactory::get('container_yaml_loader'); }

EntityInterface::getEntityTypeId

public EntityInterface::getEntityTypeId() Gets the ID of the type of the entity. Return value string The entity type ID. File core/lib/Drupal/Core/Entity/EntityInterface.php, line 79 Class EntityInterface Defines a common interface for all entity objects. Namespace Drupal\Core\Entity Code public function getEntityTypeId();

DbUpdateController::$state

The state service. Type: \Drupal\Core\State\StateInterface File core/modules/system/src/Controller/DbUpdateController.php, line 43 Class DbUpdateController Controller routines for database update routes. Namespace Drupal\system\Controller Code protected $state;