SSH

The SSH connection class for the update module. Hierarchy class \Drupal\Core\FileTransfer\FileTransferclass \Drupal\Core\FileTransfer\SSH implements ChmodInterface File core/lib/Drupal/Core/FileTransfer/SSH.php, line 8 Namespace Drupal\Core\FileTransfer Members Name Modifiers Type Description FileTransfer::$hostname protected property The hostname for this file transfer. FileTransfer::$password protected property The password for this file transfer. FileTransf

taxonomy_terms_static_reset

taxonomy_terms_static_reset() Clear all static cache variables for terms. File core/modules/taxonomy/taxonomy.module, line 286 Enables the organization of content into categories. Code function taxonomy_terms_static_reset() { \Drupal::entityManager()->getStorage('taxonomy_term')->resetCache(); }

PoHeader::$_authors

Author(s) of the file. Type: string File core/lib/Drupal/Component/Gettext/PoHeader.php, line 44 Class PoHeader Gettext PO header handler. Namespace Drupal\Component\Gettext Code private $_authors;

StatementPrefetch::$pdoConnection

Reference to the PDO connection object for this statement. Type: \PDO File core/lib/Drupal/Core/Database/StatementPrefetch.php, line 39 Class StatementPrefetch An implementation of StatementInterface that prefetches all data. Namespace Drupal\Core\Database Code protected $pdoConnection;

PathRootsSubscriber::getSubscribedEvents

public static PathRootsSubscriber::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))

FieldItemListInterface::defaultValuesForm

public FieldItemListInterface::defaultValuesForm(array &$form, FormStateInterface $form_state) Returns a form for the default value input. Invoked from \Drupal\field_ui\Form\FieldConfigEditForm to allow administrators to configure instance-level default value. Parameters array $form: The form where the settings form is being included in. \Drupal\Core\Form\FormStateInterface $form_state: The form state of the (entire) configuration form. Return value array The form definition for the field

_filter_html_escape

_filter_html_escape($text) Escapes all HTML tags, so they will be visible instead of being effective. Related topics Standard filters Filters implemented by the Filter module. File core/modules/filter/filter.module, line 758 Framework for handling the filtering of content. Code function _filter_html_escape($text) { return trim(Html::escape($text)); }

MenuLinkTree::__construct

public MenuLinkTree::__construct(MenuTreeStorageInterface $tree_storage, MenuLinkManagerInterface $menu_link_manager, RouteProviderInterface $route_provider, MenuActiveTrailInterface $menu_active_trail, ControllerResolverInterface $controller_resolver) Constructs a \Drupal\Core\Menu\MenuLinkTree object. Parameters \Drupal\Core\Menu\MenuTreeStorageInterface $tree_storage: The menu link tree storage. \Drupal\Core\Menu\MenuLinkManagerInterface $menu_link_manager: The menu link plugin manager. \Dr

EntityBundleListener::$moduleHandler

The module handler. Type: \Drupal\Core\Extension\ModuleHandlerInterface File core/lib/Drupal/Core/Entity/EntityBundleListener.php, line 38 Class EntityBundleListener Reacts to entity bundle CRUD on behalf of the Entity system. Namespace Drupal\Core\Entity Code protected $moduleHandler;

MenuLinkManager::$defaults

Provides some default values for the definition of all menu link plugins. @todo Decide how to keep these field definitions in sync. https://www.drupal.org/node/2302085 Type: array File core/lib/Drupal/Core/Menu/MenuLinkManager.php, line 29 Class MenuLinkManager Manages discovery, instantiation, and tree building of menu link plugins. Namespace Drupal\Core\Menu Code protected $defaults = array( // (required) The name of the menu for this link. 'menu_name' => 'tools', // (requir