ConditionFundamentals::conditions

public &ConditionFundamentals::conditions() Gets a complete list of all conditions in this conditional clause. This method returns by reference. That allows alter hooks to access the data structure directly and manipulate it before it gets compiled. Return value array Overrides ConditionInterface::conditions File core/lib/Drupal/Core/Entity/Query/ConditionFundamentals.php, line 74 Class ConditionFundamentals Common code for all implementations of the entity query condition interfaces.

ImageFactory::get

public ImageFactory::get($source = NULL, $toolkit_id = NULL) Constructs a new Image object. Normally, the toolkit set as default in the admin UI is used by the factory to create new Image objects. This can be overridden through \Drupal\Core\Image\ImageInterface::setToolkitId() so that any new Image object created will use the new toolkit specified. Finally, a single Image object can be created using a specific toolkit, regardless of the current factory settings, by passing its plugin ID in the

PoStreamReader::shortenComments

private PoStreamReader::shortenComments($comment) Generates a short, one-string version of the passed comment array. Parameters $comment: An array of strings containing a comment. Return value Short one-string version of the comment. File core/lib/Drupal/Component/Gettext/PoStreamReader.php, line 580 Class PoStreamReader Implements Gettext PO stream reader. Namespace Drupal\Component\Gettext Code private function shortenComments($comment) { $comm = ''; while (count($comment)) {

EntityFieldManager::getBaseFieldDefinitions

public EntityFieldManager::getBaseFieldDefinitions($entity_type_id) Gets the base field definitions for a content entity type. Only fields that are not specific to a given bundle or set of bundles are returned. This excludes configurable fields, as they are always attached to a specific bundle. Parameters string $entity_type_id: The entity type ID. Only entity types that implement \Drupal\Core\Entity\FieldableEntityInterface are supported. Return value \Drupal\Core\Field\FieldDefinitionInterf

TableSortExtender::$header

The array of fields that can be sorted by. File core/lib/Drupal/Core/Database/Query/TableSortExtender.php, line 15 Class TableSortExtender Query extender class for tablesort queries. Namespace Drupal\Core\Database\Query Code protected $header = array();

EntityDisplayFormBase::getFieldDefinitions

protected EntityDisplayFormBase::getFieldDefinitions() Collects the definitions of fields whose display is configurable. Return value \Drupal\Core\Field\FieldDefinitionInterface[] The array of field definitions File core/modules/field_ui/src/Form/EntityDisplayFormBase.php, line 126 Class EntityDisplayFormBase Base class for EntityDisplay edit forms. Namespace Drupal\field_ui\Form Code protected function getFieldDefinitions() { $context = $this->displayContext; return array_filt

ExtensionDiscovery::$files

Previously discovered files keyed by origin directory and extension type. Type: array File core/lib/Drupal/Core/Extension/ExtensionDiscovery.php, line 71 Class ExtensionDiscovery Discovers available extensions in the filesystem. Namespace Drupal\Core\Extension Code protected static $files = array();

MissingThemeDependencyException::$theme

The missing theme dependency. Type: string File core/lib/Drupal/Core/Theme/MissingThemeDependencyException.php, line 17 Class MissingThemeDependencyException Exception to be thrown when base theme for installed theme is not installed. Namespace Drupal\Core\Theme Code protected $theme;

CSS_BASE

The default weight for CSS rules that style HTML elements ("base" styles). File core/includes/common.inc, line 84 Common functions that many Drupal modules will need to reference. Code const CSS_BASE = -200;

IMAGE_STORAGE_NORMAL

Image style constant for user presets in the database. Deprecated in Drupal 8.1.x, will be removed before Drupal 9.0.0. File core/modules/image/image.module, line 20 Exposes global functionality for creating image styles. Code const IMAGE_STORAGE_NORMAL = 1;