RdfMapping::$bundle

Bundle to be mapped. Type: string File core/modules/rdf/src/Entity/RdfMapping.php, line 49 Class RdfMapping Config entity for working with RDF mappings. Namespace Drupal\rdf\Entity Code protected $bundle;

NodeRevisionRevertTranslationForm::prepareRevertedRevision

protected NodeRevisionRevertTranslationForm::prepareRevertedRevision(NodeInterface $revision, FormStateInterface $form_state) Prepares a revision to be reverted. Parameters \Drupal\node\NodeInterface $revision: The revision to be reverted. \Drupal\Core\Form\FormStateInterface $form_state: The current state of the form. Return value \Drupal\node\NodeInterface The prepared revision ready to be stored. Overrides NodeRevisionRevertForm::prepareRevertedRevision File core/modules/node/src/Form/Node

EntityType::getLowercaseLabel

public EntityType::getLowercaseLabel() Gets the lowercase form of the human-readable entity type name. Return value string The lowercase form of the human-readable entity type name. Overrides EntityTypeInterface::getLowercaseLabel File core/lib/Drupal/Core/Entity/EntityType.php, line 738 Class EntityType Provides an implementation of an entity type and its metadata. Namespace Drupal\Core\Entity Code public function getLowercaseLabel() { return Unicode::strtolower($this->getLabel(

NullFileCache::getMultiple

public NullFileCache::getMultiple(array $filepaths) Gets data based on filenames. Parameters string[] $filepaths: List of file paths used as cache identifiers. Return value array List of cached data keyed by the passed in file paths. Overrides FileCacheInterface::getMultiple File core/lib/Drupal/Component/FileCache/NullFileCache.php, line 37 Class NullFileCache Null implementation for the file cache. Namespace Drupal\Component\FileCache Code public function getMultiple(array $filepat

SqlContentEntityStorage::getFieldStorageDefinitions

public SqlContentEntityStorage::getFieldStorageDefinitions() Gets the base field definitions for a content entity type. Return value \Drupal\Core\Field\FieldDefinitionInterface[] The array of base field definitions for the entity type, keyed by field name. File core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php, line 140 Class SqlContentEntityStorage A content entity database storage implementation. Namespace Drupal\Core\Entity\Sql Code public function getFieldStorageDefiniti

FormattableMarkup::count

public FormattableMarkup::count() Returns the string length. Return value int The length of the string. File core/lib/Drupal/Component/Render/FormattableMarkup.php, line 102 Class FormattableMarkup Formats a string for HTML display by replacing variable placeholders. Namespace Drupal\Component\Render Code public function count() { return Unicode::strlen($this->string); }

LanguageNegotiator

Class responsible for performing language negotiation. Hierarchy class \Drupal\language\LanguageNegotiator implements LanguageNegotiatorInterface File core/modules/language/src/LanguageNegotiator.php, line 15 Namespace Drupal\language Members Name Modifiers Type Description LanguageNegotiator::$configFactory protected property The configuration factory. LanguageNegotiator::$currentUser protected property The current active user. LanguageNegotiator::$languageMan

Select::countQuery

public Select::countQuery() Get the equivalent COUNT query of this query as a new query object. Return value \Drupal\Core\Database\Query\SelectInterface A new SelectQuery object with no fields or expressions besides COUNT(*). Overrides SelectInterface::countQuery File core/lib/Drupal/Core/Database/Query/Select.php, line 703 Class Select Query builder for SELECT statements. Namespace Drupal\Core\Database\Query Code public function countQuery() { $count = $this->prepareCountQuery()

ShortcutDeleteForm

Builds the shortcut link deletion form. 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\ContentEntityForm implements ContentEntityFormInterfaceclass \Drupal\Core\Entity\ContentEntityConfirmFormBase implements Confir

ImageStyleFormBase::create

public static ImageStyleFormBase::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 servi