Search for table

  1. Search 7.x for table
  2. Search 9.5.x for table
  3. Search 10.3.x for table
  4. Search 11.x for table
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Table class core/modules/views/src/Plugin/views/style/Table.php Style plugin to render each item as a row in a table.
Table class core/lib/Drupal/Core/Render/Element/Table.php Provides a render element for a table.

All search results

Title Object type File name Summary
ViewExecutable::setTitle function core/modules/views/src/ViewExecutable.php Overrides the view's current title.
ViewExecutable::usePager function core/modules/views/src/ViewExecutable.php Determines if the view uses a pager.
ViewExecutable::validate function core/modules/views/src/ViewExecutable.php Makes sure the view is completely valid.
ViewExecutable::_build function core/modules/views/src/ViewExecutable.php Builds an individual set of handlers.
ViewExecutable::_buildArguments function core/modules/views/src/ViewExecutable.php Builds all the arguments.
ViewExecutable::_initHandler function core/modules/views/src/ViewExecutable.php Attaches the views handler for the specific type.
ViewExecutable::_postExecute function core/modules/views/src/ViewExecutable.php Runs the postExecute() on all active handlers.
ViewExecutable::_preQuery function core/modules/views/src/ViewExecutable.php Runs the preQuery() on all active handlers.
ViewExecutable::__construct function core/modules/views/src/ViewExecutable.php Constructs a new ViewExecutable object.
ViewExecutable::__sleep function core/modules/views/src/ViewExecutable.php Magic method implementation to serialize the view executable.
ViewExecutable::__wakeup function core/modules/views/src/ViewExecutable.php Magic method implementation to unserialize the view executable.
ViewExecutableFactory class core/modules/views/src/ViewExecutableFactory.php Defines the cache backend factory.
ViewExecutableFactory.php file core/modules/views/src/ViewExecutableFactory.php
ViewExecutableFactory::$requestStack property core/modules/views/src/ViewExecutableFactory.php The request stack.
ViewExecutableFactory::$routeProvider property core/modules/views/src/ViewExecutableFactory.php The route provider.
ViewExecutableFactory::$user property core/modules/views/src/ViewExecutableFactory.php Stores the current user.
ViewExecutableFactory::$viewsData property core/modules/views/src/ViewExecutableFactory.php The views data.
ViewExecutableFactory::get function core/modules/views/src/ViewExecutableFactory.php Instantiates a ViewExecutable class.
ViewExecutableFactory::__construct function core/modules/views/src/ViewExecutableFactory.php Constructs a new ViewExecutableFactory
ViewExecutableFactoryTest class core/modules/views/tests/src/Unit/ViewExecutableFactoryTest.php @coversDefaultClass \Drupal\views\ViewExecutableFactory
@group views
ViewExecutableFactoryTest.php file core/modules/views/tests/src/Unit/ViewExecutableFactoryTest.php
ViewExecutableFactoryTest::$requestStack property core/modules/views/tests/src/Unit/ViewExecutableFactoryTest.php The mock request stack object.
ViewExecutableFactoryTest::$routeProvider property core/modules/views/tests/src/Unit/ViewExecutableFactoryTest.php The mocked route provider.
ViewExecutableFactoryTest::$user property core/modules/views/tests/src/Unit/ViewExecutableFactoryTest.php The mock user object.
ViewExecutableFactoryTest::$view property core/modules/views/tests/src/Unit/ViewExecutableFactoryTest.php The mock view entity.
ViewExecutableFactoryTest::$viewExecutableFactory property core/modules/views/tests/src/Unit/ViewExecutableFactoryTest.php The ViewExecutableFactory class under test.
ViewExecutableFactoryTest::$viewsData property core/modules/views/tests/src/Unit/ViewExecutableFactoryTest.php The mocked views data.
ViewExecutableFactoryTest::setUp function core/modules/views/tests/src/Unit/ViewExecutableFactoryTest.php
ViewExecutableFactoryTest::testGet function core/modules/views/tests/src/Unit/ViewExecutableFactoryTest.php Tests the get method.
ViewExecutableTest class core/modules/views/tests/src/Unit/ViewExecutableTest.php @coversDefaultClass \Drupal\views\ViewExecutable
@group views
ViewExecutableTest class core/modules/views/tests/src/Kernel/ViewExecutableTest.php Tests the ViewExecutable class.
ViewExecutableTest.php file core/modules/views/tests/src/Unit/ViewExecutableTest.php
ViewExecutableTest.php file core/modules/views/tests/src/Kernel/ViewExecutableTest.php
ViewExecutableTest::$configProperties property core/modules/views/tests/src/Kernel/ViewExecutableTest.php Properties that should be stored in the configuration.
ViewExecutableTest::$displayHandler property core/modules/views/tests/src/Unit/ViewExecutableTest.php The mocked display handler.
ViewExecutableTest::$displayHandlers property core/modules/views/tests/src/Unit/ViewExecutableTest.php A mocked display collection.
ViewExecutableTest::$executable property core/modules/views/tests/src/Unit/ViewExecutableTest.php The tested view executable.
ViewExecutableTest::$executableProperties property core/modules/views/tests/src/Kernel/ViewExecutableTest.php Properties that should be stored in the executable.
ViewExecutableTest::$modules property core/modules/views/tests/src/Kernel/ViewExecutableTest.php Modules to enable.
ViewExecutableTest::$noneCache property core/modules/views/tests/src/Unit/ViewExecutableTest.php The mocked none cache plugin.
ViewExecutableTest::$routeProvider property core/modules/views/tests/src/Unit/ViewExecutableTest.php The mocked route provider.
ViewExecutableTest::$successCache property core/modules/views/tests/src/Unit/ViewExecutableTest.php The mocked cache plugin that returns a successful result.
ViewExecutableTest::$testViews property core/modules/views/tests/src/Kernel/ViewExecutableTest.php Views used by this test.
ViewExecutableTest::$user property core/modules/views/tests/src/Unit/ViewExecutableTest.php The mocked user.
ViewExecutableTest::$view property core/modules/views/tests/src/Unit/ViewExecutableTest.php The mocked view entity.
ViewExecutableTest::$viewExecutableFactory property core/modules/views/tests/src/Unit/ViewExecutableTest.php The mocked view executable.
ViewExecutableTest::$viewsData property core/modules/views/tests/src/Unit/ViewExecutableTest.php The mocked views data.
ViewExecutableTest::addHandlerProvider function core/modules/views/tests/src/Unit/ViewExecutableTest.php Data provider for testAddHandlerWithEntityField and testAddHandler.
ViewExecutableTest::assertViewDestroy function core/modules/views/tests/src/Kernel/ViewExecutableTest.php Asserts that expected view properties have been unset by destroy().
ViewExecutableTest::DISPLAY_DISABLED constant core/modules/views/tests/src/Unit/ViewExecutableTest.php Indicates that a display is disabled.

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