MemoryBackend::set

public MemoryBackend::set($cid, $data, $expire = Cache::PERMANENT, array $tags = array()) Stores data in the persistent cache. Core cache implementations set the created time on cache item with microtime(TRUE) rather than REQUEST_TIME_FLOAT, because the created time of cache items should match when they are created, not when the request started. Apart from being more accurate, this increases the chance an item will legitimately be considered valid. Parameters string $cid: The cache ID of the d

ViewsDisplay::$base

The base tables on which this display plugin can be used. If no base table is specified the plugin can be used with all tables. Type: array File core/modules/views/src/Annotation/ViewsDisplay.php, line 109 Class ViewsDisplay Defines a Plugin annotation object for views display plugins. Namespace Drupal\views\Annotation Code public $base;

ConfigTranslationEditForm

Defines a form for editing configuration translations. Hierarchy class \Drupal\Core\Form\FormBase implements ContainerInjectionInterface, FormInterface uses DependencySerializationTrait, LoggerChannelTrait, LinkGeneratorTrait, RedirectDestinationTrait, UrlGeneratorTrait, StringTranslationTraitclass \Drupal\config_translation\Form\ConfigTranslationFormBase implements BaseFormIdInterfaceclass \Drupal\config_translation\Form\ConfigTranslationEditForm File core/modules/config_translation/src/F

InsertTrait::$defaultFields

An array of fields that should be set to their database-defined defaults. Type: array File core/lib/Drupal/Core/Database/Query/InsertTrait.php, line 31 Class InsertTrait Provides common functionality for INSERT and UPSERT queries. Namespace Drupal\Core\Database\Query Code protected $defaultFields = array();

RelationLinkManagerInterface

Hierarchy interface \Drupal\rest\LinkManager\ConfigurableLinkManagerInterfaceinterface \Drupal\rest\LinkManager\RelationLinkManagerInterface File core/modules/rest/src/LinkManager/RelationLinkManagerInterface.php, line 5 Namespace Drupal\rest\LinkManager Members Name Modifiers Type Description ConfigurableLinkManagerInterface::setLinkDomain public function Sets the link domain used in constructing link URIs. RelationLinkManagerInterface::getRelationInternalIds publi

DbUpdateController::$keyValueExpirableFactory

The keyvalue expirable factory. Type: \Drupal\Core\KeyValueStore\KeyValueExpirableFactoryInterface File core/modules/system/src/Controller/DbUpdateController.php, line 29 Class DbUpdateController Controller routines for database update routes. Namespace Drupal\system\Controller Code protected $keyValueExpirableFactory;

drupal_xml_parser_create

drupal_xml_parser_create(&$data) Prepares a new XML parser. This is a wrapper around xml_parser_create() which extracts the encoding from the XML data first and sets the output encoding to UTF-8. This function should be used instead of xml_parser_create(), because PHP 4's XML parser doesn't check the input encoding itself. "Starting from PHP 5, the input encoding is automatically detected, so that the encoding parameter specifies only the output encoding." This is also where unsupported enc

_update_requirement_check

_update_requirement_check($project, $type) Fills in the requirements array. This is shared for both core and contrib to generate the right elements in the array for hook_requirements(). Parameters $project: Array of information about the project we're testing as returned by update_calculate_project_data(). $type: What kind of project this is ('core' or 'contrib'). Return value An array to be included in the nested $requirements array. See also hook_requirements() update_requirements() update

EntityDisplayModeBase::calculateDependencies

public EntityDisplayModeBase::calculateDependencies() Calculates dependencies and stores them in the dependency property. Return value $this Overrides ConfigEntityBase::calculateDependencies See also \Drupal\Core\Config\Entity\ConfigDependencyManager File core/lib/Drupal/Core/Entity/EntityDisplayModeBase.php, line 87 Class EntityDisplayModeBase Base class for config entity types with settings for form and view modes. Namespace Drupal\Core\Entity Code public function calculateDependen

ResponsiveImageStyle

Defines the responsive image style entity. Plugin annotation @ConfigEntityType( id = "responsive_image_style", label = @Translation("Responsive image style"), handlers = { "list_builder" = "Drupal\responsive_image\ResponsiveImageStyleListBuilder", "form" = { "edit" = "Drupal\responsive_image\ResponsiveImageStyleForm", "add" = "Drupal\responsive_image\ResponsiveImageStyleForm", "delete" = "Drupal\Core\Entity\EntityDeleteForm", "duplicate" = "Drupal\responsiv