Merge::conditionTable

protected Merge::conditionTable($table) Sets the table or subquery to be used for the condition. Parameters $table: The table name or the subquery to be used. Use a Select query object to pass in a subquery. Return value \Drupal\Core\Database\Query\Merge The called object. File core/lib/Drupal/Core/Database/Query/Merge.php, line 152 Class Merge General class for an abstracted MERGE query operation. Namespace Drupal\Core\Database\Query Code protected function conditionTable($table) {

MenuLinkManager::hasDefinition

public MenuLinkManager::hasDefinition($plugin_id) Indicates if a specific plugin definition exists. Parameters string $plugin_id: A plugin ID. Return value bool TRUE if the definition exists, FALSE otherwise. Overrides DiscoveryInterface::hasDefinition File core/lib/Drupal/Core/Menu/MenuLinkManager.php, line 216 Class MenuLinkManager Manages discovery, instantiation, and tree building of menu link plugins. Namespace Drupal\Core\Menu Code public function hasDefinition($plugin_id) {

ContentTranslationMetadataWrapper::setSource

public ContentTranslationMetadataWrapper::setSource($source) Sets the source language for this translation. Parameters string $source: The source language code. Return value $this Overrides ContentTranslationMetadataWrapperInterface::setSource File core/modules/content_translation/src/ContentTranslationMetadataWrapper.php, line 50 Class ContentTranslationMetadataWrapper Base class for content translation metadata wrappers. Namespace Drupal\content_translation Code public function set

ActionAdminManageForm::__construct

public ActionAdminManageForm::__construct(ActionManager $manager) Constructs a new ActionAdminManageForm. Parameters \Drupal\Core\Action\ActionManager $manager: The action plugin manager. File core/modules/action/src/Form/ActionAdminManageForm.php, line 29 Class ActionAdminManageForm Provides a configuration form for configurable actions. Namespace Drupal\action\Form Code public function __construct(ActionManager $manager) { $this->manager = $manager; }

FTPExtension::connect

public FTPExtension::connect() Connects to the server. Overrides FileTransfer::connect File core/lib/Drupal/Core/FileTransfer/FTPExtension.php, line 13 Class FTPExtension Defines a file transfer class using the PHP FTP extension. Namespace Drupal\Core\FileTransfer Code public function connect() { $this->connection = ftp_connect($this->hostname, $this->port); if (!$this->connection) { throw new FileTransferException("Cannot connect to FTP Server, check settings");

CacheFactory::__construct

public CacheFactory::__construct(Settings $settings, array $default_bin_backends = array()) Constructs CacheFactory object. Parameters \Drupal\Core\Site\Settings $settings: The settings array. array $default_bin_backends: (optional) A mapping of bin to backend service name. Mappings in $settings take precedence over this. File core/lib/Drupal/Core/Cache/CacheFactory.php, line 45 Class CacheFactory Namespace Drupal\Core\Cache Code public function __construct(Settings $settings, array

ContactFormInterface::getMessage

public ContactFormInterface::getMessage() Returns the message to be displayed to user. Return value string A user message. File core/modules/contact/src/ContactFormInterface.php, line 18 Class ContactFormInterface Provides an interface defining a contact form entity. Namespace Drupal\contact Code public function getMessage();

CommentAdminOverview::submitForm

public CommentAdminOverview::submitForm(array &$form, FormStateInterface $form_state) Form submission handler. Parameters array $form: An associative array containing the structure of the form. \Drupal\Core\Form\FormStateInterface $form_state: The current state of the form. Overrides FormInterface::submitForm File core/modules/comment/src/Form/CommentAdminOverview.php, line 255 Class CommentAdminOverview Provides the comments overview administration form. Namespace Drupal\comment\F

LanguageConfigCollectionNameTrait

Provides a common trait for working with language override collection names. Hierarchy trait \Drupal\language\Config\LanguageConfigCollectionNameTrait File core/modules/language/src/Config/LanguageConfigCollectionNameTrait.php, line 8 Namespace Drupal\language\Config Members Name Modifiers Type Description LanguageConfigCollectionNameTrait::createConfigCollectionName protected function Creates a configuration collection name based on a language code. LanguageConfigColl

Tip::$id

The plugin ID. Type: string File core/modules/tour/src/Annotation/Tip.php, line 28 Class Tip Defines a tour item annotation object. Namespace Drupal\tour\Annotation Code public $id;