FormElement

Defines a form element plugin annotation object. See \Drupal\Core\Render\Element\FormElementInterface for more information about form element plugins. Plugin Namespace: Element For a working example, see \Drupal\Core\Render\Element\Textfield. Hierarchy class \Drupal\Component\Annotation\AnnotationBase implements AnnotationInterfaceclass \Drupal\Component\Annotation\PluginIDclass \Drupal\Core\Render\Annotation\RenderElementclass \Drupal\Core\Render\Annotation\FormElement See also \Drupal\

ArrayElement::$elements

Parsed elements. File core/lib/Drupal/Core/Config/Schema/ArrayElement.php, line 13 Class ArrayElement Defines a generic configuration element that contains multiple properties. Namespace Drupal\Core\Config\Schema Code protected $elements;

FormState::$limit_validation_errors

Stores which errors should be limited during validation. An array of "sections" within which user input must be valid. If the element is within one of these sections, the error must be recorded. Otherwise, it can be suppressed. self::$limit_validation_errors can be an empty array, in which case all errors are suppressed. For example, a "Previous" button might want its submit action to be triggered even if none of the submitted values are valid. This property is uncacheable. Type: array|null Fil

ConfigurableLanguageManagerInterface::getLanguageConfigOverrideStorage

public ConfigurableLanguageManagerInterface::getLanguageConfigOverrideStorage($langcode) Gets a language configuration override storage object. Parameters string $langcode: The language code for the override. Return value \Drupal\Core\Config\StorageInterface $storage A storage object to use for reading and writing the configuration override. File core/modules/language/src/ConfigurableLanguageManagerInterface.php, line 84 Class ConfigurableLanguageManagerInterface Common interface for lan

PrivateTempStore::$requestStack

The request stack. Type: \Symfony\Component\HttpFoundation\RequestStack File core/modules/user/src/PrivateTempStore.php, line 57 Class PrivateTempStore Stores and retrieves temporary data for a given owner. Namespace Drupal\user Code protected $requestStack;

ViewsPager::$display_types

The types of the display this plugin can be used with. For example the Feed display defines the type 'feed', so only rss style and row plugins can be used in the views UI. Type: array File core/modules/views/src/Annotation/ViewsPager.php, line 65 Class ViewsPager Defines a Plugin annotation object for views pager plugins. Namespace Drupal\views\Annotation Code public $display_types;

RouteProvider::$cacheTagInvalidator

The cache tag invalidator. Type: \Drupal\Core\Cache\CacheTagsInvalidatorInterface File core/lib/Drupal/Core/Routing/RouteProvider.php, line 78 Class RouteProvider A Route Provider front-end for all Drupal-stored routes. Namespace Drupal\Core\Routing Code protected $cacheTagInvalidator;

Connection::open

public static Connection::open(array &$connection_options = array()) Opens a PDO connection. Parameters array $connection_options: The database connection settings array. Return value \PDO A \PDO object. Overrides Connection::open File core/lib/Drupal/Core/Database/Driver/pgsql/Connection.php, line 77 Class Connection PostgreSQL implementation of \Drupal\Core\Database\Connection. Namespace Drupal\Core\Database\Driver\pgsql Code public static function open(array &$connection_o

FormattedDateDiff::$string

The actual formatted time difference. Type: string File core/lib/Drupal/Core/Datetime/FormattedDateDiff.php, line 21 Class FormattedDateDiff Contains a formatted time difference. Namespace Drupal\Core\Datetime Code protected $string;

DbCommandBase

Base command that abstracts handling of database connection arguments. Hierarchy class \Symfony\Component\Console\Command\Commandclass \Drupal\Core\Command\DbCommandBase File core/lib/Drupal/Core/Command/DbCommandBase.php, line 13 Namespace Drupal\Core\Command Members Name Modifiers Type Description Command::$aliases private property Command::$application private property Command::$applicationDefinitionMerged private property Command::$applicationDefin