VocabularyResetForm::$termStorage

The term storage. Type: \Drupal\taxonomy\TermStorageInterface File core/modules/taxonomy/src/Form/VocabularyResetForm.php, line 20 Class VocabularyResetForm Provides confirmation form for resetting a vocabulary to alphabetical order. Namespace Drupal\taxonomy\Form Code protected $termStorage;

StringBase::addLocation

public StringBase::addLocation($type, $name) Adds a location for this string. Parameters string $type: Location type that may be any arbitrary string. Types used in Drupal core are: 'javascript', 'path', 'code', 'configuration'. string $name: Location name. Drupal path in case of online discovered translations, file path in case of imported strings, configuration name for strings that come from configuration, etc. Return value $this Overrides StringInterface::addLocation File core/modules/loc

Registry::completeSuggestion

protected Registry::completeSuggestion($hook, array &$cache) Completes the definition of the requested suggestion hook. Parameters string $hook: The name of the suggestion hook to complete. array $cache: The theme registry, as documented in \Drupal\Core\Theme\Registry::processExtension(). File core/lib/Drupal/Core/Theme/Registry.php, line 596 Class Registry Defines the theme registry service. Namespace Drupal\Core\Theme Code protected function completeSuggestion($hook, array &

Registry::getRuntime

public Registry::getRuntime() Returns the incomplete, runtime theme registry. Return value \Drupal\Core\Utility\ThemeRegistry A shared instance of the ThemeRegistry class, provides an ArrayObject that allows it to be accessed with array syntax and isset(), and is more lightweight than the full registry. File core/lib/Drupal/Core/Theme/Registry.php, line 239 Class Registry Defines the theme registry service. Namespace Drupal\Core\Theme Code public function getRuntime() { $this->in

Database::getConnection

final public static Database::getConnection($target = 'default', $key = NULL) Gets the connection object for the specified database key and target. Parameters string $target: The database target name. string $key: The database connection key. Defaults to NULL which means the active key. Return value \Drupal\Core\Database\Connection The corresponding connection object. File core/lib/Drupal/Core/Database/Database.php, line 150 Class Database Primary front-controller for the database system

MachineName

Provides a machine name render element. Provides a form element to enter a machine name, which is validated to ensure that the name is unique and does not contain disallowed characters. The element may be automatically populated via JavaScript when used in conjunction with a separate "source" form element (typically specifying the human-readable name). As the user types text into the source element, the JavaScript converts all values to lower case, replaces any remaining disallowed characters w

Url::$uri

The non-route URI. Only used if self::$unrouted is TRUE. Type: string File core/lib/Drupal/Core/Url.php, line 85 Class Url Defines an object that holds information about a URL. Namespace Drupal\Core Code protected $uri;

TranslationsStream::getName

public TranslationsStream::getName() Returns the name of the stream wrapper for use in the UI. Return value string The stream wrapper name. Overrides StreamWrapperInterface::getName File core/modules/locale/src/StreamWrapper/TranslationsStream.php, line 25 Class TranslationsStream Defines a Drupal translations (translations://) stream wrapper class. Namespace Drupal\locale\StreamWrapper Code public function getName() { return t('Translation files'); }

ExecutionContext::$propertyPath

The property path leading to the current value. Type: string File core/lib/Drupal/Core/TypedData/Validation/ExecutionContext.php, line 71 Class ExecutionContext Defines an execution context class. Namespace Drupal\Core\TypedData\Validation Code protected $propertyPath = '';

EntityFieldManager::buildFieldStorageDefinitions

protected EntityFieldManager::buildFieldStorageDefinitions($entity_type_id) Builds field storage definitions for an entity type. Parameters string $entity_type_id: The entity type ID. Only entity types that implement \Drupal\Core\Entity\FieldableEntityInterface are supported Return value \Drupal\Core\Field\FieldStorageDefinitionInterface[] An array of field storage definitions, keyed by field name. File core/lib/Drupal/Core/Entity/EntityFieldManager.php, line 504 Class EntityFieldManager