EntityManager::getFormModes

public EntityManager::getFormModes($entity_type_id) Overrides EntityDisplayRepositoryInterface::getFormModes Deprecated in Drupal 8.0.0, will be removed before Drupal 9.0.0. File core/lib/Drupal/Core/Entity/EntityManager.php, line 304 Class EntityManager Provides a wrapper around many other services relating to entities. Namespace Drupal\Core\Entity Code public function getFormModes($entity_type_id) { return $this->container->get('entity_display.repository')->getFormModes

LocalStream::$uri

Instance URI (stream). A stream is referenced as "scheme://target". Type: string File core/lib/Drupal/Core/StreamWrapper/LocalStream.php, line 38 Class LocalStream Defines a Drupal stream wrapper base class for local files. Namespace Drupal\Core\StreamWrapper Code protected $uri;

NodeRevisionRevertForm::getDescription

public NodeRevisionRevertForm::getDescription() Returns additional text to display as a description. Return value string The form description. Overrides ConfirmFormBase::getDescription File core/modules/node/src/Form/NodeRevisionRevertForm.php, line 93 Class NodeRevisionRevertForm Provides a form for reverting a node revision. Namespace Drupal\node\Form Code public function getDescription() { return ''; }

Locale

Static service container wrapper for locale. Hierarchy class \Drupal\locale\Locale File core/modules/locale/src/Locale.php, line 8 Namespace Drupal\locale Members Name Modifiers Type Description Locale::config public static function Returns the locale configuration manager service.

Schema::getFieldTypeMap

abstract public Schema::getFieldTypeMap() Returns a mapping of Drupal schema field names to DB-native field types. Because different field types do not map 1:1 between databases, Drupal has its own normalized field type names. This function returns a driver-specific mapping table from Drupal names to the native names for each database. Return value array An array of Schema API field types to driver-specific field types. File core/lib/Drupal/Core/Database/Schema.php, line 266 Class Schema

CommentInterface::getCreatedTime

public CommentInterface::getCreatedTime() Returns the time that the comment was created. Return value int The timestamp of when the comment was created. File core/modules/comment/src/CommentInterface.php, line 181 Class CommentInterface Provides an interface defining a comment entity. Namespace Drupal\comment Code public function getCreatedTime();

RouteProvider::getSubscribedEvents

static RouteProvider::getSubscribedEvents() Returns an array of event names this subscriber wants to listen to. The array keys are event names and the value can be: The method name to call (priority defaults to 0) An array composed of the method name to call and the priority An array of arrays composed of the method names to call and respective priorities, or 0 if unset For instance: array('eventName' => 'methodName') array('eventName' => array('methodName', $priority)) array('eventN

ForumManagerInterface::getIndex

public ForumManagerInterface::getIndex() Generates and returns the forum index. The forum index is a pseudo term that provides an overview of all forums. Return value \Drupal\taxonomy\TermInterface A pseudo term representing the overview of all forums. File core/modules/forum/src/ForumManagerInterface.php, line 47 Class ForumManagerInterface Provides forum manager interface. Namespace Drupal\forum Code public function getIndex();

ConfigTranslationFormBase::$configMapperManager

The configuration mapper manager. Type: \Drupal\config_translation\ConfigMapperManagerInterface File core/modules/config_translation/src/Form/ConfigTranslationFormBase.php, line 33 Class ConfigTranslationFormBase Provides a base form for configuration translations. Namespace Drupal\config_translation\Form Code protected $configMapperManager;

FieldStorageConfigInterface::getBundles

public FieldStorageConfigInterface::getBundles() Returns the list of bundles where the field storage has fields. Return value array An array of bundle names. File core/modules/field/src/FieldStorageConfigInterface.php, line 35 Class FieldStorageConfigInterface Provides an interface defining a field storage entity. Namespace Drupal\field Code public function getBundles();