KeyValueEntityStorage::MAX_ID_LENGTH

Length limit of the entity ID. File core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueEntityStorage.php, line 29 Class KeyValueEntityStorage Provides a key value backend for entities. Namespace Drupal\Core\Entity\KeyValueStore Code const MAX_ID_LENGTH = 128;

UpdateReady::$moduleHandler

The module handler. Type: \Drupal\Core\Extension\ModuleHandlerInterface File core/modules/update/src/Form/UpdateReady.php, line 31 Class UpdateReady Configure update settings for this site. Namespace Drupal\update\Form Code protected $moduleHandler;

FieldType::$default_widget

The plugin_id of the default widget for this field type. This widget must be available whenever the field type is available (i.e. provided by the field type module, or by a module the field type module depends on). Type: string File core/lib/Drupal/Core/Field/Annotation/FieldType.php, line 69 Class FieldType Defines a FieldType annotation object. Namespace Drupal\Core\Field\Annotation Code public $default_widget;

hook_views_data

hook_views_data() Describe data tables and fields (or the equivalent) to Views. The table and fields are processed in Views using various plugins. See the Views plugins topic for more information. To provide views data for an entity, instead of implementing this hook, create a class implementing \Drupal\views\EntityViewsDataInterface and reference this in the "views" annotation in the entity class. The return value of the getViewsData() method on the interface is the same as this hook, and base

locale_translation_build_projects

locale_translation_build_projects() Builds list of projects and stores the result in the database. The project data is based on the project list supplied by the Update module. Only the properties required by Locale module is included and additional (custom) modules and translation server data is added. In case the Update module is disabled this function will return an empty array. Return value array Array of project data: "name": Project system name. "project_type": Project type, e.g. 'modul

FieldUiTable::getInfo

public FieldUiTable::getInfo() Returns the element properties for this element. Return value array An array of element properties. See \Drupal\Core\Render\ElementInfoManagerInterface::getInfo() for documentation of the standard properties of all elements, and the return value format. Overrides Table::getInfo File core/modules/field_ui/src/Element/FieldUiTable.php, line 19 Class FieldUiTable Provides a field_ui table element. Namespace Drupal\field_ui\Element Code public function getIn

AliasWhitelist::lazyLoadCache

protected AliasWhitelist::lazyLoadCache() Loads the cache if not already done. Overrides CacheCollector::lazyLoadCache File core/lib/Drupal/Core/Path/AliasWhitelist.php, line 52 Class AliasWhitelist Extends CacheCollector to build the path alias whitelist over time. Namespace Drupal\Core\Path Code protected function lazyLoadCache() { parent::lazyLoadCache(); // On a cold start $this->storage will be empty and the whitelist will // need to be rebuilt from scratch. The whitelis

FieldConfigDeleteForm::create

public static FieldConfigDeleteForm::create(ContainerInterface $container) Instantiates a new instance of this class. This is a factory method that returns a new instance of this class. The factory should pass any needed dependencies into the constructor of this class, but not the container itself. Every call to this method must return a new instance of this class; that is, it may not implement a singleton. Parameters \Symfony\Component\DependencyInjection\ContainerInterface $container: The se

ChangedCommand::$asterisk

An optional CSS selector for elements to which asterisks will be appended. Type: string File core/lib/Drupal/Core/Ajax/ChangedCommand.php, line 33 Class ChangedCommand An AJAX command for marking HTML elements as changed. Namespace Drupal\Core\Ajax Code protected $asterisk;

FieldStorageConfigEditForm::actions

protected FieldStorageConfigEditForm::actions(array $form, FormStateInterface $form_state) Returns an array of supported actions for the current entity form. @todo Consider introducing a 'preview' action here, since it is used by many entity types. Overrides EntityForm::actions File core/modules/field_ui/src/Form/FieldStorageConfigEditForm.php, line 138 Class FieldStorageConfigEditForm Provides a form for the "field storage" edit page. Namespace Drupal\field_ui\Form Code protected func