PoDatabaseWriter::$langcode

Language code of the language being written to the database. Type: string File core/modules/locale/src/PoDatabaseWriter.php, line 36 Class PoDatabaseWriter Gettext PO writer working with the locale module database. Namespace Drupal\locale Code private $langcode;

Tags

Defines a class that can explode and implode tags. Hierarchy class \Drupal\Component\Utility\Tags Related topics Utility classes and functions Overview of utility classes and functions for developers. File core/lib/Drupal/Component/Utility/Tags.php, line 10 Namespace Drupal\Component\Utility Members Name Modifiers Type Description Tags::encode public static function Encodes a tag string, taking care of special cases like commas and quotes. Tags::explode public stat

NodeForm::$hasBeenPreviewed

Whether this node has been previewed or not. File core/modules/node/src/NodeForm.php, line 26 Class NodeForm Form handler for the node edit forms. Namespace Drupal\node Code protected $hasBeenPreviewed = FALSE;

SqlContentEntityStorageSchema::saveFieldSchemaData

protected SqlContentEntityStorageSchema::saveFieldSchemaData(FieldStorageDefinitionInterface $storage_definition, $schema) Stores schema data for the given field storage definition. Parameters \Drupal\Core\Field\FieldStorageDefinitionInterface $storage_definition: The field storage definition. array $schema: The field schema data array. File core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php, line 821 Class SqlContentEntityStorageSchema Defines a schema handler that support

DefaultTableMapping::setFieldNames

public DefaultTableMapping::setFieldNames($table_name, array $field_names) Adds field columns for a table to the table mapping. Parameters string $table_name: The name of the table to add the field column for. string[] $field_names: A list of field names to add the columns for. Return value $this File core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php, line 231 Class DefaultTableMapping Defines a default table mapping class. Namespace Drupal\Core\Entity\Sql Code public function

AuthenticationCollectorInterface::getSortedProviders

public AuthenticationCollectorInterface::getSortedProviders() Returns the sorted array of authentication providers. Return value \Drupal\Core\Authentication\AuthenticationProviderInterface[] An array of authentication provider objects. File core/lib/Drupal/Core/Authentication/AuthenticationCollectorInterface.php, line 55 Class AuthenticationCollectorInterface Interface for collectors of registered authentication providers. Namespace Drupal\Core\Authentication Code public function getS

QueryFactory::get

public QueryFactory::get(EntityTypeInterface $entity_type, $conjunction) Instantiates an entity query for a given entity type. Parameters \Drupal\Core\Entity\EntityTypeInterface $entity_type: The entity type definition. string $conjunction: The operator to use to combine conditions: 'AND' or 'OR'. Return value \Drupal\Core\Entity\Query\QueryInterface An entity query for a specific configuration entity type. Overrides QueryFactoryInterface::get File core/lib/Drupal/Core/Entity/Query/Null/Query

FormBuilder::getCache

public FormBuilder::getCache($form_build_id, FormStateInterface $form_state) Fetches a form from the cache. Parameters string $form_build_id: The unique form build ID. \Drupal\Core\Form\FormStateInterface $form_state: The current state of the form. Overrides FormCacheInterface::getCache File core/lib/Drupal/Core/Form/FormBuilder.php, line 433 Class FormBuilder Provides form building and processing. Namespace Drupal\Core\Form Code public function getCache($form_build_id, FormStateInter

EntityTypeManagerInterface::getStorage

public EntityTypeManagerInterface::getStorage($entity_type) Creates a new storage instance. Parameters string $entity_type: The entity type for this storage. Return value \Drupal\Core\Entity\EntityStorageInterface A storage instance. Throws \Drupal\Component\Plugin\Exception\InvalidPluginDefinitionException File core/lib/Drupal/Core/Entity/EntityTypeManagerInterface.php, line 35 Class EntityTypeManagerInterface Provides an interface for entity type managers. Namespace Drupal\Core\Ent

CommentTypeDeleteForm::$queryFactory

The query factory to create entity queries. Type: \Drupal\Core\Entity\Query\QueryFactory File core/modules/comment/src/Form/CommentTypeDeleteForm.php, line 24 Class CommentTypeDeleteForm Provides a confirmation form for deleting a comment type entity. Namespace Drupal\comment\Form Code public $queryFactory;