You appear to be a bot. Output may be restricted
Description
Retrieves the table name to use for storing indexables.
Usage
$string = AddIndexableObjectIdAndTypeIndex::get_table_name();
Parameters
Returns
string The table name to use.
Source
File name: wordpress-seo/src/config/migrations/20200430075614_AddIndexableObjectIdAndTypeIndex.php
Lines:
1 to 3 of 3
protected function get_table_name() { return Model::get_table_name( 'Indexable' ); }