SqlContentEntityStorage::$defaultLangcodeKey

The default language entity key. Type: string File core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php, line 69 Class SqlContentEntityStorage A content entity database storage implementation. Namespace Drupal\Core\Entity\Sql Code protected $defaultLangcodeKey = FALSE;

SqlContentEntityStorage::$languageManager

The language manager. Type: \Drupal\Core\Language\LanguageManagerInterface File core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php, line 118 Class SqlContentEntityStorage A content entity database storage implementation. Namespace Drupal\Core\Entity\Sql Code protected $languageManager;

SqlContentEntityStorage::$langcodeKey

The entity langcode key. Type: string|bool Overrides EntityStorageBase::$langcodeKey File core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php, line 62 Class SqlContentEntityStorage A content entity database storage implementation. Namespace Drupal\Core\Entity\Sql Code protected $langcodeKey = FALSE;

SqlContentEntityStorage::$baseTable

The base table of the entity. Type: string File core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php, line 76 Class SqlContentEntityStorage A content entity database storage implementation. Namespace Drupal\Core\Entity\Sql Code protected $baseTable;

SqlContentEntityStorage

A content entity database storage implementation. This class can be used as-is by most content entity types. Entity types requiring special handling can extend the class. The class uses \Drupal\Core\Entity\Sql\SqlContentEntityStorageSchema internally in order to automatically generate the database schema based on the defined base fields. Entity types can override the schema handler to customize the generated schema; e.g., to add additional indexes. Hierarchy class \Drupal\Core\Entity\EntityHand

SpecialAttributesRouteSubscriber::onAlterRoutes

public SpecialAttributesRouteSubscriber::onAlterRoutes(RouteBuildEvent $event) Delegates the route altering to self::alterRoutes(). Parameters \Drupal\Core\Routing\RouteBuildEvent $event: The route build event. Overrides RouteSubscriberBase::onAlterRoutes File core/lib/Drupal/Core/EventSubscriber/SpecialAttributesRouteSubscriber.php, line 43 Class SpecialAttributesRouteSubscriber Provides a route subscriber which checks for invalid pattern variables. Namespace Drupal\Core\EventSubscrib

SpecialAttributesRouteSubscriber::alterRoutes

protected SpecialAttributesRouteSubscriber::alterRoutes(RouteCollection $collection) Alters existing routes for a specific collection. Parameters \Symfony\Component\Routing\RouteCollection $collection: The route collection for adding routes. Overrides RouteSubscriberBase::alterRoutes File core/lib/Drupal/Core/EventSubscriber/SpecialAttributesRouteSubscriber.php, line 18 Class SpecialAttributesRouteSubscriber Provides a route subscriber which checks for invalid pattern variables. Namespa

SourceString::isTranslation

public SourceString::isTranslation() Checks whether the object is a translation string. Return value bool TRUE if the object is a translation string, FALSE otherwise. Overrides StringInterface::isTranslation File core/modules/locale/src/SourceString.php, line 23 Class SourceString Defines the locale source string object. Namespace Drupal\locale Code public function isTranslation() { return FALSE; }

SourceString::setString

public SourceString::setString($string) Sets the string contained in this object. Parameters string $string: String to set as value. Return value $this Overrides StringInterface::setString File core/modules/locale/src/SourceString.php, line 37 Class SourceString Defines the locale source string object. Namespace Drupal\locale Code public function setString($string) { $this->source = $string; return $this; }

SpecialAttributesRouteSubscriber

Provides a route subscriber which checks for invalid pattern variables. Hierarchy class \Drupal\Core\Routing\RouteSubscriberBase implements EventSubscriberInterfaceclass \Drupal\Core\EventSubscriber\SpecialAttributesRouteSubscriber File core/lib/Drupal/Core/EventSubscriber/SpecialAttributesRouteSubscriber.php, line 13 Namespace Drupal\Core\EventSubscriber Members Name Modifiers Type Description RouteSubscriberBase::getSubscribedEvents public static function Returns an a