LocaleTranslation::getStringTranslation

public LocaleTranslation::getStringTranslation($langcode, $string, $context) Retrieves English string to given language. Parameters string $langcode: Language code to translate to. string $string: The source string. string $context: The string context. Return value string|false Translated string if there is a translation, FALSE if not. Overrides TranslatorInterface::getStringTranslation File core/modules/locale/src/LocaleTranslation.php, line 108 Class LocaleTranslation String translator

FieldStorageDefinitionInterface::isQueryable

public FieldStorageDefinitionInterface::isQueryable() Determines whether the field is queryable via QueryInterface. Return value bool TRUE if the field is queryable. File core/lib/Drupal/Core/Field/FieldStorageDefinitionInterface.php, line 113 Class FieldStorageDefinitionInterface Defines an interface for entity field storage definitions. Namespace Drupal\Core\Field Code public function isQueryable();

Log::get

public Log::get($logging_key) Retrieve the query log for the specified logging key so far. Parameters $logging_key: The logging key to fetch. Return value An indexed array of all query records for this logging key. File core/lib/Drupal/Core/Database/Log.php, line 75 Class Log Database query logger. Namespace Drupal\Core\Database Code public function get($logging_key) { return $this->queryLog[$logging_key]; }

SearchQuery::addScore

public SearchQuery::addScore($score, $arguments = array(), $multiply = FALSE) Adds a custom score expression to the search query. Score expressions are used to order search results. If no calls to addScore() have taken place, a default keyword relevance score will be used. However, if at least one call to addScore() has taken place, the keyword relevance score is not automatically added. Note that you must use this method to add ordering to your searches, and not call orderBy() directly, when u

LanguageDeleteForm

Defines a confirmation form for deleting a language entity. Hierarchy class \Drupal\Core\Form\FormBase implements ContainerInjectionInterface, FormInterface uses DependencySerializationTrait, LoggerChannelTrait, LinkGeneratorTrait, RedirectDestinationTrait, UrlGeneratorTrait, StringTranslationTraitclass \Drupal\Core\Entity\EntityForm implements EntityFormInterfaceclass \Drupal\Core\Entity\EntityConfirmFormBase implements ConfirmFormInterfaceclass \Drupal\Core\Entity\EntityDeleteForm uses Entity

SubformState::getLimitValidationErrors

public SubformState::getLimitValidationErrors() Retrieves the limited validation error sections. Return value array|null The limited validation error sections. Overrides FormStateDecoratorBase::getLimitValidationErrors See also \Drupal\Core\Form\FormState::$limit_validation_errors File core/lib/Drupal/Core/Form/SubformState.php, line 133 Class SubformState Stores information about the state of a subform. Namespace Drupal\Core\Form Code public function getLimitValidationErrors() { $

AuthenticationCollectorInterface

Interface for collectors of registered authentication providers. Hierarchy interface \Drupal\Core\Authentication\AuthenticationCollectorInterface File core/lib/Drupal/Core/Authentication/AuthenticationCollectorInterface.php, line 8 Namespace Drupal\Core\Authentication Members Name Modifiers Type Description AuthenticationCollectorInterface::addProvider public function Adds a provider to the array of registered providers. AuthenticationCollectorInterface::getProvider

ViewsFormMainForm::buildForm

public ViewsFormMainForm::buildForm(array $form, FormStateInterface $form_state, ViewExecutable $view = NULL, $output = []) Form constructor. Parameters array $form: An associative array containing the structure of the form. \Drupal\Core\Form\FormStateInterface $form_state: The current state of the form. Return value array The form structure. Overrides FormInterface::buildForm File core/modules/views/src/Form/ViewsFormMainForm.php, line 20 Class ViewsFormMainForm Namespace Drupal\vie

SharedTempStore::$owner

The owner key to store along with the data (e.g. a user or session ID). Type: mixed File core/modules/user/src/SharedTempStore.php, line 66 Class SharedTempStore Stores and retrieves temporary data for a given owner. Namespace Drupal\user Code protected $owner;

AggregatorProcessor::$description

The description of the plugin. Type: \Drupal\Core\Annotation\Translation Related topics Annotation for translatable text Describes how to put translatable UI text into annotations. File core/modules/aggregator/src/Annotation/AggregatorProcessor.php, line 46 Class AggregatorProcessor Defines a Plugin annotation object for aggregator processor plugins. Namespace Drupal\aggregator\Annotation Code public $description;