Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
seven_preprocess_admin_block_content function core/themes/seven/seven.theme Implements hook_preprocess_HOOK() for block admin page templates.
seven_preprocess_block function core/themes/seven/seven.theme Implements hook_preprocess_block() for block content.
seven_preprocess_block_content_add_list function core/themes/seven/seven.theme Implements hook_preprocess_HOOK() for block content add list templates.
seven_preprocess_fieldset__media_library_widget function core/themes/seven/seven.theme @todo Remove this when https://www.drupal.org/project/drupal/issues/2999549
lands.
seven_preprocess_html function core/themes/seven/seven.theme Implements hook_preprocess_HOOK() for HTML document templates.
seven_preprocess_install_page function core/themes/seven/seven.theme Implements hook_preprocess_install_page().
seven_preprocess_item_list__media_library_add_form_media_list function core/themes/seven/seven.theme Implements hook_preprocess_item_list__media_library_add_form_media_list().
seven_preprocess_maintenance_page function core/themes/seven/seven.theme Implements hook_preprocess_maintenance_page().
seven_preprocess_media_library_item__small function core/themes/seven/seven.theme Implements hook_preprocess_media_library_item__small().
seven_preprocess_media_library_item__widget function core/themes/seven/seven.theme Implements hook_preprocess_media_library_item__widget().
seven_preprocess_menu_local_action function core/themes/seven/seven.theme Implements hook_preprocess_HOOK() for menu-local-action templates.
seven_preprocess_menu_local_task function core/themes/seven/seven.theme Implements hook_preprocess_HOOK() for menu-local-task templates.
seven_preprocess_menu_local_tasks function core/themes/seven/seven.theme Implements hook_preprocess_HOOK() for menu-local-tasks templates.
seven_preprocess_node_add_list function core/themes/seven/seven.theme Implements hook_preprocess_HOOK() for list of available node type templates.
seven_preprocess_update_version function core/themes/seven/seven.theme Prepares variables for update version templates.
seven_preprocess_views_view_fields__media_library function core/themes/seven/seven.theme Implements hook_preprocess_views_view_fields().
seven_views_pre_render function core/themes/seven/seven.theme Implements hook_views_pre_render().
ShapeItem class core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/ShapeItem.php Defines the 'shape' field type.
ShapeItem.php file core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/ShapeItem.php
ShapeItem::defaultStorageSettings function core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/ShapeItem.php Defines the storage-level settings for this plugin.
ShapeItem::isEmpty function core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/ShapeItem.php Determines whether the data structure is empty.
ShapeItem::mainPropertyName function core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/ShapeItem.php Returns the name of the main property, if any.
ShapeItem::propertyDefinitions function core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/ShapeItem.php Defines field item properties.
ShapeItem::schema function core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/ShapeItem.php Returns the schema for the field.
ShapeItemRequired class core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/ShapeItemRequired.php Defines the 'shape_required' field type.
ShapeItemRequired.php file core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/ShapeItemRequired.php
ShapeItemRequired::propertyDefinitions function core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/ShapeItemRequired.php Defines field item properties.
ShapeItemTest class core/modules/field/tests/src/Kernel/ShapeItemTest.php Tests the new entity API for the shape field type.
ShapeItemTest.php file core/modules/field/tests/src/Kernel/ShapeItemTest.php
ShapeItemTest::$fieldName property core/modules/field/tests/src/Kernel/ShapeItemTest.php The name of the field to use in this test.
ShapeItemTest::$modules property core/modules/field/tests/src/Kernel/ShapeItemTest.php Modules to enable.
ShapeItemTest::setUp function core/modules/field/tests/src/Kernel/ShapeItemTest.php Set the default field storage backend for fields created during tests.
ShapeItemTest::testShapeItem function core/modules/field/tests/src/Kernel/ShapeItemTest.php Tests using entity fields of the field field type.
ShapeOnlyColorEditableWidget class core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldWidget/ShapeOnlyColorEditableWidget.php Plugin implementation of the 'shape_only_color_editable_widget' widget.
ShapeOnlyColorEditableWidget.php file core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldWidget/ShapeOnlyColorEditableWidget.php
ShapeOnlyColorEditableWidget::formElement function core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldWidget/ShapeOnlyColorEditableWidget.php Returns the form for a single field widget.
SharedTempStore class core/modules/user/src/SharedTempStore.php Stores and retrieves temporary data for a given owner.
SharedTempStore class core/lib/Drupal/Core/TempStore/SharedTempStore.php Stores and retrieves temporary data for a given owner.
SharedTempStore.php file core/lib/Drupal/Core/TempStore/SharedTempStore.php
SharedTempStore.php file core/modules/user/src/SharedTempStore.php
SharedTempStore::$expire property core/lib/Drupal/Core/TempStore/SharedTempStore.php The time to live for items in seconds.
SharedTempStore::$lockBackend property core/lib/Drupal/Core/TempStore/SharedTempStore.php The lock object used for this data.
SharedTempStore::$owner property core/lib/Drupal/Core/TempStore/SharedTempStore.php The owner key to store along with the data (e.g. a user or session ID).
SharedTempStore::$requestStack property core/lib/Drupal/Core/TempStore/SharedTempStore.php The request stack.
SharedTempStore::$storage property core/lib/Drupal/Core/TempStore/SharedTempStore.php The key/value storage object used for this data.
SharedTempStore::delete function core/lib/Drupal/Core/TempStore/SharedTempStore.php Deletes data from the store for a given key and releases the lock on it.
SharedTempStore::deleteIfOwner function core/lib/Drupal/Core/TempStore/SharedTempStore.php Deletes data from the store for a given key and releases the lock on it.
SharedTempStore::get function core/lib/Drupal/Core/TempStore/SharedTempStore.php Retrieves a value from this SharedTempStore for a given key.
SharedTempStore::getIfOwner function core/lib/Drupal/Core/TempStore/SharedTempStore.php Retrieves a value from this SharedTempStore for a given key.
SharedTempStore::getMetadata function core/lib/Drupal/Core/TempStore/SharedTempStore.php Returns the metadata associated with a particular key/value pair.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.