TourInterface::getTip

public TourInterface::getTip($id) Returns tip plugin. Parameters string $id: The identifier of the tip. Return value \Drupal\tour\TipPluginInterface The tip plugin. File core/modules/tour/src/TourInterface.php, line 42 Class TourInterface Provides an interface defining a tour entity. Namespace Drupal\tour Code public function getTip($id);

AjaxResponseAttachmentsProcessor::$requestStack

The request stack. Type: \Symfony\Component\HttpFoundation\RequestStack File core/lib/Drupal/Core/Ajax/AjaxResponseAttachmentsProcessor.php, line 57 Class AjaxResponseAttachmentsProcessor Processes attachments of AJAX responses. Namespace Drupal\Core\Ajax Code protected $requestStack;

EntityViewsData::mapSingleFieldViewsData

protected EntityViewsData::mapSingleFieldViewsData($table, $field_name, $field_type, $column_name, $column_type, $first, FieldDefinitionInterface $field_definition) Provides the views data for a given data type and schema field. Parameters string $table: The table of the field to handle. string $field_name: The machine name of the field being processed. string $field_type: The type of field being handled. string $column_name: For fields containing multiple columns, the column name being proces

ConfigEntityStorage::importDelete

public ConfigEntityStorage::importDelete($name, Config $new_config, Config $old_config) Delete entities upon synchronizing configuration changes. Parameters string $name: The name of the configuration object. \Drupal\Core\Config\Config $new_config: A configuration object containing the new configuration data. \Drupal\Core\Config\Config $old_config: A configuration object containing the old configuration data. Overrides ImportableEntityStorageInterface::importDelete File core/lib/Drupal/Core/Co

CommentTypeListBuilder

Defines a class to build a listing of comment type entities. Hierarchy class \Drupal\Core\Entity\EntityHandlerBase uses DependencySerializationTrait, StringTranslationTraitclass \Drupal\Core\Entity\EntityListBuilder implements EntityHandlerInterface, EntityListBuilderInterfaceclass \Drupal\Core\Config\Entity\ConfigEntityListBuilderclass \Drupal\comment\CommentTypeListBuilder See also \Drupal\comment\Entity\CommentType File core/modules/comment/src/CommentTypeListBuilder.php, line 13 N

StringDatabaseStorage::dbStringSelect

protected StringDatabaseStorage::dbStringSelect(array $conditions, array $options = array()) Builds a SELECT query with multiple conditions and fields. The query uses both 'locales_source' and 'locales_target' tables. Note that by default, as we are selecting both translated and untranslated strings target field's conditions will be modified to match NULL rows too. Parameters array $conditions: An associative array with field => value conditions that may include NULL values. If a language c

ERROR_REPORTING_DISPLAY_VERBOSE

Error reporting level: display all messages, plus backtrace information. File core/includes/bootstrap.inc, line 53 Functions that need to be loaded on every Drupal request. Code const ERROR_REPORTING_DISPLAY_VERBOSE = 'verbose';

taxonomy_theme

taxonomy_theme() Implements hook_theme(). File core/modules/taxonomy/taxonomy.module, line 132 Enables the organization of content into categories. Code function taxonomy_theme() { return array( 'taxonomy_term' => array( 'render element' => 'elements', ), ); }

ContentTranslationController::__construct

public ContentTranslationController::__construct(ContentTranslationManagerInterface $manager) Initializes a content translation controller. Parameters \Drupal\content_translation\ContentTranslationManagerInterface $manager: A content translation manager instance. File core/modules/content_translation/src/Controller/ContentTranslationController.php, line 32 Class ContentTranslationController Base class for entity translation controllers. Namespace Drupal\content_translation\Controller

ContentTranslationHandler::getSourceLangcode

public ContentTranslationHandler::getSourceLangcode(FormStateInterface $form_state) Retrieves the source language for the translation being created. Parameters \Drupal\Core\Form\FormStateInterface $form_state: The current state of the form. Return value string The source language code. Overrides ContentTranslationHandlerInterface::getSourceLangcode File core/modules/content_translation/src/ContentTranslationHandler.php, line 256 Class ContentTranslationHandler Base class for content tran