FileTransfer::removeFileJailed

abstract protected FileTransfer::removeFileJailed($destination) Removes a file. Parameters string $destination: The destination file to be removed. File core/lib/Drupal/Core/FileTransfer/FileTransfer.php, line 318 Class FileTransfer Defines the base FileTransfer class. Namespace Drupal\Core\FileTransfer Code abstract protected function removeFileJailed($destination);

ConfigInstaller::isSyncing

public ConfigInstaller::isSyncing() Gets the syncing state. Return value bool Returns TRUE is syncing flag set. Overrides ConfigInstallerInterface::isSyncing File core/lib/Drupal/Core/Config/ConfigInstaller.php, line 398 Class ConfigInstaller Namespace Drupal\Core\Config Code public function isSyncing() { return $this->isSyncing; }

QueryAggregate::execute

public QueryAggregate::execute() Execute the query. Return value int|array Returns an integer for count queries or an array of ids. The values of the array are always entity ids. The keys will be revision ids if the entity supports revision and entity ids if not. Overrides Query::execute File core/lib/Drupal/Core/Entity/Query/Sql/QueryAggregate.php, line 23 Class QueryAggregate The SQL storage entity query aggregate class. Namespace Drupal\Core\Entity\Query\Sql Code public function ex

QueueFactory::$queues

Instantiated queues, keyed by name. Type: array File core/lib/Drupal/Core/Queue/QueueFactory.php, line 21 Class QueueFactory Defines the queue factory. Namespace Drupal\Core\Queue Code protected $queues = array();

InsertCommand::$content

The content for the matched element(s). Either a render array or an HTML string. Type: string|array File core/lib/Drupal/Core/Ajax/InsertCommand.php, line 38 Class InsertCommand Generic AJAX command for inserting content. Namespace Drupal\Core\Ajax Code protected $content;

FieldType::$category

The category under which the field type should be listed in the UI. Type: \Drupal\Core\Annotation\Translation Related topics Annotation for translatable text Describes how to put translatable UI text into annotations. File core/lib/Drupal/Core/Field/Annotation/FieldType.php, line 58 Class FieldType Defines a FieldType annotation object. Namespace Drupal\Core\Field\Annotation Code public $category = '';

PlaceholderGenerator::$rendererConfig

The renderer configuration array. Type: array File core/lib/Drupal/Core/Render/PlaceholderGenerator.php, line 19 Class PlaceholderGenerator Turns a render array into a placeholder. Namespace Drupal\Core\Render Code protected $rendererConfig;

_update_message_text

_update_message_text($msg_type, $msg_reason, $langcode = NULL) Returns the appropriate message text when site is out of date or not secure. These error messages are shared by both update_requirements() for the site-wide status report at admin/reports/status and in the body of the notification email messages generated by update_cron(). Parameters $msg_type: String to indicate what kind of message to generate. Can be either 'core' or 'contrib'. $msg_reason: Integer constant specifying why messag

_toolbar_do_get_rendered_subtrees

_toolbar_do_get_rendered_subtrees(array $data) #pre_render callback for toolbar_get_rendered_subtrees(). File core/modules/toolbar/toolbar.module, line 304 Administration toolbar for quick access to top level administration items. Code function _toolbar_do_get_rendered_subtrees(array $data) { $menu_tree = \Drupal::service('toolbar.menu_tree'); // Load the administration menu. The first level is the "Administration" link. // In order to load the children of that link and the subsequent t

MenuLinkTreeElement::count

public MenuLinkTreeElement::count() Counts all menu links in the current subtree. Return value int The number of menu links in this subtree (one plus the number of menu links in all descendants). File core/lib/Drupal/Core/Menu/MenuLinkTreeElement.php, line 116 Class MenuLinkTreeElement Provides a value object to model an element in a menu link tree. Namespace Drupal\Core\Menu Code public function count() { $sum = function($carry, MenuLinkTreeElement $element) { return $carry + $