InPlaceEditor::$module

The name of the module providing the in-place editor plugin. Type: string File core/modules/quickedit/src/Annotation/InPlaceEditor.php, line 35 Class InPlaceEditor Defines an InPlaceEditor annotation object. Namespace Drupal\quickedit\Annotation Code public $module;

RouteProcessorManager::getOutbound

protected RouteProcessorManager::getOutbound() Returns the sorted array of outbound processors. Return value array An array of processor objects. File core/lib/Drupal/Core/RouteProcessor/RouteProcessorManager.php, line 62 Class RouteProcessorManager Route processor manager. Namespace Drupal\Core\RouteProcessor Code protected function getOutbound() { if (empty($this->sortedOutbound)) { $this->sortedOutbound = $this->sortProcessors(); } return $this->sortedOutboun

Filter::$settings

The default settings for the filter. Type: array (optional) File core/modules/filter/src/Annotation/Filter.php, line 76 Class Filter Defines an filter annotation object. Namespace Drupal\filter\Annotation Code public $settings = array();

Filter::$description

Additional administrative information about the filter's behavior. Type: \Drupal\Core\Annotation\Translation (optional) Related topics Annotation for translatable text Describes how to put translatable UI text into annotations. File core/modules/filter/src/Annotation/Filter.php, line 55 Class Filter Defines an filter annotation object. Namespace Drupal\filter\Annotation Code public $description = '';

CommentLazyBuilders::access

protected CommentLazyBuilders::access(EntityInterface $entity) Wraps content_translation_translate_access. File core/modules/comment/src/CommentLazyBuilders.php, line 223 Class CommentLazyBuilders Defines a service for comment #lazy_builder callbacks. Namespace Drupal\comment Code protected function access(EntityInterface $entity) { return content_translation_translate_access($entity); }

CommentLazyBuilders::$renderer

The renderer service. Type: \Drupal\Core\Render\RendererInterface File core/modules/comment/src/CommentLazyBuilders.php, line 59 Class CommentLazyBuilders Defines a service for comment #lazy_builder callbacks. Namespace Drupal\comment Code protected $renderer;

UserAuth::$entityManager

The entity manager. Type: \Drupal\Core\Entity\EntityManagerInterface File core/modules/user/src/UserAuth.php, line 18 Class UserAuth Validates user authentication credentials. Namespace Drupal\user Code protected $entityManager;

DiffFormatter::_added

protected DiffFormatter::_added($lines) File core/lib/Drupal/Component/Diff/DiffFormatter.php, line 173 Class DiffFormatter A class to format Diffs Namespace Drupal\Component\Diff Code protected function _added($lines) { $this->_lines($lines, '>'); }

color.install

Install, update and uninstall functions for the color module. File core/modules/color/color.install Functions Name Description color_requirements Implements hook_requirements().

Drupal::httpClient

public static Drupal::httpClient() Returns the default http client. Return value \GuzzleHttp\Client A guzzle http client instance. File core/lib/Drupal.php, line 418 Contains \Drupal. Class Drupal Static Service Container wrapper. Code public static function httpClient() { return static::getContainer()->get('http_client'); }