Term::getName

public Term::getName() Gets the name of the term. Return value string The name of the term. Overrides TermInterface::getName File core/modules/taxonomy/src/Entity/Term.php, line 203 Class Term Defines the taxonomy term entity. Namespace Drupal\taxonomy\Entity Code public function getName() { return $this->label(); }

Term

Defines the taxonomy term entity. Plugin annotation @ContentEntityType( id = "taxonomy_term", label = @Translation("Taxonomy term"), bundle_label = @Translation("Vocabulary"), handlers = { "storage" = "Drupal\taxonomy\TermStorage", "storage_schema" = "Drupal\taxonomy\TermStorageSchema", "view_builder" = "Drupal\taxonomy\TermViewBuilder", "access" = "Drupal\taxonomy\TermAccessControlHandler", "views_data" = "Drupal\taxonomy\TermViewsData", "form" = { "defaul

TempStoreException

Thrown by SharedTempStore and PrivateTempStore if they cannot acquire a lock. Hierarchy class \Drupal\user\TempStoreException extends \Exception See also \Drupal\user\SharedTempStore \Drupal\user\PrivateTempStore File core/modules/user/src/TempStoreException.php, line 11 Namespace Drupal\user Members

TemporaryStream::getType

public static TemporaryStream::getType() Returns the type of stream wrapper. Return value int Overrides LocalStream::getType File core/lib/Drupal/Core/StreamWrapper/TemporaryStream.php, line 18 Class TemporaryStream Defines a Drupal temporary (temporary://) stream wrapper class. Namespace Drupal\Core\StreamWrapper Code public static function getType() { return StreamWrapperInterface::LOCAL_HIDDEN; }

TemporaryStream::getDirectoryPath

public TemporaryStream::getDirectoryPath() Gets the path that the wrapper is responsible for. @todo Review this method name in D8 per https://www.drupal.org/node/701358. Return value string String specifying the path. Overrides LocalStream::getDirectoryPath File core/lib/Drupal/Core/StreamWrapper/TemporaryStream.php, line 39 Class TemporaryStream Defines a Drupal temporary (temporary://) stream wrapper class. Namespace Drupal\Core\StreamWrapper Code public function getDirectoryPath()

TemporaryStream::getName

public TemporaryStream::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/lib/Drupal/Core/StreamWrapper/TemporaryStream.php, line 25 Class TemporaryStream Defines a Drupal temporary (temporary://) stream wrapper class. Namespace Drupal\Core\StreamWrapper Code public function getName() { return t('Temporary files'); }

TemporaryStream::getDescription

public TemporaryStream::getDescription() Returns the description of the stream wrapper for use in the UI. Return value string The stream wrapper description. Overrides StreamWrapperInterface::getDescription File core/lib/Drupal/Core/StreamWrapper/TemporaryStream.php, line 32 Class TemporaryStream Defines a Drupal temporary (temporary://) stream wrapper class. Namespace Drupal\Core\StreamWrapper Code public function getDescription() { return t('Temporary local files for upload and pr

TemporaryStream::getExternalUrl

public TemporaryStream::getExternalUrl() Returns a web accessible URL for the resource. This function should return a URL that can be embedded in a web page and accessed from a browser. For example, the external URL of "youtube://xIpLd0WQKCY" might be "http://www.youtube.com/watch?v=xIpLd0WQKCY". Return value string Returns a string containing a web accessible URL for the resource. Overrides StreamWrapperInterface::getExternalUrl File core/lib/Drupal/Core/StreamWrapper/TemporaryStream.php, lin

TemporaryStream

Defines a Drupal temporary (temporary://) stream wrapper class. Provides support for storing temporarily accessible files with the Drupal file interface. Hierarchy class \Drupal\Core\StreamWrapper\LocalStream implements StreamWrapperInterfaceclass \Drupal\Core\StreamWrapper\TemporaryStream File core/lib/Drupal/Core/StreamWrapper/TemporaryStream.php, line 13 Namespace Drupal\Core\StreamWrapper Members Name Modifiers Type Description LocalStream::$context public property

template_preprocess_views_view_unformatted

template_preprocess_views_view_unformatted(&$variables) Prepares variables for views unformatted rows templates. Default template: views-view-unformatted.html.twig. Parameters array $variables: An associative array containing: view: The view object. rows: An array of row items. Each row is an array of content. File core/modules/views/views.theme.inc, line 776 Preprocessors and helper functions to make theming easier. Code function template_preprocess_views_view_unformatted(&$vari