Search for interface

  1. Search 7.x for interface
  2. Search 9.5.x for interface
  3. Search 10.3.x for interface
  4. Search 11.x for interface
  5. Other projects
Title Object type File name Summary
UuidInterface.php file core/lib/Drupal/Component/Uuid/UuidInterface.php
UuidInterface::generate function core/lib/Drupal/Component/Uuid/UuidInterface.php Generates a Universally Unique IDentifier (UUID).
UuidReferenceInterface interface core/modules/serialization/src/EntityResolver/UuidReferenceInterface.php Interface for extracting UUID from entity reference data when denormalizing.
UuidReferenceInterface.php file core/modules/serialization/src/EntityResolver/UuidReferenceInterface.php
UuidReferenceInterface::getUuid function core/modules/serialization/src/EntityResolver/UuidReferenceInterface.php Get the uuid from the data array.
UuidResolverTest::testResolveNotInInterface function core/modules/serialization/tests/src/Unit/EntityResolver/UuidResolverTest.php Test resolve() with a class using the incorrect interface.
VariantInterface interface core/lib/Drupal/Core/Display/VariantInterface.php Provides an interface for DisplayVariant plugins.
VariantInterface.php file core/lib/Drupal/Core/Display/VariantInterface.php
VariantInterface::access function core/lib/Drupal/Core/Display/VariantInterface.php Determines if this display variant is accessible.
VariantInterface::adminLabel function core/lib/Drupal/Core/Display/VariantInterface.php Returns the admin-facing display variant label.
VariantInterface::build function core/lib/Drupal/Core/Display/VariantInterface.php Builds and returns the renderable array for the display variant.
VariantInterface::getWeight function core/lib/Drupal/Core/Display/VariantInterface.php Returns the weight of the display variant.
VariantInterface::id function core/lib/Drupal/Core/Display/VariantInterface.php Returns the unique ID for the display variant.
VariantInterface::label function core/lib/Drupal/Core/Display/VariantInterface.php Returns the user-facing display variant label.
VariantInterface::setWeight function core/lib/Drupal/Core/Display/VariantInterface.php Sets the weight of the display variant.
VegetableInterface interface core/tests/Drupal/Tests/Component/Plugin/Fixtures/vegetable/VegetableInterface.php Provides an interface for test plugins.
VegetableInterface.php file core/tests/Drupal/Tests/Component/Plugin/Fixtures/vegetable/VegetableInterface.php
VersionNegotiatorInterface interface core/modules/jsonapi/src/Revisions/VersionNegotiatorInterface.php Defines the common interface for all version negotiators.
VersionNegotiatorInterface.php file core/modules/jsonapi/src/Revisions/VersionNegotiatorInterface.php
VersionNegotiatorInterface::getRevision function core/modules/jsonapi/src/Revisions/VersionNegotiatorInterface.php Gets the identified revision.
ViewEntityInterface interface core/modules/views/src/ViewEntityInterface.php Defines an interface for View storage classes.
ViewEntityInterface.php file core/modules/views/src/ViewEntityInterface.php
ViewEntityInterface::addDisplay function core/modules/views/src/ViewEntityInterface.php Adds a new display handler to the view, automatically creating an ID.
ViewEntityInterface::duplicateDisplayAsType function core/modules/views/src/ViewEntityInterface.php Duplicates an existing display into a new display type.
ViewEntityInterface::getDisplay function core/modules/views/src/ViewEntityInterface.php Retrieves a specific display's configuration by reference.
ViewEntityInterface::getExecutable function core/modules/views/src/ViewEntityInterface.php Gets an executable instance for this view.
ViewEntityInterface::mergeDefaultDisplaysOptions function core/modules/views/src/ViewEntityInterface.php Add defaults to the display options.
ViewsFormInterface interface core/modules/views_ui/src/Form/Ajax/ViewsFormInterface.php
ViewsFormInterface.php file core/modules/views_ui/src/Form/Ajax/ViewsFormInterface.php
ViewsFormInterface::getForm function core/modules/views_ui/src/Form/Ajax/ViewsFormInterface.php Creates a new instance of this form.
ViewsFormInterface::getFormKey function core/modules/views_ui/src/Form/Ajax/ViewsFormInterface.php Returns the key that represents this form.
ViewsFormInterface::getFormState function core/modules/views_ui/src/Form/Ajax/ViewsFormInterface.php Gets the form state for this form.
ViewsHandlerInterface interface core/modules/views/src/Plugin/views/ViewsHandlerInterface.php Provides an interface for all views handlers.
ViewsHandlerInterface.php file core/modules/views/src/Plugin/views/ViewsHandlerInterface.php
ViewsHandlerInterface::access function core/modules/views/src/Plugin/views/ViewsHandlerInterface.php Check whether given user has access to this handler.
ViewsHandlerInterface::adminLabel function core/modules/views/src/Plugin/views/ViewsHandlerInterface.php Return a string representing this handler's name in the UI.
ViewsHandlerInterface::adminSummary function core/modules/views/src/Plugin/views/ViewsHandlerInterface.php Provide text for the administrative summary.
ViewsHandlerInterface::breakString function core/modules/views/src/Plugin/views/ViewsHandlerInterface.php Breaks x,y,z and x+y+z into an array.
ViewsHandlerInterface::broken function core/modules/views/src/Plugin/views/ViewsHandlerInterface.php Determines if the handler is considered 'broken', meaning it's a
placeholder used when a handler can't be found.
ViewsHandlerInterface::ensureMyTable function core/modules/views/src/Plugin/views/ViewsHandlerInterface.php Ensure the main table for this handler is in the query. This is used
a lot.
ViewsHandlerInterface::getEntityType function core/modules/views/src/Plugin/views/ViewsHandlerInterface.php Determines the entity type used by this handler.
ViewsHandlerInterface::getField function core/modules/views/src/Plugin/views/ViewsHandlerInterface.php Shortcut to get a handler's raw field value.
ViewsHandlerInterface::getJoin function core/modules/views/src/Plugin/views/ViewsHandlerInterface.php Get the join object that should be used for this handler.
ViewsHandlerInterface::getTableJoin function core/modules/views/src/Plugin/views/ViewsHandlerInterface.php Fetches a handler to join one table to a primary table from the data cache.
ViewsHandlerInterface::postExecute function core/modules/views/src/Plugin/views/ViewsHandlerInterface.php Run after the view is executed, before the result is cached.
ViewsHandlerInterface::preQuery function core/modules/views/src/Plugin/views/ViewsHandlerInterface.php Run before the view is built.
ViewsHandlerInterface::sanitizeValue function core/modules/views/src/Plugin/views/ViewsHandlerInterface.php Sanitize the value for output.
ViewsHandlerInterface::setRelationship function core/modules/views/src/Plugin/views/ViewsHandlerInterface.php Called just prior to query(), this lets a handler set up any relationship
it needs.
ViewsHandlerInterface::showExposeForm function core/modules/views/src/Plugin/views/ViewsHandlerInterface.php Shortcut to display the exposed options form.
ViewsPluginInterface interface core/modules/views/src/Plugin/views/ViewsPluginInterface.php Provides an interface for all views plugins.

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