AccessManager::$paramConverterManager

The paramconverter manager. Type: \Drupal\Core\ParamConverter\ParamConverterManagerInterface File core/lib/Drupal/Core/Access/AccessManager.php, line 34 Class AccessManager Attaches access check services to routes and runs them on request. Namespace Drupal\Core\Access Code protected $paramConverterManager;

PoMemoryWriter::writeItems

public PoMemoryWriter::writeItems(PoReaderInterface $reader, $count = -1) Writes all or the given amount of items. Parameters PoReaderInterface $reader: Reader to read PoItems from. $count: Amount of items to read from $reader to write. If -1, all items are read from $reader. Overrides PoWriterInterface::writeItems File core/lib/Drupal/Component/Gettext/PoMemoryWriter.php, line 39 Class PoMemoryWriter Defines a Gettext PO memory writer, to be used by the installer. Namespace Drupal\Com

file-managed-file.html.twig

Default theme implementation to display a file form widget. Available variables: element: Form element for the file upload. attributes: HTML attributes for the containing element. See also template_preprocess_file_managed_file() File core/modules/file/templates/file-managed-file.html.twig Related topics Theme system overview Functions and templates for the user interface that themes can override.

ConfigMapperInterface::getLangcode

public ConfigMapperInterface::getLangcode() Returns the original language code of the configuration. Throws \RuntimeException Throws an exception if the language codes in the config files don't match. File core/modules/config_translation/src/ConfigMapperInterface.php, line 203 Class ConfigMapperInterface Defines an interface for configuration mapper. Namespace Drupal\config_translation Code public function getLangcode();

Memory::createQueue

public Memory::createQueue() Creates a queue. Called during installation and should be used to perform any necessary initialization operations. This should not be confused with the constructor for these objects, which is called every time an object is instantiated to operate on a queue. This operation is only needed the first time a given queue is going to be initialized (for example, to make a new database table or directory to hold tasks for the queue -- it depends on the queue implementation

CommentController::$entityManager

The entity manager. Type: \Drupal\Core\Entity\EntityStorageInterface Overrides ControllerBase::$entityManager File core/modules/comment/src/Controller/CommentController.php, line 47 Class CommentController Controller for the comment entity. Namespace Drupal\comment\Controller Code protected $entityManager;

MatcherDumperInterface::addRoutes

public MatcherDumperInterface::addRoutes(RouteCollection $routes) Adds additional routes to be dumped. Parameters \Symfony\Component\Routing\RouteCollection $routes: A collection of routes to add to this dumper. File core/lib/Drupal/Core/Routing/MatcherDumperInterface.php, line 19 Class MatcherDumperInterface Extends the symfony matcher dumper interface with a addRoutes method. Namespace Drupal\Core\Routing Code public function addRoutes(RouteCollection $routes);

SysLog::__construct

public SysLog::__construct(ConfigFactoryInterface $config_factory, LogMessageParserInterface $parser) Constructs a SysLog object. Parameters \Drupal\Core\Config\ConfigFactoryInterface $config_factory: The configuration factory object. \Drupal\Core\Logger\LogMessageParserInterface $parser: The parser to use when extracting message variables. File core/modules/syslog/src/Logger/SysLog.php, line 45 Class SysLog Redirects logging messages to syslog. Namespace Drupal\syslog\Logger Code pub

FormStateValuesTrait::setValueForElement

public FormStateValuesTrait::setValueForElement(array $element, $value) Implements \Drupal\Core\Form\FormStateInterface::setValueForElement() File core/lib/Drupal/Core/Form/FormStateValuesTrait.php, line 79 Class FormStateValuesTrait Provides methods to manage form state values. Namespace Drupal\Core\Form Code public function setValueForElement(array $element, $value) { return $this->setValue($element['#parents'], $value); }

LanguageManager::getNativeLanguages

public LanguageManager::getNativeLanguages() Returns a list of languages set up on the site in their native form. Return value \Drupal\Core\Language\LanguageInterface[] An associative array of languages, keyed by the language code, ordered by weight ascending and name ascending. Overrides LanguageManagerInterface::getNativeLanguages File core/lib/Drupal/Core/Language/LanguageManager.php, line 142 Class LanguageManager Class responsible for providing language support on language-unaware si