Search for %s
- Search 7.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| seven_preprocess_views_view_fields__media_library | function | core/ |
Implements hook_preprocess_views_view_fields(). |
| seven_views_pre_render | function | core/ |
Implements hook_views_pre_render(). |
| ShapeItem | class | core/ |
Defines the 'shape' field type. |
| ShapeItem.php | file | core/ |
|
| ShapeItem::defaultStorageSettings | function | core/ |
Defines the storage-level settings for this plugin. |
| ShapeItem::isEmpty | function | core/ |
Determines whether the data structure is empty. |
| ShapeItem::mainPropertyName | function | core/ |
Returns the name of the main property, if any. |
| ShapeItem::propertyDefinitions | function | core/ |
Defines field item properties. |
| ShapeItem::schema | function | core/ |
Returns the schema for the field. |
| ShapeItemRequired | class | core/ |
Defines the 'shape_required' field type. |
| ShapeItemRequired.php | file | core/ |
|
| ShapeItemRequired::propertyDefinitions | function | core/ |
Defines field item properties. |
| ShapeItemTest | class | core/ |
Tests the new entity API for the shape field type. |
| ShapeItemTest.php | file | core/ |
|
| ShapeItemTest::$fieldName | property | core/ |
The name of the field to use in this test. |
| ShapeItemTest::$modules | property | core/ |
Modules to enable. |
| ShapeItemTest::setUp | function | core/ |
Set the default field storage backend for fields created during tests. |
| ShapeItemTest::testShapeItem | function | core/ |
Tests using entity fields of the shape field type. |
| ShapeOnlyColorEditableWidget | class | core/ |
Plugin implementation of the 'shape_only_color_editable_widget' widget. |
| ShapeOnlyColorEditableWidget.php | file | core/ |
|
| ShapeOnlyColorEditableWidget::formElement | function | core/ |
Returns the form for a single field widget. |
| SharedTempStore | class | core/ |
Stores and retrieves temporary data for a given owner. |
| SharedTempStore.php | file | core/ |
|
| SharedTempStore::$currentUser | property | core/ |
The current user. |
| SharedTempStore::$expire | property | core/ |
The time to live for items in seconds. |
| SharedTempStore::$lockBackend | property | core/ |
The lock object used for this data. |
| SharedTempStore::$owner | property | core/ |
The owner key to store along with the data (e.g. a user or session ID). |
| SharedTempStore::$requestStack | property | core/ |
The request stack. |
| SharedTempStore::$storage | property | core/ |
The key/value storage object used for this data. |
| SharedTempStore::delete | function | core/ |
Deletes data from the store for a given key and releases the lock on it. |
| SharedTempStore::deleteIfOwner | function | core/ |
Deletes data from the store for a given key and releases the lock on it. |
| SharedTempStore::ensureAnonymousSession | function | core/ |
Stores the owner in the session if the user is anonymous. |
| SharedTempStore::get | function | core/ |
Retrieves a value from this SharedTempStore for a given key. |
| SharedTempStore::getIfOwner | function | core/ |
Retrieves a value from this SharedTempStore for a given key. |
| SharedTempStore::getMetadata | function | core/ |
Returns the metadata associated with a particular key/value pair. |
| SharedTempStore::set | function | core/ |
Stores a particular key/value pair in this SharedTempStore. |
| SharedTempStore::setIfNotExists | function | core/ |
Stores a particular key/value pair only if the key doesn't already exist. |
| SharedTempStore::setIfOwner | function | core/ |
Stores a particular key/value pair in this SharedTempStore. |
| SharedTempStore::__construct | function | core/ |
Constructs a new object for accessing data from a key/value store. |
| SharedTempStoreFactory | class | core/ |
Creates a shared temporary storage for a collection. |
| SharedTempStoreFactory.php | file | core/ |
|
| SharedTempStoreFactory::$currentUser | property | core/ |
The current user. |
| SharedTempStoreFactory::$expire | property | core/ |
The time to live for items in seconds. |
| SharedTempStoreFactory::$lockBackend | property | core/ |
The lock object used for this data. |
| SharedTempStoreFactory::$requestStack | property | core/ |
The request stack. |
| SharedTempStoreFactory::$storageFactory | property | core/ |
The storage factory creating the backend to store the data. |
| SharedTempStoreFactory::get | function | core/ |
Creates a SharedTempStore for the current user or anonymous session. |
| SharedTempStoreFactory::__construct | function | core/ |
Constructs a Drupal\Core\TempStore\SharedTempStoreFactory object. |
| SharedTempStoreTest | class | core/ |
@coversDefaultClass \Drupal\Core\TempStore\SharedTempStore[[api-linebreak]] @group TempStore |
| SharedTempStoreTest.php | file | core/ |
Pagination
- Previous page
- Page 1137
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.